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

Quarkus 1.10.0.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. The overall goal of Quarkus 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:

Major changes

  • #13244-  Calculate the cache value on the calling thread to fix the thread starvation problem

Complete changelog

  • # 13391  -Fix GRPC client configuration and add GPRPC server maxInboundMetadataSize
  • #13362-The  generated project does not follow the given package name (codestarts)
  • #13352-  Upgrade to Hibernate ORM 5.4.24.Final
  • #13351-The  jboss-logging-jdk dependency is missing in the application bom
  • # 13350  -The quarkus-openshift-client dependency is missing in the application bom
  • #13347-  Upgrade Vault to 1.6.0 in Vault Test Extension and documentation
  • # 13346  -Make the Quarkus Maven plugin consistent with the smart creation of codestarts
  • #13345-  Update to proton-j 0.33.8
  • #13343-Make  sure to check whether the imported file is hot reload, even if it is missing
  • #13342-  Provide actionable information when EntityManager is not available in Hibernate Panache
  • ......

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

Guess you like

Origin www.oschina.net/news/121645/quarkus-1-10-0-released