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.10.1 backports 2 #26406

Merged
merged 36 commits into from Jun 28, 2022
Merged

2.10.1 backports 2 #26406

merged 36 commits into from Jun 28, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jun 28, 2022

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

gsmet and others added 30 commits June 28, 2022 14:52
These are needed for code.quarkus.io.

(cherry picked from commit d6b7cc9)
- Trim the console stack traces
- Add a 2 line summary at the bottom to make it easier to view the full results

(cherry picked from commit 4dea8f4)
- the param declaration node may be removed as a part of a standalone
line

(cherry picked from commit e2e0cd0)
…hedulers

Fixes quarkusio#25818

This is part of a coordinated fix across Quarkus and Mutiny where scheduler wrapping would cause Vert.x context propagation not to be done.

Some changes have been adapted from the draft code from @luneo7 in the discussions of:

- quarkusio#26242
- quarkusio#25818

See the matching changes in Mutiny:  smallrye/smallrye-mutiny#955

(cherry picked from commit 059b7b7)
Added test to reproduce issue
Registered missing codec

Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
(cherry picked from commit b0fbcd7)
- this build step should consume RuntimeConfigSetupCompleteBuildItem
because DefaultTenantConfigResolver injects a runtime config property
- resolves quarkusio#26236

(cherry picked from commit b43a7be)
(cherry picked from commit 715d5b4)
Additionally, it adds support of DownloadFile objects.

Fix quarkusio#26164

(cherry picked from commit 6ad2be3)
Fix quarkusio#26318

Note that I haven't added any tests as there are already existing coverage that verifies this continue working fine.

(cherry picked from commit 3079078)
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit ccebb37)
(cherry picked from commit 896e069)
When not setting any name, the extension will use the current resource name which is not a correct logic (as there could have additional resources from users).

Fix quarkusio#25688

(cherry picked from commit 0e6b2b3)
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 28, 2022

Failing Jobs - Building 71924e6

Status Name Step Failures Logs Raw logs
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

io.quarkus.maven.it.DevMojoIT.testCapabilitiesConflict line 108 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference, java.util.concurrent.atomic.AtomicReferencejava.lang.String, java.lang.Stringboolean was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

io.quarkus.maven.it.DevMojoIT.testCapabilitiesConflict line 108 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference, java.util.concurrent.atomic.AtomicReferencejava.lang.String, java.lang.Stringboolean was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@gsmet gsmet merged commit dd95216 into quarkusio:2.10 Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment