[RELEASE] Quarkus 3.28.1

10 views
Skip to first unread message

Guillaume Smet

unread,
Sep 25, 2025, 8:18:41 AM (2 days ago) Sep 25
to Quarkus Development mailing list
Hello,

Quarkus 3.28.1 has been released, and is now available from the Maven Central repository. The quickstarts and documentation have also been updated.

More information in the announcement blog post: https://quarkus.io/blog/quarkus-3-28-1-released/.

* Major changes:

  * [#49122] Support flow-specific OIDC request and response filters
  * [#49618] Provide a fluent API for CSRF programmatic set up
  * [#49151] Allow for custom Grafana dashboards
  * [#49805] Add support for multiple clients in Liquibase MongoDB extension

* BOM dependency:

  <dependency>
      <groupId>io.quarkus.platform</groupId>
      <artifactId>quarkus-bom</artifactId>
      <version>3.28.1</version>
      <type>pom</type>
      <scope>import</scope>
  </dependency>

* Changelogs are available from https://github.com/quarkusio/quarkus/releases/tag/3.28.0.CR1, https://github.com/quarkusio/quarkus/releases/tag/3.28.0, and https://github.com/quarkusio/quarkus/releases/tag/3.28.1
* Download is available from https://github.com/quarkusio/quarkus/releases/tag/3.28.1
* Documentation: https://quarkus.io

--
The Quarkus dev team

Daniel Oh

unread,
Sep 25, 2025, 10:06:52 AM (2 days ago) Sep 25
to quark...@googlegroups.com
Trying to update my existing projects via "quarkus update" or "mvn quarkus:update" but I failed

Caused by: io.smallrye.common.process.AbnormalExitException: Process exited abnormally (pid 10334) with exit code 1 with error output:
 > WARNING: A restricted method in java.lang.System has been called
 > WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module (file:/opt/homebrew/Cellar/maven/3.9.9/libexec/lib/jansi-2.4.1.jar)
 > WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
 > WARNING: Restricted methods will be blocked in a future release unless native access is enabled
 >
 > WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
 > WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/opt/homebrew/Cellar/maven/3.9.9/libexec/lib/guava-33.2.1-jre.jar)
 > WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
 > WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release

Has anyone had the same issue?

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo-8tM97_thdgA5_i6Xn3wnXx59bRgj_khn--UuY14nNXg%40mail.gmail.com.


--

Daniel oh

JAVA CHAMPION | Senior PRINCIPAL DEVELOPER ADVOCATE 

Red Hat Inc

d...@redhat.com    M: +1-(617)717.8732     @danieloh30


Georgios Andrianakis

unread,
Sep 25, 2025, 10:10:54 AM (2 days ago) Sep 25
to quark...@googlegroups.com
Hi Daniel,

I assume you are using Java 25
From the looks of it, unfortunately, there is not much we can do in Quarkus for those, as the warnings are caused by code that comes from dependencies, not Quarkus itself

Sanne Grinovero

unread,
Sep 25, 2025, 10:32:18 AM (2 days ago) Sep 25
to quark...@googlegroups.com

Both of those warnings are triggered by Maven, not Quarkus. I believe the latest Maven version resolved at least one of those.

Daniel Oh

unread,
Sep 25, 2025, 10:33:59 AM (2 days ago) Sep 25
to quark...@googlegroups.com
I'm using Java 24 and the latest Maven 3.9.11. But I still have the same issue as https://github.com/quarkusio/quarkus/issues/50232

Guillaume Smet

unread,
Sep 25, 2025, 11:15:55 AM (2 days ago) Sep 25
to quark...@googlegroups.com
Have you tried with Java 25? Because it seems like it would resolve the OpenRewrite issue.

Daniel Oh

unread,
Sep 25, 2025, 11:28:01 AM (2 days ago) Sep 25
to quark...@googlegroups.com, George Gastaldi

gegas...@gmail.com

unread,
Sep 25, 2025, 11:42:41 AM (2 days ago) Sep 25
to quark...@googlegroups.com, George Gastaldi

Glad it worked!

 

Because I forgot to update the OpenRewrite BOM, I’m about to release 1.6.2 in the following minutes with the BOM update from https://github.com/quarkusio/quarkus-updates/pull/380, as recommended by Guillaume Smet.

 

Thanks for pointing that out!

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CAPp4%3DaHf0-Q8GDfdtMKD8f1jvn%3DXEuMR3TpkZ9Xk2zwTpVPowQ%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CALeTM-mS0MEv4q0OYu_w7UCZO9bzSf0vnmOVJscis41URuWpKw%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CAFm4XO0pY49vSd7OzvU-07npYh97vX-5pVba%3DwuuR1geqEnatQ%40mail.gmail.com.


 

--

Daniel oh

JAVA CHAMPION | Senior PRINCIPAL DEVELOPER ADVOCATE 

Red Hat Inc

d...@redhat.com    M: +1-(617)717.8732     @danieloh30

Image removed by sender.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CAPp4%3DaGamPV-Kty4_mcRJFKob_cWdvc9M992YW7P-6U%3DDyy_uw%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo8DhPhU4xyJc%2BQyKmq5a1Z-3v5FW7RjDWw_SgyPOLmtbQ%40mail.gmail.com.


 

--

Daniel oh

JAVA CHAMPION | Senior PRINCIPAL DEVELOPER ADVOCATE 

Red Hat Inc

d...@redhat.com    M: +1-(617)717.8732     @danieloh30

Image removed by sender.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.

Martin Bartos

unread,
Sep 26, 2025, 3:28:18 AM (yesterday) Sep 26
to quark...@googlegroups.com, George Gastaldi
Reply all
Reply to author
Forward
0 new messages