-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 3.13 app fails to start inside folder with special symbols in name #42248
Comments
/cc @radcortez (config) |
- Change all dependencies to the latest versions - Add a bit of debugging related to quarkusio/quarkus#42237 and quarkusio/quarkus#42248 - After 3.13.0 quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that and was rewritten to conform to OTEL specifications more.
- Change all dependencies to the latest versions - Add a bit of debugging related to quarkusio/quarkus#42237 and quarkusio/quarkus#42248 - After 3.13.0 quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that and was rewritten to conform to OTEL specifications more.
- Change all dependencies to the latest versions - Add a bit of debugging related to quarkusio/quarkus#42237 and quarkusio/quarkus#42248 - After 3.13.0 quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that and was rewritten to conform to OTEL specifications more.
- Change all dependencies to the latest versions - Add a bit of debugging related to quarkusio/quarkus#42237 and quarkusio/quarkus#42248 - After 3.13.0 quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that and was rewritten to conform to OTEL specifications more.
- Change all dependencies to the latest versions - Add a bit of debugging related to quarkusio/quarkus#42237 and quarkusio/quarkus#42248 - After 3.13.0 quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that and was rewritten to conform to OTEL specifications more.
@fedinskiy can you findount which concrete version introduced the break, currently you say "After update from 3.11.0 to 3.13.0" in the description and that's quite wide range. |
@fedinskiy no need, I played with this and the regression starts with Quarkus 3.13.0 Quarkus 3.12.3 works fine.
|
Looks like relates to smallrye/smallrye-common#293, which added the support of nested jar inside jar in smallrye-common. |
I'll take a look at this. But I think the answer might end up being " |
@dmlloyd is it only ! that makes it fail even today? |
I believe so, yes. |
This should be fixed (for the most part) by smallrye/smallrye-common#337, which will only recognize |
OK I can see if we can prevent the zipfs from creating a file if it doesn't exist. |
@dmlloyd I tried to build the latest 2.6.0-SNAPSHOT and use in the app. Unfortunately
|
What file is being created? I wonder if this code previously relied on the hidden side-effect of creating a file...? |
Also I think the code that fails now might not be related to what was failing before. At least there's a chance of that. |
Fixes quarkusio#42858. Fixes part of quarkusio#42248.
Running Message:
Update SmallRye Common to 2.6.0 #42918 fixes the case when |
Fixes quarkusio#42858. Fixes part of quarkusio#42248. (cherry picked from commit 7caa6d5)
Fixes quarkusio#42858. Fixes part of quarkusio#42248. (cherry picked from commit 7caa6d5)
Sure, that works for me. Thanks. |
Closing, #43273 was created for the case with |
Fixes quarkusio#42858. Fixes part of quarkusio#42248.
Fixes quarkusio#42858. Fixes part of quarkusio#42248.
Describe the bug
I have an app which is stored inside folder, which contains special symbols in name. After update from 3.11.0 to 3.13.0 the app fails to start
Quarkus 3.12.3 application works fine, the regression happens with Quarkus 3.13.0.
Expected behavior
The app starts
Actual behavior
How to Reproduce?
Output of
uname -a
orver
6.7.3-200.fc39.x86_64
Output of
java -version
Java version: 21.0.1, vendor: Eclipse Adoptium
Quarkus version or git rev
3.13.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: