Quarkus 1.3.1.Final released - Bugfixes, JDK 11 by default
Today, we released 1.3.1.Final which is a bugfix version on top of 1.3.0.Final. This version contains bugfixes and documentation improvements and makes Java 11 our default target for newly generated projects.
This is a safe upgrade for everyone using 1.3.0.Final.
What’s new?
Java 11 by default
This was an oversight in 1.3.0.Final and we decided to fix it now rather than waiting for 1.4.
From now on, newly generated projects target Java 11 by default, including the ones generated by https://code.quarkus.io/. This also means that all the default container images have been upgraded to Java 11.
If you use Java 8 to create a project locally, the project still targets Java 8 though.
We will deprecate the Java 8 support in 1.4. You will have a nice warning if you are using Java 8 with Quarkus. We plan to drop Java 8 support in a few releases, probably around 1.6. |
MongoDB client socket-timeout renamed to read-timeout
The quarkus.mongodb.socket-timeout
configuration property was previously ignored. We fixed that and in passing, we renamed it to quarkus.mongodb.read-timeout
to be more accurate.
If you used it, you will now get a warning about having an unapplied property but the behavior will be the same as before i.e. the property not being applied. If you want to configure it, just replace the old name with the new one.
Bugfixes and documentation improvements
You can get the full changelog of 1.3.1.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.