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

Introduce option to create uncompressed jars #38136

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 11, 2024

This is done by setting quarkus.package.compress-jar to false.
This is a niche setting, but it can lead to slightly
reduced boot time when using uber-jar packaging

@geoand geoand requested a review from aloubyansky January 11, 2024 06:59
@quarkus-bot quarkus-bot bot added area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jan 11, 2024

This comment has been minimized.

This is done by setting `quarkus.package.compress-jar`
to `false`.
This is a niche setting, but it can lead to slightly
reduced boot time when using uber-jar packaging

Closes: quarkusio#38128
@geoand geoand added triage/waiting-for-ci Ready to merge when CI successfully finishes and removed area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jan 11, 2024
Copy link

quarkus-bot bot commented Jan 11, 2024

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@aloubyansky aloubyansky merged commit 4d4f3a8 into quarkusio:main Jan 11, 2024
50 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Jan 11, 2024
@quarkus-bot quarkus-bot bot added kind/enhancement New feature or request and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Jan 11, 2024
@geoand geoand deleted the #38128 branch January 12, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for creation of non-compressed jars
2 participants