Skip to content

Commit

Permalink
Merge branch 'main' into docs/ascii-guides-logging-duplicated-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusvasti authored Apr 19, 2024
2 parents 681ef85 + 37fbf8a commit 57490f8
Show file tree
Hide file tree
Showing 382 changed files with 9,334 additions and 1,522 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ updates:
- dependency-name: net.alchim31.maven:scala-maven-plugin
# SmallRye
- dependency-name: io.smallrye:*
- dependency-name: io.smallrye.beanbag:*
- dependency-name: io.smallrye.common:*
- dependency-name: io.smallrye.config:*
- dependency-name: io.smallrye.reactive:*
Expand Down
10 changes: 5 additions & 5 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"category": "HTTP",
"timeout": 110,
"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",
"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",
"os-name": "ubuntu-latest"
},
{
Expand All @@ -116,8 +116,8 @@
},
{
"category": "Misc4",
"timeout": 125,
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, webjars-locator",
"timeout": 130,
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, webjars-locator",
"os-name": "ubuntu-latest"
},
{
Expand All @@ -128,8 +128,8 @@
},
{
"category": "gRPC",
"timeout": 75,
"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",
"timeout": 80,
"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",
"os-name": "ubuntu-latest"
},
{
Expand Down
8 changes: 8 additions & 0 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,12 @@ triage:
notify: [ebullient]
- id: config
labels: [area/config]
title: "config"
directories:
- extensions/config-yaml/
- core/deployment/src/main/java/io/quarkus/deployment/configuration/
- core/runtime/src/main/java/io/quarkus/runtime/configuration/
notify: [radcortez]
- id: core
labels: [area/core]
notify: [aloubyansky, gsmet, geoand, radcortez, Sanne, stuartwdouglas]
Expand Down Expand Up @@ -645,6 +647,12 @@ triage:
directories:
- extensions/vault/
- integration-tests/vault
- id: netty
labels: [area/netty]
title: "netty"
notify: [franz1981, cescoffier, jponge]
directories:
- extensions/netty
- id: vertx
labels: [area/vertx]
title: "vert.?x"
Expand Down
6 changes: 6 additions & 0 deletions .github/virtual-threads-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"timeout": 45,
"test-modules": "amqp-virtual-threads, jms-virtual-threads, kafka-virtual-threads",
"os-name": "ubuntu-latest"
},
{
"category": "Security",
"timeout": 20,
"test-modules": "security-webauthn-virtual-threads",
"os-name": "ubuntu-latest"
}
]
}
22 changes: 13 additions & 9 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.github/workflows/doc-build.yml'
- '.github/workflows/preview.yml'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
Expand All @@ -33,6 +35,8 @@ on:
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.github/workflows/doc-build.yml'
- '.github/workflows/preview.yml'
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -210,7 +214,7 @@ jobs:
7z a -tzip build-reports.zip -r \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -400,7 +404,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -510,7 +514,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -596,7 +600,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -688,7 +692,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -780,7 +784,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -937,7 +941,7 @@ jobs:
'integration-tests/virtual-threads/**/target/*-reports/TEST-*.xml' \
'integration-tests/virtual-threads/target/build-report.json' \
'integration-tests/virtual-threads/target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -1018,7 +1022,7 @@ jobs:
'**/target/*-reports/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -1130,7 +1134,7 @@ jobs:
'**/build/test-results/test/TEST-*.xml' \
'target/build-report.json' \
'target/gradle-build-scan-url.txt' \
LICENSE.txt
LICENSE
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
Expand Down
Loading

0 comments on commit 57490f8

Please sign in to comment.