corda / corda-gradle-plugins

Gradle plugins used by Corda and Cordapps
Other
24 stars 36 forks source link

CORE-11643: Bnd check for classes in wrong folder is now only a warning. #576

Closed chrisr3 closed 1 year ago

chrisr3 commented 1 year ago

Instruct Bnd that finding classes in folders other than their package folder is a warning rather than an error. This allows CorDapps to contain multi-release jars, which have classes in META-INF/versions folders.

Also translate the "dummy" Corda API from Kotlin to Java to make the tests more realistic, which in turn means that the kotlin-osgi-bundle must now be a cordaProvided dependency.