Quarkus v1.10.0.CR1 Release Notes

Release Date: 2020-11-11 // over 3 years ago
  • Major changes

    • โšก๏ธ #13194 - Update SmallRye Reactive Messaging to version 2.5.0
    • ๐Ÿ‘ #13118 - Support multiple datasources for reactive SQL clients
    • #13053 - Hibernate ORM 5.4.23 and Hibernate Reactive 1.0.0.Alpha11
    • ๐Ÿ‘ #13037 - Support micrometer StatsD meter registry
    • โฌ†๏ธ #13034 - Upgrade to Mutiny 0.10.1
    • #13016 - Allow disabling the Swagger/GraphQL/Health/OpenAPI UIs at Runtime
    • #12949 - Allow to define part of the Hibernate ORM config at runtime
    • #12907 - Qute: display custom error page during dev mode
    • ๐Ÿ’ป #12782 - Add Swagger UI Options via config
    • ๐Ÿš€ #12759 - Add a Deploying to Google Cloud guide
    • ๐Ÿšฆ #12744 - Export Micrometer metrics to Signalfx
    • ๐ŸŒฒ #12692 - Changed the usage from slf4j-jboss-logging to slf4j-jboss-logmanager.
    • 0๏ธโƒฃ #12566 - Change default media type to JSON
    • 0๏ธโƒฃ #12473 - Use Codestarts as default project generation tool
    • #12372 - Adding an IAM Amazon-service extension

    Complete changelog

    • #13207 - Quartz - replace Arc.container() with Instance
    • ๐Ÿ”ง #13204 - Add possibility to configure LDAP referral mode
    • #13202 - Allow releasing runner class loader resources
    • #13201 - Bump flyway-core from 7.1.1 to 7.2.0
    • #13200 - Bump awssdk.version from 2.15.23 to 2.15.24
    • #13199 - Bump quarkus-http.version from 3.0.15.Final to 3.0.16.Final
    • โšก๏ธ #13194 - Update SmallRye Reactive Messaging to version 2.5.0
    • ๐Ÿ“š #13191 - Fix Micrometer configuration documentation issues
    • โฌ†๏ธ #13190 - Upgrade REST Assured to 4.3.2
    • โš  #13189 - Avoid ObjectMapper CDI warning in Funky Google Cloud Functions
    • ๐Ÿ”’ #13184 - Add referral mode config property to the quarkus.security.ldap.dir-context
    • โฌ†๏ธ #13182 - Upgrade SmallRye GraphQL to 1.0.15
    • #13181 - Fix the name of registerHealthUiHandler method
    • #13177 - Bump ubi minimal version to 8.3
    • #13175 - Propagate system property in gradle sub command
    • #13173 - Fix return type in the kafka guide
    • ๐Ÿšš #13172 - Remove private modifier from injection point in MP FT guide
    • โฌ†๏ธ #13167 - Upgrade to SmallRye OpenAPI 2.0.14
    • โœ… #13162 - Bump testcontainers-bom from 1.14.3 to 1.15.0
    • #13160 - Bump awssdk.version from 2.15.22 to 2.15.23
    • #13159 - Bump aws-lambda-java-events from 3.5.0 to 3.6.0
    • #13157 - Optimise memory retention in production: tuning of RunnerClassLoader
    • #13153 - General Quarkus Platform doc describing how a platform is defined
    • #13152 - Qute: fix template extension validation
    • #13151 - Bump awssdk.version from 2.15.21 to 2.15.22
    • #13148 - Forbid caching annotations on private methods
    • ๐Ÿ— #13147 - Deprecate field- and ctor-based BuildProducers
    • #13143 - Vert.x event-loop threads start as "vert.x-eventloop-thread-"
    • #13142 - REST Clients JSON extensions should produce RESTEASY_JSON capability
    • ๐Ÿ— #13140 - Check X-Forwarded-Prefix when building OIDC redirect_uri
    • ๐Ÿ“š #13139 - Improve documentation of quarkus.http.access-log.pattern
    • #13138 - Example should use lambda variable
    • ๐Ÿ‘ #13137 - Support intermediate Spring repositories
    • โœ… #13136 - Explicitly set gradle local repo in test projects
    • #13135 - Bootstrap Maven resolver: resolve pom.xml from the workspace only if the main artifact is also available
    • โœ… #13134 - Simplify container testing
    • โช #13132 - Revert Funqy root handling commit and add a new commit only for Funqy Knative
    • ๐Ÿ“„ #13131 - Qute docs: fix section names
    • ๐Ÿ“œ #13130 - Qute: fix parsing of section parameters
    • #13127 - Fix various doc issues
    • #13126 - Missing reference in qute-reference.adoc
    • #13125 - Bump awssdk.version from 2.15.18 to 2.15.21
    • #13121 - Use Uni to resolve TenantContextConfig
    • #13120 - Use conventional artifact file naming for the generated platform properties and descriptor files
    • ๐Ÿ‘ #13118 - Support multiple datasources for reactive SQL clients
    • #13117 - Knative traffic splitting
    • โฌ†๏ธ #13112 - Upgrade to Hibernate Search 6.0.0.CR1 / Elasticsearch 7.9.2
    • #13111 - Qute: add @CheckedTemplate#basePath()
    • #13107 - Qute: fishy #if expressions
    • โœ… #13104 - QuarkusBootstrap can't resolve quarkus-bom-quarkus-platform-properties:properties:999-SNAPSHOT when running integration-tests
    • โฌ†๏ธ #13101 - Upgrade Gizmo to 1.0.6.Final and ASM to 9.0
    • #13099 - Bump flyway-core from 7.0.4 to 7.1.1
    • #13098 - Bump aws-alexa-sdk.version from 2.35.1 to 2.36.0
    • #13096 - Make sure Maven commands use the effective project deps, props and managed deps
    • #13095 - Regression/Change of behavior for root path when using quarkus-funqy-http on master
    • ๐Ÿ‘ #13090 - Qute: support non-public @CheckedTemplate methods
    • #13087 - Gradle devmode: if the resources dir is empty the corresponding resources output dir won't exist
    • ๐Ÿšš #13083 - Remove ExtensionState shutdown hook upon close()
    • #13082 - Explicitly set maven local repo in gradle command
    • #13077 - Bump mutiny from 0.9.0 to 0.10.1
    • #13066 - Document the limitations of CDI request context with Context Propagation
    • #13064 - Mark quarkus-core extensions as hidden in the descriptor
    • #13062 - OIDC not appending X-Forwarded-Prefix to redirect_uri
    • #13056 - keycloak-admin-client extension imposes quarkus-oidc extension properties
    • #13053 - Hibernate ORM 5.4.23 and Hibernate Reactive 1.0.0.Alpha11
    • #13045 - Add useCurrentDirectory parameter in CreateExtensionMoJo
    • #13040 - OIDC Extension - resolve method of TenantConfigResolver is getting invoked twice for every request
    • #13038 - Add search-recursive property in Elytron LDAP config
    • ๐Ÿ‘ #13037 - Support micrometer StatsD meter registry
    • โช #13036 - Revert "Run OIDC Challenge in the blocking mode if needed"
    • โฌ†๏ธ #13034 - Upgrade to Mutiny 0.10.1
    • โš  #13030 - invalid warning in ResteasyCommonProcessor when using rest-client
    • #13028 - Improved Quarkus platform detection mechanism
    • ๐Ÿ‘ #13027 - Support for BouncyCastle providers
    • #13026 - Bump awssdk.version from 2.15.17 to 2.15.18
    • #13025 - Bump aws-lambda-java-events from 3.4.0 to 3.5.0
    • ๐Ÿ— #13022 - Verify project build tool before creating Gradle model
    • ๐Ÿ— #13021 - Quarkus should verify that build.gradle or pom.xml exists rather than defaulting to gradle
    • #13019 - Avoid retaining empty instances of HashSet
    • #13016 - Allow disabling the Swagger/GraphQL/Health/OpenAPI UIs at Runtime
    • #13013 - Request scope sometimes not propagated to ManagedExecutor.runAsync()
    • #13012 - Add native service providers for SR Config.
    • #13011 - Bump awssdk.version from 2.15.16 to 2.15.17
    • #13009 - Bump micrometer.version from 1.5.5 to 1.5.6
    • #13004 - Quarkus JBang project type
    • #12999 - Use the project object as the source of dependencies instead of 'connecting' to the project
    • ๐Ÿคก #12994 - Bump mockito.version from 3.5.15 to 3.6.0
    • #12992 - Bump awssdk.version from 2.15.15 to 2.15.16
    • ๐Ÿšš #12989 - removed System.out.println from DevMojo
    • ๐Ÿคก #12988 - Bump mockito-core from 3.5.15 to 3.6.0 in /devtools/gradle
    • โœ… #12987 - Bump mockito-core from 3.5.15 to 3.6.0 in /integration-tests/gradle
    • #12979 - Init container probes
    • #12977 - Reimplement the QuarkusJTAPlatform to avoid leaking the ORM registry
    • #12976 - Hibernate ORM's JTAPlatform implementation is leaking a reference to its registry
    • #12973 - Respect Maven toolchains launching dev mode
    • #12970 - Introduced io.quarkus.restclient.NoopHostnameVerifier
    • #12969 - Improve pom.xml changes in remote dev mode
    • #12967 - Bump awssdk.version from 2.15.14 to 2.15.15
    • ๐Ÿšš #12966 - Remove duplicate gradle test
    • ๐Ÿ— #12964 - Confirming that combining tika and narayana-jta has no native image build failures
    • โฌ†๏ธ #12958 - Upgrade REST Assured to 4.3.1
    • #12955 - Rename bind-param config property to bind-parameters
    • #12954 - Bump assertj-core from 3.17.2 to 3.18.0
    • #12953 - Bump rest-assured.version from 4.3.0 to 4.3.1
    • #12952 - Bump assertj-core from 3.17.2 to 3.18.0 in /devtools/gradle
    • โœ… #12951 - Bump assertj-core from 3.17.2 to 3.18.0 in /integration-tests/gradle
    • #12949 - Allow to define part of the Hibernate ORM config at runtime
    • #12945 - Add xml-apis:xml-apis as parentFirstArtifact to io.quarkus:quarkus-core
    • ๐Ÿ’ป #12942 - Add the ability to enable/disable Swagger UI and OpenAPI at runtime
    • #12937 - Mark the extension-descriptor goal as thread-safe
    • #12934 - fix typo
    • ๐Ÿ”ง #12932 - Ensure that k8s integration tests don't use locally configured cluster
    • ๐Ÿ“„ #12921 - Added example of using OpenSSL to generate keys in the JWT RBAC docs
    • #12917 - Propagate AWS context to RESTEasy Undertow
    • โšก๏ธ #12916 - Update pom files if create mojo is called inside a parent project
    • ๐Ÿš€ #12915 - Kubernetes Invoker tests deploy to OpenShift cluster if logged in
    • #12913 - java.lang.NoSuchMethodError when using json-schema-validator and quarkus-resteasy-jackson
    • #12911 - Common dev mode launcher API for Maven and Gradle
    • #12910 - Bump awssdk.version from 2.15.13 to 2.15.14
    • #12907 - Qute: display custom error page during dev mode
    • ๐Ÿ— #12906 - Scope of java env vars for OpenShift builds
    • โœ… #12903 - Set a higher timeout in BasicRestProjectGeneratorTest
    • #12902 - Fix RedisClientName and MongoClientName can't be applied to parameters
    • โšก๏ธ #12901 - Update to Keycloak 11.0.2
    • ๐Ÿ‘ #12900 - Micrometer: support StatsD registry
    • โช #12899 - Restore code.quarkus.io master compatibility
    • #12898 - @RedisClientName can't be applied to parameters
    • #12896 - CDI: programmatic lookup problem detected - Nayarana - 1.9.0.Final
    • #12895 - Improve the Cloud-Native Codestarts experience
    • ๐Ÿš€ #12894 - deployment-target=knative not working with Quarkus 1.9
    • #12893 - Add stricter validation for bytecode recorders
    • #12891 - Bump awssdk.version from 2.15.12 to 2.15.13
    • ๐Ÿ”จ #12890 - Minor BuildMojo refactoring
    • ๐ŸŒฒ #12886 - Change quarkus.hibernate-orm.log.sql to run time property
    • #12885 - Bump dekorate to 0.13.5
    • ๐Ÿ’… #12884 - feat: Introduce 3.x and 4.x style of openshift manifests.
    • #12868 - Relax the Quarkus core compatibility check for individual extensions
    • #12867 - Bump smallrye-common-bom from 1.4.0 to 1.4.1
    • #12866 - Bump awssdk.version from 2.15.11 to 2.15.12
    • ๐ŸŒฒ #12865 - Catch and log when project and container image info can't be created
    • #12864 - Recorder must fail fast when it can't find the getter/setter instead of siliently replacing a field with null
    • #12863 - Funqy HTTP handles root URI
    • #12860 - Extract gRPC common stuff
    • #12858 - Failure to boot in kubernetes in dev mode
    • โšก๏ธ #12857 - Optimize OIDC code flow to do one less redirect when the original path has to be restored
    • ๐Ÿšš #12853 - fix: remove un-used config properties
    • ๐Ÿ‘ #12852 - Add support for blocking annotation
    • ๐Ÿ— #12851 - Remove unnecessary kotlin path declaration in gradle build file
    • โœ… #12849 - Gradle Kotlin codegen: do not execute the test code generating task unless the tests need to run
    • ๐Ÿ‘ #12847 - spring data - support manual method implementations in intermediate interfaces
    • #12840 - Propagate AWS context to RESTEasy standalone
    • #12839 - Bump awssdk.version from 2.15.10 to 2.15.11
    • ๐Ÿ”Š #12838 - Memory leak via MojoLogger.logSupplier
    • ๐Ÿ”Š #12837 - Memory leak via MojoLogger.logSupplier
    • #12835 - Correcting the micrometer quick start example
    • #12834 - Add property expansion and dotted secret config kv path name in Vaut Config Source
    • #12833 - Check Reactive Redis Client for healthcheck
    • ๐Ÿ”Œ #12829 - Maven plugin should be able to create a new Quarkus module when there is a root pom.xml file
    • ๐Ÿ“š #12828 - Use buildtool build command in Dockerfile documentation
    • ๐Ÿ‘ #12827 - Add OpenTracing support for Kafka
    • โฌ†๏ธ #12825 - Upgrade MySQL Connector to 8.0.22
    • #12824 - Kubernetes extension does not generate init containers properly
    • ๐Ÿ‘ท #12822 - Add oidc-wiremock to CI Security2 category
    • #12818 - Quarkus Caching extention: Invalidation does not work
    • ๐Ÿ“š #12817 - fix dockerfile documentation
    • ๐Ÿ— #12816 - Use buildtool data to generate requested dockerfile buildtool command
    • ๐Ÿณ #12815 - Invalid dockerfile fast-jar doc
    • #12814 - Gizmo 1.0.5.Final
    • #12812 - Bump awssdk.version from 2.15.9 to 2.15.10
    • ๐Ÿคก #12811 - Bump mockito-core from 3.5.13 to 3.5.15
    • #12810 - Replace recursiveDeleteAndThenCreate(dir) with createOrEmptyDir(dir)
    • #12809 - Ignore amazon deps when validating extensions json
    • โœ… #12807 - Bump mockito-core from 3.5.13 to 3.5.15 in /integration-tests/gradle
    • ๐Ÿคก #12806 - Bump mockito-core from 3.5.13 to 3.5.15 in /devtools/gradle
    • #12803 - Duplicated root-path in OpenAPI document for JAX-RS sub-resource
    • #12797 - grpc code generation - option to scan dependencies for imports
    • ๐Ÿ”ง #12793 - Inject any number of gRPC stubs per configured client
    • โœ… #12791 - Feat/doc and test traced
    • #12790 - Rename extension hibernate-search-elasticsearch to hibernate-search-orm-elasticsearch
    • ๐Ÿ”Œ #12788 - Enable Maven extensions for the Quarkus Maven plugin
    • ๐Ÿ— #12787 - BuildMojo - Delete .jar.original for both file and directory case
    • ๐Ÿ— #12786 - devtools/cli generates quarkus-cli-999-SNAPSHOT.jar.original as directory and BuildMojo code can't handle it
    • #12785 - Externalized Quarkus platform properties
    • #12783 - Clean up the config of service integration
    • ๐Ÿ’ป #12782 - Add Swagger UI Options via config
    • #12781 - Improved MongoHealthCheck to include reactiveClients
    • #12772 - Added config for disabling HTTP policies
    • #12767 - Bump guava from 27.0.1-jre to 30.0-jre
    • #12765 - Bump flyway-core from 7.0.3 to 7.0.4
    • #12764 - Bump awssdk.version from 2.15.8 to 2.15.9
    • ๐Ÿณ #12762 - Simplify dockerfile declaration in codestart
    • ๐Ÿš€ #12759 - Add a Deploying to Google Cloud guide
    • ๐Ÿ”ง #12754 - oidc use Programmatically Resolving Tenants Configuration BUT hangs
    • ๐ŸŽ #12752 - Request scope performance improvements
    • #12750 - Bump flyway-core from 7.0.2 to 7.0.3
    • #12749 - Bump postgresql from 42.2.17 to 42.2.18
    • #12748 - Bump awssdk.version from 2.15.7 to 2.15.8
    • ๐Ÿšฆ #12744 - Export Micrometer metrics to Signalfx
    • ๐Ÿ”’ #12742 - Improve OAuth2 security guide
    • ๐Ÿ‘ #12738 - Support disabling HTTP policies
    • 0๏ธโƒฃ #12737 - Assorted fixes to making JSON the default
    • #12734 - Fix syntax highlighting for all code examples in guides
    • ๐Ÿ“š #12733 - Some documentation examples are not correctly highlighted
    • ๐Ÿš€ #12731 - Create a "Deploying to Google Cloud" guide
    • โœ… #12729 - Added OIDC Wiremock Integration Test
    • #12728 - Bump picocli.version from 4.5.1 to 4.5.2
    • #12725 - Common Maven Quarkus app bootstraping Mojo
    • ๐Ÿ“š #12720 - Security documentation improvements
    • #12719 - grpc compile fail with google-protobuf
    • โฌ†๏ธ #12718 - Upgrade Flyway to 7.0.2
    • #12716 - MongoHealthCheck doesn't work with ReactiveMongoClient
    • โšก๏ธ #12713 - Update to Agroal 1.9
    • โšก๏ธ #12711 - Update to Agroal 1.9
    • ๐Ÿšง #12706 - Dockerfile codestart could be factorized to ease maintenance
    • โœ… #12704 - Change the version when the creation of test structure was introduced in create-extension mojo
    • โœ… #12702 - Add integration test for kafka reactive messaging
    • #12698 - Make sure class names don't start with /
    • ๐ŸŒฒ #12692 - Changed the usage from slf4j-jboss-logging to slf4j-jboss-logmanager.
    • โœ… #12690 - Re-enable creation of the test structure (unit and devmode test) when using create-extension Maven Mojo.
    • โช #12687 - Revert "create the test structure (unit and devmode test) when using create-extension Maven Mojo"
    • ๐Ÿšฆ #12686 - Export Micrometer metrics to SignalFX
    • ๐ŸŒ #12684 - Allow custom path and class for spring-web codestart
    • ๐Ÿšš #12682 - Remove/Replace deprecated additionalBuildArgs from integration-tests and enhance docs
    • 0๏ธโƒฃ #12681 - Use RouteBuildItem instead of DefaultRouteBuildItem
    • #12678 - Unable to add a channel config property from an environement variable inside smallrye reactive messaging Kafka
    • #12668 - Bump awssdk.version from 2.15.6 to 2.15.7
    • ๐Ÿ— #12666 - NativeImageMojo: Make additionalBuildArgs not override quarkus.native.additional-build-args property
    • โšก๏ธ #12665 - Updated tests to remove the use of deprecated properties
    • ๐Ÿš€ #12664 - Make deployment class loader resettable and coordinate the reset via a BuildItem
    • ๐Ÿ #12663 - Disable REST Client encoding test on Windows
    • 0๏ธโƒฃ #12660 - Add default values for Hibernate ORM properties
    • #12657 - Devmode: throw an error if a hot-reloadable module hasn't been compiled before the launch
    • #12656 - Qute Template - add convenient data() methods
    • #12655 - Kubernetes cleanup
    • 0๏ธโƒฃ #12654 - Document Hibernate config property default values
    • ๐Ÿ’ป #12652 - Consolidate all UI related extensions.
    • ๐Ÿ‘ป #12645 - Fix exception message typo
    • #12641 - Bump postgresql from 42.2.16 to 42.2.17
    • #12637 - Bump aws-alexa-sdk.version from 2.35.0 to 2.35.1
    • ๐Ÿ“š #12625 - quarkus-elytron-security-oauth2 does not work as described in documentation
    • #12623 - Rename application-config.properties to application.properties
    • โฌ†๏ธ #12622 - Upgrade to Hibernate Search 6.0.0.Beta11
    • #12613 - Kubernetes Container Resources Management
    • โšก๏ธ #12611 - Update Micrometer to 1.5.5
    • #12610 - Externalize gradle/maven wrapper command from codestart template
    • #12609 - Replace use of shell syntax for dates with extended JSON syntax
    • ๐ŸŒ #12604 - Add a system to allow custom path and class for spring-web codestart
    • #12602 - Extract grpc-common for Quarkiverse Google Cloud Services
    • ๐Ÿš€ #12590 - Added detailed for deploying to OpenShift and how to test the app
    • #12589 - Bump wildfly-elytron.version from 1.13.0.Final to 1.13.1.Final
    • #12588 - Bump rxjava from 2.2.19 to 2.2.20
    • ๐Ÿ”ง #12587 - Revert "fix(redis): re-introduce "ssl", "database" and "password" configuration for backward compatibility"
    • #12577 - SwaggerUiProcessor leaves behind non-empty temporary directories in dev mode
    • #12571 - remote-dev: LiveReloadConfig is not always properly initialized
    • 0๏ธโƒฃ #12566 - Change default media type to JSON
    • #12559 - Codestarts: Spring code examples aren't generated
    • 0๏ธโƒฃ #12555 - Create default OIDC TokenStateManager
    • #12545 - Split KubernetesProcessor into pieces
    • #12528 - NullPointerException in UnixPath.normalizeAndCheck()
    • #12500 - Create Extension mojo should allow creating the project structure from the current working directory
    • #12497 - Remote-dev with mutable jar throws connection errors
    • #12494 - Create RESTEasy Jackson codestart
    • 0๏ธโƒฃ #12473 - Use Codestarts as default project generation tool
    • โšก๏ธ #12464 - Update liquibase to 4.1.1
    • #12438 - Make sure github action codestarts works without maven/gradle wrapper
    • #12398 - Ability to declare Kubernetes resources requests and limits through properties
    • ๐ŸŒฒ #12386 - Create Logging JSON Codestart
    • #12372 - Adding an IAM Amazon-service extension
    • ๐ŸŒฒ #12337 - Create the JSON logging Example codestart in Java & Kotlin
    • #12334 - Create the RESTEasy Jackson Example codestart in Java & Kotlin
    • #12254 - [OIDC] Too large JWT cookie cause infinite redirect loop
    • #12190 - RESTful Lambda should expose the execution context
    • #12158 - Panache REST Data with MongoDB
    • โœ… #12139 - Create an integration test for kafka reactive messaging extension
    • 0๏ธโƒฃ #12113 - Activate Codestart as the default Quarkus project creation option
    • ๐Ÿ”ง #12082 - Set a injected CDI CommandListener to the mongodb configuration.
    • #11975 - Import.sql not trimming blank space at the end of an sql statement
    • #11969 - Separate REST Data Panache controller from resource
    • ๐Ÿ”ง #11921 - Wrong work is parsing configuration VaultRuntimeConfig
    • #11689 - Limit the amount of memory surefire can use
    • #11664 - Enable the implicit cascading delete for Spring data jpa
    • #11535 - Quarkus GRPC with blocking objects such as Hibernate EntityManager
    • #11524 - NullPointerException reading mongodb bson date (native image)
    • #11410 - SmallRye Context Propagation 1.0.16
    • #11398 - Spring Data JPA deleteAll incompatibility with Spring
    • #11391 - REST Data with Panache paging parameters should be visible at Swagger/OpenAPI
    • #11378 - Allow to autogenerate no-args constructor for synthetic beans
    • #11348 - Introduce ensure-only-one: name to example codestarts
    • ๐Ÿ”ง #11342 - Add Amazon Services transport truststore configuration
    • ๐Ÿ— #11096 - Externalize default builderImage URL for native image
    • #10896 - Register PropertyCodecProvider automatically
    • โœ… #10763 - Creates maven profiles for integration tests
    • #10564 - Reorganize quarkus-kubernetes source
    • #10528 - Mongo Panache : PropertyCodecProvider not registered
    • ๐Ÿ”ง #10390 - VaultConfigSource in quarkus-vault cannot be configured with properties requiring property expansion
    • โœ… #10246 - REST client encoding test
    • #10110 - ldap - setRecursive
    • ๐Ÿ‘ #9195 - Added a new property to support more algorithms
    • ๐Ÿ”’ #9122 - Security: Support password algorithms besides MD5 in elytron-security-properties-file extension
    • #8756 - Qute: nice error page
    • #8700 - Implements Panache REST for MongoDB
    • โšก๏ธ #8202 - Update JWT guide with how to generate a key pair with openssl
    • #7788 - Create custom properties for Knative generation
    • ๐Ÿ— #7427 - Add Gradle support in multi-stage docker build for native images
    • ๐Ÿ— #7359 - Build error when using quarkus-tika and quarkus-narayana-jta extensions, provider com.ctc.wstx.stax.WstxInputFactory not found
    • ๐Ÿ— #6513 - Provide Gradle GraalVM compatible builder image
    • ๐Ÿ”ง #5639 - [openapi] Add Ability to Configure Swagger UI
    • โœ… #5438 - create the test structure (unit and devmode test) when using create-extension Maven Mojo
    • ๐Ÿ’ป #4766 - swagger-ui is not mapping oauth2-redirect.html
    • โœ… #3585 - Create the test structure when using create-extension Maven Mojo.