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

Quarkus 2.11.3.Final 发布

Quarkus 2.11.3.Final 发布

Complete changelog

  • #27424 – Add SPI for native for Error Code and Exception Name providers
  • #27421 – Minor but important fixes in codestart doc
  • #27420 – Update the Redis dev service to Redis 7
  • #27414 – Smallrye GraphQL native: SPI ErrorExtensionProvider implementations not included
  • #27413 – Fix misleading DevUI score for void return types
  • #27409 – Complete implementation of UriInfoImpl
  • #27407 – Make @ClientExceptionMapper work with Kotlin
  • #27398 – Modify extension on reactive-sql-clients.adoc
  • #27397 – Bump postgresql from 42.4.1 to 42.4.2
  • #27378 – Dev UI – qute – fix table of discovered templates
  • #27368 – Make HelloRouterTest more robust
  • #27364 – Fix Redis doc typos
  • #27360 – Fix how certificates are obtained in the RestClient integration tests
  • #27344 – can’t find the redis client
  • #27338 – Resteasy-reactive void endpoint reported as “Run time writers required”
  • #27335 – Integration tests for RestClient require periodic regeneration of certificates
  • #27320 – Regenerate the keystores for the rest client tests
  • #27309 – Kotlin: Rest Client Reactive @ClientExceptionMapper not usable
  • #27283 – Update security-jpa status to stable
  • #27261 – Fix Category#mutable default method to return copy
  • #27228 – Small typo in Kafka guide
  • #27224 – Apply minor fix to javadoc of MultipartForm
  • #27221 – UriInfo.resolve always returns null with resteast-reactive
  • #27220 – Ensure that compressed binary used in Amazon Lambda function if present
  • #27218 – JAXB: Not bound classes annotated with XmlSchema to the JaxbContext
  • #27217 – Rewrite code blocks from markdown style to asciidoc style
  • #27210 – Re-introduce deprecated io.quarkus.maven.Artifact* API
  • #27208 – quarkus lambda function.zip does not contain UPX compressed bootstrap file using gradle
  • #27200 – Link liquibase-mongodb inside the MongoDB guide
  • #27196 – Fix processing of AutoAddScopeBuildItem.isUnremovable()
  • #27195 – Remove spaces between key and value for DevServices properties in DevUI
  • #27194 – AutoAddScopeBuildItem.isUnremovable() is ignored
  • #27182 – Ensure that custom MessageBodyReader classes work properly in native mode
  • #27179 – Ensure that Quarkus can mock final methods of beans created by producers
  • #27174 – Fix Javadoc of quarkus.jib.platforms
  • #27167 – java.lang.NoSuchMethodException on native build when using MessageBodyReader with extended class
  • #27147 – GraphQL Reactive: RequestContext cleanup
  • #27143 – Bump mariadb-java-client from 3.0.6 to 3.0.7
  • #27141 – Update docs website sync script
  • #27136 – Upgrade to Hibernate Validator 6.2.4.Final
  • #27131 – Upgrade to Hibernate Search 6.1.6.Final
  • #27129 – Remove wrong LANG from dockerfile use parent default
  • #27127 – GraphQL random CDI context issues when using RestClients with @source
  • #27124 – Force runtime initialization of BlockSource$ThreadedCachingBlockSource
  • #27120 – Bump postgresql from 42.4.0 to 42.4.1
  • #27108 – Fix termination of request context for non-blocking scheduled methods
  • #27106 – Add information about how to deal with Random in native
  • #27101 – Native + Oracle JDBC + Quarkus NativeImageBuildStep fails
  • #27003 – JaxbProcessor should not register package-info to be bound to JaxbContext
  • #26919 – Bump mysql-connector-java from 8.0.29 to 8.0.30
  • #26835 – Native compilation: Detected an instance of Random/SplittableRandom class in the image heap – java.security.SecureRandom
  • #26733 – Mocked bean created via method is not injected in another bean
  • #26620 – Refresh codestart guide for Quarkiverse