eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Removes bean manager to use CDI.current() #277

Closed otaviojava closed 2 years ago

otaviojava commented 2 years ago

This improvement removes the BeamManagers to use the CDI.current() instead.