eclipse / jnosql

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

Switch ValueWriterDecorator to use ServiceLoaderProvider #270

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

The only change here is to switch a direct use of java.util.ServiceLoader in ValueWriterDecorator to use ServiceLoaderProvider instead.

genie-jnosql commented 2 years ago

Can one of the admins verify this patch?

otaviojava commented 2 years ago

thank you @jesse-gallagher