Shaded artifact won't work in a modular JPMS application.
I was able to make it finally work in a JPMS application moving WeldProvider implementation to Servlet Core module.
It's working like a charm here (Java 10 modular microservice).
Created a PR with the fix: https://github.com/weld/core/pull/1839 Note: Shaded artifact won't work in a modular JPMS application. |
|