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

Quarkus 2.8.1.Final 发布

Quarkus 2.8.1.Final 发布

Complete changelog

  • #24981 – Add support for java.time.Instant params in RESTEasy Reactive
  • #24973 – Bump postgresql from 42.3.3 to 42.3.4
  • #24966 – Replace lambda in runtime code
  • #24964 – Bump flyway.version from 8.5.7 to 8.5.8
  • #24957 – Use -DnoCode instead of legacy -DnoExamples
  • #24946 – Make the config available to Keycloak Dev Console after reload
  • #24941 – Update dekorate to 2.9.2
  • #24937 – Update Vert.x to version 4.2.7
  • #24936 – Use created wiremock instance for stub creation
  • #24935 – Support @testprofile when using @nested tests
  • #24933 – Use quarkus-bom in jbang documentation
  • #24929 – Documents dependencies for fonts and locales tests on systems with C.UTF-8 default locale
  • #24926 – Code in guide “Scripting with Quarkus” does not run with jbang
  • #24924 – Fix RBAC decorator scope
  • #24921 – Update testcontainers to 1.17.1
  • #24920 – Upgrade to Hibernate ORM 5.6.8.Final
  • #24912 – Upgrade to ByteBuddy 1.12.9
  • #24910 – Test profiles not working with JUnit @Nested classes
  • #24908 – Configure the HTTP host when domain sockets are used
  • #24905 – Add image pull secret support to knative
  • #24903 – Bump testcontainers-bom from 1.16.3 to 1.17.0
  • #24893 – Create duplicated context in the DevConsole virtual server
  • #24892 – Prevent filtering of resources at build time for Amazon lambda http and rest
  • #24890 – Use resteasy-reactive-jackson in spring-web codestart
  • #24889 – Upgrade to JReleaser 1.0.0
  • #24875 – Make sure that headers added from pre-matching filters are taken into account
  • #24872 – Avoid XStream causing illegal access issues for internal JDK collections
  • #24868 – Change Content type in prematch filter does not change content type when matching (reactive!)
  • #24867 – Single values for array pairs passed without brackets in REST Client Reactive
  • #24865 – Fix potential IllegalAccessError in Spring Data JPA projection handling
  • #24864 – Change SmallRye GraphQL (+client) extensions’ status to stable
  • #24863 – Print useful error message when browser cannot be opened
  • #24858 – Document access to Azure Service Hubs and Red Hat OpenShift Streams for Apache Kafka
  • #24857 – Open browser fails on github codespaces
  • #24856 – Documentation: fix typo
  • #24852 – Update SmallRye Reactive Converters to version 2.7.0
  • #24850 – Add ‘gradle’ to sample Dockerfile for building with Gradle
  • #24848 – Documentation fix: add missing artifactId in security jwt build
  • #24846 – Documentation – Correct Mutual TLS abbreviation – decapitalize first letter
  • #24840 – Fix potential NPE when PKCE secret is missing
  • #24834 – Make sure container image labels configuration are considered by Jib
  • #24830 – The OIDC Response mode is corrected in the query string when specified
  • #24828 – Bump flyway.version from 8.5.6 to 8.5.7
  • #24826 – Only add existing classes directory to Gradle application model
  • #24820 – quarkus.container-image.labels doesn’t work with Jib
  • #24808 – Bump flyway.version from 8.5.5 to 8.5.6
  • #24805 – Provide link for Vert.x API @ConsumerEvent alternative
  • #24804 – Bump kubernetes-client-bom from 5.12.1 to 5.12.2
  • #24802 – Update to NOT exclude Oracle dev services
  • #24800 – Spring Data Interface Projection only works if defined in same repository as used
  • #24799 – Add stork properties to the config editor
  • #24798 – Guard against a NPE in LoggingSetupRecorder
  • #24796 – Kubernetes-Config breaks Kubernetes packaging using 2.8.x
  • #24794 – Check quarkus.http.root-path for security policy paths
  • #24786 – Ensure that user provided Json providers can override the included ones
  • #24784 – quarkus.knative.image-pull-secrets does not work
  • #24781 – Quarkus 2.7.5 problem
  • #24777 – Documentation – Fix typo in word ‘kubectl’
  • #24776 – Fix AsyncObserverExceptionHandler example
  • #24774 – Add Twitter OIDC provider configuration
  • #24772 – Support sending url encoded forms as Form in REST Client Reactive
  • #24771 – Datasources guide doesn’t mention Oracle?
  • #24770 – Transitive dependency on local module via local extension fails to build
  • #24768 – Fix JAXB substitutions for native-image
  • #24765 – Remove non-existing constraints from quarkus-bom
  • #24756 – Import Stork properties to Quarkus all configuration properties page
  • #24739 – Quarkus unix domain socket path no longer used but placed onto 0.0.0.0 instead
  • #24738 – Buggy behavior with annotated provider named ‘JsonSerializer’ or ‘GenericJsonSerializer’
  • #24735 – Support modules with non-empty default classifier
  • #24734 – Leverage java 17 when available in kotlin codestart projet
  • #24732 – ComponentsProviderGenerator – lower group limit for addRemovedBeans()
  • #24730 – Bump spring-api jar version
  • #24729 – Maven 3.8.5 compatibility, update maven-invoker to 3.1.0
  • #24728 – HttpSecurityRecorder does not honor root-path
  • #24727 – Broken docs example Dockerfile
  • #24726 – Document how to use Azure Service Hub (using the Kafka protocol)
  • #24715 – Rest Client does not automatically register a Provider for sending application/x-www-form-urlencoded Media Type
  • #24714 – Fix websockets codestart package name
  • #24713 – Generated class with websockets codestart always has package ilove.quark.us
  • #24712 – dev mode Startup time regression between 2.7.5.Final and 2.8.0.CR1
  • #24711 – Switch quarkusIntTest task dependency from check to test
  • #24704 – Gradle quarkusIntTest and testNative tasks should not depend on check
  • #24702 – Update Infinispan to 13.0.8
  • #24701 – Update Infinispan to 13.0.8
  • #24699 – Skip Keycloak DevService if quarkus.oidc.provider is set
  • #24698 – Ensure that the request handlers are invoked on a duplication context
  • #24697 – DEV mode fails when using classified dependencies
  • #24693 – Make sure Kafka serde autodetection doesn’t override connector configuration
  • #24690 – Fix Banner check on filesystem containing special chars
  • #24687 – Improve dynamic resolution of MessageBodyWriter providers
  • #24686 – main – Banner is not displayed
  • #24679 – Use single key JWK Set if neither kid nor x5t header is set
  • #24678 – Use single key OIDC JWK set if the tokens and the key have no key id and certificate thumbprint
  • #24673 – Fix Bootstrap Config to use default Config Sources (System and Env)
  • #24672 – Allow control of resume on 404 behavior via build item
  • #24669 – Re-enable Gradle multisource project test
  • #24668 – Update the image version used by the MongoDB dev service
  • #24665 – Arc – make sure exceptions from async events are always among suppressed exceptions and alter existing test to assert that
  • #24664 – Support arrays in RESTEasy Reactive Resource methods
  • #24651 – Docs: Replace reference to db store in QuartzBuildTimeConfig.java
  • #24646 – Async Events behave inconsistently on Exceptions
  • #24645 – Fix autodetection of Java version for project creation using CLI
  • #24643 – Cannot create examples with Maven 3.8.5
  • #24634 – Add closeBootstrappedApp mojo param to QuarkusBootstrapMojo
  • #24631 – REST Client Reactive ARRAY_PAIRS query param style should not impact single values
  • #24628 – Add all existing project source directory in application model
  • #24627 – Add SPI that allows extensions to listen on dev mode events
  • #24626 – Resteasy reactive with Http 1.1 Pipelining raising exception since quarkus 2.4.0
  • #24623 – Improve consistency/completeness of datasource documentation
  • #24617 – Bump flyway.version from 8.5.4 to 8.5.5
  • #24613 – Regression: Quarkus-cli create app doesn’t auto-detect Host java version
  • #24542 – Update quarkus.quartz.datasource documentation
  • #24494 – Hibernate throws EnhancementException for embedded field in MappedSuperclass
  • #24492 – Quarkus testing with @ParameterizedTest broken with Java 17 + 18 (xstream)
  • #24465 – bootstrap config with field does not pick up QUARKUS_CONFIG_LOCATIONS files
  • #24463 – bootstrap config with Map field does not pick system properties if not defined in application.properties
  • #24452 – CDI issue with avro after migration to Quarkus 2.7
  • #24322 – Config like mp.messaging.connector.smallrye-kafka.value.serializer is ignored
  • #23593 – Add OIDC Twitter provider configuration
  • #23265 – quarkus-spring-web codestart can’t be used with quarkus-resteasy-reactive
  • #23235 – jvmTarget for kotlin-maven-plugin set to 11 even if project is generated with Java 17
  • #23064 – Reenable MultiModuleKotlinProjectDevModeTest gradle test
  • #22119 – Mediatype defaults to the first listed mediatype in MessageBodyWriter (resteasy-reactive)
  • #22064 – MySQLContainer from TestContainer doesn’t find init script in continuous testing
  • #14093 – Skip OIDC ‘openid’ scope redirect parameter