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

Update to Vert.x 4.2.4 and Netty 4.1.73 #23049

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

cescoffier
Copy link
Member

@cescoffier cescoffier commented Jan 20, 2022

Vert.x 4.2.4 release notes are explained in https://github.com/vert-x3/wiki/wiki/4.2.4-Release-Notes.

Netty 4.1.73 release notes are explained in https://netty.io/news/2022/01/12/4-1-73-Final.html.
Noteworthy changes are:

  • Make "pinned memory" from PooledByteBufAllocator reflect buffers in use
  • Allow to disable duplicate native library check
  • Allow same native libraries if the content is the same

This PR also aligns the gRPC dependencies with the vert.x gRPC dependencies (that we use underneath).

CC @jviet

Also aligned the gRPC dependencies with the vert.x gRPC dependencies (that we use underneath).
@quarkus-bot quarkus-bot bot added the area/dependencies Pull requests that update a dependency file label Jan 20, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 20, 2022

Failing Jobs - Building c743ece

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

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main line 22 - 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 was not fulfilled within 3 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main line 22 - 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 was not fulfilled within 3 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@gsmet
Copy link
Member

gsmet commented Jan 20, 2022

@glefloch any chance we could fix this test ^ (or disable it), it's failing VERY often.

@gsmet gsmet merged commit eac7ff8 into quarkusio:main Jan 20, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 20, 2022
@glefloch
Copy link
Member

Right, saw them failing in a PR too. Looking at that.

@gsmet gsmet modified the milestones: 2.8 - main, 2.7.0.Final Jan 21, 2022
@cescoffier cescoffier deleted the update-vertx-4.2.4 branch March 15, 2022 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants