-
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
2.0.0.Final backports 5 #18079
Merged
Merged
2.0.0.Final backports 5 #18079
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
(cherry picked from commit 8417385)
Also apply the split of the reactive converter utils that are going on a different release lifecycle. (cherry picked from commit 537e354)
(cherry picked from commit fe7aad5)
(cherry picked from commit e4005dd)
Fixes quarkusio#18017 (cherry picked from commit 0c0b51a)
(cherry picked from commit c251dc6)
The current short option to display the version is "-V" (uppercase): `quarkus -V`. This is set by Picocli, but can be changed using the `picocli.version.name.0` property. The problem with `-V` is that does not match with the other short options to display version in the extensions and other commands which is "-v". Also, in other command tools like `mvn`, the option is `-v`. I did check that the `-v` is not conflicting with other existing options. (cherry picked from commit bca4177)
(cherry picked from commit 33bab86)
(cherry picked from commit 2f8cc95)
(cherry picked from commit 42b6e85)
(cherry picked from commit 1b0c2ff)
(cherry picked from commit 9d105f6)
(cherry picked from commit aa4ba75)
(cherry picked from commit fc4cbe7)
- Add extra 'compile error' display, so test compile errors don't overwrite results. - Add extra 'test results' display, so current results are always visible. - Fix multiple bugs with pausing/resuming tests - Change yellow to blue, as ANSI yellow is very close to ANSI green in some terminals. (cherry picked from commit 2c2784a)
Fixes: quarkusio#17975 (cherry picked from commit 4a61283)
- if a scheduled method has a config-based value in every() or cron() the rest of the values is not validated at build time (cherry picked from commit c38991f)
Fixes quarkusio#17878 (cherry picked from commit 732b2a7)
(cherry picked from commit 8b9c8b2)
And in any case, it will need to be -target:11 when we switch to 2.13. (cherry picked from commit 34abbf1)
Fixes quarkusio#10927 (cherry picked from commit c3073c7)
Fixes quarkusio#15370 WIP Update docs/src/main/asciidoc/centralized-log-management.adoc (cherry picked from commit 3e89e28)
This adds a junit4-mock artifact which contains the one interface testcontainers depends on. (cherry picked from commit cc5322d)
The algorithm for reconstructing generic signature for methods in `AsmUtil` had some unimplemented parts, which are now completed. Gizmo is also updated to the latest version that has complete support for generating annotations. Finally, RestClient Reactive now properly copies the method generic signature when building RestClient interface implementation. (cherry picked from commit 0948e42)
quarkus-bot
bot
added
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/codestarts
area/core
area/dependencies
Pull requests that update a dependency file
labels
Jun 22, 2021
quarkus-bot
bot
added
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/grpc
gRPC
area/infra-automation
anything related to CI, bots, etc. that are used to automated our infrastructure
area/jbang
Issues related to when using jbang.dev with Quarkus
area/kafka
area/maven
area/mongodb
area/platform
Issues related to definition and interaction with Quarkus Platform
area/redis
area/rest
area/scheduler
area/testing
area/vault
labels
Jun 22, 2021
Failing Jobs - Building 65ed15c
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 integration-tests/scala✖ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/codestarts
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/grpc
gRPC
area/infra
internal and infrastructure related issues
area/infra-automation
anything related to CI, bots, etc. that are used to automated our infrastructure
area/jbang
Issues related to when using jbang.dev with Quarkus
area/kafka
area/maven
area/mongodb
area/platform
Issues related to definition and interaction with Quarkus Platform
area/redis
area/rest
area/scheduler
area/testing
area/vault
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.