-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Breaking][Requires Quarkus 3.12+] Use new generated static resources #686
[Breaking][Requires Quarkus 3.12+] Use new generated static resources #686
Conversation
cc @mcruzdev your new stuff again :) |
@melloware since this is for 3.12+ maybe we should start a new branching for backports? |
I will cut the 2.3.8 release and make a 2.3.X branch so we can start this new version as 2.4.0 |
bd1dddc
to
b2aed60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I just rebased this branch and I made a new 2.3.X branch for 3.8 LTS and I will make main now 2.4.X on for Quarkus 3.12 and higher
b2aed60
to
1e59a8b
Compare
import static io.quarkiverse.quinoa.deployment.config.QuinoaConfig.isDevServerMode; | ||
import static io.quarkiverse.quinoa.deployment.config.QuinoaConfig.isEnabled; | ||
import static io.quarkiverse.quinoa.deployment.config.QuinoaConfig.toHandlerConfig; | ||
import static io.quarkiverse.quinoa.deployment.config.QuinoaConfig.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Miss .* import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am fixing in another PR
With this change Quinoa is finally able to delegate file server to Quarkus Vert.x http using the new GeneratedStaticResourceBuildItem.
quarkus.quinoa.index-page
has been removed. Usequarkus.http.static-resources.index-page
instead.