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
I have no experience with how the OSGI modules should be packaged. I get a warning that there is a private reference to the package com.ethlo.time.token after this change.
I can try it, if you publish a version, maybe better a RC.
To verify locally, you can check the module-info.java file present in the META-INF/versions/9 directory.
I have no experience with the maven plugins you are using, so I can't help there.
While version 1.10.0 has
as module descriptor, version 1.10.1 and 1.10.2 has
and this breaks the usage of the library in combination, for example, with json-schema-validator
Forcing the usage of version 1.10.0 makes it work again.
The text was updated successfully, but these errors were encountered: