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

Quarkus 2.13.6.Final发布

Quarkus 2.13.6.Final发布

Complete changelog

  • #29823 – Fix code sample Using gradle
  • #29821 – Reactive Rest Client: Process paths before sub resources
  • #29787 – Fix PostgreSQL XA mode in native images
  • #29734 – Consuming multiple media types from a resource method does not work
  • #29732 – Consuming multiple media types from a resource method does not work
  • #29729 – Handling a multipart request part as a file based on the content-type
  • #29725 – Handling a multipart request part as a file based on the content-type
  • #29712 – keycloak-admin-client-reactive maps wrong id to AuthorizationResources
  • #29654 – Update the description copied from non-reactive variants
  • #29623 – OutboundSseEvent is not correctly serialized
  • #29620 – VertxProcessor – skip synthetic methods annotated with ConsumeEvent
  • #29596 – Infinispan – Fix loading of config file via URI in dev mode
  • #29592 – [infinispan-client] cache configuration not available while bootstrapping dev mode
  • #29586 – Fix config editor when using HTTPS
  • #29585 – @ConsumeEvent annotated method is called twice per message when generic parent class has an abstract method for it
  • #29577 – Follow the recommendation to add the name for the credential provider
  • #29569 – Bump sshd-core version to 2.9.2
  • #29562 – Improve Docker detection with Unix sockets
  • #29561 – Fix a typo in the BC CredentialsProvider test
  • #29552 – Fix JDBC Oracle exclude config for windows native builds
  • #29541 – Bump sshd-common version to 2.9.2
  • #29534 – Make sure dependency node’s repositories are used when resolving the artifact
  • #29460 – Ensure that Transfer-Encoding and Content-Length are not both set
  • #29458 – Bump postgresql from 42.5.0 to 42.5.1 in /bom/application
  • #29446 – Fix Vert.x event bus codec registration
  • #29434 – Application startup fails using Lombok’s @nonnull on a method annotated with @ConsumeEvent
  • #29431 – DevUI – config editor doesn’t work well over https, UI doesn’t get updated
  • #29426 – DOCKER_HOST-strategy in class isDockerWorking.java excludes expected “unix:”-path where it should include “unix:” – broken.
  • #29420 – Skip quarkus:dev for modules with packaging pom
  • #29414 – Upgrade flapdoodle to 3.5.2 and add it to Dependabot
  • #29373 – Ensure proper generic type is used with RestResponse
  • #29356 – Add HTTPS port configuration in the HTTP reference guide
  • #29341 – Rename method names in virtual threads doc
  • #29336 – kotlinx.serialization.SerializationException: Serializer for class ‘ArrayList’ is not found.
  • #29334 – Create directories when syncing doc branches for website
  • #29333 – Fix broken markup for a list in security guide
  • #29308 – Upgrade narayana to 5.13.1.Final
  • #29307 – Upgrade narayana dependencies to version 5.13.1.Final
  • #29295 – Set higher timeout for Misc 4 native job
  • #29292 – Quartz – add a backwards compatibility note
  • #29262 – Compile application classes before test classes
  • #29256 – Fixed code in stork-reference.adoc
  • #29237 – Fix compilation error in virtual threads doc
  • #29220 – Update latest brew openjdk package
  • #29219 – Bump com.gradle.plugin-publish from 1.0.0 to 1.1.0 in /devtools/gradle
  • #29204 – Fixed error in Stork guide
  • #29201 – Fix IsDockerWorking class not using TestContainersStrategy
  • #29188 – IsDockerWorking not using TestContainersStrategy after 2.13.4.Final
  • #29182 – Use Mandrel by default for container build
  • #29175 – Doc: Fix statement about CA certs embedding
  • #29152 – Correct typos and code style on the Virtual Threads guide
  • #29150 – Generate a temporary uber-jar in case the target already exists instead of deleting it right away
  • #29146 – Custom SSL Root CA Certificates overrule certificates from default cacerts when running in native mode
  • #29138 – Demote the “test dir mapping” log message to debug
  • #29102 – Fix table entries in documentation
  • #29100 – Register all implementation of ExtensionAdapter in k8s client extension
  • #29099 – Replace deprecated properties in JReleaser descriptor
  • #29098 – Fix compilation error in virtual threads doc
  • #29096 – Provider io.fabric8.knative.client.KnativeExtensionAdapter not found
  • #29094 – Make sure aroundInvoke interceptors get correct method parameters
  • #29087 – Document that Mandrel 22.3 does not provide a -java11 image anymore
  • #29059 – Ensure that content-length is not set when transfer-encoding exists while propogating headers from rest client
  • #29036 – When propagating the duplicated context, drop the request scope
  • #29025 – io.quarkus…BootstrapMavenException resolving a wrong dependency version
  • #29017 – Request Context Race condition in quarkus 2.13
  • #29009 – Propagate the javax.annotation.security annotations in REST Data
  • #28995 – PanacheEntityResource not propagating javax.annotation.security
  • #28811 – Rest Data Panache: Correct Open API integration
  • #28786 – Complete OpenAPI for PanacheEntityResource
  • #28783 – Hibernate validation fails on a constructor parameter validation
  • #28594 – Support setting the RolesAllowed in the Panache REST Data extension
  • #28507 – Allow AllowedRoles in PanacheEntityResource
  • #28499 – Properly allow mixing @QuarkusTest and @QuarkusMainTest
  • #28486 – Using QuarkusTest and QuarkusMainTest in the same package breaks in 2.13.*
  • #28376 – Continuous testing gets messed up when stashing/unstashing changesets that have changes to tests
  • #28295 – Switch native GC policy from space/time to adaptive (default)
  • #28267 – Switch native GC policy to adaptive
  • #20938 – Resteasy Reactive Multipart fails if fileName is not set for a file part
  • #10673 – OutboundSseEvent is not correctly serialized