quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are hidden (Show)

quarkus - 2.0.0.Alpha2

Published by gsmet over 3 years ago

Major changes

  • #16940 - Updated the continuous testing function in DEV UI
  • #16880 - Bump MP-CP and SR-CP to 1.2
  • #16788 - Add the ability to select the test type to run
  • #16748 - Stop TestResourceManager using System props

Complete changelog

  • #16986 - Fix build issue
  • #16984 - Enable synthetic beans to be application classes
  • #16982 - Rest Client Reactive: handle form param
  • #16981 - Bump awssdk.version from 2.16.53 to 2.16.55
  • #16978 - Add note on testcontainers properties in devservice
  • #16974 - Reactive routes - fix the way a return value const violation is detected
  • #16970 - Fixed DevConsole looking for the extension G:A in quarkus-extension.yaml
  • #16967 - Allow Netty maxOrder configuration from the user and update default value
  • #16966 - Rest Client Reactive: close CDI-created rest client instances
  • #16965 - Quartz - remove the deprecated StoreType.DB
  • #16964 - Restore console state if process is killed
  • #16961 - Bump caffeine from 2.9.0 to 2.9.1
  • #16960 - Bump awssdk.version from 2.16.52 to 2.16.53
  • #16959 - Disable DevService if docker is not running
  • #16958 - Remove deprecated QuarkusConfig build item
  • #16950 - Reactive routes - handle constraint violations consistently
  • #16948 - Update Quarkus HTTP to the 4.0.0 version
  • #16943 - Make test classes the highest priority
  • #16941 - Extend the @RegisterForReflection documentation
  • #16940 - Updated the continuous testing function in DEV UI
  • #16938 - Update the multi-stage Docker build example
  • #16937 - Update to smallrye-jwt 3.1.1
  • #16936 - Allow injection of RoutingContext in RESTEasy Reactive
  • #16935 - smallrye-jwt prevents the use of customized tokens, ignores @PermitAll
  • #16934 - Resteasy-reactive : JPA TenantResolver fails with Normal scoped producer method may not return null: io.quarkus.vertx.http.runtime.CurrentVertxRequest
  • #16930 - Bump awssdk.version from 2.16.51 to 2.16.52
  • #16929 - Bump liquibase-core from 4.3.4 to 4.3.5
  • #16926 - Set the Hibernate ORM default batch fetch size to 16
  • #16923 - Update Hibernate ORM, Hibernate Reactive
  • #16922 - Fix the shutdown hook of the main executor for blocking tasks
  • #16920 - Remove cleanable executor
  • #16918 - Bump bc-fips from 1.0.2 to 1.0.2.1
  • #16917 - Bump bctls-fips from 1.0.11.1 to 1.0.11.2
  • #16916 - Bump awssdk.version from 2.16.50 to 2.16.51
  • #16912 - Update SmallRye Reactive Messaging to version 3.2.0
  • #16911 - Improve documentation around native resources
  • #16910 - Bump to jbang-maven-plugin 0.0.7
  • #16908 - gRPC - rework annotations
  • #16906 - Fix possible NPE resolving user settings.xml
  • #16904 - Devservices must disabled themself if docker is not installed
  • #16903 - When using random ports in a docker test, resort to host networking
  • #16902 - Introduction of the extension (catalog) compatibility info based on capabilities
  • #16900 - QuarkusIntegrationTest failing on containerized native image with quarkus.http.test-(ssl-)port set to 0
  • #16893 - Fix Windows deadlock on shutdown
  • #16892 - Micrometer: add configadapter utiltity method
  • #16891 - Add exclude pattern to access log
  • #16890 - ContextNotActive Exception When Chaining Reactive Calls
  • #16888 - Bump awssdk.version from 2.16.49 to 2.16.50
  • #16883 - Removed extra char in docs
  • #16882 - Tools must use the same Smallrye Common version from core
  • #16881 - Redesign the multi-stage docker build
  • #16880 - Bump MP-CP and SR-CP to 1.2
  • #16879 - OIDC: Fix IllegalStateException when processing opaque tokens
  • #16875 - The main executor for blocking tasks should participate in the graceful shutdown
  • #16872 - Reconsider the name/usage of io.quarkus.grpc.runtime.annotations.GrpcService
  • #16867 - Fix s2i capability name
  • #16865 - Continuous Testing on Windows 10 cmd hang
  • #16863 - quarkus-container-image-s2i extension is throw an image capability error
  • #16860 - Native runtime error due to HibernateBasicProxy
  • #16859 - Sort dir-tree.snapshot to avoid unnecessary updates
  • #16855 - Add functionality to pause and resume single @Scheduled methods
  • #16854 - Bump awssdk.version from 2.16.47 to 2.16.49
  • #16853 - Bump flyway-core from 7.8.1 to 7.8.2
  • #16848 - Upgrade to Mutiny 0.16.0
  • #16846 - Adding support for regular expressions in CORS origins configuration
  • #16843 - Quarkiverse extensions should use quarkiverse-parent 7 and JDK 11
  • #16841 - Autodetect Kafka serializer/deserializer with Reactive Messaging
  • #16839 - Add dependency to quarkus-apache-httpclient for Apicurio
  • #16838 - Break out coroutine support to a separate module
  • #16837 - [native-iamage] Kafka Avro with Apicurio 2.x fails to build with GraalVM CE 21.1.0
  • #16835 - Fix PathTestHelper.isTestClass(...) to use the actual test dir instead of pre-defined fragments
  • #16830 - gRPC fix request context clean-up
  • #16829 - Fix test ClassLoader issue
  • #16828 - Standalone extension codestarts
  • #16825 - Kubernetes namespace is also applied to Subject instances
  • #16822 - Slightly improve error message when looping on variable is not possible
  • #16821 - Prevent exception in the Dev UI when tests have not yet been run
  • #16820 - Make test failures more prominent in terminal output in continuous testing
  • #16814 - Support regular expressions in CORS origins configuration
  • #16810 - Kafka / Avro class loader issue
  • #16805 - Clicking from dev UI tests from container getting an error
  • #16804 - quarkus.test.flat-class-path=true required to run Avro tests
  • #16803 - Qute - support multiple NamespaceResolvers for the same namespace
  • #16801 - Use Gizmo ASM version for continuous testing tracing
  • #16798 - Remove obsolete substitution for kafka snappy
  • #16793 - Allow to support inheritance in JAX-RS Resource included via Application#getClasses
  • #16791 - Continuous testing ClassLoading fixes
  • #16788 - Add the ability to select the test type to run
  • #16787 - CI incremental: don't even run most test jobs if not affected by changes
  • #16775 - Bump awssdk.version from 2.16.45 to 2.16.47
  • #16773 - Improve the way OIDC init failures are handled
  • #16763 - Using the -Dquarkus.kubernetes.namespace option does not update subjects
  • #16762 - [Quarkus 2.0.0-Alpha1] Continuous Testing + junitpioneer -> IssueExtensionExecutionListener not a subtype
  • #16761 - Fix code.quarkus.io compatibility
  • #16759 - Qute - support multiple NamespaceResolvers for the same namespace
  • #16758 - Use fake version instead of 999-SNAPSHOT in devtools-testing
  • #16757 - Rest Client Reactive - fixed @RegisterProvider support
  • #16756 - Enhancements to the GCF IT README
  • #16755 - JAX-RS client builder fails in continuous 2.0 tests
  • #16754 - 404 error from resources declared in javax.ws.rs.core.Application#getClasses
  • #16753 - Problem with quarkus-websockets on 2.0.0.Alpha1
  • #16749 - Minor continous testing fix
  • #16748 - Stop TestResourceManager using System props
  • #16744 - Remove unnecessary annotations from the rest-client doc
  • #16741 - Extension Capabilities doc
  • #16738 - devservices doesn't run initscript / initfunction
  • #16735 - Set prerequisite to JDK11+ on all guides
  • #16731 - Execute ClientResponseFilter as part of the abort chain in JAX-RS Client
  • #16727 - Ensure that a non-indexed entry doesn't break generic type resolution
  • #16725 - Oidc doesn't recover when auth-server was not avaliable at startup
  • #16724 - Manage docker-java version in the BOM
  • #16721 - [native] kafka integration tests fail to build with GraalVM 20.3
  • #16712 - hibernate-reactive NullpointException in case Quarkus log in set to debug
  • #16711 - Quartz - remove the deprecated quarkus.quartz.force-start property
  • #16709 - Make prompt more consistent
  • #16708 - Fix continuous testing timing output
  • #16707 - Only update file time once
  • #16705 - Bump awssdk.version from 2.16.44 to 2.16.45
  • #16703 - Bump github-api (and picoli) in jbang report
  • #16696 - Remove the old MongoClientName annotation
  • #16692 - Extension Codestarts are now "really" meant to start coding with an extension
  • #16689 - Make sure we can mock Hibernate ORM's Session for ORM with Panache
  • #16688 - Some additional cleanup for JDK 8 removal
  • #16687 - Improve documentation for SSL in native
  • #16672 - Declare input for quarkusGenerateCode gradle task
  • #16671 - ArC client proxies - fix covariant return type in complex hierarchies
  • #16661 - QuarkusGenerateCode gradle task is not incremental
  • #16658 - Get OidcClient filters work with Reactive RestClient
  • #16651 - SSL: Missing HTTPS protocol when building in Native
  • #16555 - Vert.x 4 Serialization error (Native mode)
  • #16544 - Improve serializer / deserializer detection the Kafka connector
  • #16538 - Fix RESTEasy Reactive Default Codestart
  • #16523 - Make quarkus-oidc-client-filter work with reactive RestClient
  • #16476 - App config parameter support for project creation
  • #16473 - Add support for Apicurio Registry 2.x Avro library
  • #16463 - "could not prepare statement" ("Connection is closed") when reusing a session for another transaction after a rollback
  • #16450 - Accessing EntityManager prevents loading of lazy entities
  • #16437 - Cannot mock EntityManager anymore
  • #16414 - More specific error log for http/https port BindException
  • #16404 - Rest Client Reactive - support for sub-resources
  • #16369 - LegacyNamedMongoClientConfigTest is flaky
  • #16125 - DevServices: Passing parameters to TestContainers
  • #16101 - Build and Runtime fixed properties only from default and built step sources
  • #15997 - quarkus-maven-plugin create adds conflicting extensions: config-yaml adds quarkus-resteasy
  • #15342 - Bootstrap: option to build workspaces from the effective project models instead of the raw ones
  • #15159 - Bean Validation on Vert.x Routes is not automatically mapped to JSON
  • #14820 - GRPC / Panache Reactive Combination causes issues after a couple requests
  • #14534 - Non-existing template variable not reported by Qute
  • #13963 - Use builder image's objcopy when building with quarkus.native.container-build=true and quarkus.native.debug.enabled=true
  • #13960 - Ability to configure provided capabilities in the extension descriptor and detect conflicts
  • #13856 - Native application gets Killed: 9 on macOS Big Sur with binutils on the path
  • #13754 - Building native images with quarkus.native.container-build=true and quarkus.native.debug.enabled=true depends on host tools for splitting the debug info
  • #13377 - Add configuration property to disable http access log for certain routes
  • #12924 - Maven plugin should be able to create a project with properties
  • #12755 - OIDC introspection of opaque access-token does not fill principal of SecurityIdentity
  • #12715 - "mvn quarkus:dev" workspace discovery should respect default maven profiles
  • #10522 - Upgrade to MicroProfile 4.0
  • #9741 - Java 8 DateTime can NOT be unserialized in Vertx Mutiny WebClient
  • #9727 - Quarkus dev mode failes, if maven packaging is defined by a variable (property)
  • #8145 - Config sources are loaded and invoked multiple times
quarkus - 1.13.3.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #16834 - Fix minor typos in the OIDC docs
  • #16832 - Downgrade Keycloak image to 12.0.3 as we have problems with the 12.0.4 image
  • #16824 - Fix RESTEasy Reactive Default Codestart on 1.13
  • #16819 - Bump kubernetes-client-bom from 5.3.0 to 5.3.1
  • #16811 - Switch to using s01.oss.sonatype.org everywhere
  • #16800 - Add Jackson extension dependency in the Kafka Client extension
  • #16796 - Fix typo in cdi-integration.adoc
  • #16795 - Fix dev-mode CL issue with multipart form handling
  • #16794 - ClasscastException when using MultipartForm in dev mode
  • #16782 - Ensure that RunnerClassLoader returns unique entries
  • #16770 - RunnerClassLoader getResources returns duplicate results
  • #16769 - Native packaging fail with kafka-client
  • #16766 - kafka-client : missing substituted JmxReporter method
  • #16765 - kafka-client : Detected a MBean server in the image heap
  • #16751 - Bootstrap: fix loading an overlapping workspace
  • #16750 - Bootstrap - include reloadable artifacts to deployment classloader
  • #16746 - Use newer versions of containers
  • #16742 - Bump postgresql from 42.2.19 to 42.2.20
  • #16740 - Bump neo4j-java-driver from 4.2.4 to 4.2.5
  • #16736 - Test: pause for CI timing, remove extraneous object
  • #16726 - Fix path of java.security in Dockerfile
  • #16704 - Bump mysql-connector-java from 8.0.23 to 8.0.24
  • #16683 - Fixed typo in debug port comment
  • #16681 - Property "quarkus.class-loading.reloadable-artifacts" creates "ClassNotFoundException" in Arc
  • #16680 - Ensure that a JAX-RS client exception does not depend on the server parts
  • #16679 - Update security customization docs to make sure it's properly rendered
  • #16667 - Don't index invisible muti-release classes
  • #16666 - Jacoco Fixes
  • #16664 - Concatenate io.netty.versions.properties instead of ignoring them
  • #16663 - Bump liquibase-core from 4.3.3 to 4.3.4
  • #16662 - io.netty.util.Version#identify not working in uber-jars
  • #16657 - Remove false positive warnings emitted from the Kubernetes Client processor
  • #16655 - Hibernate Search: Add configuration property to skip the Elasticsearch version check
  • #16648 - Fix "Request has already been read" in Dev UI LogStream
  • #16618 - Qute - fix validation of type-safe message expressions
  • #16597 - Backport updated micrometer extension guide
  • #16591 - Update the section about disabling security with a link to the TestSecurity doc
  • #16590 - Qute type-safe expression in type-safe message results in NPE
  • #16581 - Rest Client Reactive - passing headers for async calls
  • #16578 - Ensure that Jackson writer doesn't negatively affect endpoint score
  • #16577 - Rest Client Reactive - passing headers with async return type doesn't work
  • #16563 - Adds cleanDisabled to Flyway configuration
  • #16561 - Add cleanDisabled to Flyway configuration
  • #16558 - Rest Client Reactive - native fixes
  • #16551 - Use setter method to derive the type of property
  • #16542 - Update the table comparing oidc/jwt/oauth2 extensions and OidcClient guide
  • #16537 - Dev UI: exception related to log streaming
  • #16536 - FlashScopeUtil: handle empty cookie bytes
  • #16534 - Dev UI - DevConsolePostHandler.flashMessage() results in EOFException
  • #16527 - Ensure that Vert.x runs in its dev-mode when Quarkus is started in dev-mode
  • #16515 - Raise log level to warn there's no topology found
  • #16514 - KafkaStream extension should report better that no topology is found
  • #16511 - Add hostnameVerificationAlgorithm to reactive-datasource
  • #16509 - Enhanced codestart description for logging-json
  • #16502 - Update quarkus-oidc and quarkus-oidc-client to enable SSL in Native
  • #16497 - quarkus:create adds quarkus-resteasy to a project even when quarkus-resteasy-reactive-jackson is specified
  • #16494 - Fix JAX-RS @Singleton resource with constructor injection
  • #16484 - reactive-pg-client sslMode=verify-full not working
  • #16475 - RESTEasy Singleton resource with constructor injection failing with RESTEASY003190
  • #16471 - Wrong location for java.security used in Dockerfile.jvm and others
  • #16459 - java.lang.Error should rollback the JTA transaction
  • #16458 - Bump liquibase-core from 4.3.2 to 4.3.3
  • #16455 - JTA CDI should roll-back when intercepted method throws Error
  • #16374 - Bump flyway-core from 7.7.1 to 7.7.3
  • #16358 - quarkus-jacoco produces tons of logged excepiions in 1.13 like Cannot transform java.lang.Object
  • #16300 - Bump mongo-client.version from 4.2.2 to 4.2.3
  • #16242 - Monitor config additional locations for hot deployment
  • #16079 - Kotlin 1.4.32
  • #16065 - Bump neo4j-java-driver from 4.2.3 to 4.2.4
  • #16001 - Bump yasson from 1.0.8 to 1.0.9
  • #16000 - Bump flyway-core from 7.7.0 to 7.7.1
  • #15925 - Upgrade MongoDB driver to 4.2
  • #14720 - Resteasy Reactive detects multiple writers, but only one response type is present
  • #13205 - Quarkus OIDC quarkus.oidc.enabled and DisabledAuthController doesn't seem to work
quarkus - 2.0.0.Alpha1

Published by gsmet over 3 years ago

Major changes

  • Java 8 is no longer supported. Java 11+ is now the minimal version for building and running Quarkus 2.x applications.
  • #16489 - Enable execution of kotlin suspend functions as endpoints
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16073 - @Scheduled - add Support for Default Value and for Switching Timer Off
  • #16010 - ArC - support CDI decorators
  • #14002 - Transaction support for MongoDB with Panache

Complete changelog

  • #16693 - Fix javadoc runs in kotlin module
  • #16685 - Rest Client Reactive - support for quarkus.tls.trust-all
  • #16683 - Fixed typo in debug port comment
  • #16680 - Ensure that a JAX-RS client exception does not depend on the server parts
  • #16679 - Update security customization docs to make sure it's properly rendered
  • #16678 - Set maven.compiler.source and maven.compiler.target to 11
  • #16673 - Make providers registered with @RegisterProvider CDI beans in reactive rest client
  • #16669 - Add ability to run unit tests
  • #16667 - Don't index invisible muti-release classes
  • #16665 - Add broken only mode that only runs failing tests
  • #16664 - Concatenate io.netty.versions.properties instead of ignoring them
  • #16663 - Bump liquibase-core from 4.3.3 to 4.3.4
  • #16662 - io.netty.util.Version#identify not working in uber-jars
  • #16657 - Remove false positive warnings emitted from the Kubernetes Client processor
  • #16656 - Reactive RestClient fails to start if 'quarkus.tls.trust-all' is set
  • #16655 - Hibernate Search: Add configuration property to skip the Elasticsearch version check
  • #16654 - CI: remove categories from matrix
  • #16650 - Qute - fix the way the standalone lines are removed from the root node
  • #16649 - Adding MikeEdgar to Swagger UI notifications
  • #16648 - Fix "Request has already been read" in Dev UI LogStream
  • #16644 - CI: 'Upload Surefire reports' also for cancelled()
  • #16643 - CI: Bring back cancel-previous-runs, but only for forks
  • #16642 - Bump awssdk.version from 2.16.43 to 2.16.44
  • #16639 - Bump kafka2.version from 2.7.0 to 2.8.0
  • #16637 - Fixed a misprint in MavenRegistryClientFactory
  • #16636 - Fixed a possible NPE in devtools BuildFile
  • #16629 - Refactoring of the MavenProjectBuildFile to make it usable by the CLI
  • #16628 - Avoid potential NPE in Metrics filter
  • #16627 - Allow usage of ArcInvocationContext as interceptor method parameter.
  • #16624 - Introduce the ability to create client filters that suspend and resume
  • #16623 - Change DEV UI Cache to update page with JS rather than a page refresh
  • #16622 - Remove duplicate dependency to quarkus-mongodb-client-deployment-spi
  • #16620 - Resteasy Reactive - NPE when a filter throws exceptions
  • #16618 - Qute - fix validation of type-safe message expressions
  • #16617 - Add isParentFirst method to QuarkusClassLoader
  • #16615 - Introduce versions of ClientRequestFilter and ClientResponseFilter that can suspend and resume
  • #16614 - Remove ClassLoader hacks for JDK 8 now that we've moved to Java 11
  • #16611 - CI: Fix tcks/resteasy-reactive/update-dependencies.sh failure on no-op incremental build
  • #16609 - Fix kotlin-plugin build warning
  • #16608 - Cache the item emitted by a Uni instead of the Uni itself
  • #16607 - Cache the item emitted by a Uni instead of the Uni itself
  • #16604 - Bump bctls-fips from 1.0.11 to 1.0.11.1
  • #16600 - Allow to filter dependencies in multi-build mode
  • #16599 - Allow to filter dependencies in multi-build mode
  • #16598 - JDK EA job: drop jbang action
  • #16595 - Bump flyway-core from 7.8.0 to 7.8.1
  • #16593 - Add a small note about Kubernetes Client configuration properties.
  • #16591 - Update the section about disabling security with a link to the TestSecurity doc
  • #16590 - Qute type-safe expression in type-safe message results in NPE
  • #16588 - Upgrade to Hibernate Reactive 1.0.0.CR3
  • #16587 - ArC - detect local, inner classes annotated with a scope annotation
  • #16585 - CI: Rebalance native-test groups in CI-matrix
  • #16584 - Don't pass --enable-all-security-services to GraalVM >= 21.1
  • #16583 - Type-safe message bundles - handle nested bundle classes correctly
  • #16582 - registry client - MavenRegistryClientFactory - identical code in if-else branches
  • #16580 - devtools - BuildFile - possible NPE
  • #16578 - Ensure that Jackson writer doesn't negatively affect endpoint score
  • #16575 - Enable SseTestCase.testMultiFromMulti
  • #16574 - Introduce the ability to mock @Singleton beans
  • #16567 - Bump flyway-core from 7.7.3 to 7.8.0
  • #16566 - Bump testcontainers-bom from 1.15.2 to 1.15.3
  • #16565 - Bump awssdk.version from 2.16.42 to 2.16.43
  • #16564 - Enable AddExtensionIT.testAddExtensionWithASingleExtensionToSubmodule
  • #16563 - Adds cleanDisabled to Flyway configuration
  • #16561 - Add cleanDisabled to Flyway configuration
  • #16560 - Revert "Bump zookeeper from 3.5.7 to 3.7.0"
  • #16559 - Rest Client Reactive guide - minor fixes
  • #16558 - Rest Client Reactive - native fixes
  • #16554 - Introduce Quarkus Codestart testing library
  • #16551 - Use setter method to derive the type of property
  • #16549 - Dev UI - make it possible to pause/resume the scheduler
  • #16546 - Update SmallRye OpenAPI to 2.1.3
  • #16545 - Upgrade to dekorate 2.1.2 to fix Route regression
  • #16542 - Update the table comparing oidc/jwt/oauth2 extensions and OidcClient guide
  • #16540 - Injecting into custom ClientRequestFilter does not work with Reactive RestClient
  • #16539 - Upgrade Infinispan to 12.1.1.Final
  • #16538 - Fix RESTEasy Reactive Default Codestart
  • #16537 - Dev UI: exception related to log streaming
  • #16536 - FlashScopeUtil: handle empty cookie bytes
  • #16535 - Scheduler - try to fix flaky tests
  • #16534 - Dev UI - DevConsolePostHandler.flashMessage() results in EOFException
  • #16533 - Small workflow adjustments
  • #16532 - Flaky scheduler tests
  • #16530 - Bump awssdk.version from 2.16.41 to 2.16.42
  • #16528 - Remove Skipping BouncyCastleJsseITCase now that we have moved to Java 11
  • #16527 - Ensure that Vert.x runs in its dev-mode when Quarkus is started in dev-mode
  • #16525 - Removed classes that already exist in quarkus-security-test-utils
  • #16519 - Remove AppCDS warning now that we have moved to Java 11
  • #16518 - Remove unnecessary ProcessHandle related reflection now that we moved to Java 11
  • #16516 - Remove NULL_FILE usage now that we moved to Java 11
  • #16515 - Raise log level to warn there's no topology found
  • #16513 - Update JWT docs to reference Mp JWT 1.2 properties
  • #16511 - Add hostnameVerificationAlgorithm to reactive-datasource
  • #16510 - ArC - improve the performance of intercepted subclasses
  • #16509 - Enhanced codestart description for logging-json
  • #16508 - Add DevServices for Mongo
  • #16506 - Hibernate Reactive, re-enabled as version 1.0.0.CR2
  • #16503 - Kafka, Schema Registry and Avro guide
  • #16502 - Update quarkus-oidc and quarkus-oidc-client to enable SSL in Native
  • #16501 - Bump micrometer-bom from 1.6.5 to 1.6.6
  • #16500 - Bump jboss-logging from 3.3.2.Final to 3.4.1.Final
  • #16498 - Bump zookeeper from 3.5.7 to 3.7.0
  • #16497 - quarkus:create adds quarkus-resteasy to a project even when quarkus-resteasy-reactive-jackson is specified
  • #16494 - Fix JAX-RS @Singleton resource with constructor injection
  • #16492 - Bump awssdk.version from 2.16.36 to 2.16.41
  • #16491 - Bump narayana.version from 5.11.0.Final to 5.11.1.Final
  • #16490 - Bump jackson-bom from 2.12.1 to 2.12.3
  • #16489 - Enable execution of kotlin suspend functions as endpoints
  • #16484 - reactive-pg-client sslMode=verify-full not working
  • #16483 - Allow to configure HBM2DDL script generation via application.properties
  • #16475 - RESTEasy Singleton resource with constructor injection failing with RESTEASY003190
  • #16474 - Update bot for SmallRye Metrics, Micrometer, Tracing
  • #16468 - Qute - remove deprecated annotations from the io.quarkus.qute.api pkg
  • #16466 - Qute checked templates - require type-safe expressions by default
  • #16462 - Remove FunctionGaugeSupport
  • #16461 - Remove FunctionGaugeSupport from the Micrometer extension
  • #16459 - java.lang.Error should rollback the JTA transaction
  • #16458 - Bump liquibase-core from 4.3.2 to 4.3.3
  • #16457 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.8.0 to 2.9.0
  • #16456 - Bump jboss-parent from 37 to 38
  • #16455 - JTA CDI should roll-back when intercepted method throws Error
  • #16452 - Disable Hibernate Reactive until properly released
  • #16446 - Do the correct challenge when more than one auth mechanism is used
  • #16445 - Update GraalVM parsing to support upcoming 21.1
  • #16441 - Rest Client Reactive guide
  • #16424 - CI: Introduce COMMON_MAVEN_ARGS with --fail-at-end
  • #16423 - Try to stabilize native build on Windows
  • #16421 - CI, JVM tests: abort surefire execution after 10 mins
  • #16418 - Remove JDK 8
  • #16413 - Leverage gradle toolchain only for gradle 6.7+
  • #16411 - Bump aws-alexa-sdk.version from 2.38.0 to 2.38.1
  • #16410 - Bump tika-parsers from 1.24.1 to 1.26
  • #16409 - Bump formatter-maven-plugin from 2.14.0 to 2.15.0
  • #16398 - Use the platform descriptor generating plugin from quarkus-platform-bom-maven-plugin
  • #16395 - Regression issue: SmallRye OpenAPI generates incorrect content type when using Spring Web annotations
  • #16393 - Oidc-Client: Allow named injections of OidcClients and Tokens
  • #16391 - Codestarts do not need qute-generator but qute-core
  • #16388 - Oidc-Client: Allow named injections of OidcClients and Tokens
  • #16385 - Make Service account also applied to RevisionSpec
  • #16380 - Remove native image substitution for MappedByteBuffer
  • #16377 - Micrometer cors
  • #16376 - Unable to obtain configuration for Secret objects from Kubernetes API Server in Funqy apps
  • #16375 - Fix dependency-plugin downgrade in tcks/microprofile-jwt
  • #16374 - Bump flyway-core from 7.7.1 to 7.7.3
  • #16367 - Try to prevent CRLF after -Xmx in jvm.config
  • #16366 - Some path fixes that was a regression between 1.x and 2
  • #16365 - JDK early access job: downgrade jbang
  • #16362 - Add test-security-jwt and test-security-oidc modules
  • #16357 - Improve the error message of remote-dev on the client side
  • #16352 - qs add some-ext broken always adding bom
  • #16351 - Handle gradle buildchain in quarkusDev task
  • #16346 - Bump mockito-core from 3.8.0 to 3.9.0
  • #16345 - Update code of the reactive routes guide
  • #16344 - Re-enable the Maven enforcer in the Reactive Messaging Kafka tests
  • #16340 - Log message on slow restarts
  • #16334 - Bump cron-utils from 9.1.3 to 9.1.5
  • #16333 - 2.x - MicroProfile 4 and Vert.x 4
  • #16332 - Bump mockito-core from 3.8.0 to 3.9.0 in /devtools/gradle
  • #16331 - Bump mockito-core from 3.8.0 to 3.9.0 in /integration-tests/gradle
  • #16329 - Incorrect micrometer metrics for http method OPTIONS
  • #16328 - Gradle quarkusDev fails when using Java toolchains
  • #16325 - Move Google Cloud Functions to preview and update the docs
  • #16320 - CLI - reduce the startup time
  • #16314 - Use ArtifactCoords API in the devtools instead of AppArtifactCoords
  • #16313 - Support mocking PanacheEntityBase.persist static methods
  • #16311 - Use the thread-safe version of flatten-platform-bom
  • #16310 - Move all RESTEasy Reactive configuration under 'quarkus.resteasy-reactive'
  • #16309 - Make it easier to import the project in IDEA
  • #16307 - Bump jboss-logging-annotations.version from 2.2.0.Final to 2.2.1.Final
  • #16306 - Add avro IDL code generator
  • #16302 - Junit5 parameter: Introduce serialization alternative to XStream
  • #16300 - Bump mongo-client.version from 4.2.2 to 4.2.3
  • #16296 - Provide Redis hosts programmatically
  • #16286 - Support AsyncFile, Path. Added PathPart and FilePart
  • #16285 - Allow the use of @DisableIfBuiltWithGraalVMOlderThan on test methods
  • #16284 - Use Credentials Provider-like mechanism with Redis clients
  • #16280 - Fix wrong name in comment
  • #16277 - Update aws-sdk to 2.16.36
  • #16274 - Interceptor doesn't allow subclasses to be passed as parameter to intercepted method
  • #16271 - Qute type-safe - basic support of extension methods with type params
  • #16260 - Bump azure-functions-java-library from 1.4.0 to 1.4.2
  • #16259 - Bump aws-alexa-sdk.version from 2.37.1 to 2.38.0
  • #16258 - Apply tiny polish to StartupActionImpl
  • #16256 - Add missing throw statement
  • #16253 - Don't let potential failures in message consumers cause dev mode shutdown to be blocked permanently
  • #16251 - Continuous testing
  • #16250 - Introduce tcks/resteasy-reactive, wrapping the testsuite repo
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16248 - Bump gitflow-incremental-builder to 3.14.0
  • #16238 - Increase Xmx for release-test build
  • #16236 - Disable kafka-snappy tests for versions of GraalVM older than 21.0
  • #16216 - Substitute DefaultMethodFallbackProvider in GraalVM < 21.0
  • #16213 - Update Keycloak Test Module to support code flow tests
  • #16212 - Workaround for KT-45007, sporadic NPE in kotlin plugin
  • #16201 - Handle avro generator in gradle
  • #16197 - Add check for GraalVM version when enabling InlineBeforeAnalysis
  • #16194 - Deprecate enable-server and cleanup-server config items
  • #16193 - Bump commons-codec from 1.14 to 1.15
  • #16182 - Mocking Panache active record pattern not working
  • #16180 - Qute - minor cleanup and micro optimizations
  • #16178 - Enable SonarCloud scan
  • #16169 - Avro code generation with live reload
  • #16163 - Bump jcc from 11.5.4.0 to 11.5.5.0
  • #16161 - Bump com.gradle.plugin-publish from 0.13.0 to 0.14.0 in /devtools/gradle
  • #16160 - Remove duplicated testcontainers dependency from Keycloak test server
  • #16159 - Preliminary work for native CLI
  • #16139 - [native] 1.13.0.Final Fails To Build Native Image
  • #16137 - Fix Gradle test not using Java 8
  • #16136 - Move base codestarts and make loading more consistent
  • #16135 - Changing RESTClient maintainer to Michał Szynkiewicz
  • #16134 - Allow the use of -H:+InlineBeforeAnalysis via a config flag or build item
  • #16133 - JDK Early Access: disable surefire report, fix jbang java problem
  • #16131 - [native] Quarkus not able to parse GraalVM version in upcoming 21.1
  • #16129 - [native] Integration test "kafka-snappy" fails with GraalVM 20.3.1.2
  • #16128 - [native] Integration test "rest-client" fails with GraalVM 20.3.1.2
  • #16127 - Bump log4j2-jboss-logmanager from 1.0.0.Beta1 to 1.0.0.Final
  • #16126 - [native] Integration test "main" fails with GraalVM 20.3.1.2
  • #16120 - OpenAPI - added more mappings between smallrye and quarkus config
  • #16117 - Introduce a buildItem for compiler flag -H:+InlineBeforeAnalysis
  • #16111 - Disable test on Windows
  • #16110 - Add guidance on how to measure memory correctly on docker
  • #16109 - Bump classmate from 1.3.4 to 1.5.1
  • #16105 - Substitute BouncyCastle self-tests which rely on SecureRandom
  • #16094 - Improve Mongo health checks
  • #16091 - Bump jzlib from 1.1.1 to 1.1.3
  • #16089 - Regression issue: Wrong port in OpenShift route
  • #16086 - Include kubernetes-client config in all-config page
  • #16085 - Upgrade Jackson to 2.12.2
  • #16083 - Fill a few gaps in the Dependabot config
  • #16082 - Use -x for --examples in Quarkus CLI (instead of -e)
  • #16080 - Handle empty java class output in quarkusDev
  • #16079 - Kotlin 1.4.32
  • #16073 - @Scheduled - add Support for Default Value and for Switching Timer Off
  • #16072 - Remove duplicate method in code example of reactive documentation
  • #16065 - Bump neo4j-java-driver from 4.2.3 to 4.2.4
  • #16064 - Bump awssdk.version from 2.16.27 to 2.16.29
  • #16063 - @Scheduled add Support for Default Value and for Switching Timer Off
  • #16054 - Add multi-build support in a single module
  • #16053 - Add multi-build support in a single module
  • #16052 - Quarkus "all config" guide is missing kubernetes-client config
  • #16046 - Update cli tooling docs to latest rev and enable it on the site
  • #16036 - Perform absolute basic Dockerfile validation in Openshift s2i extension
  • #16035 - Added keycloak-server test framework
  • #16029 - Bump wildfly-elytron.version from 1.15.2.Final to 1.15.3.Final
  • #16028 - Bump awssdk.version from 2.16.26 to 2.16.27
  • #16023 - Gradle multi-module project causes quarkusDev to fail
  • #16022 - Fix UserCountryNotSetValidatorLocaleTest fail
  • #16020 - Refactor spring-data-jpa integration-test
  • #16018 - [-Dnative] JPA class Person in integration-tests/spring-data-jpa uses j.u.Random
  • #16017 - Runtime initialize jgit classes using j.u.Random
  • #16015 - Registry config javadoc
  • #16012 - Bump avro from 1.10.0 to 1.10.2
  • #16011 - Bump aws-lambda-java-events from 3.7.0 to 3.8.0
  • #16010 - ArC - support CDI decorators
  • #16009 - Bump awssdk.version from 2.16.24 to 2.16.26
  • #16008 - Runtime initialize grpc class using j.u.Random
  • #16006 - Bump avro-maven-plugin from 1.9.2 to 1.10.2
  • #16005 - Handle glob pattern for live-reload resources
  • #16004 - Enable formatter & impsort for quickly, cache outside of target
  • #16003 - Hyphenate @RestHeader sourceName by default
  • #16001 - Bump yasson from 1.0.8 to 1.0.9
  • #16000 - Bump flyway-core from 7.7.0 to 7.7.1
  • #15995 - protoc and protobuf-java should be consistent
  • #15994 - Fix SmallRye Reactive Utils version consistency in BOM
  • #15990 - Improved execution of grouped assertions
  • #15988 - keycloak-authorization blocks Basic Auth request when both Basic and OIDC (with keycloak-authz) are enabled
  • #15986 - Support live reload for SmallRye Reactive Messaging
  • #15985 - Remove unused threetenbp.version property from BOM
  • #15984 - Add Avro to Dependabot
  • #15983 - ArC - fix an issue with bridge methods and generics
  • #15980 - Early Access JDK Build: Fix cron execution and report condition
  • #15979 - RESTEasy Reactive: document injection of vertx request/response objects
  • #15978 - Revert "Register all profile properties in the default config source."
  • #15977 - Comment out flaky assertion in s2i test
  • #15974 - Fix dependency gaps in container-image & k8s ITs
  • #15965 - KeycloakPolicyEnforcerAuthorizer should permit if authentication is not done by OIDC
  • #15955 - Update KeycloakPolicyEnforcerAuthorizer to init in a PostConstruct method
  • #15952 - Runtime initialize RandomUtil in artemis-core extension
  • #15938 - Bump awssdk.version from 2.16.23 to 2.16.24
  • #15936 - Extend TestSecurity to support attributes
  • #15929 - Fixes quarkus-platform native TS config
  • #15925 - Upgrade MongoDB driver to 4.2
  • #15923 - Update SmallRye Config to 1.12.0
  • #15920 - Mutiny 0.15.0 support
  • #15916 - Rename quarkus-images branch to main
  • #15911 - GRPC port 9001 for tests
  • #15910 - Substitute MappedByteBuffer#force0 only in JDK 15 or earlier
  • #15903 - MappedByteBufferReplacement substitutions is obsolete in JDK16
  • #15902 - Bump guava from 30.1-jre to 30.1.1-jre
  • #15901 - Bump narayana.version from 5.10.6.Final to 5.11.0.Final
  • #15900 - Bump awssdk.version from 2.16.22 to 2.16.23
  • #15899 - Flatten quarkus-bom
  • #15897 - Runtime initialize amazon-services classes using j.u.Random
  • #15893 - Fixed documentation for Kubernetes mocking #15853
  • #15891 - Add streaming support for files in RESTEasy Reactive
  • #15890 - Upgrade to Hibernate ORM 5.4.30.Final
  • #15889 - Bouncycastle FIPs leaving a SecureRandom in heap
  • #15879 - Initialize classes using j.u.Random at runtime in kafka-client
  • #15875 - Fix small typo in Quartz extension
  • #15872 - Bump smallrye-common-bom from 1.5.0 to 1.6.0
  • #15871 - Bump awssdk.version from 2.16.21 to 2.16.22
  • #15870 - Bump wildfly-elytron.version from 1.15.1.Final to 1.15.2.Final
  • #15864 - Initialize vertx redis client classes using SplittableRandom at runtime
  • #15862 - Validation of codestart artifacts configured in extension descriptors
  • #15861 - gRPC LoadBalancingPolicy Support
  • #15857 - Update/improve Micrometer Guide
  • #15856 - Introduce a low level Apache HttpClient extension
  • #15843 - Added processGroupIds parameter to generate-platform-descriptor-json goal
  • #15842 - Qute: simplify the syntax used in the Include section
  • #15841 - Fix entirely skipped enforcer in infinispan-client IT and resolve violations
  • #15824 - Bump awssdk.version from 2.16.19 to 2.16.21
  • #15823 - Make update-*dependencies.sh runnable on Mac
  • #15822 - Avoid class initializations more aggressively in the Hibernate ORM extension
  • #15820 - Quarkus doesn't refresh when resource files are updated
  • #15808 - Group resteasy classic extensions
  • #15783 - Document how to connect to Cloud SQL
  • #15781 - Added new build item to exclude an archive from ARC scanning and implemented in ARC exclusion mechanism
  • #15774 - Optimise ArC 's generated implementation of bean equals()
  • #15747 - Changed the cli command name from quarkus to qs
  • #15736 - Conditional extension dependencies support for Maven-based projects
  • #15728 - Ensure the Hibernate ORM extension does not initialize classes just to get their name
  • #15713 - ArC - extensions should be able to specify artifacts that should be excluded from discovery
  • #15711 - Introduce nightly/manual Early Access JDK build
  • #15660 - Arc - support ArcInvocationContext as method parameter
  • #15629 - Adding tests to create and verify an object-store directory
  • #15620 - Fixes Google cloud functions HTTP query params and status code bypass
  • #15575 - CI: Introduce nightly JDK EA/RC job (starting with JDK 16 RC)
  • #15567 - Quarkus code generator for Avro
  • #15510 - Quarkus + Resteasy + Google Cloud Functions: status code alway 200 no matter what
  • #15501 - Quarkus + Resteasy + Google Cloud Functions: no query parameters bypass
  • #15490 - Support CDI decorators
  • #15407 - Upgrade / align with dekorate 2.0.0
  • #15331 - Native image build server does not start with -Dquarkus.native.enable-server=true
  • #15047 - Clean up template URI matching; add support for servlets
  • #14904 - Native image build failures on latest GraalVM with Random/SplittableRandom initialized at build time
  • #14809 - Add required properties for expansion in the build ConfigSource
  • #14788 - Quarkus Maven Plugin : can't use properties generated by maven build-helper
  • #14771 - Exposing the schema-generation.scripts properties in the application.properties
  • #14619 - We are getting a 401 when keycloak policy-enforcer paths is pointing to /health
  • #14249 - RESTEasy Reactive Links
  • #14002 - Transaction support for MongoDB with Panache
  • #13980 - maven-property provided by maven-plugin leads to exception in mutable-jar when devmode is activated
  • #13957 - Add KeycloakTestResourceLifecycleManager
  • #13665 - RESTEasy Reactive: change default name mapping strategy for @RestHeader
  • #13610 - Fix lambda no arg error
  • #13595 - AWS Funqy Lambda native image Timeout
  • #13375 - Ability to exclude particular data sources from the health check
  • #13363 - JWT authentication failure responds with Basic Auth challenge when both JWT and basic mechanisms are enabled
  • #13326 - Health check configurable for each datasource
  • #13277 - Spring Cloud config list properties are incompatible with smallrye
  • #13205 - Quarkus OIDC quarkus.oidc.enabled and DisabledAuthController doesn't seem to work
  • #11695 - Support @TestSecurity in combination with JWT-Security
  • #11294 - Transactions for MongoDB with Panache
  • #11153 - Provide a way to test extension codestarts
  • #10162 - Kotlin Coroutines in Quarkus
  • #9985 - Driver does not support socket connection
  • #8750 - Qute: consider composition syntax
  • #8461 - OpenTracing Version Upgrade from 0.31.0 -> 0.33.0
  • #3217 - Trigger hot reload for reactive messaging
quarkus - 1.13.2.Final

Published by gsmet over 3 years ago

Major changes

  • #15964 - Introduce support for the Oracle JDBC driver

Complete changelog

  • #16486 - Backport 16377
  • #16481 - Fix case of Kafka ServiceBinding properties
  • #16477 - Quarkus Kafka Client ServiceBinding no longer works with app-services service binding
  • #16467 - Upgrade to Hibernate Search 6.0.3.Final
  • #16460 - HTTP/2 + BodyHandler fix
  • #16447 - Bump gizmo in resteasy-reactive to 1.0.7.Final
  • #16443 - Detect native image build with com.oracle.graalvm.isaot
  • #16442 - [native] hibernate-search-orm-elasticsearch extension not working with GraalVM 20.3-dev
  • #16440 - Avoid unnecessary exception wrapping in NativeTestExtension.throwBootFailureException
  • #16438 - Fix race condition on reactive client with streaming and SSE responses
  • #16436 - JS for all-config guide page
  • #16434 - Handle RejectedOperationException in Mutiny infrastructure on shutdown
  • #16432 - Add the ability to configure the maximum form attribute size
  • #16431 - Service account is also applied to RevisionSpec
  • #16428 - Fix websockets class loading issue
  • #16427 - Quarkus 1.13.x WebSocket Client - wrong ClassLoader?
  • #16426 - Make sure class is only processed once
  • #16422 - Resteasy Reactive - Multipart does not accept text/plain bigger than 2048 bytes
  • #16420 - Fix @TestTransaction for self-intercepted invocation
  • #16417 - Fix OIDC web auth docs
  • #16405 - Support Flyway's initSql property to specify SQL to run
  • #16400 - Make sure LocalProject.getAppArtifact() has a proper version
  • #16384 - OIDC Issuer Verification
  • #16379 - Only warn if there is a missing no-arg ctor
  • #16372 - Bump agroal.version from 1.10 to 1.11
  • #16368 - Fix build issue when client and server RESTEasy Reactive jackson deps are used together
  • #16363 - Try to make the docker related note more prominent
  • #16361 - Update to fabric8 kubernetes-client 5.3.0
  • #16360 - Ignore abstract classes in Filter hierarchy
  • #16359 - Resteasy Reactive wants to instantiate abstract ContainerRequestFilter's in dev mode
  • #16349 - Use a floating tag for the ubi-quarkus-native-image
  • #16348 - Qute type-safe checks - take interface default methods into account
  • #16347 - quarkus-jacoco bug in Quarkus 1.13.0
  • #16341 - Change assignability check for interfaces
  • #16339 - Fix gradle Jacoco issues
  • #16337 - Qute deployment errors with template parameter declaration of concrete classes and usage of default methods
  • #16330 - Register hierarchy of io.quarkus.maven.ArtifactKey
  • #16327 - Registry client: option to cleanup old timestamped catalog artifacts
  • #16324 - Allow skipping OIDC issuer verification
  • #16323 - Quarkus 1.13.0 with Jacoco include test classes in report
  • #16317 - Allow modifying primitive parameters in an interceptor
  • #16294 - Quarkus 1.13.0: 401 Unauthorized using different host names for Keycloak
  • #16278 - Reactive datasource idle-timeout for pooled connections
  • #16268 - interceptor fails with IllegalArgumentException when parameters are modified and the target method uses primitive types
  • #16267 - Realign dependency structure of the Oracle JDBC extension
  • #16261 - Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA
  • #16227 - Investigate io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase#testClientStreaming
  • #16226 - Flyway initSql support
  • #16170 - Http2 does not work with reactive routes in quarkus dev mode
  • #16165 - Fix issue with hang detection
  • #16141 - Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA
  • #16007 - Copy Content-Type from Netty HttpResponse to APIGatewayV2HTTPResponse
  • #15999 - Register all profile properties in the default config source
  • #15996 - Describe how OIDC endpoints are configured in all OIDC docs
  • #15964 - Introduce support for the Oracle JDBC driver
  • #15949 - Upgrade to Agroal 1.10
  • #15948 - Set the Agroal ExceptionSorter to detect which JDBC exception can be recovered from
  • #15919 - Add support for postgis container images to postgresql DevService
  • #15909 - AWS Lambda HTTP Content-Type is lost
  • #15389 - ENVs required in prod profile break dev profile but only when using the built artifact
  • #15025 - Quarkus keeps dead database connections in its connection pool
  • #1658 - Add jdbc support for Oracle
quarkus - 1.13.1.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #16305 - Explicitly wait for the broker to be running before executing the test
  • #16304 - Use fixed port for mailer test
  • #16303 - Be smarter about discarding log messages
  • #16301 - More consistency for the step names, job name is already descriptive
  • #16298 - Use the job name in Surefire Reports artifact names
  • #16297 - Disable live reload instrumentation by default
  • #16295 - Fix wrong location of Micrometer Prometheus extension descriptor
  • #16293 - Extend Liquibase IT with includeAll
  • #16290 - Check whether the project already imports the platform for the added extension before importing it
  • #16287 - Update OIDC to accept all RS and ES algorithms
  • #16282 - Only resolve db kind implicitly if we have no named datasources around
  • #16273 - Fix OidcClient test failure
  • #16272 - Avoid nasty NPE when trying to open Eclipse IDE
  • #16269 - Print error message is printed with certificate is self-signed when deploying to OpenShift
  • #16265 - Until the delayed handler is activated, drop anything below INFO level
  • #16264 - mvn quarkus:add-extension broken always adding bom
  • #16263 - Add missing "volatile" to some dev mode handlers
  • #16262 - Re-add Kafka group.id documentation, deleted in commit 8a56a30b51
  • #16252 - Jacoco multi module fixes
  • #16247 - Upgrade to Quarkus HTTP 3.1.0.Final and related cleanup
  • #16244 - Update micrometer guide URL
  • #16239 - Missing Hazelcast logs after change #15636
  • #16237 - Fix JAX-RS Application class hierarchy handling
  • #16232 - Fix typo in getting started
  • #16229 - Upload the Surefire reports as artifacts
  • #16228 - Resteasy fails to load abstract subclass of javax.ws.rs.core.Application
  • #16215 - Add token audience param to oidc-client
  • #16214 - Handle user declared annotation processor
  • #16210 - Liquibase fails to find datasource when devservices is disabled.
  • #16200 - UnsatisfiedResolutionException : Build Failed with Mapstruct and Quarkus 1.13.0
  • #16196 - Quarkus 1.13.0.Final Gradle plugin does not run annotation processors
  • #16189 - API to check if property exists
  • #16187 - Fix flaky rest-client test
  • #16186 - REST Client Reactive cleanup
  • #16185 - Add quarkusCoreVersion parameter to generate-platform-descriptor-json goal
  • #16183 - Fix issue with fast-jar not working using OpenShift and Docker strategy
  • #16181 - Rest Client Reactive: detect blocking the event loop
  • #16177 - Fixed the codestarts artifactId
  • #16171 - Disable SSL verification when trust-all property is enabled
  • #16167 - Fix Uni response type handling in quarkus-rest-client-reactive
  • #16164 - Micrometer: Simplify Vertx HTTP binder init; http settings in dev mode
  • #16157 - Use Vert.x Buffer for OIDC requests
  • #16156 - Fix CompletionStage response type handling in quarkus-rest-client-reactive
  • #16151 - OIDC Extension does not work anymore with Azure AD and Quarkus 1.13.0
  • #16149 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart fails fast when CompletionStage is returned
  • #16148 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart blocks when Uni is returned
  • #16146 - Fix case where rest client doesn't recognize the default port or https
  • #16145 - Minor correction in centralized-log-management doc
  • #16144 - Make the netbeans support a bit more robust
  • #16143 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart fails
  • #16140 - ArC dev mode monitoring - proceed if the container is not available
  • #16138 - Make sure all the project modules are loaded into workspace in case the root pom does not declare any
  • #16132 - New Websockets doesnt work
  • #16130 - Micrometer Vert.x Binder Locks Shutdown on devmode
  • #16123 - from version 1.13.0 Vault MicroProfile Config Source stopped working
  • #16121 - Add support for opening the IDE from DevUI even if the default IDE script doesn't exist
  • #16119 - quarkus.tls.trust-all=true not working
  • #16114 - Qute loop section - improve the error message for null and NOT_FOUND
  • #16113 - Regression issue: Fast Jar not working using OpenShift and Docker strategy
  • #16112 - Prevent QuarkusTestResourceLifecycleManager from being run twice
  • #16108 - QuarkusTestResourceLifecycleManager start/stop executed for each test method in Quarkus 1.13.0.CR1
  • #16100 - Update Vert.x to version 3.9.6
  • #16097 - Add the ability to open the Resource Class in the IDE from the scores page
  • #16096 - Properly open inner classes in the IDE
  • #16088 - Docs - Fixed incorrect class statement
  • #16078 - Remove Vert.x HTTP dep
  • #16069 - Register the correct native library for Snappy, during native image generation
  • #16068 - Fix typo
  • #16061 - OIDC Client extension should start without the configuration
  • #16060 - Update OIDC client code to retry in case of the connection errors and have OIDC starting without the complete config
  • #16051 - Update the Cassandra quickstart guide
  • #16049 - Resolve Quarkus version from the runtime dependencies instead of the deployment ones
  • #16048 - Dev mode - fix class comparison logic for instrumentation
  • #16047 - Hot Reload: class redefinition failed: attempted to delete a method
  • #16045 - Add a note about quarkus-security dependency
  • #16042 - [native] kafka-snappy integration-test fails with org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY]
  • #16038 - Use plugin repositories to resolve plugin descriptors
  • #16027 - Fixes Jackson serialization issues in native
  • #16021 - Deactivate Vault Config Source refresh if running in non blocking thread
  • #16019 - Fix a regression with OIDC ignoring 'tenant-enabled'
  • #16016 - Use constructor injection in getting started reactive guide
  • #16014 - Regression issue: OIDC is failing to start even when authentication is disabled
  • #16002 - Quarkiverse: Changed template for Ecosystem CI and release
  • #15998 - Docs: Add MP Metrics API in some cases
  • #15992 - Clarify where can the @Traced annotation be used
  • #15989 - Fix the name of the microprofile-config.properties file
  • #15987 - Allow using @Blocking on implementation in addition to interface for JAX-RS Resources
  • #15981 - Misleading Embeddable Configuration Documentation
  • #15975 - ArC - fix disposer method resolution
  • #15972 - Bump liquibase-core from 4.3.1 to 4.3.2
  • #15971 - Support GraalVM 21.1 LocalizationFeature
  • #15962 - java.lang.NoClassDefFoundError: com/oracle/svm/core/jdk/LocalizationFeature
  • #15940 - @Blocking on resource is ignored if implementing an OpenAPI-generated interface
  • #15933 - Update OIDC client code to retry if the request failed with Connection Was Closed
  • #15924 - Add doc mentioning the biggest differences of dev-mode vs the production application
  • #15876 - @Traced annotation doesn't work as documented in opentracing.adoc when combined with JAX-RS
  • #15821 - Quarkus Vault problem
  • #15817 - Quarkus maven plugin does not take pluginRepositories into consideration
  • #15777 - Rest Client Reactive - Jackson extension
  • #15721 - Dev UI: open code in IDE should use IDE path from scanning processes
  • #15599 - quarkus-oidc should start without Keycloak and having to disable the tenant
  • #14751 - Liquibase includeall only works in dev mode
  • #14349 - Add Passing Client Headers section to rest-client.adoc
  • #14164 - mvn add-extension in sub-module shouldn't add dependencyManagement
  • #13863 - Add OpenTracing Command Listener to MongoDB client
quarkus - 1.13.0.Final

Published by gsmet over 3 years ago

Major changes

  • #15016 - Add OpenTelemetry extension

Complete changelog

  • #15968 - Add MP SPI dep to Smallrye GraphQL
  • #15966 - ClassNotFoundException using quarkus-micrometer-registry-prometheus / quarkus-smallrye-graphql
  • #15963 - Support for providing a custom extension registry client impl in a maven artifact
  • #15960 - Add a more informative error message when Dockerfile is unavailable during s2i
  • #15958 - Fix QuarkusTestResourceLifecycleManager property mismatch in rest-client.adoc
  • #15957 - Register KeycloakPolicyEnforcerAuthorizer if both oidc and policy authorizer are enabled
  • #15956 - Introduce utility JsonExtensionCatalog.addCategory
  • #15951 - Update to Keycloak 12.0.4
  • #15946 - Fix broken kubernetes tests
  • #15942 - Fix signatures of UniInvoker
  • #15941 - Fix JBang dev mode
  • #15939 - Allow any image to be used in DevServices
  • #15931 - Update OidcConfigurationMetadata to return the scopes and minor error log updates
  • #15930 - Add class-change-agent as javaagent in Gradle quarkusDev task
  • #15922 - Graceful shutdown fixes
  • #15921 - Exclude resteasy-client from quarkus-resteasy-multipart
  • #15919 - Add support for postgis container images to postgresql DevService
  • #15917 - Disable -XX:TieredStopAtLevel=1 when GraalVM is used as the JDK
  • #15915 - Allow adding multiple realms
  • #15913 - Fix Narayana STM failing to build in Native
  • #15908 - Quartz extension - graceful shutdown for @Scheduled does not work
  • #15906 - Update multistage docker image tag used in doc
  • #15904 - Gradle Multi-stage Dockerfile in documentation pointing to non-existent quay.io/quarkus/centos-quarkus-maven:21.0.0-java8
  • #15898 - ArC - fix the algorithm to find event parameter qualifiers
  • #15896 - Add some testing instructions to OidcClient and SmallRye JWT docs
  • #15895 - Update SmallRye GraphQL to 1.0.26
  • #15894 - Return correct parent when searching executable on PATH
  • #15886 - CDI events qualifiers not working when abstract superclass is in a library
  • #15882 - Support @NonBlocking on ContainerRequestFilters
  • #15881 - Quote File.separator when using it as a regular expression
  • #15880 - Support the inclusion of all the discovered scopes in the OIDC authentication request
  • #15878 - PatternSyntaxException in dev console
  • #15873 - Bump smallrye-graphql to 1.0.25
  • #15869 - Fix false config warning
  • #15865 - Add quarkus-test-oidc-server test support module and update the docs
  • #15860 - Multiple fixes for create-extension in Quarkus core
  • #15859 - "quarkus.http.test-timeout" Was removed ? (using 1.12.1.Final)
  • #15858 - Make the kafka streams extension to read the default kafka broker configuration
  • #15855 - Fix kafka binding issues
  • #15852 - RESTEasy Reactive: UniInvoker signatures are wrong
  • #15851 - Improvements for in tree extension creation
  • #15850 - Don't fail quarkus:dev if running processes can't be determined
  • #15849 - Clear the /tmp folder on first dev mode start
  • #15848 - Quarkus 1.13.0.CR1 dev mode fails with build exception on Apple Silicon machine
  • #15847 - Add native image reflection entries for Sentry
  • #15845 - Kafka Streams extension does not read the "default broker configuration" map
  • #15838 - Register ElasticsearchClientConfig qualifier as a bean
  • #15837 - devmode - Not using JVM instrumentation, but always full restart
  • #15835 - Error when running HQL queries spanning multiple tables in Hibernate Reactive
  • #15834 - Error when running HQL queries spanning multiple tables in Hibernate Reactive
  • #15833 - Make classes marked with ElasticsearchClientConfig application scoped and unremovable
  • #15830 - Fix Flyway dev console link
  • #15829 - Make max retry attempts and delay interval of remote-dev configurable
  • #15828 - Dev UI - keep log 'open' when page refresh
  • #15825 - ElasticRestClient fails to load the provided custom configuration via @ElasticsearchClientConfig
  • #15818 - Lazy fetch associations with Hibernate Reactive
  • #15815 - Liquibase - Register for reflection all classes marked with DatabaseChangeProperty
  • #15814 - For Hibernate Reactive enableCollectionInDefaultFetchGroup must be set to true
  • #15810 - Fix Amazon X-Ray in native mode
  • #15809 - Liquibase validation failures in native image
  • #15807 - Fix typo in ArC error message
  • #15805 - Use default media types when SSE element type isn't specified
  • #15803 - Ensure that specific legacy MessageBodyReader/Writers are not chosen over Quarkus ones
  • #15801 - 1.12.x failed to build native package with io.quarkus:quarkus-amazon-lambda-xray
  • #15778 - RESTEasy Reactive: SSE endpoints should have the same content type automatically selected as normal endpoints
  • #15735 - QuarkusSecurityIdentity.builder(identity) loses isAnonymous flag
  • #15732 - RESTEasy Reactive: Lock contention between callback processing and resume()
  • #15730 - Fix QuarkusSecurityIdentity.isAnonymous check
  • #15681 - Resteasy Reactive report NoSuchMethod Exception with quarkus-keycloak-admin-client dependencies in native mode
  • #15670 - Running app in OpenShift fails because of classpath set after jar
  • #15650 - More visibility to SmallRye
  • #15623 - Errors reported to sentry.io result in an
  • #15578 - Upgrade LogManager to 1.0.9
  • #15537 - Quarkus 1.12.1.Final swagger-ui endpoint under /q is broken: stale content in tmp
  • #15442 - Narayana STM failing to build in Native
  • #15416 - Running app in OpenShift fails because of classpath set after jar
  • #15271 - GraphQL mutiny CompositeException instead of custom ErrorCode
  • #15016 - Add OpenTelemetry extension
  • #13974 - Minor keycloak-authorization code and doc updates
  • #13838 - OIDC/Keycloak Authorization
  • #10499 - OpenTelemetry for Quarkus
quarkus - 1.13.0.CR1

Published by gsmet over 3 years ago

Major changes

  • #15757 - Update SmallRye Reactive Messaging to 2.9.0
  • #15733 - Add Service Binding configuration for Kafka
  • #15542 - Upgrade to Hibernate Reactive 1.0.0.CR1
  • #15282 - Use AbstractLocationConfigSourceLoader to load application.properties and application.yaml
  • #15141 - MicroProfile Rest Client on RestEasy Reactive
  • #15068 - Move to vert.x based websockets
  • #14982 - Remove NativeImageMojo
  • #14960 - DevServices Support
  • #14732 - Update Kafka to 2.7.0
  • #14384 - Support for Jacoco reports

Complete changelog

  • #15798 - Close and remove named handlers on hot reload
  • #15797 - Better message if fired event is null
  • #15796 - Make sure all lambda requests are done
  • #15795 - Generate Handler class in correct CL
  • #15794 - Fix race in DevConsoleRunScheduledTaskTest
  • #15791 - Bump micrometer-bom from 1.6.4 to 1.6.5
  • #15790 - Bump jgit.version from 5.10.0.202012080955-r to 5.11.0.202103091610-r
  • #15788 - Remove substitution for DefaultMethodFallbackProvider
  • #15787 - Upgrade to fabric8 kubernetes-client 5.2.1
  • #15784 - Add quarkus-devtools-registry-client to quarkus-bom
  • #15780 - Add NVD related information to security.adoc
  • #15779 - Make sure the proper TCCL isn't lost in dev mode when static resource exist
  • #15775 - Disable flaky k8s test
  • #15773 - Fix a log typo in the ReflectiveHierarchyStep
  • #15772 - Qute: inject attributes in template extensions methods
  • #15770 - Fix picocli codestart readme with gradle
  • #15769 - Upgrade SmallRye OpenAPI to 2.0.26
  • #15768 - Use JdbcDatabaseContainer#withUrlParam() and delegate URL creation
  • #15767 - Make per class @ServerExceptionMapper work with Mutiny response types
  • #15765 - Clarify remote-dev in docs
  • #15764 - Prevent IDE related steps from ever running in remote-dev mode
  • #15763 - RESTEasy Reactive exception mapper issues
  • #15762 - Fix invalid anchors in deploying-to-openshift.adoc
  • #15761 - Make class clickable in Log stream (to open in IDE)
  • #15758 - Picocli example app readme is incorrect
  • #15757 - Update SmallRye Reactive Messaging to 2.9.0
  • #15755 - DevConsoleRunScheduledTaskTest is flaky
  • #15750 - Build type does not work in DevUI
  • #15749 - Add ability to customise DevServices URL
  • #15748 - Generate converters in same CL as the target type
  • #15745 - Bump awssdk.version from 2.16.18 to 2.16.19
  • #15744 - Bump xstream from 1.4.15 to 1.4.16
  • #15743 - Precompute hashcodes as bytecode constants for ArC beans
  • #15741 - Remove unnecessary test dependencies
  • #15734 - Toggle HTTP metrics; Trim URI config patterns; Refactor
  • #15733 - Add Service Binding configuration for Kafka
  • #15731 - Clean up dependencies of platform-descriptor-json
  • #15729 - Introducing the Forbidden API maven checks for Hibernate ORM
  • #15727 - Enable the Forbidden API plugin
  • #15726 - Added class files should trigger a full reload
  • #15725 - Disabled and added an option to enable the registry client in devtools for the upcoming release
  • #15724 - Added netbeans to the supported IDEs in DEV UI's ability to open in IDE
  • #15723 - Rename RestEasy Reactive MP Client to quarkus-rest-client-reactive
  • #15718 - Qute: Template attributes in template extensions
  • #15717 - Qute - fix validation bug
  • #15716 - Ensure that quarkus-kubernetes does not pollute the runtime classpath
  • #15715 - Set the value of extension metadata element built-with-quarkus-core to the version instead of GAV
  • #15714 - Better error handling for quarkus.smallrye-openapi.path
  • #15712 - Bump GIB to 3.13.0, remove BOM workaround, renamings
  • #15710 - Add note about quarkus.http.limits.max-body-size in Amazon S3 guide
  • #15705 - quarkus-kubernetes / quarkus-openshift extension pulls in additional 10+ MB of dependencies
  • #15700 - Remove outdated quarkus-bot-java.yml file
  • #15699 - Prepare renaming of quarkus-bot-java.yml to quarkus-bot.yml
  • #15698 - CI: Call Gradle ITs via Maven to leverage incremental build setup
  • #15697 - Bump kubernetes-client-bom from 5.1.1 to 5.2.0
  • #15695 - Declare all test source directories in gradle model
  • #15694 - Apply tiny polish to web socket classes
  • #15693 - Bump awssdk.version from 2.16.17 to 2.16.18
  • #15692 - Fixed missing Import in security-openid-connect doc
  • #15690 - Replace as many occurrences as possible of master by main
  • #15688 - Container Image/Build does not consider Build Type in Dev UI
  • #15687 - Highlight the differences between Oidc/Jwt/OAuth2 and other minor updates
  • #15680 - Polish Kafka config producer
  • #15679 - Qute fails to resolve a method invoked from an injected bean
  • #15678 - Use application name as default Kafka consumer group.id
  • #15677 - Improved GitHub issues layout
  • #15676 - Have ORM handle MappedSuperClass with generics in a more reliable way
  • #15675 - Fix mandrel-flavor in guide
  • #15673 - Make RESTEasy Reactive Client ApplicationScoped by default
  • #15672 - Fix quickstart archive link after branch rename
  • #15667 - mandrel-flavor appearing in https://quarkus.io/guides/building-native-image#container-runtime
  • #15666 - Fix doc deployment to website in relation to multi-versions doc
  • #15662 - Move code.quarkus processing and improve catalog api
  • #15661 - Support main branches while releasing Quarkiverse Extensions
  • #15659 - Added ability to define some OpenAPI Security in Config
  • #15658 - Add basic documentation on Kubernetes Service Binding
  • #15657 - Resteasy Reactive - NoClassDefFoundError: io/quarkus/generated/java/lang/Long$quarkusrestparamConverter$
  • #15656 - JWK cache refresh interval with HTTP should behave the same as with HTTPS
  • #15654 - Handle default values of @Consumes and @Produces
  • #15649 - Bump flyway-core from 7.6.0 to 7.7.0
  • #15648 - Bump awssdk.version from 2.16.16 to 2.16.17
  • #15645 - Validate REST Data Panache request body
  • #15642 - swagger-ui operations-sorter function not working
  • #15641 - Expose maxPoolSize and maxWaitQueue settings for Reactive HTTP Connector
  • #15640 - Ensure REST Data Panache updates happens in a single transaction
  • #15639 - OIDC enhancements
  • #15638 - Resteasy reactive: No proper handling of missing or empty @Produces for Multi results
  • #15636 - Add protection against log queue overruns
  • #15634 - RunnerClassLoader#findResources - Return an empty enumeration instead of null if no resource can be found
  • #15633 - ArC - enable implementing all types of interception with single method
  • #15632 - Use application name (if set) as Kafka group.id
  • #15631 - K8s Service Binding for Kafka
  • #15626 - Missing documentation about k8s Service Bindings
  • #15625 - RunnerClassLoader.findResources does return null
  • #15622 - Helper class to translate platform BOM coordinates to the corresponding JSON catalog coordinates
  • #15619 - Prevent ArrayIndexOutOfBoundsException in AmazonLambdaRecorder
  • #15618 - Java resource classes in src/test/java are not properly loaded
  • #15617 - Reorganize Vault internal client
  • #15614 - Resteasy Reactive MicroProfile Rest Client performance improvements
  • #15613 - Bump awssdk.version from 2.16.15 to 2.16.16
  • #15610 - Remove warn message in KubernetesProcessor that shouldn't be there
  • #15607 - Weird warn message with the OpenShift extension
  • #15606 - Update quarkus-oidc-token-propagation to better work with JWT tokens and update smalrye-jwt to 2.4.4
  • #15591 - Add documentation for containerized native builds on remote daemons
  • #15590 - Bump awssdk.version from 2.16.14 to 2.16.15
  • #15588 - org.hibernate.AnnotationException happens randomly
  • #15585 - Optimize Accepts header validation in the common case
  • #15584 - Openshift build error handling
  • #15582 - gRPC guide: syntax highlighting for proto example, small fixes
  • #15579 - Support in DevServices for additional JDBC URL parameters
  • #15572 - Reactive routes - fail if void method and no param can end the response
  • #15570 - @PostConstruct interceptor method returning Object works only if it's private
  • #15568 - Bump flyway-core from 7.5.4 to 7.6.0
  • #15565 - Make disablement of k8s manifest generation in tests declarative
  • #15564 - ServiceProvider registration for Confluent Schema Registry basic auth
  • #15561 - Add DevServices support for DB2 and MSSQL
  • #15557 - Bump awssdk.version from 2.16.13 to 2.16.14
  • #15556 - Bump impsort-maven-plugin from 1.5.0 to 1.6.0
  • #15555 - NPE when running extension tests when depending on the quarkus-kubernetes-deployment
  • #15547 - Remove the last emitter from CodeAuthenticationMechanism and catch code flow access token failures earlier
  • #15545 - Default quarkus.oidc.authentication.cookie-path to '/' and deprecate quarkus.oidc.authentication.restore-path-after-redirect
  • #15543 - Add extension categories to the quarkus-bom platform
  • #15542 - Upgrade to Hibernate Reactive 1.0.0.CR1
  • #15541 - Restructure vertx-cache to allow multiple applications with launched by multiple users
  • #15540 - SQL Server support in DevServices
  • #15534 - Update Spring Web doc with proper return type in OpenAPI example
  • #15533 - Explain how to disable the readiness check in the Kafka guide.
  • #15532 - Support Publisher as a return type in RESTEasy Reactive as well
  • #15530 - Add maven.settings property to the test plugins and remove maven.repo in favor of maven.repo.local
  • #15528 - Regression: the quarkus-bom platform descriptor does not contain extensions categories
  • #15525 - Use adoc code listing and bulleted list
  • #15524 - oidc and oidc-client have the same configuration exception when the required properties are missing
  • #15520 - Use Eclipse Che icon from simpleicons.org
  • #15519 - Returning a Publisher is not working when using resteasy reactive
  • #15516 - CI: fix PULL_REQUEST_BASE for incremental build
  • #15515 - Update gradle remote dev documentation
  • #15514 - Avoid using API not present in JDK8
  • #15513 - Bump sentry-jul from 4.2.0 to 4.3.0
  • #15512 - Bump neo4j-java-driver from 4.2.1 to 4.2.3
  • #15511 - Bump awssdk.version from 2.16.11 to 2.16.13
  • #15505 - Support setting quarkus.log.level in lowercase
  • #15504 - Update SmallRye Config to 1.11.1
  • #15503 - Register for reflection the hierarchy of the entity in MongoDB with Panache
  • #15502 - Amazon LambdaRecorder Handler Discovery fails if handleRequest is in abstract class
  • #15500 - Remote dev mode fails on missing project directory
  • #15498 - Add maven-resolver-api as parentFirstArtifact
  • #15497 - Adapt catalog api for code.quarkus.io
  • #15495 - Log level in lowercase works for quarkus.log.category."whatever".level, but doesn't work for quarkus.log.level
  • #15494 - Remote dev mode fails to start
  • #15492 - Validation for REST endpoints does not return messages about the constraints violated
  • #15491 - Upgrade to Gizmo 1.0.7.Final and ASM 9.1
  • #15489 - Update SR OpenAPI to 2.0.23 and MP OpenAPI to 1.1.3-RC1
  • #15483 - Bump wildfly-elytron.version from 1.15.0.Final to 1.15.1.Final
  • #15482 - Update default package type in documentation
  • #15481 - Update to the config Dev UI screen
  • #15475 - Fix confusion between native image name and executable name
  • #15472 - Qute - clarify that literals can be used in Let/Set section
  • #15471 - Quarkus (Gradle) build should not run tests
  • #15470 - Vert.x Routes Not Working when using Void methods
  • #15468 - Skip GIB for BOM changes until -pl fix is available
  • #15467 - Dev UI - fix comparator for CDI observers
  • #15463 - Register parent dirs when deserializing the app
  • #15459 - Quarkus 1.12.1.Final:Build failure in native mode on windows
  • #15457 - Bump awssdk.version from 2.16.10 to 2.16.11
  • #15454 - Make sure compileClasspath is resolved before quarkusGenerateCode task
  • #15452 - Log the time each BeanContainerListener takes
  • #15451 - Add support for LocalDate as Path-/QueryParam
  • #15448 - Kafka Schema Registry with basic authentication not working in native mode
  • #15447 - Add basic exception mapping to all REST Data extensions
  • #15446 - Check OIDC discovery 'introspection_endpont' property
  • #15443 - SmallRye OpenAPI generates incorrect content type when using Spring Web annotations
  • #15441 - Avoid race condition in determining if SSL is used in integration tests
  • #15440 - OIDC Client stopped working and fails with 500 Internal Server
  • #15438 - Upgrade to Hibernate ORM 5.4.29.Final
  • #15437 - Dev UI - Add a margin-bottom to main-container
  • #15435 - Move instrumentation config to quarkus.live-reload namespace
  • #15431 - Allow configuring Jackson's TimeZone via configuration
  • #15429 - Replace @RequestController with @RestController
  • #15428 - Query Param addition MP Rest Client docs
  • #15426 - Fix broken kubernetes test
  • #15424 - Bump awssdk.version from 2.16.9 to 2.16.10
  • #15423 - Fix dependency issue with devservices
  • #15421 - Bump kotlin version to 1.4.31
  • #15413 - Extension registry client API
  • #15412 - Qute Type-safe Templates - fix template path validation
  • #15405 - Disable flaky container image test
  • #15404 - Add tests for new Mandrel version scheme
  • #15399 - Load groovy parent first
  • #15397 - Fix docs typo
  • #15396 - Register all profile properties in the default config source
  • #15395 - Disable "shadow" incremental CI for dependabot, master and release branches
  • #15392 - Bump commons-lang3 from 3.11 to 3.12.0
  • #15391 - Bump awssdk.version from 2.16.8 to 2.16.9
  • #15389 - ENVs required in prod profile break dev profile but only when using the built artifact
  • #15387 - Oidc Token propagation filter should be able to re-sign and set new issuer/audience and other JWT props
  • #15384 - DEV UI Enhancing the Scores Page in RESTEasy Reactive
  • #15377 - Bump debezium-core from 1.4.1.Final to 1.4.2.Final
  • #15376 - Include XRay (and maybe others) in Dependabot upgrades
  • #15373 - Reactive routes - fail the build if a path param contains invalid chars
  • #15369 - Panache Data REST: Update method requires at least two connections
  • #15368 - Extend Kafka health check documentation
  • #15367 - Register generic type in JAX-RS return type hierarchy for reflection
  • #15366 - Allow concurrent event handling and add ordered to @ConsumeEvent
  • #15365 - Set gradle annotationProcessorPath to compileClassPath
  • #15362 - Quarkus Security 1.1.4.Final
  • #15360 - Return properly encoded URLs from JarResource#getResourceURL()
  • #15358 - MalformedURLException with Quarkus 1.12 (or master) when the app in ,;~!@#$%^&() directory
  • #15356 - Allow to define the build profile at maven plugin level
  • #15354 - Bump awssdk.version from 2.16.6 to 2.16.8
  • #15353 - Add support for Vault Enterprise Namespace
  • #15351 - Blocking @ConsumeEvent only uses single worker thread since 1.11.X
  • #15350 - Artemis core synthetic bean
  • #15349 - Add support for Vault Enterprise Namespaces
  • #15347 - reactive messaging - broker configuration per channel is buggy with kafka healthcheck
  • #15343 - Annotate mongo entity id field for RESTEasy Link
  • #15341 - Replace httpServerRequest.absoluteURI() with simple URI check in Root Handler
  • #15336 - Avoid Uni.await() when creating dynamic OIDC TenantConfigContext
  • #15333 - Add BuildItems that can be used to control instrumentation behavior in dev-mode
  • #15332 - Dev UI - minor improvements
  • #15330 - Allow to skip bytecode instrumentation and force a full reload for specific classes
  • #15329 - Replace stack trace with a log message
  • #15324 - Extension guide - merge two sections about bytecode inspection
  • #15318 - Bump awssdk.version from 2.16.3 to 2.16.6
  • #15316 - Bump wildfly-elytron.version from 1.14.2.Final to 1.15.0.Final
  • #15314 - Narrowing the rbac for getting the secret
  • #15312 - Prefer output dir for hot deployment of resources
  • #15311 - CI: Align ci-fork-mvn-cache to initial build
  • #15304 - Opentracing Kafka : upgrade lib and small doc enhancement
  • #15303 - Static Resources in devmode doesn't provide filtered ones
  • #15299 - Health checks with stereotypes - fix the default scope
  • #15297 - Added filter and other updates to config screen in Dev UI
  • #15296 - Add the ability to open classes from the DevUI in the IDE
  • #15295 - gRPC compression
  • #15292 - Allow extending gradle nativetest source set
  • #15291 - Ensure that native-sources package results in the configuration as native
  • #15290 - Document code to create custom JSON ObjectMapper and JsonbConfig
  • #15288 - Copy sources from remote container when quarkus.native.debug.enabled=true
  • #15286 - Add UniInvoker to the RESTEasy Reactive client
  • #15285 - Bump quarkus-http.version from 3.1.0.Beta1 to 3.1.0.Beta2
  • #15284 - Bump mockito-core from 3.7.7 to 3.8.0
  • #15282 - Use AbstractLocationConfigSourceLoader to load application.properties and application.yaml
  • #15279 - kubernetes-config generated role for secrets is broad
  • #15278 - Wrap REST Data Panache exceptions for handling
  • #15277 - Add a dedicated section to security.adoc highlighting the differences between oidc, smallrye-jwt and oauth2 extensions
  • #15276 - ArC - remove build items deprecated in 1.11
  • #15274 - Document AWS Lambda HTTP injectable context variables
  • #15268 - Update Docker Client User Agent in CI
  • #15264 - gRPC code generation: support custom protoc location
  • #15261 - Simplify @TestHTTPEndpoint example even more
  • #15259 - Add Jackson pointers with Kotlin and cleanup the example Gradle build scripts
  • #15256 - Bump sentry-jul from 4.1.0 to 4.2.0
  • #15255 - Bump snakeyaml from 1.27 to 1.28
  • #15254 - Bump flyway-core from 7.5.3 to 7.5.4
  • #15252 - Provide unique information in secret/configmap ConfigSource
  • #15249 - Bump mockito-core from 3.7.7 to 3.8.0 in /integration-tests/gradle
  • #15248 - Bump mockito-core from 3.7.7 to 3.8.0 in /devtools/gradle
  • #15247 - A way to determine exactly what secret/configmap was used by quarkus-kubernetes-config
  • #15246 - Support Flyway ignoreFutureMigrations config
  • #15242 - Add support for Flyway "ignore future migrations"
  • #15241 - Bridge ResteasyConfiguration and MP Config for standalone
  • #15237 - Exporting invocation order of Filters
  • #15236 - Customize the nativeTest task sourceSets dependency
  • #15233 - Add native-source package type
  • #15230 - Enable Panache-style enhancement for public fields for all Hibernate entities, even without Panache
  • #15229 - Virtual host support for amqp 1.0
  • #15227 - Introduce @QuarkusIntegrationTest
  • #15225 - Update link to gradle limitations
  • #15223 - Panache Query/DTO projection with fields from referenced entity
  • #15222 - Panache Query/DTO projection with fields from referenced entity
  • #15220 - Memory leak in non-quarkus main() in quarkus-using module (due to quarkus dependencies)
  • #15217 - REST-JSON guide: Add note on new default date/time format for Jackson
  • #15216 - Add quarkus.servlet.max-parameters setting
  • #15215 - Allow to exclude JAX-RS classes with annotations
  • #15214 - Allow to exclude JAX-RS classes with annotations
  • #15211 - Use Duration instead of long (holding seconds) for Redis synchronous client timeout
  • #15208 - Build native image source jar
  • #15206 - Bump awssdk.version from 2.16.2 to 2.16.3
  • #15205 - Bump com.gradle.plugin-publish from 0.12.0 to 0.13.0 in /devtools/gradle
  • #15204 - NoClassDefFoundError for multi-module dependency in Vert.x reactive routes when using Maven quarkusDev
  • #15196 - Dev UI config editor with filtering capabilities
  • #15195 - Subsequent @QuarkusTest's stuck when running with different @TestProfile for testing Lambdas
  • #15194 - Quarkus Redis client timeout shorter than a second
  • #15190 - RESTEasy Reactive: support Uni in client
  • #15188 - Provide actionable solutions in "missing datasource" error messages
  • #15185 - Vert.x Routes Wrong Behaviour when using hyphens (-) in params
  • #15183 - Document the main attributes for incoming and outgoing kafka connectors
  • #15181 - Add Config interceptors to QuarkusConfigFactory
  • #15180 - Bump formatter-maven-plugin from 2.13.0 to 2.14.0
  • #15179 - Bump awssdk.version from 2.16.0 to 2.16.2
  • #15178 - Bump postgresql from 42.2.18 to 42.2.19
  • #15177 - Add add-extension submodule test
  • #15176 - Enable Jib platforms feature to create multi-architecture images
  • #15175 - Update gradle wrapper version used in codestart
  • #15174 - Initial support for Snappy in the Kafka client extension
  • #15164 - Hibernate Reactive: NamedQuery fails after hot reload
  • #15163 - Add Jacoco dependency to bom-descriptor-json and docs
  • #15162 - Integrate Fernflower decompiler into Quarkus build of fast-jar
  • #15157 - Include a list of dependencies in the app
  • #15156 - Bump micrometer-bom from 1.6.3 to 1.6.4
  • #15155 - Bump freemarker from 2.3.30 to 2.3.31
  • #15153 - Remove jandex plugin from flaky test
  • #15152 - Less reflection and move to MethodHandles in Hibernate Search extension
  • #15148 - Rename qute codestart to resteasy-qute
  • #15144 - QuarkusTestProfile - make it possible to disable app lifecycle observers
  • #15143 - CI: Print time taken by 'Reclaim Disk Space' commands
  • #15141 - MicroProfile Rest Client on RestEasy Reactive
  • #15139 - Jackson - Disable WRITE_DATES_AS_TIMESTAMPS by default
  • #15138 - Upgrade Infinispan to 12.0.1.final
  • #15130 - Bump caffeine from 2.8.8 to 2.9.0
  • #15129 - Bump awssdk.version from 2.15.82 to 2.16.0
  • #15122 - Polish RESTEasy Reactive SSE tests
  • #15120 - Upgrade to Mutiny 0.14.0
  • #15115 - Mark quarkus-qute as stable
  • #15113 - Add info on how to use gRPC code gen with Gradle to the guide
  • #15110 - Remove the list of extensions supporting Dev UI
  • #15104 - llegalAccessError with Panache MongoDB and Gradle
  • #15102 - IDEA setup tips
  • #15094 - Configure remote dev reconnect timeout
  • #15092 - Make sure mock is of correct type
  • #15091 - Bump rxjava from 2.2.20 to 2.2.21
  • #15090 - Bump awssdk.version from 2.15.81 to 2.15.82
  • #15083 - ApplicationScoped bean observing start/stop still observing even when mocked
  • #15079 - Remove dependency on quarkus-test-common in independent-projects/arc/tests
  • #15078 - Improve documentation of Kafka configuration
  • #15077 - timezone setting for jackson in application.properties
  • #15073 - Add QuarkusProdModeTest start/stop methods and fix restassured random port
  • #15068 - Move to vert.x based websockets
  • #15058 - Emitter fails with quarkus 1.11.x
  • #15052 - Reorg and docs for aws lambda and HTTP (API Gateway HTTP vs. REST API)
  • #15051 - Bump liquibase-core from 4.3.0 to 4.3.1
  • #15050 - Bump awssdk.version from 2.15.80 to 2.15.81
  • #15040 - Dev UI - add basic monitoring of CDI components
  • #15036 - Update doc pointer at the top of .github/quarkus-bot-java.yml
  • #15034 - Improve update-extension-dependencies.sh
  • #15022 - Add compiler release 8 to independent-projects
  • #15020 - Bump testcontainers-bom from 1.15.1 to 1.15.2
  • #15019 - Bump awssdk.version from 2.15.79 to 2.15.80
  • #15017 - Update kotlin generated bytecode to include proper nullability checks and annotations
  • #15011 - Add OidcClient refresh-token-time-skew property
  • #15010 - Add Migration Guide link in README
  • #15004 - OIDC: 401 when keys need to be refreshed
  • #15003 - Clean up maven compiler parameters flag usage
  • #14997 - RESTEasy reactive / Undertow routing race
  • #14994 - Add more netty tweaks to make reactor-netty work on top of quarkus-netty
  • #14993 - Quartz + Scheduler: Allow to use config in Identity field
  • #14991 - Classloading error with QuarkusMock regression in 1.12.0.CR1
  • #14990 - Qute API cleanup - get rid of the "io.quarkus.qute.api" package
  • #14989 - MongoDB Update : Allow all update operators
  • #14987 - Remove uberJar Maven/Gradle param & quarkus.package.uber-jar property
  • #14985 - Bump flyway-core from 7.5.2 to 7.5.3
  • #14983 - Bump wildfly-elytron.version from 1.14.1.Final to 1.14.2.Final
  • #14982 - Remove NativeImageMojo
  • #14979 - Fix gradle plugin compilation warnings
  • #14977 - Warnings when publishing Gradle plugin
  • #14967 - Quartz: Allow to use a configuration property in identity
  • #14962 - OidcClientFilter produces periodic 401 errors when token expires
  • #14961 - Add start/stop methods for QuarkusProdModeTest and do not setup RestAssured.port if it's configured randomly
  • #14960 - DevServices Support
  • #14957 - Add grpc netty keep-alive-time configuration option
  • #14955 - Update SmallRye Config to 1.11.0
  • #14953 - Migrate quarkus-oidc to Vert.x Mutiny WebClient
  • #14952 - Fix ClassLoader getParent() hack
  • #14933 - Dev UI config editor does not make it clear which property is set and which is not
  • #14932 - Add search engine in dev ui config
  • #14930 - Error report to be improved when entity is created and no datasource config is present
  • #14928 - Add Web Socket Undertow codestart
  • #14898 - InjectMock with package private method
  • #14888 - Create Extension with Quarkus CLI
  • #14885 - Export invocation order
  • #14878 - Remove uberJar parameter from Maven mojos/goals in 1.13
  • #14872 - Dev UI - display better error messages instead of NOT_FOUND in Qute templates
  • #14847 - Allow specifying optional config section with YAML configuration
  • #14798 - quarkus-oidc-token-propagation should also work with quarkus-smallrye-jwt
  • #14785 - jpa-security custom password type
  • #14760 - DEV UI: Hierarchical structure of static resources in endpoint page
  • #14746 - Move the Spring Cloud Config server to vert.x instead of Apache HTTP client
  • #14736 - resteasy-reactive header propagation
  • #14732 - Update Kafka to 2.7.0
  • #14727 - add create-extension to Quarkus CLI
  • #14722 - Avoid print icons when running on Windows OS
  • #14710 - Load any yml from config external folder
  • #14661 - AWS X-Ray dependency version not being updated
  • #14645 - Remove NativeImageMojo in 1.13
  • #14609 - Enhanced extension dependencies validation
  • #14492 - Migrate quarkus-oidc to Vert.x Mutiny WebClient
  • #14459 - Funqy knative events update
  • #14394 - MP Fault Tolerance - default method fallback doesn't work in native mode
  • #14384 - Support for Jacoco reports
  • #14305 - Connection handling fixes
  • #14284 - security-jpa custom cypher for passwords
  • #14281 - Panache REST resource returns 500 - Internal Server Error for violated primary key constraints
  • #14219 - Windows - ? instead of codestarts icons when generating project
  • #14207 - Add partial support of JAX-RS Application in resteasy extension
  • #14173 - Added CodeFlowAuthorizationTest
  • #13818 - NativeImageTest with container-image extensions
  • #13773 - Unable to build a gRPC-based Gradle project on Linux Alpine
  • #13666 - Add OidcConfigurationMetadata injectable request-scoped bean
  • #13542 - Failing OpenShift deployment not reporting the error to the Maven build
  • #13525 - Add a logging-gelf integration test with ELK
  • #13341 - Maven property quarkus.profile should be picked up by quarkus-maven-plugin
  • #13307 - Integrate ORM REST Data Panache with Hibernate Validator
  • #13301 - Native vs jvm command line mode with panache mongodb
  • #13243 - Introduce gitflow-incremental-builder
  • #13218 - Speed up CI "Initial JDK 11 Build" & fix some dependency gaps
  • #13068 - Extract route/ingress configuration into a specific config group
  • #12984 - OIDC Extension - JWKS not refreshed
  • #12873 - Hibernate does not perform an update statement without setters
  • #12630 - Improve OpenShift route configuration
  • #12507 - Pick a profile config properties automatically in @TestProfile
  • #12498 - Memory Leaks when using QuarkusTestProfile
  • #12422 - review and enable registry mechanism
  • #12355 - NullPointerException when rendering Qute templates as XML
  • #12228 - Hibernate ORM - strange start up failure caused by AnnotationException
  • #12046 - Handle gradle included-builds in quarkusDev task
  • #11902 - gradle quarkusDev run fails with --include-build
  • #11782 - Quarkus EnvConfigSource behaves differently from SmallRye ConfigSource
  • #11475 - Optional nested configuration issue
  • #11428 - Setting the kotlin.version property to 1.4 doesn't update the Kotlin dependencies version
  • #11382 - Configurable remote development reconnect retries
  • #11248 - Fail build with HAL resource without serializer #11246
  • #10578 - Named handler log files get logs duplicated when hot reload is performed
  • #10412 - Add OIDC integration tests which use WireMockServer
  • #9956 - Quarkus 1.5.0.Final - Mongo Panache - Native update queries create invalid MongoDB statements
  • #9895 - Allow activation of multiple configuration profiles
  • #9869 - Respect submodule application.properties config when packaging the application
  • #9634 - graal-js does not work when using quarkusDev
  • #8849 - RESTEasy: generic type argument class not registered in native image
  • #8654 - Start the application myself for @NativeImageTest
  • #9324 - Add support for compressor
  • #7678 - Quarkus boot fails when vertx-cache temporary directory exists
  • #7242 - Improved efficiency of ConnectionHandlingMode: deeper integration between Hibernate ORM and Agroal
  • #6810 - Multiple per-profile configuration files or includes
  • #6260 - Improve efficiency of CI pipeline resources by partial rebuild
  • #5860 - Cannot deserialize LocalDate in @QueryParam due to missing ParamConverterProvider
  • #4553 - OIDC token verification failures should be correctly reported in the log
  • #3938 - KubernetesMockServer tests sensitive to runOrder/reuseForks
  • #3262 - [quarkus-resteasy] All classes are scanned and registered even though the javax.ws.rs.core.Application returns a non-empty set of classes
  • #3084 - Non blocking HTTP/REST client
  • #2718 - Kafka compressions Snappy and LZ4 not supported with native builds
  • #612 - Print disassembly of generated bytecode
quarkus - 1.12.2.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #15609 - Avoid race condition when creating the Dev UI routes
  • #15608 - Reintroduce RouteBuildItem#Builder() public ctor
  • #15603 - Fix Building my First Extension documentation snippets order description
  • #15594 - Look for mongo client in the whole deployment
  • #15592 - Fix Polyglot with fast-jar
  • #15589 - Look for RedisClient in all modules
  • #15586 - Fix potential race condition with Multipart upload in RESTEasy Reactive
  • #15581 - Named Redis client injection not working when used in separate JAR
  • #15577 - Fix native executable build on Windows and add a CI build - 1.12
  • #15576 - Fix GraphQL queries returning Collection.class in native mode
  • #15571 - GraphQL queries returning Collection.class are broken in native mode
  • #15569 - Use sortedOriginalMediaTypes in ClassRoutingHandler
  • #15560 - Disable DevUI for remote dev mode
  • #15558 - Fix dev console paths. Add Builder to HttpRootPathBuildItem
  • #15554 - Added descriptions to Health OpenAPI Filter responses
  • #15553 - Fix race condition on reading input in RESTEasy Reactive
  • #15551 - Missing description for generated health OpenAPI responses
  • #15546 - Fix Thread-safe issue and memory leak with Log History Handler
  • #15535 - HttpRootPathBuildItem has changed his path format several times.
  • #15529 - Small path fix for the dev ui
  • #15506 - Automatically register @JsonIdentityInfo generator and resolver in Jackson
  • #15480 - Make mutable-jar work with jib in all cases
  • #15479 - Resteasy Reactive first POST with InputStream hang
  • #15477 - Add support for mutable-jar package format for container image extensions
  • #15474 - Explain semantics of quarkus.rest.path; add tests
  • #15455 - Make Jackson work with ReaderInterceptors
  • #15453 - RESTEasy Reactive: ReaderInterceptor results in java.lang.IllegalStateException: Should never be called
  • #15450 - Use relative links in the guides
  • #15445 - Fix some infelicities in the IDE Tooling guide
  • #15427 - Use single mock when backing bean is the same instance
  • #15411 - @InjectMock replaces existing mocks
  • #15172 - Don't use real looking versions in mocked data for snapshot testing
  • #15146 - Make sure versions are mocked in snapshots tests
  • #15142 - Some code start tests test the version which is not compatible with releases
quarkus - 1.11.6.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #15574 - Disable DevUI for remote dev mode - 1.11
  • #15508 - Revert "fix: KubernetesDeployer now always deletes existing resources"
  • #15487 - OpenShift plugin not deploying the Quarkus App (Regression Issue)
  • #15449 - Use relative links in the guides - 1.11
  • #15444 - Make sure quarkus-bom platform does not force its BOM over other platforms found in the project
  • #15401 - Make missing password an error
  • #15393 - Update certificates for Kafka tests - 1.11
  • #15337 - Bump kubernetes-client-bom from 5.1.0 to 5.1.1
  • #15250 - Kubernetes CRD ClassNotFoundException after upgrade to 1.11.2.Final in dev mode
  • #15150 - Handle null values in REST Data Panache JSONB serializer
quarkus - 1.12.1.Final

Published by gsmet over 3 years ago

Major changes

Path resolution for configurable endpoints changed in this release.

Complete changelog

  • #15420 - Fix file permission issue for container builds on remote daemons
  • #15406 - Fix consumes in rest score template;add consumes in endpoints template
  • #15402 - Include quarkus-mutiny instead of vanilla mutiny in RESTEasy Reactive
  • #15401 - Make missing password an error
  • #15400 - unnecessary warning was shown resteasy-reactive
  • #15390 - Fix sub resource locators with no method annotations
  • #15385 - Update p12 files and provide instructions to regenerate them
  • #15379 - Bring back proper timing for quarkus:dev
  • #15378 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.4.0 to 2.8.0
  • #15375 - Avoid NPE in dev console when there aren't any indexed entities with the Hibernate Search extension enabled
  • #15374 - Avoid warning about indexing primitive types
  • #15371 - Dev mode report the wrong startup time starting with Quarkus 1.12
  • #15363 - Fix issue with double query params
  • #15357 - RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed
  • #15352 - NPE in dev mode with hibernate-search-orm-elasticsearch
  • #15340 - Qute - fix handling of Panache entity getters for boolean properties
  • #15337 - Bump kubernetes-client-bom from 5.1.0 to 5.1.1
  • #15334 - Qute calls accessor method instead of using property for boolean (since 1.12.0.Final)
  • #15319 - Disable instrumentation for remote-dev
  • #15315 - Fix test-coverage problem in ConfigInstantiator & add jacoco to dependabot
  • #15305 - Treat MismatchedInputException as client error in RESTEasy Reactive
  • #15301 - Dev UI - Reactive Messaging - fix NPE when a channel is not configured
  • #15300 - Test coverage profile doesn't work
  • #15294 - Upgrade to Hibernate Search 6.0.2.Final
  • #15293 - DEV UI NPE when channel not configured.
  • #15273 - Bump gradle to 6.8.3
  • #15270 - Update to Keycloak 12.0.3
  • #15260 - gRPC blocking: fix calling grpc client within blocking service
  • #15251 - Upgrade SmallRye GraphQL to 1.0.22
  • #15250 - Kubernetes CRD ClassNotFoundException after upgrade to 1.11.2.Final in dev mode
  • #15238 - Fix Qute namespace extensions with no parameters
  • #15234 - Qute type checks - fix multiple nested helper hints
  • #15232 - Upgrade SmallRye Health to 2.2.6
  • #15212 - GRPC client onClose and onMessage should be hanled on same thread
  • #15207 - Fixes for Non app endpoints
  • #15197 - Fix various doc issues
  • #15189 - Add the ability to configure vertx http client options in RESTEasy Reactive client
  • #15187 - GRPC client stream onMessage and onClose executes on different threads
  • #15171 - Various adjustments to create-extension
  • #15165 - Qute validation - fix parsing of nested helper hints
  • #15161 - Qute - fix validation of primitives
  • #15160 - Qute namespace extensions without parameters don't work in Quarkus 1.12.0.FINAL
  • #15158 - Handle more than one level of sub resource params
  • #15150 - Handle null values in REST Data Panache JSONB serializer
  • #15145 - Enable Java serialization only for GraalVM 21+
  • #15136 - Add support for @NameBinding meta-annotations for @ServerRequestFilter
  • #15114 - RESTEasy Reactive: Sub resource Path Params more than 2 levels back are not passed correctly
  • #15085 - Unsupported type MethodAccessorGenerator on several extensions
  • #15030 - MicroProfile Metrics, Health, OpenAPI URI changed
  • #14824 - Allow JsonbDeserializer based on generic types
  • #14821 - Support KubernetesServer test resource for CRUD operations
  • #14744 - Add a crud capable Kubernetes server test resource
  • #14635 - Containerized native image build on remote docker daemons (issue #1610)
  • #1610 - dockerBuild for native image doesn't work with remote Docker daemons
quarkus - 1.11.5.Final

Published by gsmet over 3 years ago

Major changes

Path resolution for configurable endpoints changed in this release.

Complete changelog

  • #15339 - Restore VertxWebRouterBuildItem#getRouter() method
quarkus - 1.11.4.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #15313 - Work to fix path handling and non-application endpoints
  • #15281 - Group all raw service binding properties under quarkus.service-binding
  • #15262 - Make KubernetesDeployer always delete existing resources
  • #15257 - Ignore config_ordinal for default values source
  • #15244 - Quarkus health guide needs updating
  • #15243 - Quarkus Guides showing health extension need updating
  • #15228 - Only keep resteasy-qute example codestart binded to resteasy-qute
  • #15226 - SmallRye Metrics 2.4.6
  • #15221 - config_ordinal defined as property leaks into default properties
  • #15202 - Properly handle '/' in kubernetes env var declaration
  • #15201 - Kubernetes extension should not produce env vars with slashes when mapping mp-rest client config to env vars
  • #15154 - Bump kubernetes-client-bom from 5.0.2 to 5.1.0
  • #15140 - Fix sidecar probe path and ports
  • #15137 - Clarify the usage of quarkus.debug.print-startup-times
  • #15119 - Use proper metrics path in Kubernetes annotation
  • #15118 - /metrics uri in generated kubernetes.yml is wrong
  • #15108 - Update OpenAPI to 2.0.22
  • #15106 - Fix potential NPE in instrumentation based update
  • #15105 - Updating class when no bytecode transformation whatsoever takes place results in NPE in the logs
  • #15089 - Quarkus 1.11.2 to Quarkus 1.11.3 upgrade failure of a Quarkus Kafka project
  • #15055 - Update Smallrye OpenApi to 2.0.21
  • #15053 - Register implicit Converters for ConfigProperties
  • #15045 - Do not expand configurations in the ConfigConsole
  • #15033 - SRCFG00013: No Converter registered for class java.time.Period
  • #15032 - [Bug] Since 1.11.3 problems reading application.yaml
  • #15029 - Fix typo in kubernete docs and knative test
  • #15027 - Ensure that Jackson customizers can override settings added by Quarkus added modules
  • #15023 - Make TestHttpEndpoint work for ResteasyReactive
  • #15018 - RESTEasy Reactive: Customised Jackson ObjectMapper not used
  • #15015 - Update SmallRye OpenTracing to 1.3.5
  • #15005 - SecurityIdentityAssociation's identity not set by event fired from Undertow
  • #15001 - @TestHTTPEndpoint can not work with RESTEasy reactive
  • #14998 - OpenAPI generation couldn't infer response type for generic type parameters in resources
  • #14938 - Turn off CORS headers appended by the Metrics handler
  • #14916 - Update smallrye openapi to 2.0.20
  • #14903 - Update to RestEasy 4.5.9.Final
  • #14865 - @DefaultValue for enums ignored in openapi.yaml / swagger-ui
  • #14814 - Open API produces invalid document
  • #14795 - Issues with sidecar probes
  • #14712 - OpenAPI: 1.11.x picks up annotated interfaces from dependency JARs
  • #14670 - OpenAPI invalid document - missing schema element
  • #14650 - MicroProfile Metrics - histogram quantiles are frozen
  • #14505 - Add ide tooling links to main guides
  • #14430 - SmallRye Metrics extension should play better with the general CORS filter
  • #13953 - Kubernetes deploy should always delete previously installed resources before installing new ones.
  • #13845 - Add oauth2 configuration to swagger-ui
  • #13440 - Getting NullPointerException for open tracing with jaeger
  • #4766 - swagger-ui is not mapping oauth2-redirect.html
quarkus - 1.12.0.Final

Published by gsmet over 3 years ago

Major changes

  • #14852 - Add support for Multipart requests in RESTEasy Reactive

Complete changelog

  • #15134 - Fix typos in Kotlin guide
  • #15127 - Disable Liquibase Hub prompt/warning
  • #15112 - Have Hibernate Reactive depend on quarkus-mutiny correctly
  • #15111 - Hibernate Reactive component is missing the dependency to Quarkus-Mutiny
  • #15107 - Add Mutiny and Vert.x Core extensions to Vault dependencies
  • #15103 - Vault requires extension quarkus-vertx-core in 1.12.0.CR1
  • #15101 - Apply user filter when storing OpenAPI document
  • #15098 - DEV UI: Quick fix for restart issue
  • #15097 - OASFilter set by mp.openapi.filter not processing file created with store-schema-directory
  • #15096 - Fix logging initialization
  • #15087 - Fix various Amazon Services issues
  • #15080 - Fixed typo on DeploymentInjectionException error message
  • #15076 - Don't configure -cp with uberjar on OpenShift
  • #15074 - Qute - fix orEmpty resolver
  • #15070 - Dev mode - warning (about jdk 1.8 usage) not printed, as if logging is not fully initialized
  • #15067 - Delay executor shutdown
  • #15066 - Typo on DeploymentInjectionException
  • #15064 - Activate annotation processors again for panache
  • #15063 - Switch to java.specification.version in JavaVersionUtil, covers XY-ea version of Early Access builds
  • #15062 - "Using Java versions older than 11 ... " complaint with Java 17 Early Access build
  • #15060 - Improve ldap security documentation
  • #15054 - Fix Jackson Not available at runtime for Dev UI Logstream
  • #15048 - Quarkus AWS S3AsyncClient doesn't apply default connectionMaxIdleTime set by AWS
  • #15043 - Removing JavaIOSubstitutions
  • #15041 - Native image - make it possible to generate the dashboard dump file
  • #15039 - Even if feature about serialization (from GraalVM 21.0 ) is proposed, small change could make it work even now
  • #15035 - Ensure that @Path on an interface with a single impl works as in RESTEasy Classic
  • #15028 - RESTEasy Reactive: can't inject when using inteface declaration endpoint
  • #15026 - @PreDestroy method seems to not be invocked when ExecutorManager is being used.
  • #15024 - Small Dev-UI logstream changes to allow for better reuse
  • #15014 - Amazon S3 build failure on v1.12.0.CR1 using url-connection-client
  • #15006 - SecurityIdentityAssociation's identity not set by event fired from Undertow
  • #15002 - Vertx ConsumeEvent - fix race condition in request context termination
  • #14992 - Remove JDK 11 only API call in Qute test
  • #14988 - Upgrade to Hibernate Search 6.0.1.Final
  • #14984 - Bump neo4j-java-driver from 4.2.0 to 4.2.1
  • #14978 - Upgrade to Hibernate Reactive 1.0.0.Beta4
  • #14976 - Fixed non-working delay for oidc-client
  • #14974 - Qute parser fix - tag delimiter is used in a string literal in a tag
  • #14959 - OIDC Client does not use connection-delay property
  • #14949 - Azure Functions upgrade and java 11
  • #14945 - Adding some color to the Dev UI cards
  • #14935 - Confused by dev ui
  • #14926 - hibernate-jpamodelgen is causing problems
  • #14852 - Add support for Multipart requests in RESTEasy Reactive
  • #14844 - Generated Openshift manifest contains cp argument with all dependencies when uber-jar packaging is used
  • #14711 - Support more than one custom annotation which registers MP REST Client provider
  • #14601 - Support @MultipartForm in RESTEasy Reactive
  • #14466 - Allow to use OIDC Client Filter and OIDC Token Propagation extensions in the same app
  • #14141 - Support more than one custom annotation which registers MP REST Client provider
  • #12551 - Quarkus does not start/respond when running inside an Azure Function on Java 11
quarkus - 1.11.3.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #14970 - Add quarkus-smallrye-opentracing to an integration test without Undertow
  • #14969 - Remove jcenter repository references in gradle projects
  • #14958 - Remove field that can cause GraalVM to fail
  • #14946 - Do not produce KubernetesClient if we have OpenShiftClient available
  • #14943 - Kubernetes clients all clash with one another
  • #14939 - Fix the native httpRoot & nonAppRoot issue
  • #14934 - Dev ui config edit crashes when I try to unset a property
  • #14929 - Mark Resteasy Qute with code starter
  • #14923 - Fix Undertow HTTP/2 issue
  • #14922 - Exclude jboss-logging-jdk
  • #14921 - Make sure getDefferredIdentity does not return null
  • #14911 - property quarkus.swagger-ui.always-include doesn't work on Native mode.
  • #14891 - Disable flaky test on Windows
  • #14850 - Resteasy Reactive Security Context Exception
  • #14819 - Dependencies with duplicate files detected. The dependencies [org.jboss.logging:jboss-logging:🫙3.4.1.Final(compile), org.jboss.logging:jboss-logging-spi:🫙2.1.2.GA(compile)] contain duplicate files, e.g. org/jboss/logging/MDC.class
  • #14811 - Undertow with TLS causes IllegalStateException: Request has already been read
  • #14707 - from version 1.11.0 Vault MicroProfile Config Source stopped working
  • #14309 - Improve Config Console
quarkus - 1.12.0.CR1

Published by gsmet over 3 years ago

Major changes

  • #14753 - Make fast-jar the default packaging
  • #14512 - Upgrade to GraalVM 21.0.0
  • #14529 - Remove Vert.x Axle/RX managed instances

Complete changelog

  • #14964 - Minimal change in JavaDoc
  • #14963 - Upgrade to Hibernate ORM 5.4.28.Final
  • #14956 - Load JDBC drivers parent first
  • #14951 - Bump liquibase-core from 4.2.2 to 4.3.0
  • #14950 - Bump awssdk.version from 2.15.77 to 2.15.79
  • #14947 - Fix potential IllegalArgumentException
  • #14942 - Funqy Google Cloud Functions codestart
  • #14941 - Update members of bot label groups
  • #14938 - Turn off CORS headers appended by the Metrics handler
  • #14937 - Qute - force getters access for panache entities
  • #14925 - Fix quarkus websocket guide, failing test
  • #14916 - Update smallrye openapi to 2.0.20
  • #14915 - Follow the convention for the security-openid-connect-multi-tenancy-quickstart
  • #14913 - More diagnostic output when checking for proper docker setup
  • #14908 - Fix Flyway extension in relation with GraalVM master
  • #14903 - Update to RestEasy 4.5.9.Final
  • #14901 - Bump gradle to 6.8.2
  • #14899 - Deprecate --uber-jar option in quarkusBuild task
  • #14895 - ConsumeEvent - defer request context destruction for async return types
  • #14890 - Fix for scala codestart unit test
  • #14877 - Liquibase: fix missing relative csv, sql, procedure & view files in native
  • #14873 - Allow further configuration of Elasticsearch RestClient through HttpClientConfigCallback
  • #14867 - Bump awssdk.version from 2.15.75 to 2.15.77
  • #14866 - Small enhancements in Dev UI Logger
  • #14865 - @DefaultValue for enums ignored in openapi.yaml / swagger-ui
  • #14864 - Add support for Jib's alwaysCacheBaseImage
  • #14863 - Bump junit-jupiter from 5.7.0 to 5.7.1 in /devtools/gradle
  • #14862 - Bump junit-jupiter from 5.7.0 to 5.7.1 in /integration-tests/gradle
  • #14861 - Jib containers add config alwaysCacheBaseImage option
  • #14857 - Upgrade Sentry to 4.1.0
  • #14854 - Reactive Messaging HTTP: auto register payload classes for reflection
  • #14843 - Ensure MetadataImplementor#validate is not run twice
  • #14839 - Add utility method for dealing with default packages
  • #14838 - Bump junit-jupiter from 5.7.0 to 5.7.1
  • #14837 - Bump junit-bom from 5.7.0 to 5.7.1
  • #14833 - LegacyJarRequiredBuildItem for Lambda: get ready for fast-jar as default
  • #14832 - Document @RegisterForReflection(targets=)
  • #14830 - Minor gripes about Log UI in Dev UI
  • #14829 - Postgres TestContainer fails with "No suitable driver found" when switching test profiles
  • #14826 - ArC - make it possible to turn any annotation into a qualifier
  • #14825 - Unpacking the static resources from webjars
  • #14822 - ArC - make it possible to turn an annotation into a qualifier without adding @Qualifier to it
  • #14815 - Update to smallrye-jwt-2.4.3
  • #14810 - Fix flakey test
  • #14807 - Always set quarkus.http.port with port=0
  • #14806 - Bump awssdk.version from 2.15.74 to 2.15.75
  • #14805 - Fix test in sample gradle projects
  • #14801 - Qute message bundles - use locale from the selected variant if needed
  • #14799 - Gradle tests appear to be failing
  • #14797 - Improve Quarkus extension codestarts
  • #14794 - Qute type-safe message bundles - use locale from the selected variant if "locale" attribute not set
  • #14793 - Qute - improve Java array support
  • #14792 - Add Optional parameter support in RESTEasy Reactive
  • #14790 - Add log stream in Dev UI
  • #14784 - Make ordinal configurable in Vault config source
  • #14783 - Minor Resteasy Reactive Servlet fixes
  • #14781 - Bump awssdk.version from 2.15.73 to 2.15.74
  • #14780 - Improve cache performance with MP REST Client
  • #14773 - Add mutiny-test-utils to Quarkus bom
  • #14772 - Update to SmallRye Reactive Messaging 2.8.0
  • #14768 - Replacing deprecated constants from jackson-databind
  • #14766 - Misc cleanup - unused variables, close KubernetesClient, make inner class static
  • #14763 - Connectors - removal of unused code
  • #14755 - Adding mutiny-test-utils in Quarkus bom
  • #14754 - Allow further configuration of Elasticsearch RestClient through custom HttpClientConfigCallback
  • #14753 - Make fast-jar the default packaging
  • #14735 - CI: Fix cancel-previous-runs in ci-fork-mvn-cache
  • #14717 - Bump impsort-maven-plugin from 1.4.1 to 1.5.0
  • #14714 - Bump awssdk.version from 2.15.72 to 2.15.73
  • #14712 - OpenAPI: 1.11.x picks up annotated interfaces from dependency JARs
  • #14708 - Support executing specific Quarkus test profiles via the quarkus.test.profile.tags sys-prop
  • #14703 - Use 127.0.0.1 as MongoDB hosts
  • #14699 - ServiceProviderBuildItem improvements
  • #14698 - Enable vertx providers only when Jackson is present
  • #14691 - Bump awssdk.version from 2.15.71 to 2.15.72
  • #14690 - Bump debezium-core from 1.4.0.Final to 1.4.1.Final
  • #14681 - Add new "examples" parameter to Create & CreateProjectMojo
  • #14680 - Update gradle to 6.8.1
  • #14679 - Update SR Context Propagation to 1.1.0
  • #14673 - Add Vertx JsonObject and JsonArray support to RESTEasy Reactive
  • #14670 - OpenAPI invalid document - missing schema element
  • #14668 - Vert.x JsonObject in RESTEasy Reactive response has extra nesting level
  • #14667 - QuarkusUnitTest prints a warning when quarkus-arc-deployment is missing
  • #14663 - Apply tiny polish to RESTEasy Reactive startup code
  • #14659 - CI: Also archive log files on failure
  • #14657 - Bump flyway-core from 7.5.1 to 7.5.2
  • #14656 - Bump awssdk.version from 2.15.70 to 2.15.71
  • #14655 - Add support for AppCDS generation in Jib built container images
  • #14651 - Disable snapshot artifacts for Google Mirror
  • #14649 - Remove remaining usages of native-image goal
  • #14648 - Upgrade Dev UI to Bootstrap 4.6.0
  • #14644 - Revert "Use proper config phase for JacksonBuildTimeConfig"
  • #14643 - Fix Vertx declarative message consumers
  • #14638 - Move tools to JUnit 5.7
  • #14637 - Add ability to disable global test resources
  • #14633 - Revert "Attach the extension descriptor as a JSON artifact to the runtime extension project"
  • #14632 - Bump awssdk.version from 2.15.69 to 2.15.70
  • #14628 - Attach the extension descriptor as a JSON artifact to the runtime extension project
  • #14625 - Remove resteasy-json-p-provider and jakarta-servlet-api dependencies for quarkus-smallrye-jwt
  • #14624 - Converting Dev Console to Dev UI inside endpoint page
  • #14622 - Enhance dev console for hibernate-search extension
  • #14621 - Test that insecure-skip-tls-verify is respected
  • #14618 - Qute - deal with null collections
  • #14614 - Upgrade to Infinispan 12.0.0.Final
  • #14610 - Deal with null collections in Qute
  • #14607 - Integrate AppCDS generation into Jib container image generation
  • #14600 - Move Consul Config to Vert.x Web Client instead of Apache HTTP Client
  • #14598 - Upgrade amazon-lambda-http to use API Gateway 2.0 http event
  • #14596 - Bump assertj-core from 3.18.1 to 3.19.0
  • #14594 - Apply small fixes and polish to vault / vert.x integration
  • #14593 - Bump assertj-core from 3.18.1 to 3.19.0 in /integration-tests/gradle
  • #14592 - Bump assertj-core from 3.18.1 to 3.19.0 in /devtools/gradle
  • #14591 - The exceptions thrown into an event flow (or a separate thread) are quietly captured and the developer won´t know it
  • #14588 - Use proper config phase for JacksonBuildTimeConfig
  • #14579 - Dev UI - list reactive messaging channels
  • #14575 - Dynamically Enable / Disable QuarkusTestResourceLifecycleManager
  • #14570 - Adding 'Static Resources' Category inside endpoint page in Quarkus Resteasy Reactive Extension
  • #14567 - Add some documentation for fast-jar
  • #14562 - SecurityContext is application scoped
  • #14558 - Change repository order in gradle test
  • #14554 - RESTEasy Reactive: ContainerRequestContext getEntityStream returns empty stream
  • #14539 - Bump jandex from 2.2.2.Final to 2.2.3.Final
  • #14538 - Bump awssdk.version from 2.15.68 to 2.15.69
  • #14529 - Remove Vert.x Axle/RX managed instances
  • #14527 - Fix configuration of listeners and plugins properties
  • #14526 - Ensure that Azure functions is always properly configured with the uber-jar package type
  • #14524 - Hide Oidc HtmlUnit CSS log errors
  • #14522 - OIDC HtmlUnit tests started logging CSS retrieval errors after update to Keycloak 12.0.2
  • #14518 - Use Quarkus bom in jbang codestarts
  • #14514 - Add some useful info for Spring developers
  • #14512 - Upgrade to GraalVM 21.0.0
  • #14509 - Test REST endpoint parameter validation with @ConvertGroup
  • #14507 - Add hang detection to @QuarkusTest
  • #14506 - Init socket options before Mongo Start
  • #14503 - Bump awssdk.version from 2.15.67 to 2.15.68
  • #14502 - Bump flyway-core from 7.5.0 to 7.5.1
  • #14501 - Pull native profile up to integration-tests-parent
  • #14495 - Improve backward compatibility
  • #14493 - Encapsulate Vert OAuth2 code inside a single class
  • #14488 - Dependency exclusions on extensions are ignored
  • #14485 - Dependency exclusions on extensions are ignored
  • #14484 - Dev UI card for Hibernate Search
  • #14470 - ApplicationLifecycleManager - hints for macOS when port 8080 is occupied
  • #14465 - Don't include on-demand indexed classes in getAllClasses
  • #14452 - Update mailer guide documentation
  • #14450 - Quarkus JWT producing 401 errors using @RolesAllowed
  • #14443 - Expose custom gradle configuration for quarkusDevMode
  • #14434 - Remove deprecated Capabilities constants
  • #14430 - SmallRye Metrics extension should play better with the general CORS filter
  • #14425 - Qute: add possibility to ignore parts of expressions during validation
  • #14424 - CI hangs in MongodbPanacheMockingTest
  • #14412 - CI: Fix skipping of wiremock in TCKs for initial build
  • #14410 - Bump awssdk.version from 2.15.66 to 2.15.67
  • #14406 - Qute - add content filters
  • #14399 - Mailer guide shows examles with CompletionStage, Quarkus way is using Uni now
  • #14388 - Revert "Introduce getSession() to PanacheEntity and PanacheRepository"
  • #14385 - Adding Additional endpoint
  • #14383 - CI: add tcks to initial build for maven artifact caching
  • #14382 - Bump mockito-core from 3.7.0 to 3.7.7
  • #14379 - Introduce getSession() to PanacheEntity and PanacheRepository
  • #14378 - Bump mockito-core from 3.7.0 to 3.7.7 in /integration-tests/gradle
  • #14377 - Bump mockito-core from 3.7.0 to 3.7.7 in /devtools/gradle
  • #14369 - Update Keycloak version to 12.0.2
  • #14362 - Move snapshot dependencies to another layer when using creating a container-image with Jib
  • #14359 - update jbang codestart to use platform @pom
  • #14355 - Add support for ClassLoader config
  • #14353 - Allow for re-authentication with FORM auth
  • #14347 - Separate layer for snapshot dependencies in quarkus-container-image-jib
  • #14344 - Render template based email as Uni
  • #14342 - Support custom named Entities in Spring Data JPA repositories
  • #14336 - Bump awssdk.version from 2.15.64 to 2.15.66
  • #14335 - FormAuthenticationMechanism customisation
  • #14334 - Gradle Plugin Classpath Setting
  • #14332 - Add mutiny-kotlin to BOM and Kotlin guide
  • #14322 - Update the Mutiny API for Vert.x to the version 1.4.0
  • #14321 - Register CacheManagerImpl as a synthetic bean
  • #14319 - Replace OkHttp with Mutiny in Vault extension
  • #14315 - Add Dockerfile template for distroless in native mode
  • #14314 - Dev Console- Adding Endpoints
  • #14313 - Quarkus Form Authentication...404 Response
  • #14303 - More config options for FormAuthenticationMechanism
  • #14301 - Upgrade to Mutiny 0.13.0
  • #14293 - Hibernate Validator - Support groups in method validation
  • #14287 - Bump awssdk.version from 2.15.63 to 2.15.64
  • #14286 - Update to Smallrye JWT 2.4.2
  • #14285 - Update gradle version to 6.8
  • #14262 - Bump flyway-core from 7.4.0 to 7.5.0
  • #14261 - Bump awssdk.version from 2.15.62 to 2.15.63
  • #14258 - Bump Jackson and Jib versions
  • #14242 - Small change in Install Java SDK line in contribution guideline
  • #14232 - Add JWT innerSign/encrypt test
  • #14227 - Support OIDC cookie-path-header and storing id and refresh tokens
  • #14225 - Funqy expose CloudEvents
  • #14217 - Fix reflective access warning in Qute
  • #14198 - Document how to embeds config inside a dependency
  • #14194 - DB2 container upgrade
  • #14189 - Use X-Forwader-Prefix or other headers to set OIDC cookie path dynamically
  • #14185 - Re-add xstream to Dependabot
  • #14181 - ContainerImageInfoTest refactoring
  • #14156 - Kafka healthcheck with SASL SSL
  • #14150 - Upgrade PostgreSQL used for testing to postgres:13.1
  • #14124 - CI: Introduce job to populate Maven cache in forks & quickly-ci profile
  • #14105 - Allows template-based email to be rendered as a Uni instead of CompletionStage
  • #14100 - Reactive RESTEasy and property based authentication leads to IllegalStateException
  • #14055 - azure-functions fix ClassCastException at post-requests
  • #13992 - Detect superfluous minimal deployment dependencies
  • #13964 - Add framework for integrating with RESTEasy Reactive Methods
  • #13896 - Create Extension using codestarts
  • #13845 - Add oauth2 configuration to swagger-ui
  • #13804 - Add a note on MongoDB Panache doc about query on same field
  • #13716 - Reflective access warning in Qute
  • #13537 - Refactoring Vault components to be CDI beans
  • #13531 - AWS Lambda - APIGatewayV2 adoption and warning
  • #13485 - Support ID and Refresh token strategy for keeping the OIDC token state
  • #12957 - Add a way to select a specific example codestarts but still add extensions
  • #12522 - Implement the Create Extension mojo using Codestarts
  • #12185 - Qute: allow users to ignore some parts of an expression when performing type-safe validation
  • #12179 - Ability to start test resources in parallel (concurrently)
  • #12115 - Support version 2.0 of API Gateway Json
  • #12056 - Ability to start test resources in parallel (concurrently)
  • #11962 - quarkus:dev - Lift external dependency into application-classloader
  • #11281 - Add configurable sequences to auto-escape in Qute
  • #11156 - Provide a system to generate a nice README.md and index.html
  • #10696 - Infra/CI: Archive /target//*.log and maybe more
  • #9297 - Make sure GraalVM 20.1 works for Quarkus
  • #9287 - Provide single MP Config value for getting effective HTTP port
  • #6940 - Azure Functions - BaseFunction.java triggers a ClassCastException on Azure JavaWorker
  • #4162 - Migrate vault client from okhttp to the quarkus rest client
quarkus - 1.11.2.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #14917 - Set the default min-level for logs to DEBUG
  • #14907 - Upgrade to Hibernate ORM 5.4.27.SP1
  • #14906 - If Jackson is present, make sure the ObjectMapper producer is not removed
  • #14900 - Bump kubernetes-client-bom from 5.0.1 to 5.0.2
  • #14896 - Support k8s secret/configmaps as smallrye config locations
  • #14894 - Avoid retrieving the rendered content using await when building a Mail from a Qute template
  • #14887 - MicroMeter extension: JSONExporter issue with "NaN" values
  • #14886 - Deprecate uberJar mojo parameter and log a warning when used
  • #14882 - Fix native-image compilation issue with OpenTracing and RESTEasy Reactive
  • #14881 - Hibernate data loss bug: Hibernate can null out a row in some circumstances
  • #14880 - Ensure that resume from a worker pool thread doesn't resume on event loop
  • #14876 - Native image build fail if quarkus-resteasy-reactive and quarkus-smallrye-opentracing are used.
  • #14875 - @Blocking annotation not working with @RestForm parameters
  • #14859 - Verify behavior of micrometer matchPattern
  • #14858 - Enable full SSL support for Keycloak Authorization extension
  • #14856 - OIDC CodeAuthentitcationMechanism does not set state and session cookies 'secure` parameter to true if 'force-redirect-https-scheme' is enabled
  • #14855 - OIDC: Create Cookies Secure if cookieForceSecure is enabled
  • #14849 - Update SmallRye Config to 1.10.2
  • #14841 - Transactional observers - fix log message if JTA not available
  • #14836 - MailTemplateInstance.send() can't be used in reactive API's
  • #14831 - Document Reactive DataSource idle-timeout limitation
  • #14817 - Disable JTA in Hibernate Reactive
  • #14816 - Allow to configure file.encoding and user.language for native image building
  • #14813 - Micrometer Vertx JAX-RS path template is not properly recovered for metric uri labels
  • #14804 - Bring smallrye-jwt-build back to quarkus-smallrye-jwt
  • #14803 - Add quarkus-smallrye-jwt-build as quarkus-smallrye-jwt dependency
  • #14800 - Having custom configurations
  • #14796 - OidcClient may fail in the native image if Jackson dependency is missing
  • #14786 - Register Netty NioDatagramChannel for reflection to support UDP
  • #14782 - Add ability to configure response buffer size for RESTEasy
  • #14778 - Set keycloak-authorization proxy url
  • #14777 - Change ordinal from 150 to 270 in Vault config source
  • #14776 - Fix OidcClient expires_in check, add Wiremock test and quarkus-jackson
  • #14775 - When a change to startup related code is made disable dev mode instrumentation
  • #14770 - Fix duplicate '/' in health subcontext paths
  • #14767 - ArC intercepted subclasses - fix bridge methods processing
  • #14764 - Reverse the platform properties overriding policy
  • #14759 - OIDC client access token expiration reading problem
  • #14750 - Micrometer: rename vertx options to http-server
  • #14748 - Ensure that ServerStringMessageBodyHandler doesn't affect build time resolution of builders
  • #14745 - Micrometer: Rename vertx properties to http server binding.
  • #14743 - HashiCorp key vault does not override application.properties
  • #14742 - Make classes that are used as @BeanParam targets unremoveable
  • #14741 - Liquibase - Fix NPE with createView
  • #14740 - Liquibase native compilation broken since 1.11.1.Final: NullPointerException in LiquibaseProcessor#nativeImageConfiguration
  • #14737 - Clarify reactive datasource idle timeout behavior
  • #14734 - Quartz extension - fix scheduling in the cluster
  • #14733 - Use proxy setting for keycloak policy enforcer
  • #14724 - Fix instrumentation bug
  • #14723 - Fix incorrect JUnit dependency
  • #14720 - Resteasy Reactive detects multiple writers, but only one response type is present
  • #14715 - Resteasy Reactive detects beanparam as cdi bean.
  • #14713 - Bump mariadb-java-client from 2.7.1 to 2.7.2
  • #14704 - Propagate the IllegalArgumentException that can be produced by org.jboss.jandex.Indexer#index when the given input-stream is null
  • #14702 - Also add the rest-client-jackson extension in the REST Client doc
  • #14700 - Fix RESTEasy ImageIO leak
  • #14697 - Forward gRPC context when using @blocking
  • #14696 - No Interceptors invoked on JAX-RS Controllers with Generic Typed Method Arguments
  • #14678 - Health configuration reference does not reflect the new /q namespace
  • #14675 - Fix a typo in the smallrye-jwt doc and update some OIDC doc references
  • #14674 - Resteasy builtin providers being pulled in for more ITs than expected
  • #14671 - quarkus-quartz clustered job via @Schedule problem
  • #14669 - Use 1.0.0-SNAPSHOT as version in all guides
  • #14666 - Bump kubernetes-client-bom from 5.0.0 to 5.0.1
  • #14665 - gRPC Context lost when using @Blocking
  • #14664 - Dev UI - fix javadoc formatting in config editor
  • #14658 - Scan super classes for config items
  • #14654 - Micrometer extensions renamed (docs); Fix quantiles in native mode
  • #14646 - Upgrade Jib to 0.17.0 for 1.11
  • #14630 - Also use Google Mirror in the doc build
  • #14626 - quarkus.oidc.auth-server-url is missing in the all configuration guide
  • #14525 - configMap configured in quarkus.openshift properties does not get picked up by Quarkus application
  • #14523 - Adds environmentVariables and systemProperties options to the DevMojo
  • #14489 - Use quarkus.properties to get versions in codestarts and make them required
  • #14401 - dev mode: support for setting system properties and env variables
  • #14381 - Bump mysql-connector-java from 8.0.22 to 8.0.23
  • #14346 - Remove ApplyLabelSelectorDecorator from MinikubeHandler
  • #14345 - minikube extensions overwrites existing Deployment's selector
  • #14201 - Data loss after update to Quarkus 1.10.5
  • #13942 - Add the remaining jdbc data-sources to kubernetes service bindings
  • #13170 - Do not throw an exception when enabling debug for native image if src/main/java does not exist
  • #13169 - java.nio.file.NoSuchFileException when quarkus.native.debug.enabled
quarkus - 1.11.1.Final

Published by gsmet over 3 years ago

Major changes

  • #14457 - Upgrade to GraalVM 20.3.1

Complete changelog

  • #14642 - Screenshot update for GraphQL and Health
  • #14641 - Added updated screenshot for GraphQL Guide
  • #14639 - Updated screenshot in OpenAPI Docs to reflect the UI changes
  • #14636 - Resolve non-Arc CacheInterceptionContext lazily
  • #14634 - Log warning about the use of NativeImageMojo
  • #14631 - Make the oidc-client doc title shorter and try to improve the introduction
  • #14627 - Add documentation about RESTEasy Reactive Jackson features
  • #14620 - Add K8s Namespace property documentation
  • #14617 - Add a missing Java resource content to the OIDC code flow guide
  • #14616 - Upgrade SmallRye GraphQL to 1.0.21
  • #14615 - Fix NPE when packaging uber-jar on Openshift
  • #14605 - Make some AppCDS adjustments
  • #14604 - Prevent UOE when MessageBodyReader can handle multiple media types
  • #14603 - Reinitialize org.wildfly.common.net.HostName during native application's runtime
  • #14599 - Fix empty resource name sanitization
  • #14597 - Reactive Messaging HTTP quickstart fixes
  • #14590 - FlyWay causes SQLException on live reload when migrate-at-start is enabled
  • #14589 - Align generated Maven project version in getting started guide
  • #14587 - 'security-openid-connect-web-authentication' Guide content differ from quickstart
  • #14585 - Mention RESTEasy Reactive in the Qute guide
  • #14584 - Qute - support multiple namespace extension methods on the same class
  • #14583 - RunnerClassLoader sanitizeName cannot handle 0 length name argument
  • #14581 - Update SmallRye Config to 1.10.1
  • #14580 - Improve the getting started with reactive guide
  • #14576 - Ignore XMLGregorianCalendar warning missing in Jandex
  • #14574 - Avoid potential NPE when proxying is enabled
  • #14571 - Remove experimental warning from Multiple Persistence Units support
  • #14569 - How to properly register XMLGregorianCalendar?
  • #14568 - Fix image tag in Deploying to OpenShift guide
  • #14565 - Using fast-jar packaging + AppCDS with Quarkus 1.11.0
  • #14563 - Security fixes for RESTEasy Reactive
  • #14557 - Add a missing quarkus-jsonp dependency and a unit test to quarkus-smallrye-jwt-build
  • #14552 - Fix the javadoc: Java System properties' name aws.secretAccessKey
  • #14550 - Can't use Qute in reactive application
  • #14549 - Fix NPE in NativeTestExtension on missing native image
  • #14548 - Ambiguous info in reactive guide
  • #14547 - 1.11.0 quarkus-smallrye-jwt-build does not work standalone
  • #14544 - quarkus-resteasy-multipart seems to require Jackson in Quarkus 1.11.0.Final
  • #14543 - Use absolute uris in oidc-client discovery and authorization webclient
  • #14541 - Check if OIDC Client can use Vertx Web Client more effectively
  • #14536 - NPE thrown in X-Forwarded-For header parsing
  • #14535 - Use RESTEasy Reactive when in getting-started-reactive-crud example
  • #14521 - Add ssl options to webclient in oidc-client
  • #14520 - Fix the path to MetricsRequestHandler when quarkus.http.root-path is set
  • #14519 - Migrate to the new OSSRH server
  • #14517 - Make Dev Console work properly in the face of non ASCII chars in FS paths
  • #14516 - Metrics throw a 500 Internal Server Error when Application has configured a quarkus.http.root-path
  • #14511 - Address ConcurrentModificationException on ThreadLocalPool
  • #14510 - ConcurrentModificationException thrown when closing a connection on a reactive pool
  • #14508 - Bump commons-lang3 from 3.9 to 3.11
  • #14504 - File not found exception on dependency quarkus-resteasy-reactive-deployment-1.11.0.Final.jar
  • #14500 - Copy all liquibase resource files to native image
  • #14499 - Added hot-reload support for branding file (logo, css, favicon)
  • #14498 - Bump maven-model-helper to 18
  • #14497 - Increase timeout when deploying to Nexus
  • #14491 - Upgrade commons-lang3 from 3.9 to 3.11
  • #14490 - Prevent handlers of suspended contexts from being executed on another thread
  • #14486 - Quarkus RESTEasy Reactive Jackons @Blocking Failure should never be restarted
  • #14483 - Remove the 'no sources dir' warning from DevMojo
  • #14482 - Sync pom.xml snippets with the latest version of generated application
  • #14480 - OIDC Client > Cannot overwrite properties
  • #14478 - Properties in bootstrap app for 1.11 are in random order, 1.7 had them alphabetically sorted
  • #14477 - Avoid Hibernate ORM enhancer to auto-detect the target JVM version
  • #14476 - Uber jar packaging fails when deploying to OpenShift
  • #14474 - OidcClientFilter usage throws NoSuchFieldException
  • #14468 - Fix security OIDC Client documentation
  • #14467 - Set built-with-quarkus-core value to the G:A:V instead of just V
  • #14463 - Fix broken resteasy-multipart
  • #14462 - Don't require global body handler for GraphQL
  • #14460 - Fix flakey test
  • #14458 - Prevent double free on exception
  • #14457 - Upgrade to GraalVM 20.3.1
  • #14456 - Add built-with-quarkus-core attribute to the quarkus-extension.yaml
  • #14453 - Fix guides code generation to be consistent with content
  • #14446 - Don't produce build items from field in ReactiveHttpProcessor
  • #14442 - quarkus-reactive-messaging-http gives warning for ReactiveHttpProcessor.routeProducer
  • #14441 - Fix regressions in Kubernetes health handling
  • #14439 - quarkus-cache in dev mode ends up with NPE
  • #14438 - Kubernetes: liveness and readiness probes ignore the quarkus.http.root-path setting
  • #14436 - Failed to start application with quarkus-cache:1.11.0.Final
  • #14433 - Prevent false positive warning about quarkus.kubernetes.deploy
  • #14432 - Ensure that dev mode debug host can be configured with -DdebugHost
  • #14431 - Open API logo customization not affecting
  • #14429 - Unrecognized configuration key "quarkus.kubernetes.deploy" was provided
  • #14428 - Fix some minor infelicities in documentation
  • #14423 - Log records show the hostname on which the native executable was generated
  • #14422 - Upgrade to SmallRye OpenAPI 2.0.19
  • #14421 - Add note about enabling all debug hosts for dev mode
  • #14420 - Avoid potential NPE when collecting RESTEasy Providers on Resource methods
  • #14419 - Apply tiny polish to MicrometerProcessor
  • #14418 - ResteasyCommonProcessor: NullPointerException in case of using default annotation values for @Produces or @Consumes
  • #14417 - Removed unnecessary ')' in the guide "BUILDING QUARKUS APPS WITH GRADLE"
  • #14416 - Fix typo in the guide "BUILDING QUARKUS APPS WITH GRADLE"
  • #14415 - Update doc around Resteasy GZIP support
  • #14409 - Fix jboss-jaxrs-api_2.1_spec build warning
  • #14408 - Make dev console work with BodyHandler
  • #14405 - Dev UI - "Request has already been read" error when clearing cache if smallrye-graphql extension present
  • #14403 - quarkus:dev's debugHost not configurable
  • #14402 - dev mode: support suppressing warnign about non existing source directory
  • #14400 - Properly handle @Blocking on an JAX-RS Application class
  • #14397 - Resteasy-Reactive: Wrong blocking configuration handling in ResteasyReactiveScanner
  • #14393 - Set quarkus.datasource.db-kind automatically K8S Service Binding is used
  • #14392 - ConnectionPoolsClosedTest is racy
  • #14387 - Preserve expected semantics of Maven execution with native profile enabled
  • #14380 - CI: Add mongodb-rest-data-panache and mongodb-panache-kotlin to native tests
  • #14375 - Use Google Mirror also for Initial JDK 11 Build
  • #14374 - Rename Dev Console to Dev UI
  • #14372 - Adjust Flyway setup to avoid accumulating containers in dev mode
  • #14371 - Fix and get OIDC client tests running in CI native builds
  • #14370 - Filter out recently added Hibernate ORM log
  • #14364 - Simplify Liquibase setup to avoid accumulating containers in dev mode
  • #14363 - Dev mode - fix instrumentation based reload
  • #14361 - Fix config-maps property name in documentation
  • #14357 - Allows other than Quarkus default branding (eg. Quarkiverse)
  • #14356 - Use Dotname instead of Type to determine @BeanParam class target
  • #14354 - Fix flakey RESTEasy reactive test
  • #14352 - Ensure that QuarkusTestBeforeClassCallback is run on the Quarkus Classloader
  • #14351 - Produce Artemis JMS connection factory as a synthetic bean
  • #14348 - Resteasy Reactive - stream cannot be null
  • #14341 - Liquibase hot reload - This pool is closed and does not handle any more connections!
  • #14338 - Get rid of minor warning about deprecated config item
  • #14333 - NPE in ArtemisJmsProducer.connectionFactory()
  • #14326 - Handle 'inherit' logging min-level settings
  • #14324 - Fix dockerfile path for gradle multi module project
  • #14323 - fix: add JAXRS API as SR opentracing depends on it but didn't declare it
  • #14320 - Native tests fail when quarkus.package.type=uber-jar
  • #14317 - Bump adal4j version from 1.6.3 to 1.6.6
  • #14312 - Run ./gradlew quarkusBuild failed when setting 'quarkus.docker.dockerfile-jvm-path' in multi module of gradle project
  • #14311 - Make Jacoco parent first
  • #14302 - Qute type-safe templates - fix validation of expressions in set sections
  • #14300 - Update all known UIs to look more like the Dev Console
  • #14296 - dev console -> dev mode
  • #14294 - Allow adding inline attachement using MailTemplate
  • #14292 - Replace '.' with '_' when generating env var in Kubernetes extension
  • #14291 - Setting quarkus properties using the Kubernetes extension results in incorrect env var name
  • #14282 - Fix NPE in CacheManagerImpl
  • #14278 - Create better response when no GraphQL endpoint has been generated
  • #14276 - Optimise bean destruction iterator
  • #14275 - The property quarkus.kubernetes-config.enabled: "true" is ignored in the Kubernetes configuration
  • #14274 - Fix case where quarkus.kubernetes-config.enabled=false in properties file overrides env var
  • #14272 - ArC json endpoints should use HttpBuildTimeConfig.nonApplicationRootPath
  • #14270 - qute: varargs extension function is not called when exactly one parameter is given
  • #14263 - Bump micrometer-bom from 1.6.2 to 1.6.3
  • #14260 - Better error messages if remote dev fails to connect
  • #14257 - SmallRye GraphQL - NPE when accessing schema if no methods declared
  • #14176 - Make the remote dev mode type more accessible
  • #14154 - Regression: using inherit in quarkus.log.category fails with an exception
  • #14152 - Remote-Dev triggers an entire redeployment(S2I Processor) with OpenShift Extension
  • #14013 - Fix infinite recursion
  • #13990 - Stack overflow in Funqy
  • #13917 - Fix the guides which use className when generating the project
  • #13871 - Hibernate Proxy classes generated with incorrect java release version
  • #13564 - Inlined attachments for MailTemplateInstance
  • #11206 - Smallrye openapi creates a StackOverflowException when using Schema DiscriminatorMapping with self-reference
  • #9837 - OverlappingFileLockException in JaCoCo when using offline instrumentation due to duplicate shutdown hooks (classloading issue)
  • #9671 - GZip filter doesn't work
  • #9194 - Exception logged by quarkus after SSE client is closed - "Failed to mark a promise as failure because it has failed already: DefaultChannelPromise failure: java.nio.channels.ClosedChannelException"
