-
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
3.6.6 backports 1 #38199
Merged
Merged
3.6.6 backports 1 #38199
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
In quarkusio#37347 we moved `PlatformDependent` and `PlatformDependent0` classes to run-time-initialization as they are platform-dependent and thus need to be initialized on the target platform. It looks like there are more classes like these that need to be runtime initialized as they transitively rely on platform dependent values. Closes Karm/mandrel-integration-tests#236 Supersedes quarkusio#37628 (cherry picked from commit 72d7b79)
(cherry picked from commit e7cdc2f)
Bumps [io.quarkus.bot:build-reporter-maven-extension](https://github.com/quarkusio/build-reporter) from 3.2.2 to 3.3.3. - [Commits](quarkusio/build-reporter@3.2.2...3.3.3) --- updated-dependencies: - dependency-name: io.quarkus.bot:build-reporter-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 775ae55)
…abled publication to be captured for republication (cherry picked from commit 5d61c69)
Fixes quarkusio#38114 (cherry picked from commit 8debb80)
Bumps [io.quarkus:quarkus-platform-bom-maven-plugin](https://github.com/quarkusio/quarkus-platform-bom-generator) from 0.0.101 to 0.0.102. - [Release notes](https://github.com/quarkusio/quarkus-platform-bom-generator/releases) - [Commits](quarkusio/quarkus-platform-bom-generator@0.0.101...0.0.102) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-platform-bom-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit dfb3c93)
(cherry picked from commit 24b321e)
Fixes: quarkusio#38157 (cherry picked from commit dfb681e)
Why: * downstreamdoc.yaml is used to generate the list of docs used by downstream doc builds and today its hardcoded thus very limited for downstream docs ability to adjust without changing the quarkus repo. This change addreses the need by: * adding a DOWNSTREAM_CONFIG_FILE to *optionally* override the hardcoded downstreamdoc.yaml * adding a DOWNSTREAM_ADDITONALS env var to the downstream doc build that can be used to add docs to the list of docs used by downstream doc builds * adding a DOWNSTREAM_EXCLUDES env var to the downstream doc build that can be used to exclude docs from the list of docs used by downstream doc builds + additionals (cherry picked from commit 865a882)
(cherry picked from commit 0ebd47b)
(cherry picked from commit 5d2923a)
quarkus-bot
bot
added
area/cache
area/config
area/core
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/gradle
Gradle
area/jaxb
area/mongodb
labels
Jan 15, 2024
🙈 The PR is closed and the preview is expired. |
Per report from @muditporwal in: quarkusio/quarkusio.github.io#1866 (cherry picked from commit 40b0a65)
Failing Jobs - Building 518d71f
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 21 #- Failing: extensions/smallrye-graphql/deployment
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/oidc-client-graphql/deployment and 40 more 📦 extensions/smallrye-graphql/deployment✖
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cache
area/config
area/core
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/gradle
Gradle
area/infra
internal and infrastructure related issues
area/jaxb
area/mongodb
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.
Please don't merge, I will merge it myself.