You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoClientProcessor is both unnecessarily complicated and also incorrect in the way it always produces a MongoConnectionNameBuildItem for the default connection (even if that is never used).
We can likely simplify the generation of Mongo client beans while trimming down the build items used and fixing this issue.
We likely want to only do this after the next LTS is out so we can get as much bake time as possible between LTS releases
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
MongoClientProcessor
is both unnecessarily complicated and also incorrect in the way it always produces aMongoConnectionNameBuildItem
for the default connection (even if that is never used).We can likely simplify the generation of Mongo client beans while trimming down the build items used and fixing this issue.
We likely want to only do this after the next LTS is out so we can get as much bake time as possible between LTS releases
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: