-
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
Fix dev console paths. Add Builder to HttpRootPathBuildItem #15558
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quarkus-bot
bot
added
area/core
area/graphql
area/health
area/smallrye
area/vertx
labels
Mar 8, 2021
ebullient
changed the title
WIP adjust dev console paths
WIP Fix dev console path usage. Add Builder to HttpRootPathBuildItem also
Mar 8, 2021
ebullient
changed the title
WIP Fix dev console path usage. Add Builder to HttpRootPathBuildItem also
Fix dev console paths. Add Builder to HttpRootPathBuildItem
Mar 9, 2021
kenfinnigan
suggested changes
Mar 9, 2021
...tx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/HttpRootPathBuildItem.java
Outdated
Show resolved
Hide resolved
...ons/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/RouteBuildItem.java
Show resolved
Hide resolved
extensions/smallrye-graphql/deployment/src/main/resources/dev-templates/embedded.html
Show resolved
Hide resolved
kenfinnigan
reviewed
Mar 9, 2021
.../deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java
Show resolved
Hide resolved
kenfinnigan
reviewed
Mar 9, 2021
.../swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java
Show resolved
Hide resolved
kenfinnigan
approved these changes
Mar 9, 2021
* Expose configured HTTP paths to the DevUI * Add Builder to HttpRootPathBuildItem to help create RouteBuildItems using resolved paths * Create devConsoleAppend attribute for resolving static dev console resources Co-authored-by: Stuart Douglas <[email protected]>
This was referenced Mar 12, 2021
Merged
Closed
Merged
Merged
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #15535 regarding dev console usage