Skip to content

Commit

Permalink
Merge branch 'main' into issue-43167
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev authored Sep 24, 2024
2 parents f316b1f + 685cdea commit 3305a7a
Show file tree
Hide file tree
Showing 4,357 changed files with 147,406 additions and 44,697 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ body:
**To report a Quarkus security vulnerability, please [send an email to `security@quarkus.io`](mailto:security@quarkus.io) with all the details.**
:warning: Do **NOT** create a public issue on GitHub for security vulnerabilities. See our [security policy](https://github.com/quarkusio/quarkus/security/policy) for more details. :warning:
- type: markdown
attributes:
value: |
To maximize the chance of your issue being handled in a timely manner, please ensure you have tested that the issue occurs on the absolute latest version of Quarkus, or latest LTS version.
Moreover, providing a minimal canonical sample project that makes it easy to reproduce the issue is a huge help to the community when it comes to understanding, debugging, fixing the problem and testing the fix.
- type: textarea
id: description
validations:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ assignees: ''
---

### Description

(A high level description of the work)

### Analysis

(links to analysis docs containing architecture design work, requirements gathering, etc)

<!-- task list will be automatically generated from below.
Expand Down
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ updates:
- dependency-name: org.glassfish:jakarta-el
- dependency-name: com.google.cloud.tools:jib-core
- dependency-name: org.jboss.threads:jboss-threads
- dependency-name: org.jboss.marshalling:*
# Quarkus
- dependency-name: io.quarkus.*:*
- dependency-name: io.quarkus:*
Expand All @@ -50,6 +51,7 @@ updates:
# Kafka
- dependency-name: org.apache.kafka:*
- dependency-name: io.strimzi:kafka-oauth-client
- dependency-name: io.strimzi:strimzi-test-container
- dependency-name: com.nimbusds:nimbus-jose-jwt
- dependency-name: io.apicurio:*
# Scala
Expand Down Expand Up @@ -176,6 +178,7 @@ updates:
- dependency-name: com.github.javaparser:javaparser-core
- dependency-name: com.h2database:h2
- dependency-name: io.github.crac:org-crac
- dependency-name: com.dajudge.kindcontainer:kindcontainer
- dependency-name: jakarta.*:*
- dependency-name: org.eclipse.*:*
- dependency-name: org.glassfish.*:*
Expand All @@ -184,6 +187,7 @@ updates:
- dependency-name: biz.paluch.logging:logstash-gelf
- dependency-name: org.bitbucket.b_c:jose4j
- dependency-name: io.fabric8:maven-model-helper
- dependency-name: org.codejive:java-properties
ignore:
# this one cannot be upgraded due to the usage of proxies in new versions
# the proxy implements interfaces in a random order which causes issues
Expand Down Expand Up @@ -216,6 +220,8 @@ updates:
# Only use dependabot for micros (patch versions).
- dependency-name: org.hibernate.*:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: org.apache.kafka:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
rebase-strategy: disabled
- package-ecosystem: gradle
directory: "/devtools/gradle"
Expand Down
18 changes: 9 additions & 9 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
{
"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, mutiny-native-jctools",
"timeout": 120,
"test-modules": "elytron-resteasy, resteasy-jackson, elytron-resteasy-reactive, resteasy-mutiny, resteasy-reactive-kotlin/standard, vertx, vertx-http, vertx-web, vertx-http-compressors/all, vertx-http-compressors/some, 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 @@ -104,8 +104,8 @@
},
{
"category": "Misc2",
"timeout": 70,
"test-modules": "hibernate-validator, test-extension/tests, logging-gelf, mailer, native-config-profile, locales",
"timeout": 75,
"test-modules": "hibernate-validator, test-extension/tests, logging-gelf, mailer, native-config-profile, locales/all, locales/some",
"os-name": "ubuntu-latest"
},
{
Expand All @@ -117,7 +117,7 @@
{
"category": "Misc4",
"timeout": 130,
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, web-dependency-locator",
"test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-mongodb-client-instrumentation, opentelemetry-redis-instrumentation, web-dependency-locator",
"os-name": "ubuntu-latest"
},
{
Expand All @@ -135,7 +135,7 @@
{
"category": "Windows support",
"timeout": 50,
"test-modules": "resteasy-jackson, qute",
"test-modules": "resteasy-jackson, qute, liquibase",
"os-name": "windows-latest"
},
{
Expand All @@ -145,9 +145,9 @@
"os-name": "ubuntu-latest"
},
{
"category": "AWT, ImageIO and Java2D",
"timeout": 30,
"test-modules": "awt, no-awt",
"category": "AWT, ImageIO and Java2D, Packaging .so files",
"timeout": 40,
"test-modules": "awt, no-awt, awt-packaging",
"os-name": "ubuntu-latest"
}
]
Expand Down
43 changes: 25 additions & 18 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ triage:
directories:
- extensions/amazon-lambda
- integration-tests/amazon-lambda
- id: persistence
labels: [area/persistence]
title: "persistence"
directories:
- extensions/jdbc/
- id: db2
labels: [area/persistence]
# There's no label for DB2, and JDBC/reactive-clients are handled elsewhere.
labels: []
title: "db2"
notify: [mswatosh]
directories:
Expand Down Expand Up @@ -109,7 +105,7 @@ triage:
- devtools/platform-descriptor-json/src/main/resources/codestarts/
- devtools/platform-descriptor-json/src/main/resources/templates/
- id: hibernate-reactive
labels: [area/hibernate-reactive, area/persistence]
labels: [area/hibernate-reactive]
title: "hibernate.reactive"
expression: |
matches("hibernate", title) && matches("reactive", title)
Expand All @@ -119,7 +115,7 @@ triage:
directories:
- extensions/hibernate-reactive
- id: hibernate-orm
labels: [area/hibernate-orm, area/persistence]
labels: [area/hibernate-orm]
expression: |
matches("hibernate", title) && !matches("reactive", title)
&& !matches("hibernate.validator", title)
Expand All @@ -139,16 +135,16 @@ triage:
- id: hibernate-search
labels: [area/hibernate-search]
title: "hibernate.search"
notify: [gsmet, yrodiere]
notify: [gsmet, marko-bekhta, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-search
- integration-tests/hibernate-search
- id: elasticsearch
labels: [area/elasticsearch]
title: "elasticsearch"
notify: [gsmet, yrodiere, loicmathieu]
title: "(elasticsearch|opensearch)"
notify: [gsmet, marko-bekhta, yrodiere, loicmathieu]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
Expand All @@ -157,7 +153,7 @@ triage:
- id: hibernate-validator
labels: [area/hibernate-validator]
title: "hibernate.validator"
notify: [gsmet, yrodiere]
notify: [gsmet, marko-bekhta, yrodiere]
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-validator
Expand All @@ -171,7 +167,7 @@ triage:
- id: jackson
labels: [area/jackson]
title: "jackson"
notify: [geoand, gsmet]
notify: [geoand, gsmet, mariofusco]
directories:
- extensions/jackson/
- integration-tests/jackson/
Expand Down Expand Up @@ -305,7 +301,8 @@ triage:
title: "rest.client"
notify: [cescoffier, geoand]
directories:
- extensions/rest-client/
- extensions/resteasy-classic/rest-client/
- extensions/resteasy-reactive/rest-client/
- id: smallrye
labels: [area/smallrye]
title: "smallrye"
Expand Down Expand Up @@ -615,8 +612,8 @@ triage:
labels: [area/reactive-streams-operators]
directories:
- extensions/reactive-streams-operators/
- id: resteasy
labels: [area/resteasy]
- id: resteasy-classic
labels: [area/resteasy-classic]
directories:
- extensions/resteasy-classic/
- extensions/resteasy-classic/resteasy
Expand All @@ -629,8 +626,8 @@ triage:
- integration-tests/resteasy-jackson/
- integration-tests/elytron-resteasy/
- integration-tests/virtual-http-resteasy/
- id: resteasy-reactive
labels: [area/resteasy-reactive]
- id: rest
labels: [area/rest]
title: resteasy.reactive
notify: [geoand, FroMage, stuartwdouglas]
directories:
Expand Down Expand Up @@ -732,6 +729,12 @@ triage:
labels: [area/devservices]
title: "dev.?services?"
notify: [stuartwdouglas, geoand]
- id: jdbc
labels: [area/jdbc]
title: "jdbc"
notify: [barreiro,yrodiere]
directories:
- extensions/jdbc/
- id: reactive-sql-clients
labels: [area/reactive-sql-clients]
title: "(reactive sql|reactive pool|pgpool|mysqlpool|db2pool)"
Expand Down Expand Up @@ -773,5 +776,9 @@ triage:
labels: [area/virtual-threads]
title: "(virtual.thread|RunOnVirtualThread)"
notify: [cescoffier, ozangunalp]
- id: podman
labels: [env/podman]
title: "podman"
notify: [maxandersen]
qe:
notify: [rsvoboda, mjurc]
99 changes: 93 additions & 6 deletions .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,25 @@ participants:
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
maxIssues: 3
maintenance:
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch"]
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch", "area/jdbc"]
days: ["WEDNESDAY"]
feedback:
needed:
maxIssues: 4
maxIssues: 10
provided:
maxIssues: 2
maxIssues: 10
stale:
maxIssues: 5
- username: "marko-bekhta"
timezone: "Europe/Warsaw"
maintenance:
labels: ["area/hibernate-search", "area/elasticsearch", "area/hibernate-validator"]
days: ["WEDNESDAY"]
feedback:
needed:
maxIssues: 10
provided:
maxIssues: 10
stale:
maxIssues: 5
- username: "gsmet"
Expand All @@ -61,7 +73,7 @@ participants:
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
maxIssues: 2
maintenance:
labels: ["area/arc", "area/scheduler", "area/qute"]
labels: ["area/arc", "area/scheduler", "area/qute", "area/websockets", "area/picocli", "area/hibernate-reactive", "area/testing", "area/vertx"]
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
feedback:
needed:
Expand Down Expand Up @@ -106,7 +118,7 @@ participants:
days: ["WEDNESDAY", "FRIDAY"]
maxIssues: 3
maintenance:
labels: ["area/core", "area/testing", "area/kotlin", "area/spring", "area/resteasy-reactive", "area/kubernetes"]
labels: ["area/core", "area/testing", "area/kotlin", "area/spring", "area/rest", "area/kubernetes"]
days: ["WEDNESDAY", "FRIDAY"]
feedback:
needed:
Expand Down Expand Up @@ -163,3 +175,78 @@ participants:
maxIssues: 2
stale:
maxIssues: 5
- username: "cescoffier"
timezone: "Europe/Paris"
triage:
days: ["MONDAY", "WEDNESDAY", "FRIDAY"]
maxIssues: 2
maintenance:
labels: ["area/foundation", "area/grpc", "area/kafka", "area/mailer", "area/mutiny", "area/netty", "area/reactive", "area/reactive-messaging", "area/reactive-sql-clients", "area/reactive-streams-operators", "area/redis", "area/stork", "area/vertx", "area/virtual-threads", "area/websockets"]
days: ["MONDAY", "WEDNESDAY", "FRIDAY"]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 3
- username: "jponge"
timezone: "Europe/Paris"
triage:
days: ["WEDNESDAY"]
maxIssues: 2
maintenance:
labels: ["area/mutiny", "area/reactive", "area/vertx", "area/core", "env/podman", "area/kotlin"]
days: ["WEDNESDAY"]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 3
- username: "aureamunoz"
timezone: "Europe/Paris"
triage:
days: [ "MONDAY", "WEDNESDAY", "THURSDAY" ]
maxIssues: 2
maintenance:
labels: [ "area/stork", "area/spring", "area/kubernetes", "area/devtools", "area/grpc", "area/rest" ]
days: [ "MONDAY", "WEDNESDAY", "THURSDAY" ]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 3
- username: "ozangunalp"
timezone: "Europe/Paris"
triage:
days: [ "MONDAY", "FRIDAY" ]
maxIssues: 2
maintenance:
labels: [ "area/kafka", "area/reactive-messaging", "area/reactive", "area/virtual-threads", "area/mutiny", "area/devtools" ]
days: [ "MONDAY", "FRIDAY" ]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 3
- username: "phillip-kruger"
timezone: "Australia/Melbourne"
triage:
days: ["MONDAY"]
maxIssues: 2
maintenance:
labels: ["area/dev-ui", "area/openapi", "area/swagger-ui", "area/graphql"]
days: ["FRIDAY"]
feedback:
needed:
maxIssues: 2
provided:
maxIssues: 2
stale:
maxIssues: 3
Loading

0 comments on commit 3305a7a

Please sign in to comment.