Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change coordinates from native to nativelib #108

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented May 16, 2023

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

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

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Copy link

@jflo jflo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious, who's using this as a module and for what?

@shemnon
Copy link
Contributor Author

shemnon commented Jun 6, 2023

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.

@shemnon shemnon merged commit 6354e6f into hyperledger:main Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants