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

Add support to Native compilation #121

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

pjgg
Copy link
Contributor

@pjgg pjgg commented Oct 8, 2023

close #105

covered items:

  • The following docker images are covered:
    • ubi-quarkus-native-image:22.3-java17
    • ubi-quarkus-mandrel:22.3-java17
    • ubi-quarkus-graalvmce-builder-image:22.3-java17
  • End-to-end coverage
  • GitHub action coverage
  • Documentation (I prefer to cover this point on this Ticket: Improve documentation #104)

How to test it locally: mvn clean install -Dnative


Additional Changes:

We have downgraded the following deps smallrye-reactive-messaging-mqtt.version, microprofile-reactive-streams.version in order to be align with Quarkus 2.16 BOM.

@pjgg pjgg requested a review from masini October 8, 2023 15:24
@pjgg pjgg force-pushed the feature/105/supportNativeMode branch from 4afe962 to 9730601 Compare October 14, 2023 11:19
@pjgg pjgg force-pushed the feature/105/supportNativeMode branch from 9730601 to 39333d4 Compare October 14, 2023 11:21
@pjgg
Copy link
Contributor Author

pjgg commented Oct 14, 2023

@masini 🙏 don´t miss this PR!

@masini masini merged commit 0b2e045 into quarkiverse:main Oct 16, 2023
8 checks passed
@masini
Copy link
Contributor

masini commented Oct 16, 2023 via email

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.

Support native mode
2 participants