Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarkusio/quarkus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.9.1
Choose a base ref
...
head repository: quarkusio/quarkus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.2
Choose a head ref

Commits on Mar 26, 2024

  1. Backport hide EndUserSpanProcessor integration

    brunobat committed Mar 26, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    brunobat Bruno Baptista
    Copy the full SHA
    a1f4fab View commit details

Commits on Mar 27, 2024

  1. Merge pull request #39707 from brunobat/revert-user-info-backport

    Backport hide EndUserSpanProcessor integration
    geoand authored Mar 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9002ec7 View commit details

Commits on Apr 2, 2024

  1. Enforce OIDC code flow access token verification only if JWT is in th…

    …e application code
    
    (cherry picked from commit 5f60a6d)
    sberyozkin authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    083c4b1 View commit details
  2. recomend podman desktop

    (cherry picked from commit f4cfa3d)
    maxandersen authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    01e1b4f View commit details
  3. Update docs/src/main/asciidoc/podman.adoc

    Co-authored-by: Holly Cummins <hcummins@redhat.com>
    (cherry picked from commit 270f40e)
    maxandersen authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    7ee8711 View commit details
  4. Rework Podman docs

    Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
    (cherry picked from commit 5c8f0f4)
    n1hility authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    478ae72 View commit details
  5. Setting the correct CodeFlowVerifyAccessTokenDisabledTest test class …

    …name
    
    (cherry picked from commit 0bfe78f)
    sberyozkin authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    dedc9ed View commit details
  6. Fix typos in podman.adoc

    Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
    (cherry picked from commit ddf5dfd)
    gemmellr authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    46ab813 View commit details
  7. Fix a remaining reference to quarkus.resteasy-reactive. prefix

    I think it shouldn't break applications, it's just that you get a
    warning.
    Not sure how I missed it in the renaming given the number of manual
    checks I did...
    
    (cherry picked from commit 3a3d89d)
    gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    0164dcd View commit details
  8. WebSockets Next: error handlers part 1

    - introduce OnError annotation
    - add encoding/decoding exceptions
    - also support global error handlers
    - see #39186
    
    (cherry picked from commit bce9f55)
    mkouba authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    0d28ac0 View commit details
  9. WebSockets Next: error handlers part 2

    - call error handlers if an endpoint callback returns Uni that receives
    a failure
    - javadoc clarifications
    
    (cherry picked from commit 103c885)
    mkouba authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    f3e70b4 View commit details
  10. Ensure that failed unis are not cached

    Fixes: #39677
    (cherry picked from commit fdcac73)
    geoand authored and gsmet committed Apr 2, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    018b735 View commit details

