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

Native compilation doesn't work anymore when using Axon Framework 4.9.1 #142

Closed
abuijze opened this issue Jan 10, 2024 · 2 comments
Closed

Comments

@abuijze
Copy link
Member

abuijze commented Jan 10, 2024

Since Axon Framework 4.9.1, the Axon Server Connector uses the Shaded Netty dependency. Unfortunately, the native reachability metadata repository for GraalVM doesn't have any information for Netty Shaded yet. The issue has been brought up with the GraalVM team.

As a workaround, we could add the metadata ourselves based on the metadata for netty itself. The packages of all classes would need to be prefixed with the shader prefix.

@abuijze
Copy link
Member Author

abuijze commented Jan 10, 2024

It looks like there is native metadata available in the shaded jar, but for some reason, it doesn't work.
grpc/grpc-java#10601

@smcvb
Copy link
Member

smcvb commented Nov 26, 2024

Closing this issue as it has already been resolved.

@smcvb smcvb closed this as completed Nov 26, 2024
@smcvb smcvb added this to the Release 4.9.1 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants