Replies: 1 comment 8 replies
|
The biggest issue RESTEasy faces is it needs all the dependencies it uses to be modularized as well. It has been quite a while since I've looked, but there are a lot of the dependencies that at the time were not modules. For example, the Apache HTTP Client. There could be others now too, but we need to analyze each dependency to determine this. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I recently started to adopt Java modules in my application.
Maven currently complains very loudly about any libraries used that have no
module-infoor automatic module name. I was quite surprised that Resteasy is one of the libraries that has neither:My questions are:
All reactions