hyperledger / besu-native

Apache License 2.0
12 stars 35 forks source link

Change coordinates from native to nativelib #108

Closed shemnon closed 1 year ago

shemnon commented 1 year ago

Migrate all maven coordinates that were .native. to .nativelib.. The old coordinate name presented problems in some auto-module systems for the JPMS.

shemnon commented 1 year ago

Hedera's build has become JMPS compliant, and referencing the old module names in a module file cannot be done as native is a reserved word. That's why the package names do not use the word native. Right now there is a meta-inf rewriting step we use to fix it.