Skip to content
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 24 commits into from
Jun 22, 2021
Merged

2.0.0.Final backports 5 #18079

merged 24 commits into from
Jun 22, 2021

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jun 22, 2021

Please don't merge, I will merge it myself.

kshpak and others added 24 commits June 22, 2021 15:19
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)
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 2f8cc95)
(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)
- 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)
And in any case, it will need to be -target:11 when we switch to 2.13.

(cherry picked from commit 34abbf1)
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)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jun 22, 2021
@gsmet gsmet self-assigned this Jun 22, 2021
@quarkus-bot 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 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
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 22, 2021

Failing Jobs - Building 65ed15c

Status Name Step Test failures Logs Raw logs
JVM Tests - JDK 11 Build Test failures Logs Raw logs
✔️ JVM Tests - JDK 16

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 #

📦 integration-tests/scala

io.quarkus.scala.maven.it.ScalaRemoteDevModeIT.testThatTheApplicationIsReloadedOnScalaChange line 25 - More details - Source on GitHub

@gsmet gsmet merged commit 57530d2 into quarkusio:2.0 Jun 22, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.