Quarkus 1.9.2.Final released, Java cloud native, container first framework

Quarkus 1.9.2.Final is now released. Quarkus is the native Java technology stack of Kubernetes. It is refined from the best-in-class Java libraries and standards, and is tailored for container and cloud deployment. Quarkus' overall goal is to bring Java to cloud-native application development and make it the leading platform for serverless, cloud and Kubernetes environments. At the same time, the reactive and imperative programming models are unified. Developers can choose the model that best suits their use cases, and more easily integrate their code and other components into reactive systems, such as reactive systems with Vert.x and Kafka Streaming, responsive database API, etc. 

The specific updates of this version are as follows:

Complete changelog

  • #13122-  Clean up local cache after closing redis connection
  • # 13116-Qute: Don’t ignore the template variant provided by the user
  • #13113-  Escaping characters in Qute does not work
  • #13105-  Make Amazon Services interceptor configuration string list
  • #13093-  Fix invalid processing of List in spring-data-jpa custom query
  • #13092 -Sync security-jwt.adoc with smallrye-jwt
  • #13091 -Document configuration attribute smallrye.jwt.verify.key.location
  • #13085 -Upgrade the embedded jboss-logmanager to 1.0.6 and disable jboss-logmanager
  • #13078 -com.amazonaws.xray.interceptors.TracingInterceptor native mirror failure
  • #13074-  Fixed the link to the security test in the introductory test
  • #13069 -Update the multi-part dependencies used in the S3 document to the Quarkus extension
  • #13065 -Remove the dependency on quarkus-oidc from keycloak-admin-client
  • #13060-  If sendChallenge has completed the response, do not end the response
  • #13047-  Invalid link in the document " https://quarkus.io/guides/security.adoc#testing-security  "
  • #13044-  Spring Data JPA error when selecting attribute value
  • #13035-  1.9.1 throws Response has been written from RouteFilter
  • #13020-  Remove unnecessary semicolons in the configuration guide
  • #13015  -Use camel-case work to make embedded fields in Spring Data JPA repository
  • #13014 -Spring data repository with camel-case attribute is not available for Quarkus
  • #13001 -Fix jvm.info metric naming to match the micrometer convention
  • #12996-  Fix spelling errors in column names

Update instructions: https://github.com/quarkusio/quarkus/releases/tag/1.9.2.Final

Guess you like

Origin www.oschina.net/news/120009/quarkus-1-9-2-released