Skip to content

1.1.0.CR1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gsmet gsmet released this 10 Dec 18:58
· 42403 commits to main since this release

Major changes

  • #5985 - Running gradle build no longer triggers a native build
  • #5973 - Introduce YAML configuration extension
  • #5960 - Document new requirements to build on Fedora
  • #5934 - Upgrade of kogito to 0.6.0 and updated jandex proto gener…
  • #5881 - Support logging to Sentry
  • #5868 - Add support for Keycloak 8
  • #5837 - Support GraalVM 19.3 with JDK 8
  • #5793 - Introduce Qute templating extensions
  • #5787 - Introduce support for the most common features of Spring Security's @PreAuthorize
  • #5761 - Improvements to Gradle plugin build and enable gradle testing again
  • #5697 - New flyway start property: quarkus.flyway.clean-at-start
  • #5616 - Provides Optional support inside Hibernate with Panache and MongoDB with Panache
  • #5606 - Reactive routes - usability improvements
  • #5585 - Introduce logging extensibility, JSON formatter extension
  • #5583 - Provides lock support for Hibernate with Panache
  • #5570 - update amazon-lambda-archetype to provide SAM templates
  • #5529 - Add support for Quartz clustered jobs
  • #5387 - Introduce new configuration framework and update SmallRye Config version
  • #5358 - Upgrade GraalVM to 19.3.0
  • #5350 - Add ADOPTERS.md
  • #5225 - Add support for Spring Security's @secured
  • #5222 - Add health checks for Mongodb, Kafka and Neo4j
  • #5203 - Configuration structure improvements in the Hibernate Search extension
  • #5037 - Amazon Lambda SAM CLI integration
  • #4987 - Remove metrics dependency from fault-tolerance extension
  • #4974 - Add support for generating knative manifests using the kubernetes extension.
  • #4793 - Support Health Check for Kafka Streams extension
  • #2409 - Support custom logging handlers

