-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build fails with Quarkus 3.9.5+ and Web Bundler due to Qute Processor #197
Comments
@mkouba any thought? |
I'm wondering what is the logic behind the qute processing, is that okey to compare relative paths of the files that are located within different zips? |
@mkouba made Qute so I am pretty sure he will know how to fix this :) |
Same issue here, rolling back to 3.9.4 which is latest working for us. |
I would suspect that fix: quarkusio/quarkus#40158 |
I've tested code-with-quarkus on version So @ia3andy indeed fix is on it's way! I guess we can close this one. |
@aloubyansky this looks related right? https://github.com/quarkusio/quarkus/pull/40400/files |
@nanobreaker the issue I mentioned before is what caused the error, not the fix. It might be already fixed on main, but we need to find exactly what fixed it to be sure it doesn't happen again. Also we might need to backport the fix. I'll make sure to enable the ecosystem-ci with quarkus main to make sure this kind of bug is catched earlier.. |
Right, do we have a reproducer? |
|
Just a note, that link needs rest-qute, instead of rest to reproduce the issue. The good news is my PR fixes it. |
Let's close it when it's released and working then. Thanks @aloubyansky this is a great news |
@all-contributors please add @nanobreaker for bug |
I've put up a pull request to add @nanobreaker! 🎉 |
@faermanj @nanobreaker this is fixed in latest Quarkus AFAIK |
Hey yo!
I just upgraded my project to Quarkus version 3.9.5 and got into the problem with web-bundler on build stage. Also tried with the code.quarkus.io and experienced same problem, used REST Qute + Web Bundler, it has even newer version at 3.10.0.
Here is the actual error and further discovery
I did a little bit of debugging and found out that it fails on the call to the
jdk.nio.zipfs.ZipPath.relativize
, files come from different zfss.Are there any temporal solutions/clues at this moment to solve the issue?
UPDATE I
I found a related topic, looks like something similar had place in the past quarkusio/quarkus#25751
UPDATE II
Found a link to recent refactoring in that area quarkusio/quarkus@6014d51
Kind regards
The text was updated successfully, but these errors were encountered: