mirrored from https://www.bouncycastle.org/repositories/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Since bcpkix-jdk18on v1.80 the dependency of bcutil-jdk18on specifies the following version <version>[1.80,1.81)</version> instead of a static 1.79 like before.
This causes our maven to actually resolve the dependency as 1.80.0.redhat-00001 instead of 1.80. (we're using nexus as our repository proxy)
And this in turn causes our Java9 module loader to not find bcutil-jdk18on because the .jar name is not as expected.
potential fixes:
- either add
Automatic-Module-Nameto theMANIFEST.MFso the module loader doesn't need to parse the file name - or fix the version field so it resolves the correct dependency (aka: it shouldn't search for the prefix)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request