-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgrade frameworks for jChampions Conference presentation #58
Conversation
mraible
commented
Jan 4, 2024
•
edited
Loading
edited
- Spring Boot 3.2.0
- Micronaut 4.2.3
- Quarkus 3.6.4
- Helidon 4.0.2
- Spring Boot 3.2.1 - Micronaut 4.2.2 - Quarkus 3.6.4 - Helidon 4.0.2
Spring Boot 3.2.1 does not work because of this issue, which is caused by a bug in Spring Security. |
Helidon 4.0.2 fails with the following error when running as a native image:
I entered an issue in the Helidon project at helidon-io/helidon#8195. |
|Helidon | `./helidon/target/helidon` | 50.4 | ||
|Helidon (optimized) | https://github.com/oktadev/auth0-java-rest-api-examples/pull/2[auth0-java-rest-api-examples/pull/2] | 35.6 | ||
|Micronaut | `./micronaut/build/native/nativeCompile/app` | 49.2 | ||
|Micronaut (optimized) | `./micronaut/build/native/nativeOptimizedCompile/app` | 51.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the optimised version slower?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's what I'm seeing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@melix any idea why that could be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, doesn't really make sense to me. However, I see that the most impactful optimizations are disabled. Not sure if disabling them is still required (optimize service loading).