Commits on Apr 3, 2024

  1. "normalize" the package name on package rules lookup

    (cherry picked from commit d7d237b)
    marko-bekhta authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    5256a9a View commit details
  2. Move PU-specific test entities into their own packages

    (cherry picked from commit 9d58018)
    marko-bekhta authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    34bffdb View commit details
  3. Properly handle array class types to be looked up

    This properly only manifests with something like:
    
    ```java
    @RegisterForReflection(targets = URI[].class, ignoreNested=false)
    ```
    
    and we never saw it before 3.9 because ignoreNested defaulted to
    false before that release.
    
    Originally reported at:
    https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/quarkus.203.2E9/near/430034416
    
    (cherry picked from commit 969766d)
    geoand authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    44b8d82 View commit details
  4. Update to Vert.x 4.5.7

    Signed-off-by: Julien Ponge <jponge@redhat.com>
    (cherry picked from commit 32e7294)
    cescoffier authored and gsmet committed Apr 3, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    gsmet’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    d7bbb4d View commit details
  5. Add a Netty substitution for ZstdConstants

    (cherry picked from commit f41e7b4)
    jponge authored and gsmet committed Apr 3, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    gsmet’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    1dbb6dc View commit details
  6. redis-cache: Recompute cache when the redis connection pool is exhausted

    (cherry picked from commit c352aef)
    bartm-dvb authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    c2c674d View commit details
  7. Fix for proxy flag on OTel

    (cherry picked from commit ad05fa2)
    brunobat authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    c795670 View commit details
  8. Docs: fix typo in OIDC tenant resolution

    (cherry picked from commit 4ff04bb)
    michalvavrik authored and gsmet committed Apr 3, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    gsmet’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    f1601ff View commit details
  9. Manage mime4j core, dom and storage jars in the bom

    (cherry picked from commit 7b82631)
    sberyozkin authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    4fb1395 View commit details
  10. Add quarkus-credentials-deployment where it's missing

    This is a temporary measure while we wait for a decision about #39789.
    
    (cherry picked from commit 147aa3f)
    gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    9d343b3 View commit details
  11. Bump org.jboss.threads:jboss-threads from 3.6.0.Final to 3.6.1.Final

    Bumps [org.jboss.threads:jboss-threads](https://github.com/jbossas/jboss-threads) from 3.6.0.Final to 3.6.1.Final.
    - [Commits](jbossas/jboss-threads@3.6.0.Final...3.6.1.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.threads:jboss-threads
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 9fdf88d)
    dependabot[bot] authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    94def22 View commit details
  12. Always record profiles

    (cherry picked from commit dbc3bae)
    radcortez authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    b441a0b View commit details
  13. Add named configuration value for multipartPostEncoderMode

    Relates to: #39751
    
    (cherry picked from commit b4a8b34)
    geoand authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    892276d View commit details
  14. Add note about multipart encoder mode in the docs

    (cherry picked from commit 0827021)
    geoand authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    b5095e0 View commit details
  15. Introduce option for multipartPostEncoderMode in REST Client builder

    (cherry picked from commit 137c028)
    geoand authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    247cb85 View commit details
  16. Properly convert MemorySize to RESTEasy configuration

    Some part of RESTEasy are using ResteasyConfigurationMPConfig to map the
    config and we were incorrectly pushing the raw string for
    quarkus.resteasy.gzip.max-input.
    
    Fixes #39636
    
    (cherry picked from commit bd4d294)
    gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    7b50fb9 View commit details
  17. Move the import of smallrye-common-bom higher up to make sure other B…

    …OMs don't accidentally bring in unexpected versions of smallrye-common-*
    
    (cherry picked from commit bd65ef7)
    aloubyansky authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    5497f75 View commit details
  18. Use quarkusDev#workingDirectory

    fix #39798
    
    Signed-off-by: Sebastian Davids <sdavids@gmx.de>
    (cherry picked from commit 320f7fb)
    sdavids authored and gsmet committed Apr 3, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    gsmet’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    8cdead9 View commit details
  19. Ensure ParameterConverter is loaded from the TCCL

    This is needed because otherwise dev-mode could break
    in some cases
    
    Fixes: #39777
    Follows up on: #39691
    
    (cherry picked from commit 91a2f52)
    geoand authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    4043c0e View commit details
  20. Bump maven-model-helper to 36

    It also enables it in Dependabot
    
    (cherry picked from commit b371d6e)
    gastaldi authored and gsmet committed Apr 3, 2024

    Partially verified

    This commit is signed with the committer’s verified signature.
    gsmet’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    93e7782 View commit details
  21. Add smallrye metrics capability

    (cherry picked from commit 845606b)
    HerrDerb authored and gsmet committed Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gsmet Guillaume Smet
    Copy the full SHA
    cc5ab4b View commit details
  22. Merge pull request #39845 from gsmet/3.9.2-backports-1

    3.9.2 backports 1
    gsmet authored Apr 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7d4d8e1 View commit details
  23. [RELEASE] - Bump version to 3.9.2

    quarkusbot committed Apr 3, 2024
    Copy the full SHA
    69864c3 View commit details
Showing 1,356 changed files with 3,951 additions and 1,667 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -182,6 +182,7 @@ updates:
- dependency-name: org.apache.qpid:*
- dependency-name: biz.paluch.logging:logstash-gelf
- dependency-name: org.bitbucket.b_c:jose4j
- dependency-name: io.fabric8:maven-model-helper
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
39 changes: 24 additions & 15 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -121,8 +121,8 @@
<wildfly-common.version>1.7.0.Final</wildfly-common.version>
<wildfly-client-config.version>1.0.1.Final</wildfly-client-config.version>
<wildfly-elytron.version>2.3.1.Final</wildfly-elytron.version>
<jboss-threads.version>3.6.0.Final</jboss-threads.version>
<vertx.version>4.5.5</vertx.version>
<jboss-threads.version>3.6.1.Final</jboss-threads.version>
<vertx.version>4.5.7</vertx.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
@@ -144,7 +144,7 @@
<infinispan.version>15.0.0.Final</infinispan.version>
<infinispan.protostream.version>5.0.1.Final</infinispan.protostream.version>
<caffeine.version>3.1.5</caffeine.version>
<netty.version>4.1.107.Final</netty.version>
<netty.version>4.1.108.Final</netty.version>
<brotli4j.version>1.16.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
@@ -268,6 +268,15 @@

<!-- External BOMs -->

<!-- Smallrye Common dependencies, imported as a BOM -->
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${smallrye-common.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Netty dependencies, imported as a BOM -->
<dependency>
<groupId>io.netty</groupId>
@@ -342,15 +351,6 @@
<type>pom</type>
</dependency>

<!-- Smallrye Common dependencies, imported as a BOM -->
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${smallrye-common.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Micrometer Core and Registries, imported as BOM -->
<dependency>
<groupId>io.micrometer</groupId>
@@ -6197,10 +6197,19 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<artifactId>apache-mime4j-core</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-storage</artifactId>
<version>${mime4j.version}</version>
</dependency>

<!-- OpenTelemetry libs not in BOM -->
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
2 changes: 1 addition & 1 deletion bom/dev-ui/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>quarkus-bom-dev-ui</artifactId>
2 changes: 1 addition & 1 deletion bom/test/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-project</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion core/builder/pom.xml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion core/class-change-agent/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>

<artifactId>quarkus-core-deployment</artifactId>
Original file line number Diff line number Diff line change
@@ -94,9 +94,10 @@ public interface Capability {
String KUBERNETES_CLIENT = QUARKUS_PREFIX + ".kubernetes.client";

/**
* @deprecated
* @deprecated Use more precise capability {@link Capability#SMALLRYE_METRICS}
* @see io.quarkus.deployment.metrics.MetricsCapabilityBuildItem
*/
@Deprecated
String METRICS = QUARKUS_PREFIX + ".metrics";
String CONTAINER_IMAGE_JIB = QUARKUS_PREFIX + ".container.image.jib";
String CONTAINER_IMAGE_DOCKER = QUARKUS_PREFIX + ".container.image.docker";
@@ -117,6 +118,7 @@ public interface Capability {

String SCHEDULER = QUARKUS_PREFIX + ".scheduler";

String SMALLRYE_METRICS = QUARKUS_PREFIX + ".smallrye.metrics";
String SMALLRYE_HEALTH = QUARKUS_PREFIX + ".smallrye.health";
String SMALLRYE_OPENAPI = QUARKUS_PREFIX + ".smallrye.openapi";
String SMALLRYE_GRAPHQL = QUARKUS_PREFIX + ".smallrye.graphql";
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@
import static io.smallrye.config.ConfigMappings.ConfigClassWithPrefix.configClassWithPrefix;
import static io.smallrye.config.Expressions.withoutExpansion;
import static io.smallrye.config.PropertiesConfigSourceProvider.classPathSources;
import static io.smallrye.config.SmallRyeConfig.SMALLRYE_CONFIG_PROFILE;
import static io.smallrye.config.SmallRyeConfig.SMALLRYE_CONFIG_PROFILE_PARENT;
import static io.smallrye.config.SmallRyeConfigBuilder.META_INF_MICROPROFILE_CONFIG_PROPERTIES;
import static java.util.stream.Collectors.toSet;

@@ -1103,8 +1105,8 @@ public String getValue(final String propertyName) {
Map.of("quarkus.profile", "",
"quarkus.config.profile.parent", "",
"quarkus.test.profile", "",
SmallRyeConfig.SMALLRYE_CONFIG_PROFILE, "",
SmallRyeConfig.SMALLRYE_CONFIG_PROFILE_PARENT, "",
SMALLRYE_CONFIG_PROFILE, "",
SMALLRYE_CONFIG_PROFILE_PARENT, "",
Config.PROFILE, ""),
Integer.MAX_VALUE) {
@Override
@@ -1153,6 +1155,28 @@ private SmallRyeConfig getConfigForRuntimeRecording() {
}
builder.withSources(configSource);
}
builder.withSources(new AbstractConfigSource("Profiles", Integer.MAX_VALUE) {
private final Set<String> profiles = Set.of(
"quarkus.profile",
"quarkus.config.profile.parent",
"quarkus.test.profile",
SMALLRYE_CONFIG_PROFILE,
SMALLRYE_CONFIG_PROFILE_PARENT,
Config.PROFILE);

@Override
public Set<String> getPropertyNames() {
return Collections.emptySet();
}

@Override
public String getValue(final String propertyName) {
if (profiles.contains(propertyName)) {
return config.getConfigValue(propertyName).getValue();
}
return null;
};
});
return builder.build();
}

Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ private void registerClass(ClassLoader classLoader, String className, boolean me
}

try {
Class<?>[] declaredClasses = classLoader.loadClass(className).getDeclaredClasses();
Class<?>[] declaredClasses = Class.forName(className, false, classLoader).getDeclaredClasses();
for (Class<?> clazz : declaredClasses) {
registerClass(classLoader, clazz.getName(), methods, fields, false, serialization, unsafeAllocated,
reflectiveClass,
2 changes: 1 addition & 1 deletion core/devmode-spi/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion core/junit4-mock/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>

<artifactId>quarkus-junit4-mock</artifactId>
2 changes: 1 addition & 1 deletion core/launcher/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion core/processor/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>

<artifactId>quarkus-extension-processor</artifactId>
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>

<artifactId>quarkus-core</artifactId>
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<artifactId>quarkus-coverage-report</artifactId>
2 changes: 1 addition & 1 deletion devtools/bom-descriptor-json/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-devtools-all</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2 changes: 1 addition & 1 deletion devtools/cli/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/gradle/gradle-application-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>io.quarkus.gradle.plugin.parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/gradle/gradle-extension-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>io.quarkus.gradle.plugin.parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/gradle/gradle-model/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>io.quarkus.gradle.plugin.parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 999-SNAPSHOT
version = 3.9.2
2 changes: 1 addition & 1 deletion devtools/gradle/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/maven/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
2 changes: 1 addition & 1 deletion devtools/platform-properties/pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-devtools-all</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2 changes: 1 addition & 1 deletion devtools/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>

2 changes: 1 addition & 1 deletion devtools/project-core-extension-codestarts/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-all</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
</parent>

<artifactId>quarkus-project-core-extension-codestarts</artifactId>
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>

@@ -27,7 +27,7 @@
<asciidoctorj-pdf.version>1.5.0-beta.8</asciidoctorj-pdf.version>
<asciidoctor.fail-if>WARN</asciidoctor.fail-if>
<roaster-jdt.version>2.26.0.Final</roaster-jdt.version>
<maven-model-helper.version>35</maven-model-helper.version>
<maven-model-helper.version>36</maven-model-helper.version>
<eclipse-collections.version>11.1.0</eclipse-collections.version>
<jgit.version>6.9.0.202403050737-r</jgit.version>

Loading