Complete changelog

  • #6071 - Add Qute experimental status and fix metadata
  • #6069 - Add Nexus Maven plugin version to Qute
  • #6068 - Property handle pagination in Spring Data JPA custom queries
  • #6066 - Temp workaround: use a single thread to generate native image
  • #6061 - Externalize preview status doc in guides
  • #6060 - Make recently added integration tests pom consistent with the rest
  • #6052 - Prevent possible NPE in KotlinCompilationProvider
  • #6042 - Add extension status to guides
  • #6036 - Close connection in flyway tests
  • #6032 - Don't fire onStart event till migrations have happened
  • #6031 - Read from the process before waiting for exit
  • #6030 - Properly pass Kotlin compiler plugin options to dev-mode
  • #6029 - Disable HTMLUnit cache
  • #6023 - Initialize ClassFieldAccessorFactory at run time
  • #6022 - Improve the datasource health check feedback
  • #6017 - quarkus-integration-test-kogito build fails in native mode with JDK 11
  • #6016 - Remove a duplicated space from project creation error message
  • #6012 - Fix org.apache.kafka.common.utils.Crc32C substitution with JDK 11
  • #6009 - quarkus-integration-test-kafka build fails in native mode with JDK 11
  • #6008 - Add version check of graalvm / javavm's into build tasks
  • #6005 - Allow anonymous roots and provide config classes for all quarkus. config
  • #6002 - #5950 Pulling up user creation in Dockerfile for layer caching
  • #6000 - Fix Jackson integration test imports
  • #5999 - Remove Override annotation from generated bytecode
  • #5997 - Fix jackson integration test
  • #5995 - Get correct map key for config maps of maps, with tests
  • #5993 - integration-tests/jackson fails in native mode
  • #5991 - Use getHandler helper method in logging tests
  • #5989 - Allow anonymous config roots
  • #5988 - Fix "Class-Path" parsing issues in -dev.jar generated by Gradle
  • #5987 - BOM - exclude jakarta.ejb-api in the jakarta.interceptor-api dependency
  • #5986 - Avoid using MAVEN_OPTS as a command line argument
  • #5985 - Running gradle build no longer triggers a native build
  • #5984 - Fixed Gradle config instructions
  • #5983 - Add missing Spring Controller templates for Kotlin and Scala
  • #5982 - Map config item with the map values gets the wrong keys
  • #5981 - [fixes #5959] - Error when processing request body from policy enforcer
  • #5980 - Quarkus shows warning messages for properties that are actually used but not part of config classes
  • #5979 - Fix minor formatting issue in building-native-image guide
  • #5977 - update directory for kotlin guide maven archetype
  • #5975 - Upgrade to Hibernate ORM 5.4.10.Final
  • #5973 - Introduce YAML configuration extension
  • #5972 - Improve GraalVM detection by asking the version to native-image
  • #5961 - Sentry tests - getSentryHandler method to reduce duplicated code
  • #5960 - Document new requirements to build on Fedora
  • #5959 - Keycloak Claim Information Point - NPE when trying to read body
  • #5954 - CDI ref guide - document eager instantiation of beans
  • #5953 - Docs: Add extension block
  • #5952 - Quarkus Security 1.0.1.Final
  • #5950 - Pull up adduser in Dockerfile.jvm
  • #5949 - Fix XML content handling in Spring Web Controller
  • #5945 - Added some documentation about jax-rs applications and @OpenAPIDefinition
  • #5944 - Initial token validation support for the issuer and audience claims
  • #5943 - Spring Web JAX-B provider NullPointerException
  • #5941 - Use ApplicationScoped for Artemis ServerLocator and ConnectionFactory
  • #5937 - Move to RUNTIME_INIT all security related build items
  • #5934 - Upgrade of kogito to 0.6.0 and updated jandex proto gener…
  • #5932 - MainClassBuildStep - log error when app fails to start
  • #5930 - First version of Qute Reference Guide
  • #5929 - Make Lambda register shutdown hook
  • #5928 - Increase mongo timeout
  • #5927 - Make it easier to debug recorder issues
  • #5926 - OIDC integration-tests/oidc-code-flow is unstable
  • #5925 - Fix minor formatting issue in Qute documentation
  • #5923 - Ensure that Transformations always happen in a safe CL
  • #5922 - Some misc. cleanups
  • #5919 - Update keycloak-authorization and oidc pom descriptions
  • #5915 - Add documentation for Spring Security's @PreAuthorize
  • #5914 - Do not use latest in the Dockerfile.jvm
  • #5913 - Make hot deployment work reliably for newly added resources in QuarkusDevModeTest
  • #5912 - Vertx Graphql test enhancement for websocket based connections
  • #5911 - Ensure that type of annotation is a Class when resolving custom stereotypes usage
  • #5910 - Spring-DI-extension fails when using custom stereotype in Spring @configuration class
  • #5904 - Clean the keycloak authorization extension description
  • #5900 - Feature/create artemis test module
  • #5898 - refactor: remove unused constants from ExtensionLoader
  • #5895 - java.library.path should be configurable when launching the application's native image
  • #5894 - Remove the unused property minLevel from CategoryConfig
  • #5888 - Deprecated isEmptyString replacement
  • #5887 - Update Dockerfile config for minimal-quarkus-quickstart-native
  • #5886 - Generalize registration of jackson modules
  • #5881 - Support logging to Sentry
  • #5880 - java.library.path is computed at build time
  • #5878 - Test instantiation exception with multicatch
  • #5873 - Add hint support for Hibernate with Panache
  • #5868 - Add support for Keycloak 8
  • #5866 - Disable DEBUG logging in elytron-security-properties-file tests
  • #5863 - Update Vert.x version to 3.8.4
  • #5858 - Vert.x is resumed when using non-default paths
  • #5857 - Arc should use Jandex 2.1.2.Final
  • #5856 - Fix exception mapper when root path is set
  • #5854 - Remove GraalVM internal class usage for JDK11 compatibility
  • #5853 - Check if the user ran compile and otherwise run it for them
  • #5852 - Adjust swagger-ui path if HTTP root is set
  • #5851 - Fixes Idea modules issue while importing the project.
  • #5850 - Fix compilation error
  • #5848 - JVM based containers lack SSL support
  • #5839 - Bump mariadb-java-client from 2.4.4 to 2.5.2
  • #5837 - Support GraalVM 19.3 with JDK 8
  • #5834 - Set current/explicit Keycloak version in docs examples
  • #5831 - Micro versions bumps
  • #5830 - ArC - introduce BeanStream
  • #5829 - Quarkus OIDC does not work with Auth0
  • #5826 - Make sure the causes of the security exceptions are included
  • #5823 - Property handle pagination in Spring Data JPA custom queries
  • #5822 - Update keycloak version to 8.0.1
  • #5821 - RuntimeClassLoader.findApplicationResource() does not handle the path name correctly
  • #5818 - with quarkus.http.root-path set to abc the swagger-ui is not available
  • #5817 - Internal server error when selecting certain extensions
  • #5815 - Throwing ForbiddenException if OidcUtils.findRoles throws an exception
  • #5808 - Use "file" scheme absolute URIs for "Class-Path" entries we create in our -dev.jar
  • #5801 - Launching command line should be copy/paste friendly
  • #5800 - Cannot override OAuth URL at run time
  • #5797 - Fix a few minor low hanging fruits of the config PR
  • #5793 - Introduce Qute templating extensions
  • #5792 - doc: add spring security guide
  • #5790 - NullPointerException if quarkus.http.ssl.cipher-suites is missing
  • #5788 - Remove the nimbus test dependency
  • #5787 - Introduce support for the most common features of Spring Security's @PreAuthorize
  • #5782 - Support for the fixed redirect URI
  • #5779 - Bump flyway-core from 6.0.8 to 6.1.0
  • #5778 - Set dependabot directory config to root
  • #5773 - Bump docker-maven-plugin from 0.29.0 to 0.31.0
  • #5771 - Bump slf4j.version from 1.7.25 to 1.7.29
  • #5768 - Fix HTTPS issue on native for OAuth2
  • #5767 - Mark the scheduler extension as stable - Fixes #5765
  • #5765 - Mark the scheduler extension as stable
  • #5761 - Improvements to Gradle plugin build and enable gradle testing again
  • #5758 - Fixes #4516
  • #5753 - PanacheEntityBase update entities method
  • #5750 - quarkus-oidc throws an OIDCException when a token does not contain the role-claim-path
  • #5749 - Ensure that NoopMetricRegistry is available at runtime
  • #5748 - MicroProfile Health quickstart is failing
  • #5745 - MP Rest Client - workaround for CustomInvokeWithJsonPProviderTest
  • #5742 - Update MP-Metrics to 2.2.1, enable GlogalTagsTest
  • #5739 - resteasy-jsonb and artemis-jms don't work together
  • #5738 - fix: add spring-security extension metadata
  • #5734 - [Doc] Add link to GraalVM requirements in contributing guide
  • #5733 - OIDC Redirect URL should be static absolute URL
  • #5731 - How to set correctly ssl certificate oauth2
  • #5729 - Implements proposal 5728, adds quarkus.http.auth.form.redirect-after-login
  • #5728 - Proposal: vertx.http.security FORM auth: Make redirect to fixed landing page after login optional
  • #5727 - Revert "Allow multiple source directories for Gradle."
  • #5726 - Document property indirection for passwords coming from Vault - Fixes #3279
  • #5724 - Filter WARN message from Netty when it can't parse the /etc/hosts file
  • #5721 - Disable the unnecessary JVM debug launch of integration tests
  • #5719 - Config documentation generation fixes for #5144 and #5703
  • #5718 - Upgrade httpclient and httpcore
  • #5715 - MP Rest Client TCK test InvokeWithJsonPProviderTest failing
  • #5713 - Kogito quickstart Person example fails with list of objects
  • #5710 - Refactoring of project-related commands
  • #5703 - Consider Optional Config Group and Sets in config doc generation
  • #5699 - Mongo client config host list should have explicit default
  • #5698 - Elasticsearch hosts list should be non-optional
  • #5697 - New flyway start property: quarkus.flyway.clean-at-start
  • #5696 - Reactive routes - usability improvements
  • #5695 - Tools: common Quarkus project command API
  • #5694 - New extension: GELF logging support
  • #5688 - Add .dependabot/config.yml
  • #5685 - Bump Flyway to 6.0.8
  • #5676 - Fix resource registration in native-image for 19.3 of Graal
  • #5670 - Add more GizmoAdaptor stuff
  • #5661 - chore: update quartz version to 2.3.2
  • #5655 - Change of logGuessedPath to split message to 2 lines and have fixed label length
  • #5654 - Document BuildStep.loadsApplicationClasses()
  • #5653 - ArC build-time metadata - make it possible to query the registered beans
  • #5650 - Remove unused parameter in the Metrics processor
  • #5647 - Error message on start (/etc/hosts permissions)
  • #5646 - Use GizmoAdaptor where possible
  • #5645 - refactor(core): remove trailing Quarkus main class launcher
  • #5644 - build(BOM): Upgrade Kubernetes client from 4.6.3 to 4.6.4
  • #5643 - Make some micro-optimizations to @RolesAllowed CDI handling
  • #5642 - Add debug logging when indexing files
  • #5641 - chore: add guide in extensions metadata
  • #5632 - Replace TCCL with CL from DeploymentClassLoaderBuildItem in deployment modules
  • #5631 - Remove the workaround for ForkJoin to spin up threads
  • #5628 - RegisterRestclient configkey: improve error message and add documentation
  • #5625 - Jetty removal, leftover from Camel extensions
  • #5624 - chore: add missing MongoDB guide in mongo extension descriptor yaml file
  • #5621 - fix: timezone mappings missing for Mysql JDBC driver in native mode
  • #5620 - Avoid creating redundant instances of SecurityCheck implementations
  • #5619 - Unable to use @RegisterRestClient(configKey = "some.config.key")
  • #5618 - Reactive routes - declarative way of defining Filter
  • #5616 - Provides Optional support inside Hibernate with Panache and MongoDB with Panache
  • #5615 - add mappedBy to remove build warning in Spring Data JPA ITs
  • #5613 - Provides query cache support for Hibernate with Panache
  • #5611 - Add more tests for Spring Data JPA
  • #5609 - Allow testing of an existing executable
  • #5606 - Reactive routes - usability improvements
  • #5591 - Reactive routes - declarative way of defining Filter
  • #5590 - Fixes DisabledOnNativeImage behavior
  • #5587 - chore: Option -DskipTests also covers maven invoker tests.
  • #5586 - @DisabledOnNativeImage is not working on class level
  • #5585 - Introduce logging extensibility, JSON formatter extension
  • #5583 - Provides lock support for Hibernate with Panache
  • #5580 - Docs Reactive Routes - minor updates/fixes
  • #5577 - Updates of rest-assured, assertj
  • #5570 - update amazon-lambda-archetype to provide SAM templates
  • #5563 - Add @Cache and @nocache tests
  • #5561 - docs: mention the quarkus.scheduler.cron-type property
  • #5560 - Add some standards to the README
  • #5543 - mongodb-client: Make it possible to override default providers
  • #5532 - refactor(LogConfig): Remove optional @DefaultConverter
  • #5530 - refactor: rename META_INF_SERVICES to META_INF_RESOURCES in ResteasyHotReplacementSetup
  • #5529 - Add support for Quartz clustered jobs
  • #5520 - Remove Quarkus artifacts before caching the repository on Azure
  • #5516 - Arc - support static producer methods.
  • #5513 - ArC - support static producers
  • #5500 - Introduce UnsafeAccessedFieldBuildItem
  • #5499 - Add the ability to control the target dir via config
  • #5487 - Show process exit value on error
  • #5484 - OIDC does not support environment variables
  • #5483 - Make build registration of security interceptors more flexible
  • #5481 - Consolidate scheduler extension - part 1
  • #5475 - Make sure system properties dominate the properties defined in pom.xml
  • #5470 - Add quarkus-jackson to quarkus-oidc
  • #5462 - Make sure the logs generated in integration-tests/maven are easily accessible
  • #5459 - Change the container build detection for Kafka Streams
  • #5458 - Translate Windows-Style path in volume mounting
  • #5456 - [fixes #5323] - Only SERVICE type applications are supported
  • #5450 - Use same ResumingRouter in CDI as in Observes events.
  • #5447 - Add Vodafone Greece to ADOPTERS.md
  • #5445 - Fix a race condition on Kafka Streams hot reload
  • #5425 - Disable sporadically failing dev mode test
  • #5424 - NotFoundExceptionMapperTestCase fails on some environments
  • #5423 - build(MongoDB): Remove transitive dependencies
  • #5421 - Persistent attributes of a Panache entity should not be generated when using Jackson
  • #5410 - Fix failing tests in master
  • #5402 - Remove unused Main-Class parameter from Gradle plugin
  • #5398 - refactor(spring-web): remove validate method after actual validation were removed
  • #5389 - Fix GraphQL dependencies
  • #5387 - Introduce new configuration framework and update SmallRye Config version
  • #5386 - Fix CI timeout by splitting up native job
  • #5383 - editorial clean up
  • #5377 - Add SAM CLI local testing to the Amazon Lambda docs
  • #5372 - Remove unused gradle build parameters
  • #5367 - Create and use a view role binding when the kubernetes-client extension is used.
  • #5366 - Log the dev mode JVM startup command at INFO level
  • #5364 - fix: use unique key name when generating config section anchor
  • #5360 - Fail to build native function with -Dnative-image.docker-build
  • #5359 - Simplest generated project fails with quarkus:dev with JDK 13 on Windows 10
  • #5358 - Upgrade GraalVM to 19.3.0
  • #5357 - Update postgresql-jdbc to 42.2.8
  • #5356 - Update kubernetes-client to 4.6.3
  • #5353 - Lazily recompute Inet4Address, Inet6Address and CidrAddress fields at runtime
  • #5352 - remove unused portProducer parameter and use runtime httpConfiguration in runtime recording
  • #5351 - Fix issues identified with static code analysis
  • #5350 - Add ADOPTERS.md
  • #5349 - ci: use the recommended way to build native image in CI
  • #5342 - quarkus-oidc does not work in the native mode without quarkus-jackson
  • #5336 - Use separate URLClassPath targets depending on the JDK version #5335
  • #5335 - URLClassPath substitutions not working with Java 11
  • #5334 - Make Infinispan embedded cache manager a singleton scoped to an appli…
  • #5323 - Quarkus tries to use client_credentials grant type when calling for JWT token to Keycloak, while it should use authorization_code.
  • #5319 - Fixes #5286 - DynamoDB: split config into build & runtime configs.
  • #5313 - Provide a way to set the TCCL in @buildstep
  • #5312 - Remove the README.md in integration-tests
  • #5308 - hibernate validator: Remember annotated interface methods
  • #5306 - style(*): Propagate Jboss Logmanager
  • #5301 - JsonWebToken raw_token claim is not set in the OIDC flows
  • #5293 - NPE while :quarkusBuild gradle task when @ServletSecurity annotation not present on servlet
  • #5286 - DynamoDB processor accesses run time config
  • #5278 - Remove the lambda use in RESTEasy's VertxRequestHandler
  • #5271 - Fix CI
  • #5269 - Timezone mappings missing for MySQL JDBC driver in native mode
  • #5264 - Update to smallrye-jwt-2.0.10
  • #5260 - Update okhttp to 3.12.6
  • #5253 - Make the vertx-graphql extension work in native mode
  • #5249 - Gradle kotlin project missing all-open plugin
  • #5248 - vertx-graphql fails in native mode - GraphQLInputDeserializer has no default (no arg) constructor
  • #5246 - remove unused CombinedIndexBuildItem parameter and move the feature label constants to FeatureBuildItem labels blocks
  • #5242 - Upgrade to Neo4j driver 4.0.0-beta03.
  • #5235 - feat: list openapi, swaggerui, metrics and health endpoints in not found page
  • #5230 - make sure that cachedOpenApiPath is always resolved against http rootpath
  • #5225 - Add support for Spring Security's @secured
  • #5222 - Add health checks for Mongodb, Kafka and Neo4j
  • #5220 - RESTEasy http performance
  • #5217 - fix: Dev mode - 404 Page - Live reloaded list of static files
  • #5215 - Kafka native ITs are unstable
  • #5212 - Testcontainers bump to 1.12.3
  • #5205 - Upgrade Gradle wrapper version to 5.6.4
  • #5203 - Configuration structure improvements in the Hibernate Search extension
  • #5201 - Dev mode - 404 - List of static files not reloaded
  • #5195 - Deprecate providesCapabilities and applicationArchiveMarkers
  • #5194 - Deprecated @buildstep#providesCapabilities
  • #5193 - Fix potential NPEs and add missing hashCode() methods
  • #5192 - Unable to get the quarkus.http.port from environment variable
  • #5188 - Fix conditions that always evaluate to false
  • #5185 - Introduce the ability to configure Agroal validation query
  • #5168 - Use %n for new line in case of String.format
  • #5166 - Removal of unused appModel - minor fix
  • #5164 - Reorganize the imports of UnauthorizedExceptionMapper
  • #5163 - NoSuchFileException in logs and improper caching in devmode after removing a html file
  • #5157 - Remove deprecated @template
  • #5155 - Make LaunchMode injectable
  • #5150 - /swagger-ui does not show up in not found exception page
  • #5146 - Remove Arc dead code
  • #5144 - generate a documentation file for each config root and general config items (non config group config items)
  • #5142 - Add resteasy capability
  • #5139 - Improve ignore rules in reflection hierarchy registration
  • #5138 - prefix "classpath:" does not work for "quarkus.flyway.locations " in native mode
  • #5125 - Add readiness health check for Kafka Streams
  • #5116 - Trailing whitespace after quarkus.jaeger.sampler-param=1 fails to build
  • #5106 - Load transformed bean in correct CL
  • #5104 - Ensure that final methods don't prevent CDI interceptors from being applied
  • #5100 - #5023 Add additional metadata to MANIFEST.MF
  • #5079 - UnauthorizedExceptionMapper.toResponse - dead local store removal
  • #5075 - Add OIDC connection-delay property
  • #5073 - Provides extension HealthCheck for MongoDB, Neo4j and Kafka
  • #5052 - Add health check to Artemis extension
  • #5051 - Quarkus 0.27 - JWT role validation does not work
  • #5042 - Updating to quarkus-vertx-core and other dep optimizations
  • #5040 - quarkus-oidc can depend on vertx-core and vertx-http as opposed to the full vertx stack
  • #5037 - Amazon Lambda SAM CLI integration
  • #5033 - Bump Arquillian to 1.5.0.Final
  • #5023 - Add additional metadata to MANIFEST.MF
  • #5020 - Scheduler - make the thread pool configurable and/or reuse ExecutorBuildItem
  • #4987 - Remove metrics dependency from fault-tolerance extension
  • #4974 - Add support for generating knative manifests using the kubernetes extension.
  • #4963 - Idle timeout for blocking http
  • #4953 - Generate a README.md with instructions on how to build the project
  • #4908 - Graylog log management
  • #4869 - Document how to access the config programmatically
  • #4857 - quarkus-smallrye-fault-tolerance extension should not have a hard dependency to quarkus-smallrye-metrics
  • #4793 - Support Health Check for Kafka Streams extension
  • #4791 - The Software Transactional Memory extension should not start the TransactionStatusManager during native build
  • #4666 - Add tests for json and custom logging
  • #4663 - Add mutual SSL properties
  • #4619 - Quarkus OIDC shouldn't fail, when Auth Server is not up
  • #4608 - Generate a README.md with instructions on how to build the project in CreateProject
  • #4518 - MP Metrics TCK - Fix excluded tests
  • #4516 - MP Config TCK - Fix excluded tests
  • #4512 - Mismatch in ConfigProviderResolver instances after boot
  • #4268 - Support WebSocket sub-protocols
  • #4218 - Upgrade to GraalVM 19.3.0 / Java 8 edition
  • #4172 - quarkus.swagger-ui.path doesn't accept environment variables as its value
  • #4123 - MP-Configuration: Environment variables not resolved in prod mode
  • #4121 - [WIP] Introduce logging extensibility, JSON formatter extension
  • #4119 - ENV Variable not substituted
  • #4082 - Add datasource configurations for initSQL and validationQuery
  • #4077 - Opentracing extension: java.lang.reflect.InvocationTargetException: Illegal character in authority
  • #3985 - Create quarkus-sentry Extension
  • #3937 - Support the configuration property indirection with custom ConfigSource
  • #3904 - Add support for YAML configuration files
  • #3888 - Injecting @ConfigProperty(name="quarkus.servlet.context-path") does not work in native mode
  • #3833 - ArtemisTestResource available
  • #3792 - Added Access Log Configuration sample documentation for RESTEasy + Servlet
  • #3702 - QuarkusTest does not take into consideration dependencies defined in the maven profile
  • #3637 - Env Variable not recognized using MicroProfile Restclient and Quarkus dev mode
  • #3521 - Add Flyway support for multiple datasources
  • #3520 - Make Quartz Extension configurable for clustered scheduler engine
  • #3516 - ENV Variables doesn't work anymore with Quarkus 0.20.0
  • #3498 - Provider io.quarkus.runtime.configuration.TemporaryConfigSourceProvider not found
  • #3482 - Query hint support for Panache
  • #3458 - ReflectiveHierarchyStep warning - unable to properly register for reflection
  • #3279 - Document how to use Vault to encrypt password for quarkus.mailer.password
  • #3174 - Reintroduce Gradle ITs in main tree
  • #3089 - Test - stale config values
  • #3030 - Apply default values during property expansion
  • #2816 - Variable replacement does not work for quarkus-smallrye-rest-client /mp-rest/url
  • #2767 - Compilation fails with quarkus-gradle-plugin while using Hibernate bytecode enhancement
  • #2760 - Set datasource password via environment variable (Postgres)
  • #2744 - LockModeType support with Panache
  • #2409 - Support custom logging handlers
  • #2404 - We call our "standards compliant" but don't actually mention any standards
  • #1989 - Two conflicting default values for quarkus.log.console.darken
  • #1888 - Quarkus cannot use the hibernate-validator constraints in the inherited class/interface
  • #1887 - Logging configuration ignores environment variables
  • #1847 - Add JsonFormatter support for the log
  • #1368 - Returning Optional for single result find Panache operations
  • #1289 - integration-tests/README.md refers to non-existent GraalTest
  • #891 - Improve error reporting of missing default config values
  • #734 - Config Converter for Class objects
  • #589 - The infamous DEV mode
  • #390 - Extension configuration should support all primitive types