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
Use alternative to ServiceLoader to load Plugin and PropertyRequiresPlugin
Due to module-path working differently to classpath wrt optional services we need to make this change. Otherwise avaje-inject becomes a hard dependency required by avaje-config, avaje-jsonb, any Plugin in fact.
We desire avaje-inject to stay an optional dependency so that currently means that we can not use ServiceLoader with module-path due to https://bugs.openjdk.org/browse/JDK-8299504
0 commit comments