Skip to content

Commit 6960d9e

Browse files
authored
Merge branch 'main' into feature/fabric8-split-package-resolved
2 parents 9a6644f + 37fbf8a commit 6960d9e

File tree

208 files changed

+6397
-909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+6397
-909
lines changed

.github/native-tests.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{
9494
"category": "HTTP",
9595
"timeout": 110,
96-
"test-modules": "elytron-resteasy, resteasy-jackson, elytron-resteasy-reactive, resteasy-mutiny, resteasy-reactive-kotlin/standard, vertx, vertx-http, vertx-web, vertx-web-jackson, vertx-graphql, virtual-http, rest-client, rest-client-reactive, rest-client-reactive-stork, rest-client-reactive-multipart, websockets, management-interface, management-interface-auth",
96+
"test-modules": "elytron-resteasy, resteasy-jackson, elytron-resteasy-reactive, resteasy-mutiny, resteasy-reactive-kotlin/standard, vertx, vertx-http, vertx-web, vertx-web-jackson, vertx-graphql, virtual-http, rest-client, rest-client-reactive, rest-client-reactive-stork, rest-client-reactive-multipart, websockets, management-interface, management-interface-auth, mutiny-native-jctools",
9797
"os-name": "ubuntu-latest"
9898
},
9999
{
@@ -116,8 +116,8 @@
116116
},
117117
{
118118
"category": "Misc4",
119-
"timeout": 125,
120-
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, webjars-locator",
119+
"timeout": 130,
120+
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, webjars-locator",
121121
"os-name": "ubuntu-latest"
122122
},
123123
{
@@ -128,8 +128,8 @@
128128
},
129129
{
130130
"category": "gRPC",
131-
"timeout": 75,
132-
"test-modules": "grpc-health, grpc-interceptors, grpc-mutual-auth, grpc-plain-text-gzip, grpc-plain-text-mutiny, grpc-proto-v2, grpc-streaming, grpc-tls, grpc-tls-p12",
131+
"timeout": 80,
132+
"test-modules": "grpc-health, grpc-interceptors, grpc-mutual-auth, grpc-plain-text-gzip, grpc-plain-text-mutiny, grpc-proto-v2, grpc-streaming, grpc-tls, grpc-tls-p12, grpc-test-random-port",
133133
"os-name": "ubuntu-latest"
134134
},
135135
{

.github/quarkus-github-bot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,12 @@ triage:
474474
notify: [ebullient]
475475
- id: config
476476
labels: [area/config]
477+
title: "config"
477478
directories:
478479
- extensions/config-yaml/
479480
- core/deployment/src/main/java/io/quarkus/deployment/configuration/
480481
- core/runtime/src/main/java/io/quarkus/runtime/configuration/
482+
notify: [radcortez]
481483
- id: core
482484
labels: [area/core]
483485
notify: [aloubyansky, gsmet, geoand, radcortez, Sanne, stuartwdouglas]

.github/virtual-threads-tests.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"timeout": 45,
1212
"test-modules": "amqp-virtual-threads, jms-virtual-threads, kafka-virtual-threads",
1313
"os-name": "ubuntu-latest"
14+
},
15+
{
16+
"category": "Security",
17+
"timeout": 20,
18+
"test-modules": "security-webauthn-virtual-threads",
19+
"os-name": "ubuntu-latest"
1420
}
1521
]
1622
}

0 commit comments

Comments
 (0)