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

Quarkus 2.16.3.Final发布

Quarkus 2.16.3.Final发布

Major changes

  • #29756 – Support custom Flyway credentials/URL

Complete changelog

  • #31141 – Resolve roles allowed configuration expression after config setup is completed
  • #31129 – Fix stuck HTTP2 request when sent challenge has resumed request
  • #31125 – Add “keep-alive-enabled” parameter to REST client reactive
  • #31112 – Qute – fix assignability check when validating expressions
  • #31099 – Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #31092 – Make sure quarkus:go-offline properly supports test scoped dependencies
  • #31077 – Qute: regression in template extension method with byte array
  • #31076 – Quarkiverse: Install instead of verify
  • #31074 – Added quarkus-jms-spi to quarkus bom
  • #31059 – Path lookup must also consider interfaces
  • #31046 – Simplify Quarkiverse release.yml workflow
  • #31038 – Update Instrumentation Processor check logic to match comment
  • #31036 – Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #31028 – Fix typo in snapstart enable config
  • #31016 – Re-initialize platform dependent netty classes/values at runtime
  • #30988 – Race condition in SmallRye Config property expansion for @RolesAllowed value?
  • #30964 – Add ConfigMappings from a builder class to support full hot reload
  • #30961 – Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #30960 – Register CDI Bean when ConfigMapping is marked as Unremovable
  • #30922 – Fix dependency parsing in JBangBuilderImpl
  • #30885 – Add concurrency configuration to the GitHub Action workflows
  • #30843 – Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #30672 – Avoid creating CSRF cookie if no CSRF token was created
  • #30648 – Support passing filename to multipart form data output
  • #30594 – CSRF: exception thrown when authentication falied
  • #30570 – Set filename for PartItems in MultipartFormDataOutput
  • #30455 – Introduce quarkus.datasource.devservices.init-script-path
  • #29756 – Support custom Flyway credentials/URL
  • #29631 – @unremovable ConfigMapping is still removed
  • #29630 – Changes to configmappings not being applied during hot reload
  • #28709 – QuarkusTransaction does not fire @initialized(TransactionScoped.class)
  • #24639 – configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #23360 – “Request has already been read” using vertx + auth
  • #17839 – Invalid memory configuration for netty maxDirectMemory in native image