皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Quarkus 2.15.0.Final发布

Quarkus 2.15.0.Final发布

Major changes

  • #29598 – Add hibernate.query.in_clause_parameter_padding as a supported configuration parameter
  • #29574 – Use -XX:ArchiveClassesAtExit for AppCDS creation in Java 17+

Complete changelog

  • #29705 – Fix ClientProxyGenerator
  • #29702 – Introduce support for the uri file in k8s service binding
  • #29700 – Polish Kubernetes Service Binding
  • #29688 – Fix wrong extension reference on WebauthN documentation
  • #29683 – Allow using Gradle addExtension task without property file
  • #29682 – Return allowed CORS headers in the letter case they were submitted in and update the test
  • #29675 – Add a paragraph about tiered compilation in the snapstart guide
  • #29671 – Introduce the UniAsserter API to the Hibernate Reactive documentation
  • #29663 – gradle addExtension fails if you have no root properties file defined
  • #29661 – Invalid JSON input request handling
  • #29653 – Do not remove ConfigMappings marked as not removable via build item
  • #29645 – OpenTelemetry instrumentation stops working for resteasy-reactive resources and JDBC after dev mode reload
  • #29644 – Allow defining additional data passed to codestarts for project creation
  • #29641 – ArC – introduce immutable bean archive index
  • #29637 – SnapStart integration enhancement
  • #29622 – Avoid Gradle internal API CompositeProjectComponentArtifactMetadata
  • #29617 – Document RunOnVertxContext and UniAsserter
  • #29598 – Add hibernate.query.in_clause_parameter_padding as a supported configuration parameter
  • #29593 – IllegalAccessError on @QuarkusTest when using method in package private interface
  • #29583 – @ConfigMapping throws java.util.NoSuchElementException
  • #29575 – Unexpected beans added to the index and affecting restarting the application
  • #29574 – Use -XX:ArchiveClassesAtExit for AppCDS creation in Java 17+
  • #29570 – Move Google Cloud Function extensions to stable
  • #29567 – Bump flapdoodle.mongodb.version to 3.5.3
  • #29550 – Introduce @Separator annotation for query parameters
  • #29549 – Allow to customize response body of 403 issued by HTTP policy
  • #29528 – Resteasy Reactive support for multivalued parameters
  • #29502 – No need to use response methods returning a Future, if not used (part II)
  • #29459 – Take conditional annotation into account for @ServerExceptionMapper
  • #29316 – ServerJacksonMessageBodyReader and JacksonBasicMessageBodyReader “should” catch JsonProcessingException
  • #29196 – Add “hibernate.query.in_clause_parameter_padding” as a supported configuration parameter
  • #29043 – Parent first dependencies method in Class Loading Reference guide not working for applications
  • #28792 – Fix vertx otel sdk reload in devmode
  • #28372 – Add codestart data option in CLI and Maven plugin
  • #27956 – Rest Client: Add property to skip hostname verification
  • #27901 – RestClient Reactive – set HostnameVerifier or SSLContext
  • #16208 – CORS Preflight responses missing Access-Control-Request-Headers
  • #5751 – Allow quarkus-oidc to customize response body of 403