From 45980ffe3cd69c3ef204e03fe1bc31c259e8c522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Mon, 11 Sep 2023 16:58:59 +0200 Subject: [PATCH] Quarkus 3.4.0.CR1 --- .../main/java/io/netty/buffer/PooledByteBufAllocatorL.java | 2 +- bom/pom.xml | 6 ------ pom.xml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java b/bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java index 65908bd2..616b57ee 100644 --- a/bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java +++ b/bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java @@ -161,7 +161,7 @@ public InnerAllocator() { } private UnsafeDirectLittleEndian newDirectBufferL(int initialCapacity, int maxCapacity) { - PoolArenasCache cache = threadCache(); + PoolThreadCache cache = threadCache(); PoolArena directArena = cache.directArena; if (directArena != null) { diff --git a/bom/pom.xml b/bom/pom.xml index d263ff7c..35630a59 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,6 @@ 1.6.8 0.26.0 2.5.2 - 24.1.6 @@ -86,11 +85,6 @@ conscrypt-openjdk-uber ${conscrypt.version} - - org.mvnpm.at.vaadin - a11y-base - ${a11y-base.version} - diff --git a/pom.xml b/pom.xml index 781ecfb4..f573d280 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 11 11 true - 3.3.0 + 3.4.0.CR1 3.8.1 3.4.1 3.24.2