Added support for "provides ... with..." directive.#212
Added support for "provides ... with..." directive.#212jjohannes merged 4 commits intogradlex-org:mainfrom
Conversation
|
Hi @sandydunlop. Thanks for your interest in contributing. Note that SPI usually works via the plugin reading the information from Right now, you can only configure it to ignore certain things that are declared, but you cannot define additional provides. So I agree that this is a useful addition if the setup in the original Jar is somehow "broken". Which seems to be the case here for To get this PR in, we would:
|
✅ All tests passed ✅🏷️ Commit: dbf3a78 Learn more about TestLens at testlens.app. |
|
I added the missing part of the implementation and a test. This will be in the next release. Thanks for suggesting and starting this @sandydunlop. |
This adds support for the JPMS provides-with directive.
It has been found to be necessary while making SPI modules play nicely with JPMS, specifically with Hibernate.
An example from a real project: