Quarkus 1.13.2.Final released - Oracle JDBC driver extension, bugfixes
We just released 1.13.2.Final, a new maintenance release for the 1.13 release train.
As usual, this release fixes bugs and includes some documentation improvements but it also introduces a new extension for the Oracle JDBC driver.
1.13.2.Final is a safe upgrade for everyone using Quarkus 1.13.
If you are not using 1.13 already, please refer to the 1.13 migration guide.
What’s new?
Oracle JDBC driver extension
While 1.13.2.Final is a maintenance release, we had some users asking for a backport of the brand new Oracle JDBC driver extension.
Given this work is self contained, it was judged safe enough to be included in this release.
To use the Oracle Database with Quarkus, in JVM mode and native mode, you can now include the following snippet in your pom.xml
:
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-oracle</artifactId>
</dependency>
and use our standard datasource configuration infrastructure.
Registro completo de cambios
You can get the full changelog of 1.13.2.Final on GitHub.
Únete a nosotros
Valoramos mucho tus comentarios, así que por favor reporta errores, solicita mejoras… ¡Construyamos algo grandioso juntos!
Si eres un usuario de Quarkus o simplemente tienes curiosidad, no seas tímido y únete a nuestra acogedora comunidad:
-
proporcionar retroalimentación en GitHub;
-
escribir algo de código y enviar push a PR;
-
comentar con nosotros en Zulip y en nuestra lista de correo;
-
hacer tus preguntas en Stack Overflow.