quarkus - 1.11.0.Final

Published by gsmet over 3 years ago

Major changes

  • #14248 - Support JBang dev mode

Complete changelog

  • #14267 - Stop systematically creating a cache with an empty name
  • #14255 - Prevent Jackson serialization from resulting in an erroneous chunked transfer-encoding
  • #14252 - Apply tiny polish to Hibernate Reactive CDI producer
  • #14250 - Handle non-default general log min-level
  • #14248 - Support JBang dev mode
  • #14247 - Fix warning in native mode when using bootstrap config
  • #14245 - Fix concurrency modification exception in Reactive Messaging tests
  • #14244 - Dev console fixes and layout improvements
  • #14243 - Apply minor polish to RESTEasy Reactive code
  • #14241 - Rename RESTEasy Reactive SPI module to spi-deployment
  • #14238 - Bump awssdk.version from 2.15.61 to 2.15.62
  • #14237 - Bump quarkus-http-websockets-jsr from 3.0.17.Final to 3.0.18.Final
  • #14233 - "Unrecognized configuration key" regression in 1.11.0.CR1
  • #14231 - Remove quarkus-resteasy-reactive-spi from the runtime dependencies of the HV extension
  • #14229 - Log regression in 1.11.0.CR1 with native build and yaml configuration
  • #14226 - Qute extension methods: fix varargs handling
  • #14223 - Introduce declarative support for Custom Jackson Serialization
  • #14216 - Regression: Redirect for non-application root path does not consider root path correctly
  • #14215 - Dev console - various fixes and improvements
  • #14214 - Support JSON streaming with Multi
  • #14213 - Reactive routes - fix path handling for failure handlers
  • #14212 - Added links in the GraphQL dev console
  • #14210 - Run callbacks with correct TCCL
  • #14209 - Route path for failure handlers not honoured
  • #14208 - Remove deprecated cache doc information
  • #14205 - Improve Panache's deleteAll Javadoc
  • #14204 - Keycloak Admin Client in QuarkusTest*Callback
  • #14203 - Ensure logging-json works properly with fast-jar
  • #14202 - Resteasy-reactive fails to start with fast-jar and logging-json
  • #14200 - Make SwaggerUiBuildITem public
  • #14197 - Add a Google Cloud Functions HTTP codestart
  • #14192 - Ensure that class level exception mappers are invoked on request deserializarion exceptions
  • #14190 - RESTEasy Reactive Class level exception handler ignored when input is deserialized
  • #14187 - Bump xstream from 1.4.14 to 1.4.15
  • #14184 - Upgrade RESTEasy to 4.5.8.SP1
  • #14180 - Add public modifier to generated DevModeTest
  • #14179 - Some Non-Application path updates
  • #14177 - Add support for JUnit's @Nested
  • #14175 - Bump awssdk.version from 2.15.60 to 2.15.61
  • #14171 - Fix the case where scanning is disabled and there is multiple filters
  • #14167 - Introduce JSON by default support RESTEasy Reactive
  • #14166 - quarkus-maven-plugin generates extension project with failing DevMode test.
  • #14165 - Update the SmallRye Reactive Messaging version to 2.7.1
  • #14163 - Re-enable checking the log in bouncycastle-fips-jsse
  • #14161 - Bump debezium-core from 1.3.1.Final to 1.4.0.Final
  • #14158 - Add documentation about using list of objects in @ConfigProperties
  • #14157 - Bump awssdk.version from 2.15.58 to 2.15.60
  • #14155 - Adding BC Fips and OidcClient tests to the native build, with a minor fix
  • #14153 - Update Sentry to 3.2.0 and adjust logic
  • #14149 - Fix warning when using Panache CRUD services
  • #14148 - Upgrade Infinispan to 11.0.8.Final
  • #14147 - Prevent usage of @Inject with QuarkusProdModeTest
  • #14146 - Improve test coverage for container-image group handling
  • #14145 - Failing Kafka message silently swallowed
  • #14144 - Adding new Quarkus config property for setting Narayana objectStoreDirPath
  • #14133 - Fix bug with non application endpoint redirect for root-path
  • #14119 - RESTEasy Reactive: implement cancel for Multi on both client and server
  • #14114 - UberJar includes Maven dependencies
  • #14109 - smallrye-health extension doesn't work when a root path is set in 1.11.0.BetaX versions
  • #14098 - OASFilter provided by extension not working
  • #14057 - Sentry integration causing Quarkus to fail at start in dev mode
  • #14049 - Assorted WebJarUtil fixes
  • #14005 - Google Cloud Functions Codestart
  • #13988 - Resteasy mutiny : multi subscription not cancelled if the request is cancelled from browser.
  • #13970 - Fix context root handling based on the builder used.
  • #13895 - use package-private warning when using REST Data with Panache
  • #13478 - HTTP Server does not support Expect: 100-continue
  • #11323 - @Nested (Junit5) associated with @QuarkusTest causes an UnsatisfiedResolutionException
quarkus - 1.11.0.CR1

Published by gsmet almost 4 years ago

Major changes

  • #14102 - Upgrade to Hibernate Reactive 1.0.0.Beta2
  • #13373 - Spring Data REST

Complete changelog

  • #14143 - Vertx - activate the request context for blocking ConsumeEvent methods
  • #14142 - Add documentation note about bootstrap config
  • #14136 - Test exceptions thrown during NoOpCache computations
  • #14135 - Bump wildfly-elytron.version from 1.14.0.Final to 1.14.1.Final
  • #14134 - Avoid threadlocal leaks on scaling of Executors when using SQL Client
  • #14132 - Bump mockito-core from 3.6.28 to 3.7.0 in /devtools/gradle
  • #14131 - Bump mockito-core from 3.6.28 to 3.7.0 in /integration-tests/gradle
  • #14129 - Use config root class instead of Object in FieldDescriptor
  • #14127 - Upgrade Quarkus HTTP to 3.0.17.Final
  • #14123 - Improve usability of @ConfigProperties with YAML and nested structures
  • #14122 - Allow to start the Quartz scheduler in halted mode
  • #14120 - Extend Kafka documentation
  • #14118 - Handle projection in spring data repositories
  • #14116 - Remove superfluous surefire configs
  • #14113 - Nested YAML structures not handled properly by @ConfigurationProperties
  • #14111 - Make CacheInterceptionContext immutable
  • #14110 - Private and static methods on interface don't work with @ConfigProperties
  • #14104 - Bump mockito.version from 3.6.28 to 3.7.0
  • #14103 - Bump awssdk.version from 2.15.57 to 2.15.58
  • #14102 - Upgrade to Hibernate Reactive 1.0.0.Beta2
  • #14101 - Collect providers required for RESTEasy's @PartType annotations
  • #14099 - Support BouncyCastle FIPS JSSE
  • #14096 - Use a named bean for the Hibernate Search analysis configurer example
  • #14095 - Allow Kafka Streams to be configured using "kafka.bootstrap.servers"
  • #14094 - Fix cache ConcurrencyTest instability
  • #14092 - Upgrade to Quarkus HTTP 3.0.17.Final
  • #14091 - Bump Kafka version to 2.7.0 and Scala version to 2.13.4
  • #14090 - Document gRPC interceptor mechanism and ordering
  • #14088 - Fix RESTEasy Reactive / OpenTracing memory leak
  • #14087 - ThreadLocalPool (reactive) leaks connections upon Thread Scale up and down
  • #14086 - Bump picocli.version from 4.5.2 to 4.6.1
  • #14085 - Fixes Flyway upgrade to 7.4.0 and adds Flyway callbacks support
  • #14084 - Add support for injection of HttpSession
  • #14083 - Bump awssdk.version from 2.15.56 to 2.15.57
  • #14082 - Fix typo in funqy-amazon-lambda.adoc
  • #14079 - Bump bouncycastle.version from 1.67 to 1.68
  • #14078 - Bump logstash-gelf from 1.14.0 to 1.14.1
  • #14076 - Bump awssdk.version from 2.15.55 to 2.15.56
  • #14075 - Bump httpcore.version from 4.4.13 to 4.4.14
  • #14073 - Fix Sonar blocker and critical issues
  • #14072 - Bump awssdk.version from 2.15.53 to 2.15.55
  • #14071 - Fix paths for libsunec.so and cacerts (SSL reqs)
  • #14058 - RESTEasy Reactive + OpenTracing - @Blocking results in heap memory leak
  • #14054 - Test cache synchronous value loader execution
  • #14053 - @TransactionScoped Context does not call @Predestroy on TransactionScoped Beans
  • #14038 - Improve error message for missing wrong/named parameters
  • #14032 - Refactor CacheResultInterceptor exceptions handling and tests
  • #14006 - Collection of Object support in @ConfigProperties
  • #13993 - Quartz standby mode
  • #13991 - Fix cache compatibility with rest-client
  • #13979 - Http client ignore/match; micrometer 1.6.2
  • #13975 - Changing the order of gRPC Interceptors
  • #13966 - Simple class name of @ConfigRoot annotated classes must be unique
  • #13954 - Upgrade to GraalVM CE 20.3
  • #13919 - Enforce test dependencies scope
  • #13899 - DEV Console
  • #13889 - Kafka configuration normalization
  • #13828 - Create Picoli example codestart for Quarkus JBang project type
  • #13775 - Bump Kubernetes Client to 5.x
  • #13753 - Create RESTEasy Reactive codestart
  • #13731 - Take into account PartType in RESTEasy's provider detection
  • #13667 - Unable to invoke request: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: javax.ws.rs.core.Form$1
  • #13644 - Upgrade to GraalVM 20.3
  • #13641 - Add oidc-client, oidc-client-filter and oidc-token-propagation extensions
  • #13539 - RESTEASY: Unable to find a MessageBodyReader for media type: text/plain; charset=us-ascii and class type java.util.Map
  • #13476 - Add quarkus.native.resources.excludes
  • #13475 - Add quarkus.native.resources.excludes
  • #13467 - Add Mongo to the REST Data Panache guide
  • #13411 - Enable the RequestScope on gRPC service invocations
  • #13376 - Build time minimum log level
  • #13373 - Spring Data REST
  • #13356 - Activate the RequestScope when invoking gRPC services
  • #13208 - Create a Picocli example codestart for Quarkus JBang project type
  • #13050 - Quarkus Spring Data DTO and Projections support
  • #12938 - TRACE logging improvements
  • #12732 - Add OAuth support for Kafka client in native mode
  • #11489 - Add optional FIPS mode
  • #11409 - Support Flyway callbacks
  • #8221 - @CacheResult for RestClient methods
  • #5657 - Support service-account OIDC/OAuth2 applications
quarkus - 1.11.0.Beta2

Published by gsmet almost 4 years ago

Major changes

  • #13943 - Deprecate thread-local option for Reactive SQL Pool, enforce using it

Complete changelog

  • #14048 - Update to Hibernate Validator 6.2.0.Final
  • #14046 - Only add json content-type when necessary
  • #14045 - resteasy-reactive: When using own Content-Type for @Produces then quarkus will set 'application/json' as Content-Type header
  • #14042 - Fix build order problem
  • #14041 - JBoss Threads 3.2.0.Final
  • #14040 - Bump wiremock-maven-plugin from 6.0.0 to 7.0.0
  • #14039 - Bump awssdk.version from 2.15.51 to 2.15.53
  • #14037 - Fix quarkus-smallrye-jwt-build-deployment package name
  • #14036 - Use X-FORWARDED-PREFIX in the final OIDC redirect uri and fix the restore path calculation when queries are used
  • #14033 - Upgrade SmallRye OpenAPI to 2.0.17
  • #14031 - Bump aws-lambda-java-events from 3.6.0 to 3.7.0
  • #14030 - Upgrade to Hibernate ORM 5.4.27.Final
  • #14028 - Fix extension guide and make the path overriding work
  • #14027 - Use media type suffix as subtype for locating writers if necessary
  • #14025 - Added org.bouncycastle:bcpkix-jdk15on to bom
  • #14023 - resteasy-reactive: When using own Content-Types for @Produces entity is always serialized with toString (resteasy-reactive 1.11.0.Beta1)
  • #14021 - Fixing broken links in ISPN integration guide
  • #14020 - Remove microprofile-context-propagation-api runtime cache dependency
  • #14015 - Bump awssdk.version from 2.15.45 to 2.15.51
  • #14014 - Support hibernate provided basic types
  • #14011 - Apply minor polish to MultiResponseHandler
  • #14009 - Refactor getting-started-reactive guide according to new resteasy-reactive extension codestart
  • #14001 - Exclude paths from security when using quarkus-oidc
  • #14000 - Fix JSON resteasy reactive libraries
  • #13997 - Add JSON related fixes to RESTEasy Reactive
  • #13989 - resteasy-reactive: Own Content-Types are not working (resteasy-reactive 1.11.0.Beta1)
  • #13987 - Fix quarkus-jackson build warning in hibernate-reactive-panache IT module
  • #13986 - Add docker-prune.bat
  • #13985 - Fix 'ClassNotFoundException: org.jboss.logmanager.LogManager' in some tests
  • #13983 - Replace useless DynamicFeatureResourceInfo class with ResteasyReactiveResourceInfo
  • #13981 - RESTEasy Reactive - deploy failure when using opentracing
  • #13978 - Reactive Pool HealthCheck should run on the event loop
  • #13977 - Reactive Connection Pools: always use TLOCAL, HealthCheck refactoring
  • #13976 - Bump guava from 30.0-jre to 30.1-jre
  • #13973 - Path configured with quarkus.http.root-path is lost when query param is included and request is redirected to IdP
  • #13972 - Change name of RESTEasy Reactive CI step
  • #13971 - Support creation of user components through Arc in Hibernate ORM and Hibernate Search
  • #13968 - Mutiny / Vertx Mutiny and SmallRye Reactive Messaging update
  • #13967 - Qute cleanup and minor optimizations
  • #13965 - Replace resteasy usage with resteasy reactive in hibernate-reactive integration tests
  • #13962 - Make sure serialized app uses / separators
  • #13958 - Fix link to SameSite cookies on security guide
  • #13951 - Fix the tip about how to suspend the JVM
  • #13950 - The tip about how to suspend the JVM is incorrect
  • #13949 - Fix container image extension conflict hint
  • #13948 - Inject the Vert.x instance into the Hibernate Reactive registry
  • #13946 - Error message about conflicting container image extensions is wrong
  • #13944 - All integration tests using Hibernate Reactive need to move to RESTEasy Reactive
  • #13943 - Deprecate thread-local option for Reactive SQL Pool, enforce using it
  • #13939 - Fix volume,sidecar and hostalias support for knative
  • #13938 - Fix Optional deserialization problem in BytecodeRecorderImpl
  • #13934 - Write headers just before commit
  • #13932 - Add META-INF/panache-archive.marker to the jar ignore list
  • #13929 - Disable XML mapping by default and allow Hibernate ORM integrations to re-enable it if necessary
  • #13926 - RESTEasy Reactive: writers can add headers too
  • #13923 - ArC - make it possible to exclude interceptors, bindings, qualifiers, etc.
  • #13914 - Send 100-continue automatically if required
  • #13910 - Remove spurious test
  • #13905 - RESTEasy Reactive: smallrye-openapi crashes
  • #13900 - The build directory should only exist in the Gradle plugin's .gitignore
  • #13898 - Fix java.lang.Math$RandomNumberGeneratorHolder workaround
  • #13888 - Some URLs without HTTPS
  • #13884 - Add client metrics to rest client extension
  • #13883 - Update Smallrye Reactive Messaging to 2.6.1
  • #13878 - Cannot start a mutable-jar built under Windows 10 in docker-container with QUARKUS_LAUNCH_DEVMODE=true
  • #13868 - SQL pool for Hibernate Reactive needs to be scoped by Vert.x Context
  • #13847 - Rest-client extension does not record any metrics about client calls
  • #13834 - Add description to RESTEasy Reactive extensions
  • #13809 - Openshift docker build strategy fixes
  • #13801 - Order REST resources on 404 Resources overview
  • #13778 - Reactive Resteasy build error
  • #13632 - Reactive Messaging too verbose
  • #13569 - Register generated output dir for kotlin gradle plugin
  • #13154 - Support @TestProfile in native mode #12974
  • #13062 - OIDC not appending X-Forwarded-Prefix to redirect_uri
  • #12986 - Implemented opaque/binary token integration test
  • #12974 - Support @TestProfile in native mode
  • #12874 - A gradle project with kotlin and grpc fails compilation
  • #12820 - Kafka event in a @Startup application is not emitted
  • #12557 - Fix disabled KotlinGRPCProjectBuildTest
  • #12121 - Knative deployments do not generate proper volume mounts for secrets volumes
  • #11801 - @Blocking and @Incoming should support return types of CompletionStage and Uni
  • #9947 - Kafka security config params not being picked up from env file
Package Rankings
Top 1.3% on Repo1.maven.org
Badges
Extracted from project README
Quarkus Quarkus Version GitHub Actions Status Commits License Project Chat Gitpod Ready-to-Code Supported JVM Versions Develocity GitHub Repo stars