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

Quarkus 2.6.2.Final 发布

Quarkus 2.6.2.Final 发布

Complete changelog

  • #22750 – Use configured root-path and non-application-root-path to configure the NonApplicationEndpointSampler
  • #22749 – Update protobuf-java to 3.19.2
  • #22747 – Adjust Kogito guides to also import the resteasy-jackson extension
  • #22744 – Create file when adding a registry to default config
  • #22734 – Fix logging with panache in entities
  • #22731 – NPE when adding new registry in Quarkus CLI
  • #22730 – Fixed NPE for OpenTelemetry tracing requests without remoteAddress
  • #22729 – Fixed platform stream selection when platform key is null
  • #22728 – Docs – fix broken links to the CDI spec
  • #22725 – Switch all liquibase schemaLocations to https and update to dbchangelog-4.4.xsd
  • #22720 – Fix schemaLocation problem in LiquibaseFunctionalityNativeIT
  • #22716 – Bump kubernetes-client-bom from 5.10.1 to 5.10.2
  • #22703 – Fixed config locations to be URIs
  • #22701 – Fix hbm.xml builds with CompositeAttributes
  • #22699 – 2.6 – Error with config locations
  • #22692 – Avoid ending up with negative last page in REST Data Panache
  • #22687 – SmallRye GraphQL 1.4.1
  • #22685 – java.lang.StackOverflowError during build when using hibernate-orm with CompositeAttribute within hbm.xml
  • #22682 – Documentation for quarkusRegistryClient
  • #22676 – Specify default credentials for KeyCloak Admin console
  • #22667 – Make sure quarkusDev configuration is resolved before quarkusTest task runs
  • #22666 – Explicit the Keycloack administration console admin/admin credentials when using DevServices
  • #22663 – Gradle Task quarkusTest stopped working with version 2.6.1
  • #22650 – Upgrade to Hibernate Search 6.0.8.Final
  • #22644 – Ensure that UTF8 is used as the default encoding in RESTEasy Reactive
  • #22631 – Bump quarkiverse-parent to 9
  • #22621 – Enforce an RFC valid Accept value for remote dev requests
  • #22620 – Do not handle print-data-fetcher-exception as a config relocation
  • #22615 – Guard against CCE in OTel Vert.x integration
  • #22609 – Move RESTEasy provider registration as unremovable beans to common module
  • #22605 – Combination of rest-client and smallrye-opentracing ends with NPE when running generated tests
  • #22600 – Do not let a single quarkus-extension.yaml break entire Dev UI
  • #22597 – ClassCastException when combining OpenTelemetry with EventBus
  • #22586 – Never intercept synthetic static methods
  • #22582 – Prevent Maven compiler parameters from being used in Kotlin compiler
  • #22581 – live reloading error with Kotlin
  • #22578 – Fixed ignored escape sequence by explicitly defining it via maven
  • #22570 – Updating to slf4j 1.7.32
  • #22569 – Inconsistent versions of slf4j-api
  • #22562 – Allow user defined exception mappers to override built-in security exception mapping
  • #22550 – Mark TestMojo as threadSafe
  • #22549 – Bump com.gradle.plugin-publish from 0.18.0 to 0.19.0 in /devtools/gradle
  • #22543 – Bump log4j-api from 2.17.0 to 2.17.1
  • #22535 – Bump dokka-maven-plugin from 1.6.0 to 1.6.10
  • #22523 – SmallRye OpenApi update to 2.1.17
  • #22503 – Remove unsafe cast to mutable extension catalog
  • #22498 – Unable to generate a project using Maven and Quarkus 2.6 with -DquarkusRegistryClient=false
  • #22496 – Unable to generate a project using Maven and Quarkus 2.6, ClassCastException, using also registry.quarkus.redhat.com
  • #22402 – quarkus create -S 2.5 fails if registry.quarkus.redhat.com is first
  • #22396 – REST Client Reactive – param converter support
  • #22385 – Mark DevMojo as threadSafe
  • #22349 – Smallrye OpenAPI Additional Docs Missing in Native Image
  • #22331 – Configuration property to use only system sources
  • #22287 – ParamConverterProvider not being picked up
  • #22232 – Rest Client Reactive ignores ParamConverters for enums
  • #22157 – LocalVariablesSorter only accepts expanded frames error when using Quarkus Log in Panache entities
  • #22042 – Skip OIDC DevConsole setup if quarkus.oidc.auth-server-url can not be accessed at build time
  • #21951 – read config oidc from vault
  • #21700 – Broken encoding in response body if application is running on OpenShift
  • #21567 – Extend openapi with support for .json and .yaml extension besides the current content negotiation mechanism
  • #21173 – OpenAPI: auto-add-tags feature uses superclass/interface name, rather than actual class name
  • #21128-DquarkusRegistryClient=true|false is not documented for quarkus-maven-plugin:create
  • #21030 – Warning in quarkus:dev when using quarkus-smallrye-graphql
  • #20904 – Remote dev mode with gradle throwing connection refused
  • #20846 – RESTEasy Reactive does not expose correctly a Kogito-generated endpoint
  • #20814 – Azure Functions – Create project with Archetype broken
  • #20698 – Opentelemetry NonApplicationEndpointSampler should consider http.root-path
  • #20498 – CDI removes extention beans in camel-quarkus
  • #20424 – “RestDataPanacheException: Failed to list the entities” when table is empty
  • #19549 – Quarkus CLI finds and uses rogue application.properties files and crashes