jakartaee / nosql

The specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies.
https://projects.eclipse.org/projects/ee4j.nosql
Eclipse Public License 2.0
92 stars 28 forks source link

Modify TypeReferenceReaderDecorator and ValueReaderDecorator to use ServiceLoaderProvider for service location #87

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

This PR isn't strictly related to my others, though it's useful in the same situation where I use the ServiceLoader change. This one is targeted at just making it so that these two classes use the same ServiceLoaderProvider mechanism to retrieve services as other components do.

eclipse-nosql-bot commented 2 years ago

Can one of the admins verify this patch?

otaviojava commented 2 years ago

test this please

otaviojava commented 2 years ago

Thank you