diff --git a/.github/native-tests.json b/.github/native-tests.json index dbe32b8def327..68736ec9e9ef6 100644 --- a/.github/native-tests.json +++ b/.github/native-tests.json @@ -86,8 +86,8 @@ }, { "category": "Cache", - "timeout": 65, - "test-modules": "infinispan-cache-jpa, infinispan-client, cache, redis-cache", + "timeout": 75, + "test-modules": "infinispan-cache-jpa, infinispan-client, cache, redis-cache, infinispan-cache", "os-name": "ubuntu-latest" }, { @@ -133,9 +133,9 @@ "os-name": "ubuntu-latest" }, { - "category": "Windows - RESTEasy Jackson", - "timeout": 25, - "test-modules": "resteasy-jackson", + "category": "Windows support", + "timeout": 50, + "test-modules": "resteasy-jackson, qute", "os-name": "windows-latest" }, { diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 25380d5a91342..8de42849403a8 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,7 +2,7 @@ com.gradle develocity-maven-extension - 1.21 + 1.21.2 com.gradle diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 841bbd2f06c1f..f9e8c714810e3 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -15,7 +15,7 @@ 2.0.2 - 1.77 + 1.78.1 1.0.2.4 1.0.18 5.0.0 @@ -26,7 +26,7 @@ 1.1.5 2.1.5.Final 3.1.2.Final - 6.2.7.Final + 6.2.8.Final 0.33.0 0.2.4 0.1.15 @@ -120,7 +120,7 @@ 2.0.0.Final 1.7.0.Final 1.0.1.Final - 2.3.1.Final + 2.4.1.Final 3.6.1.Final 4.5.7 4.5.14 @@ -167,7 +167,7 @@ 3.2.0 4.2.1 3.0.4.Final - 10.10.0 + 10.11.1 3.0.3 4.27.0 @@ -216,7 +216,7 @@ 2.4.0 6.9.0.202403050737-r - 0.14.0 + 0.15.0 9.37.3 0.9.6 0.0.6 @@ -226,6 +226,8 @@ 1.1.0 3.0.0 2.12.3 + + 0.16.0 1.0.10 @@ -490,6 +492,18 @@ import + + + io.prometheus + simpleclient + ${prometheus.version} + + + io.prometheus + simpleclient_common + ${prometheus.version} + + @@ -1265,6 +1279,16 @@ quarkus-infinispan-client-deployment ${project.version} + + io.quarkus + quarkus-infinispan-cache + ${project.version} + + + io.quarkus + quarkus-infinispan-cache-deployment + ${project.version} + io.quarkus quarkus-jdbc-db2 @@ -2991,6 +3015,42 @@ quarkus-virtual-threads-deployment ${project.version} + + io.quarkus + quarkus-observability-devservices-common + ${project.version} + + + io.quarkus + quarkus-observability-devservices + ${project.version} + + + io.quarkus + quarkus-observability-devservices-lgtm + ${project.version} + provided + + + io.quarkus + quarkus-observability-testcontainers + ${project.version} + + + io.quarkus + quarkus-observability-devresource-common + ${project.version} + + + io.quarkus + quarkus-observability-devresource-testcontainers + ${project.version} + + + io.quarkus + quarkus-observability-devresource-lgtm + ${project.version} + @@ -3125,12 +3185,12 @@ io.quarkus - quarkus-webjars-locator + quarkus-web-dependency-locator ${project.version} io.quarkus - quarkus-webjars-locator-deployment + quarkus-web-dependency-locator-deployment ${project.version} @@ -6670,6 +6730,16 @@ quarkus-smallrye-reactive-messaging-rabbitmq-deployment ${project.version} + + io.quarkus + quarkus-webjars-locator + ${project.version} + + + io.quarkus + quarkus-webjars-locator-deployment + ${project.version} + diff --git a/bom/dev-ui/pom.xml b/bom/dev-ui/pom.xml index c461772d70c91..291e317c99a73 100644 --- a/bom/dev-ui/pom.xml +++ b/bom/dev-ui/pom.xml @@ -14,7 +14,7 @@ 24.3.10 - 3.1.2 + 3.1.3 4.0.4 3.1.2 1.2.0 @@ -28,7 +28,7 @@ 1.7.5 1.7.0 5.5.0 - 1.0.12 + 1.0.13 1.8.3 2.4.0 diff --git a/core/deployment/src/main/java/io/quarkus/deployment/Feature.java b/core/deployment/src/main/java/io/quarkus/deployment/Feature.java index 14b9fd7c89bf8..25c5149188eb4 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/Feature.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/Feature.java @@ -69,6 +69,7 @@ public enum Feature { NARAYANA_LRA, NARAYANA_STM, NEO4J, + OBSERVABILITY, OIDC, OIDC_CLIENT, RESTEASY_CLIENT_OIDC_FILTER, diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/NativeImageResourceBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/NativeImageResourceBuildItem.java index 56ecff462a4d0..f58313c940ae5 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/NativeImageResourceBuildItem.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/NativeImageResourceBuildItem.java @@ -7,7 +7,11 @@ import io.quarkus.builder.item.MultiBuildItem; /** - * A build item that indicates that a static resource should be included in the native image + * A build item that indicates that a static resource should be included in the native image. + *

+ * A static resource is a file that is not processed by the build steps, but is included in the native image as-is. + * The resource path passed to the constructor is a {@code /}-separated path name (with the same semantics as the parameters + * passed to {@link java.lang.ClassLoader#getResources(String)}. *

* Related build items: *