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

quarkus.package.decompiler warning in quarkus 3.10+ #40874

Closed
manofthepeace opened this issue May 28, 2024 · 1 comment · Fixed by #40876
Closed

quarkus.package.decompiler warning in quarkus 3.10+ #40874

manofthepeace opened this issue May 28, 2024 · 1 comment · Fixed by #40876
Labels
area/build kind/bug Something isn't working
Milestone

Comments

@manofthepeace
Copy link
Contributor

Describe the bug

when using quarkus.package.decompiler.enabled=true in an an app the following is printed;

[INFO] --- quarkus:3.10.2:build (default) @ code-with-quarkus ---
[WARNING] [io.quarkus.deployment.configuration] Configuration property 'quarkus.package.decompiler.enabled' has been deprecated and replaced by: [quarkus.package.decompiler.enabled]
[WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.package.decompiler.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] The decompiled output can be found at: /Users/alex/Downloads/code-with-quarkus 2/target/decompiled
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 8668ms

Expected behavior

Warning should not be issued. In quarkus 3.8 the warning is not printed

Actual behavior

Warning is printed

How to Reproduce?

to reproduce

1- download the default project from code.quarkus.io
2- add the following to the application.properties; quarkus.package.decompiler.enabled=true

Output of uname -a or ver

Darwin Kernel Version 21.6.0

Output of java -version

jdk 21

Quarkus version or git rev

3.10.2

Build tool (ie. output of mvnw --version or gradlew --version)

mvn 1.9.7

Additional information

No response

@manofthepeace manofthepeace added the kind/bug Something isn't working label May 28, 2024
@dmlloyd
Copy link
Member

dmlloyd commented May 29, 2024

It looks like #40277 had an error in it. Sorry about that.

dmlloyd added a commit to dmlloyd/quarkus that referenced this issue May 29, 2024
@quarkus-bot quarkus-bot bot added this to the 3.12 - main milestone May 29, 2024
@gsmet gsmet modified the milestones: 3.12 - main, 3.11.1 Jun 4, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue Jun 4, 2024
Fixes quarkusio#40874. quarkusio#40277 had a mistake in it.

(cherry picked from commit a9c04c4)
holly-cummins pushed a commit to holly-cummins/quarkus that referenced this issue Jul 31, 2024
danielsoro pushed a commit to danielsoro/quarkus that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants