quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are visible (Hide)

quarkus - 1.6.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #10419 - Fix fast-jar Dockerfile
  • #10418 - Reduce log level of "objcopy" missing message
  • #10413 - Fix the security-oauth2.adoc callouts
  • #10408 - Fix test dependency filtering in DevMojo
  • #10405 - Fix missing Jaeger client version in native mode
  • #10399 - Field jaeger.version is empty when using quarkus-jaeger
  • #10398 - Revert "Simplify runtime class transformation"
  • #10396 - Document mocking an authorization server with Mockito
  • #10395 - Dockerfile.native - write access to /work directory
  • #10393 - Ignore .cache directories created by the formatter-maven-plugin
  • #10392 - Qute - fix parser
  • #10391 - Avoid version issues by using an extended name option to decode base64
  • #10389 - Set owner's permission to execute manage.sh
  • #10388 - Apply small fixes to GraphQL docs
  • #10387 - Escape pipe when transforming JavaDoc to AsciiDoc
  • #10386 - Generated manage.sh script not executable
  • #10385 - Removing unused import in Lambda template
  • #10382 - Hibernate Reactive services initiator fix
  • #10380 - Allow setting remote repository manager on BootstrapMavenContextConfig
  • #10370 - Knative manifest now uses valid port names
  • #10365 - Fix auth handling in Spring Cloud Config Client
  • #10364 - Explain how to configure embedded authentication for integration testing
  • #10351 - Fix use-parent-handlers case in logging doc
  • #10350 - [spring-cloud-config-client] Authentication not added when spring-cloud-config.url defines a endpoint, not a base url
  • #10348 - fixes property name in the application.properties example
  • #10346 - Use the AWS SDK BOM to avoid inconsistent versions and upgrade to 2.13.46 - Fix various other version alignments
  • #10345 - Honour @JsonIgnore on Panache entities
  • #10342 - Upgrade axle-client version to the one matching the mutiny-client version
  • #10337 - Update SmallRye Reactive Messaging to version 2.1.1
  • #10334 - Make Elytron Security extensions config overridable at runtime
  • #10333 - Fix broken sidecar handling
  • #10332 - Generated knative.yaml does not work on Openshift Serverless
  • #10329 - Add documentation on how to use Wiremock in Quarkus tests
  • #10322 - Fix for #10320 - Backwards incompatible profile value resolution between Quarkus and SmallRye Config.
  • #10321 - Add a section about the redirection to the OIDC web-app docs
  • #10320 - Config properties of inactive profiles are being expanded in 1.6.0.CR1
  • #10317 - Bump webjars-locator-core to 0.46
  • #10316 - Devmode .env: fall back to mklink /H on Windows
  • #10313 - Webjars-locator only works in quarkus:dev mode
  • #10312 - Fix broken anchor when linking to database vault example
  • #10310 - Make blocking router unordered
  • #10308 - Quarkus kubernetes sidecars configs do not work
  • #10307 - Use AppArtifactKey instead of a string in ExtensionDescriptorMojo
  • #10293 - Gcp HTTP functions improvements
  • #10292 - Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size
  • #10288 - Add 'Entity State-detection Strategies' to spring-data-jpa docs
  • #10286 - Dependency parity validator is missing dependencies with different versions
  • #10283 - Turn reactive datasource pools into synthetic beans
  • #10281 - updated the reactive getting-started guide to reflect the newer api
  • #10279 - Dependency parity validator is missing dependencies with different versions
  • #10278 - Ensure that enums can be used in ConfigProperties in native mode
  • #10277 - Using an Enum in ConfigProperties doesn't work in native mode
  • #10276 - Doc: reactive tx management with SqlClientHelper
  • #10274 - Netty's shaded JC Tools need Unsafe access in native mode
  • #10261 - Provide warning for unsupported rest-client features in native
  • #10260 - quarkus.kubernetes.annotations gets not applied to ingress
  • #10259 - LDAP Security - configuration needs to be modifiable at runtime
  • #10187 - Hibernate Reactive bug with generated IDs
  • #10170 - JVM args should be aware of quotes
  • #10166 - -Dquarkus.args cannot handle more than one argument in command line
  • #10143 - quarkus-maven-plugin DevMojo erroneously excludes local project dependencies
  • #10126 - Allow QuarkusTest to override base URL of REST client
  • #10093 - Add debug symbols support #9792
  • #10059 - Cannot inject reactive Pool/PgPool into gRPC Singleton
  • #9792 - Offer quarkus property to enable debug symbols
  • #9769 - wildcarded mqtt topic not receiving messages
  • #9100 - fix guide -> Deploying the application as Java application in OpenShift with jdk11
  • #8297 - Unable to copy .env file in dev mode
  • #5234 - MQ Message not acknowledged on thrown exception
quarkus - 1.6.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #10148 - Updated the maximum size allowed for request body to 10 MB
  • #10127 - Validate extension dependencies in the packaging phase of the runtime artifact
  • #10079 - Set a safer default for quarkus.http.limits.max-body-size
  • #10051 - Externalize OptaPlanner extension
  • #10009 - Google Cloud Functions
  • #9933 - Add ability to run tests with different config profiles
  • #9906 - Fix trustStore handling in native-image
  • #9732 - Reactive db2 client
  • #9710 - Introduce the ability to generate AppCDS
  • #9645 - Google Cloud Functions http bindings
  • #9486 - Upgrade GraalVM to 20.1.0
  • #9473 - Add a WebJar Locator extension that duplicates webjar locator behavio…
  • #9462 - Add a TROUBLESHOOTING.md page with performance related tips
  • #9457 - Implement a Quarkus extension for the Vert.x DB2 driver
  • #9439 - Enable tracing in the SmallRye GraphQL extension
  • #9412 - ArC - register /quarkus/arc/beans and /quarkus/arc/observers routes in the dev mode
  • #9278 - Introduce support for Spring's @Scheduled
  • #9060 - Hibernate Reactive extension
  • #8883 - Add Hibernate Reactive extension (beta)

Complete changelog

  • #10289 - Fix Maven Tooling tests
  • #10282 - Skip gpg signing for integration tests modules
  • #10275 - Properly use deployment dependencies in the OpenTracing deployment tests
  • #10268 - Fix extension validation in extension descriptor generator
  • #10263 - Various Hibernate ORM extension refactorings to pave the way for Hibernate Reactive
  • #10262 - Make sure that logging handlers don't leak in internal tests
  • #10257 - Properly fix issue with primitive id types in Spring Data JPA.
  • #10254 - Update Mutiny version to 0.5.4 and fix CompositeException unwrapping in the security handling
  • #10247 - Trim HTTP paths for security mapping
  • #10240 - Revert "Reactive sql client pool in thread local"
  • #10239 - Strip trailing forward slash from OIDC URL
  • #10238 - Ensure that QuarkusClassLoader returns the same URL format as URLClassLoader
  • #10235 - Update Mutiny version to 0.5.4
  • #10229 - Link to SmallRye Config documentation.
  • #10228 - Rethink closing strategy of the ThreadLocalPool optimised pgpool
  • #10227 - Issue with dex: OIDC server is not available at the 'quarkus.oidc.auth-server-url' URL
  • #10223 - Reduce level of a log message in Gradle QuarkusDev task
  • #10222 - Error messages when jdbc.url has not been defined
  • #10221 - Reactive sql client pool in thread local
  • #10220 - Upgrade Quarkus HTTP to 3.0.11.Final
  • #10219 - Make sure that Flyway resources are only processed once
  • #10216 - Qute - result mappers may throw an exception
  • #10215 - Flyway Callback Scripts Failing When Running mvn test
  • #10211 - Take @Version into account in Spring Data JPA
  • #10210 - Smallrye reactive messaging: CommitFailed never recovered the connection
  • #10209 - Make it possible to customize the behavior when a Qute value is missing
  • #10208 - Fix issue with primitive id types in Spring Data JPA
  • #10206 - Alternate fix to make sure resources are only closed once
  • #10205 - Ensure that a set quarkus.log.file.path system prop is used in tests
  • #10202 - Unable to set logfile name/path for QuarkusTests
  • #10201 - Quarkus path based authentication
  • #10199 - Bump mariadb-java-client from 2.6.0 to 2.6.1
  • #10197 - Couple small and simple improvements on Hibernate Reactive
  • #10195 - Support building multi-module projects with root module having no sources
  • #10194 - URL is not defined for datasource error when using quarkus.datasource.db-kind=postgresql on a properties file
  • #10190 - Update Mutiny to 0.5.3 and SmallRye Reactive Utils to 0.1.1
  • #10182 - Deprecate quarkus-bom-deployment and merge its content into quarkus-bom
  • #10181 - Prioritize Maven Central over custom repositories
  • #10179 - Provide extra validation for Spring controllers
  • #10175 - Fixed source formatting
  • #10173 - Upgrade to Hibernate ORM 5.4.18.Final
  • #10172 - Add mTLS documentation
  • #10171 - Document native docker switch for native in HTTP guide
  • #10169 - Bump jgit.version from 5.7.0.202003110725-r to 5.8.0.202006091008-r
  • #10165 - Warn when a spring-web class is not annotated with @RestController
  • #10164 - Adding Validations for Spring Projects
  • #10161 - Fix Java file paths and packages in OptaPlanner quickstart
  • #10156 - spring-data-jpa: repository calls merge() when it should call persist() instead
  • #10155 - Asterisk and other special characters not escaped in Quarkus config docs
  • #10153 - Asterisk and other special characters not escaped in Quarkus config docs
  • #10151 - Tiny URL fix
  • #10148 - Updated the maximum size allowed for request body to 10 MB
  • #10146 - Ensure that TestResourceManager is only closed once
  • #10145 - Enable SSL Client Authentication for consul-config
  • #10142 - Enhance build image log
  • #10141 - Update SmallRye GraphQL version to 1.0.4
  • #10138 - Enable forwarded for host header configuration
  • #10137 - Gradle support - Improve logging/visibility of native image generation
  • #10131 - A suspicious log about agroal being present when using Hibernate ORM Reactive extension
  • #10130 - Dev-mode: respect configuration when running resources:resource
  • #10129 - Bump swagger-ui from 3.26.1 to 3.27.0
  • #10127 - Validate extension dependencies in the packaging phase of the runtime artifact
  • #10125 - Use the ping command inside the health check
  • #10124 - Disable FormAuthCookiesTestCase#testCredentialCookieRotation
  • #10122 - NullpointerException when building from profile
  • #10121 - Add description to fail() method in test
  • #10119 - MongoDB Health Check fails when using Mongo template on Openshift
  • #10117 - SSL client authentication for consul-config extension
  • #10116 - Some minor adjustments to the Blaze Persistence documentation
  • #10113 - Add the ability to define maven repositories when creating a project
  • #10111 - Fix Kafka JSON documentation
  • #10109 - Fix null arguments being passed to dev mode test
  • #10107 - Allow skipping of persistence.xml parsing
  • #10105 - Add micrometer runtime metrics uptime and start time
  • #10103 - Bump mutiny from 0.5.2 to 0.5.3
  • #10102 - Don't report image is pulled unless it's actually happening
  • #10101 - Allow fields with "and" or "or" in Spring Data JPA repositories
  • #10100 - Spring Data JPA - Method name parsing fails when fields start with "and" or "or"
  • #10099 - Remove Sundrio dependency from bom
  • #10098 - Replaced addSecurityIdentityAugmenter in favor of addSecurityIdentityAugmentor
  • #10096 - Not expected behaviour when using http.* or https.* proxy system properties
  • #10092 - If both a static main and a Quarkus main are present prefer the static main
  • #10091 - Fail the build when an invalid value of quarkus.package.main-class
  • #10088 - Optimize ArcContextProvider
  • #10086 - Propagate custom main class to manifest
  • #10085 - Exposing the reactive MongoDatabase
  • #10084 - Simplify runtime class transformation
  • #10079 - Set a safer default for quarkus.http.limits.max-body-size
  • #10073 - Reactive Pg Client: Mutiny can create a multi from Iterable
  • #10072 - Extract gradle test into separate actions
  • #10071 - Support custom entrypoints in Jib extension
  • #10069 - Bump RESTEasy version to 4.5.5.Final, added test for #8795
  • #10061 - Don't trigger a native-image warning about using -H:+IncludeAllTimeZo…
  • #10060 - Make Hibernate Reactive work w/o Narayana and Agroal
  • #10052 - Provide infrastructure to index additional classes
  • #10051 - Externalize OptaPlanner extension
  • #10047 - Update SmallRye Reactive Messaging to version 2.1.0
  • #10044 - Remove optional from env source and key refs
  • #10040 - Upgrade to Hibernate Search 6.0.0.Beta8
  • #10038 - Qute - add unparsed character data
  • #10037 - Add docker support for fast-jar
  • #10036 - Add reference to Ecosystem CI in extension authors doc
  • #10034 - Cache generated applications for different test profiles
  • #10032 - Move findLoadedClass to inside the lock
  • #10031 - JarRunnerIT fast jar test methods consistently failing on CI runs
  • #10028 - Bump to Gradle 6.5
  • #10027 - Remove gradletestkit from native test
  • #10026 - Use proper wait strategy for mysql container
  • #10016 - Hibernate Reactive session and connection leaks
  • #10015 - Hibernate Reactive: sessions are not closed, connections leak
  • #10011 - Support jib extra directories feature
  • #10009 - Google Cloud Functions
  • #10007 - Make it possible to mark beans as unremovable via MP config.
  • #10005 - Interception of static methods - support bindings added by transformers
  • #10002 - Add uber-jar to the list of default packaging in the doc
  • #10000 - Fix property name to allow -Ddocker to work
  • #9998 - Created Fast Jar test for Gradle
  • #9995 - Activate request context for websockets
  • #9994 - WebSocket Worker Thread should activate RequestScoped context
  • #9993 - Use proxy activation status in maven settings.xml
  • #9988 - Fix issue with running Hibernate Reactive MySQL tests with docker
  • #9978 - Bump liquibase-core from 3.9.0 to 3.10.0
  • #9977 - Bump swagger-ui from 3.26.0 to 3.26.1
  • #9972 - Minor changes to keycloak-authorization docs and lower case for enum properties
  • #9961 - After upgrade to Quarkus 1.5.1 @Transactional not save changes
  • #9960 - CI failure debugging - Dump Quarkus process launch logs if JarRunnerIT fails with condition timeout exceptions
  • #9954 - ReflectiveHierarchyStep warning for org.slf4j and javax.security.auth classes
  • #9953 - A lot of devtools-common important fixes
  • #9948 - added HTTPS test port in getting-started-testing documentation
  • #9944 - PGSQL 42.2.14 no longer needs dependency exclusions
  • #9942 - Make small fixes to GCP docs
  • #9941 - Allowing application to control bean removal
  • #9940 - Make the HTTP protocol version value, printed in access logs, conform to the Common Log Format
  • #9939 - Use similar options in Linux tests as Windows tests
  • #9937 - Fixes indent problem in PicoCLI example
  • #9934 - Make embedded users runtime properties
  • #9933 - Add ability to run tests with different config profiles
  • #9930 - Use example.com
  • #9929 - Refactor AppArtifactCoords
  • #9927 - Update image of mssql-server-linux used for integration testing
  • #9926 - Bump postgresql from 42.2.13 to 42.2.14
  • #9925 - Bump flyway-core from 6.4.3 to 6.4.4
  • #9924 - ArC - support @TransientReference
  • #9923 - Move Maven-based AppModelResolver impl to quarkus-bootstrap-maven-resolver
  • #9922 - update proton-j to 0.33.5
  • #9915 - Add missing extension install/uninstall logs and a few other small fixes
  • #9912 - Build google-cloud-functions-http module with Java 8.
  • #9910 - Only list the gRPC client or server extension if they are enabled.
  • #9909 - Docs - extension guide - mention all "dump" debug properties
  • #9907 - Correctly register metrics for inherited default methods
  • #9906 - Fix trustStore handling in native-image
  • #9905 - Qute - replace the map-based html escaper with simplified impl
  • #9904 - Improve Java 11 only integration tests handling
  • #9903 - Enable kubernetes authentication path configuration in Vault extension
  • #9902 - Fix a link in the Panache Kotlin guide
  • #9899 - Apply minor cleanup to Azure and Google Functions
  • #9891 - OIDC JWK refresh support
  • #9888 - Quarkus OIDC code flow does not work if Keycloak is configured with non-default token/etc endpoint paths
  • #9887 - Metrics aren't registered for default methods inherited from interfaces when a class is annotated
  • #9878 - Upgrade to kubernetes-client 4.10.2
  • #9872 - Block usage of persistence.xml for Hibernate Reactive
  • #9871 - Enhance quarkus vault integration - allow users to specify k8s auth method mount path
  • #9870 - Bump swagger-ui from 3.25.5 to 3.26.0
  • #9868 - ArC - make it possible to exclude types and dependencies
  • #9866 - Upgrade PostgreSQL JDBC driver from 42.2.12 to 42.2.13
  • #9862 - Use ubi-quarkus-native-binary-s2i:1.0
  • #9859 - Remove support for persistence.xml for Hibernate Reactive
  • #9852 - Init gradle integration tests
  • #9841 - Fix test execution issues on Windows
  • #9835 - generate get/set for public fields in order to support @JvmField annotations as well.
  • #9833 - Hibernate Reactive integration with DB2
  • #9828 - First step to extract Maven-specific parts from the bootstrap core
  • #9827 - KubernetesDeploy update to always close client and to fetch masterURL just once
  • #9823 - UnremovableBuildItem - introduce convenient factory methods
  • #9817 - Make the directory containing the output fast jar a constant
  • #9815 - Introduce more context into test callbacks
  • #9813 - Fast jar performance improvements
  • #9812 - Extend QuarkusTestCallbacks with a context like JUnit Jupiter
  • #9809 - Add forwarded-host-header and forwarded-prefix-header configuration
  • #9806 - Introduce ArcContainer.select() methods
  • #9804 - Bump wildfly-elytron.version from 1.12.0.Final to 1.12.1.Final
  • #9798 - Make fast-jar work with transformed classes in a default package
  • #9797 - Add Gradle native TS
  • #9790 - Add native args configuration in quarkusBuild task
  • #9789 - Move empty byte buffer creation direct buffer to runtime
  • #9788 - NPE Building with fast-jar
  • #9787 - Refactor and Introduce ExtensionManager in CodeGen
  • #9783 - updated the cli to work similar as the maven and gradle tools
  • #9782 - Temporarily disable Panache Kotlin native test
  • #9781 - Fix #9780 Manage debezium in quarkus-bom-test instead of quarkus-bom
  • #9780 - Manage debezium in quarkus-bom-test instead of quarkus-bom
  • #9778 - Add test to ensure that .env works in Gradle
  • #9775 - update to MicroProfile Fault Tolerance 2.1.1 and SmallRye Fault Tolerance 4.3.0
  • #9771 - Allow certain @ConfigProperties fields to be ignored
  • #9765 - Allow mutable applications to be started in dev mode
  • #9764 - Quarkus HTTP 3.0.10.Final
  • #9762 - Add @ConfigIgnore annotation for ignorable @ConfigProperties
  • #9761 - generics and processing fix
  • #9758 - Properly support defining env vars from secret/configmap keys
  • #9757 - Bump quarkus-http-websockets-jsr from 3.0.9.Final to 3.0.10.Final
  • #9756 - Fix panache/kotlin test that breaks build
  • #9755 - Bump quarkus-http.version from 3.0.9.Final to 3.0.10.Final
  • #9750 - EmptyByteBuf referencing Cleaner instances that change
  • #9749 - SmallRye health checks - Singleton as the default scope
  • #9744 - Add Blaze-Persistence guide
  • #9742 - REST Data with Panache pagination
  • #9740 - Clarify the contract of features and capabilities
  • #9734 - Bump debezium-core from 1.1.1.Final to 1.1.2.Final
  • #9732 - Reactive db2 client
  • #9729 - HealthBuildItem - remove the useless configRootName property
  • #9724 - Run resources:resource if needed maven goal when starting dev-mode
  • #9723 - Add retrieval of persistence unit names to JPAConfig
  • #9721 - Quarkus:dev does not filter resources
  • #9720 - Apply very minor cleanup to DevMojo
  • #9716 - Fix #9684: Allow CDI bean creation from picocli args parsing
  • #9713 - Adding a self-signed certificate to keystore and setting -Djavax.net.ssl.trustStore gives PKIX path building failed message
  • #9712 - Bump swagger-ui from 3.25.4 to 3.25.5
  • #9710 - Introduce the ability to generate AppCDS
  • #9708 - Suggest rest-client-jsonb instead of resteasy-jsonb
  • #9706 - quarkus-universe-bom json contains duplicated description
  • #9705 - Bump up AWS SDK 2
  • #9704 - Apply minor cleanup to JibProcessor when building fast-jar
  • #9700 - Improve dev mode startup time
  • #9699 - Default quarkus.kafka-streams.application-id to quarkus.application.name
  • #9695 - Adding Spring Web support in OpenAPI
  • #9692 - Lambda core and events updated to latest libraries per #9690, adding ALB event
  • #9690 - Please adopt aws-lambda-java-events 3.1.0
  • #9689 - Bump testcontainers-bom from 1.14.2 to 1.14.3
  • #9685 - Upgrade to Hibernate ORM 5.4.17.Final
  • #9684 - Allow CDI bean creation from picocli args parsing
  • #9680 - Bean generator - improve error message if type handle construction fails
  • #9678 - Add support for Docker's --build-arg
  • #9676 - Docker --build-arg property for extension container-image-docker
  • #9675 - Bump Dekorate to 0.12.1
  • #9669 - Update to KC 10.0.1 and use quarkus-keycloak-admin-client in KC authorization tests
  • #9668 - Bump smallrye-open-api from 1.2.3 to 1.2.4
  • #9665 - Use direct SmallRye Config APIs
  • #9661 - Ensure ResteasyDeploymentCustomizerBuildItem works for all ResteasyDeployment fields
  • #9657 - Static method interception
  • #9656 - Restore the user query after OIDC redirect
  • #9654 - Make it possible to dump transformed classes in the dev/test mode
  • #9648 - Bump flyway-core from 6.4.2 to 6.4.3
  • #9647 - Bytecode recorder can not record ResteasyDeployment properties
  • #9646 - Verifies the discovery and application of annotations
  • #9645 - Google Cloud Functions http bindings
  • #9644 - Reactive datasource config: cache-prepared-statements is not specific to any DB
  • #9642 - Reactive datasource config: cache-prepared-statements is not specific to any DB
  • #9641 - Moved Panache's JandexUtil to core's JandexUtil and AsmUtil
  • #9633 - Unsupported type MethodAccessorGenerator on Kafka
  • #9631 - Introduce QuarkusProject and Quarkus project zipping in codegen
  • #9629 - Kubernetes env vars generation changed unexpectedly
  • #9628 - Apply very minor cleanup on ApplicationLifecycleManager
  • #9626 - Adjust JVM badge
  • #9621 - Add JPA static model classes to native image
  • #9617 - Bump wildfly-elytron.version from 1.11.4.Final to 1.12.0.Final
  • #9616 - Replace @ConfigProperty by @ConfigItem in PackageConfig
  • #9614 - Reorganise Hibernate ORM REST Data Panache tests
  • #9612 - Configure Mutiny infra to use Quarkus thread pool
  • #9611 - Add a kotlin panache guide
  • #9609 - Improve consistency in codegen
  • #9604 - Fixes #9339 document log workaround in IDEs
  • #9600 - Increase read timeout for Vault tests
  • #9597 - Add devmode test for the keycloak policy enforcer
  • #9590 - Bump swagger-ui from 3.25.3 to 3.25.4
  • #9586 - Funqy use Uni
  • #9585 - Offer a quarkus:remote-dev in binary form
  • #9580 - Reactive routes - use end handler to terminate the CDI request context
  • #9577 - Test for #7102
  • #9576 - Fix #9260: Shared Annotations Literals with default private Class fields
  • #9573 - HttpBuildTimeConfig - add configurable debug path
  • #9570 - Support Charset in Quarkus Config - Use it in Hibernate
  • #9561 - Environment variables from secrets are not exported on OCP 3.11
  • #9556 - Fix argLine handling in two integration-tests modules
  • #9550 - Configure Mutiny thread pools using the Quarkus ones
  • #9548 - Clean up redundant surefire config and use one version
  • #9547 - Eliminate Config accessor object usage wherever possible
  • #9545 - Ability to exclude 3rd party CDI beans/factories from Quarkus Arc bean resolution
  • #9539 - Query parameters lost on redirect to OIDC provider
  • #9536 - Restore ability to provide additional command line arguments to native build
  • #9526 - Remove lambdas from SmallRyeMetricsRecorder
  • #9523 - Add ${maven.home} to all surefire and failsafe executions
  • #9518 - Bump swagger-ui from 3.25.0 to 3.25.3
  • #9517 - Bump awaitility from 4.0.2 to 4.0.3
  • #9505 - QuarkusTest is downloading dependencies to default localRepository (ignores MAVEN_HOME/conf/settings.xml?)
  • #9503 - Bump narayana.version from 5.10.4.Final to 5.10.5.Final
  • #9494 - Look for quarkus.index-dependency.* among the application runtime dependencies
  • #9491 - Update to Vert.x 3.9.1
  • #9486 - Upgrade GraalVM to 20.1.0
  • #9479 - Vert.x 3.9.1 integration
  • #9473 - Add a WebJar Locator extension that duplicates webjar locator behavio…
  • #9469 - SSL support for Reactive SQL Clients
  • #9467 - Bump awaitility from 4.0.2 to 4.0.3 in /devtools/gradle
  • #9462 - Add a TROUBLESHOOTING.md page with performance related tips
  • #9457 - Implement a Quarkus extension for the Vert.x DB2 driver
  • #9447 - Kafka and AMQP connector concurrency
  • #9439 - Enable tracing in the SmallRye GraphQL extension
  • #9437 - Reduce the number of generated config methods
  • #9433 - Add dev mode test for multiple datasources
  • #9430 - Bump testcontainers-bom from 1.14.1 to 1.14.2
  • #9419 - Add io to quarkusbuild task
  • #9418 - SongResourceIT for spring-data-jpa module
  • #9412 - ArC - register /quarkus/arc/beans and /quarkus/arc/observers routes in the dev mode
  • #9396 - Sub-modules in same project not being indexed when using quarkus.index-dependency. properties
  • #9394 - Allow application to be re-augmented
  • #9339 - Running JUnit tests in IDE doesn't set the LogManager
  • #9322 - OpenTracing integration in the SmallRye GraphQL extension
  • #9306 - Native Image Compilation Stack Trace Not Showing Underlying Error related to --initialize-at-run-time using Gradle
  • #9281 - Gradle build cache is not being leveraged
  • #9280 - cleaner kubernetes.yaml generation
  • #9278 - Introduce support for Spring's @Scheduled
  • #9271 - Offer quarkus:reaugment command
  • #9267 - Google Function support
  • #9263 - Better fault tolerance for Messaging
  • #9260 - Annotations with default private Class fields can cause runtime exception
  • #9239 - Kotlin ORM with Panache: annotations on fields not always visible to Hibernate
  • #9222 - Add JPA StaticMetamodel classes to the native image
  • #9184 - Replaced Quarkus Config Profiles and Expansion with SmallRye Config
  • #9141 - JsonWebToken always null inside Uni/ Multi callback
  • #9060 - Hibernate Reactive extension
  • #9017 - [Gradle] ServiceLoader issues in test cases
  • #8991 - mTLS client authentication support
  • #8958 - Reintroduce native build configuration via gradle
  • #8937 - Support jib "container.entrypoint" configuration parameter
  • #8936 - Support jib "extra directories" feature
  • #8883 - Add Hibernate Reactive extension (beta)
  • #8860 - Generate uber jar for native image source jar if the uberJar option of quarkus-maven-plugin is enabled
  • #8850 - Support uber jar for native image source jar
  • #8810 - Inconsistent handling of Instant between RESTEasy and SmallRye OpenAPI
  • #8809 - Document @ActivateRequestContext for command mode
  • #8786 - Detail security policy
  • #8748 - Force LF line endings for the formatter
  • #8508 - Missing documentation for HTTPS with 2way TLS (aka mutual TLS, aka client cert auth)
  • #8499 - openapi doesn't treat CompletableFuture as CompletionStage
  • #8407 - Openapi should not be Resteasy dependent
  • #8226 - swagger-ui endpoint not accessible in AWS Lambda
  • #8201 - Unsupported type MethodAccessorGenerator in camel native tests
  • #8177 - smallrye-reactive-messaging-kafka stops reading messages after an exception occurs
  • #7733 - Qute enhancements
  • #7580 - AMQP and random message buffering
  • #7549 - Gradle plugin: output Docker logs when doing buildNative/testNative
  • #7424 - Unable to inject rest client defined in a different module in a multi module project
  • #7417 - Kafka Streams SASL and SSL config
  • #7404 - reactive-messaging-amqp extension doesn't reconnect to host
  • #7286 - OIDC needs to support the opaque access tokens
  • #7095 - Swagger-ui "Try it out" feature ignores root-path defined in Quarkus properties
  • #6858 - ArC - support @TransientReference
  • #6805 - Support ignoring an existing persistence.xml file
  • #6669 - Add support for Vertx' preferNativeTransport
  • #6321 - Mysql-reactive client is not working on native mode
  • #6238 - Enable CDI beans based on profiles
  • #6162 - Should log if it's building on GraalVM JDK8 vs JDK11
  • #5867 - OIDC adapter core improvements
  • #5003 - Refresh the verification JWK sets on demand
  • #4961 - [kafka streams] sasl not configurable
  • #4166 - Use smallrye config's newOptionalConverter when it lands
  • #3533 - Support interception of interface default methods
  • #3340 - Using ZipProjectWriter with CreateProject, Projects should be generated in a folder
quarkus - 1.5.2.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #10087 - Usability improvements around Panache annotation processors without making the fields protected
  • #10080 - Bug in sam.native.yaml Issue #10063
  • #10075 - Returns long instead of int
  • #10070 - Make YAML configuration work for Bootstrap Config
  • #10067 - Fix IDE launcher by replacing shading with alternate solution
  • #10066 - Never log passwords
  • #10063 - quarkus-amazon-lambda isn't generating a valid native SAM file
  • #10058 - Add openj9 images to the S2iBaseJavaImage
  • #10056 - OpenJ9 images not recognized as using run-java.sh
  • #10050 - Quarkus LDAP Security - on loglevel DEBUG, the username & password are dumped
  • #10048 - Update custom SecurityIdentityAugmentor to latest code
  • #10045 - Prevent NPE in Spring Web when no "Accept" header is specified
  • #10033 - @RestControllerAdvice and @ExceptionHandler
  • #10030 - Use '/' as the path element separator creating a relative resource path
  • #10019 - Handle primitives in DefaultIgnorePredicate
  • #10004 - Enable programmatic security in SmallRye GraphQL endpoints
  • #10003 - quarkus-maven-plugin not working correctly for project creation.
  • #10001 - SmallRye GraphQL is not integrated with programmatic security
  • #9984 - Typo in cdi-reference.adoc
  • #9983 - Patch Funqy Amazon Lambda HTTP test contentType to json
  • #9982 - Prevent a NPE and report the actual cause of boot failure in QuarkusTestExtension
  • #9979 - quarkus-amazon-lambda-http-archetype broken
  • #9974 - Quarkus cant be launched with Main-Class anymore
  • #9973 - Spring-Cloud-Config-Client Configuration not working
  • #9971 - NPE in QuarkusTestException instead of reporting real boot exception
  • #9959 - Fix silly token mistake in Consul Config
  • #9957 - Quarkus 1.5.0.Final - Consul 403 Forbidden using
  • #9938 - Fix deepClone issue with Supplier
  • #9886 - DeepClone in QuarkusTestExtension returns null
  • #9753 - Building GraphQL quickstart generates warnings that should be avoided
quarkus - 1.5.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #9936 - Use timezone aware date time for access logging's %t common log format
  • #9935 - Fix NullPointerException(s) when dealing with remote and local address returned by HTTP request
  • #9928 - Funqy doc improvements
  • #9920 - Fixed path for xattr command
  • #9882 - NullPointerException when quarkus.http.access-log.enabled=true
  • #9881 - Fix broken 'includeAll' in Liquibase
  • #9879 - Properly use password instead of user for MySQL reactive
  • #9874 - Fix improperly constructed Consul URL
  • #9873 - Allow websocket requests to run on a worker thread
  • #9865 - Shade transitive dependencies in the IDE launcher
  • #9853 - Report typo fixes contributed by Pierre Grimaud
  • #9851 - GraphQL: Adding the guide in the metadata
  • #9850 - Closes #9849 - reactive-pg-client - password authentication failure
  • #9849 - Vault Database Credentials - Invalid Password (reactive-pg-client)
  • #9848 - Fix unable to change status code when returning qute template as a response
  • #9847 - http access log attributes do not work
  • #9846 - Liquibase includeAll not supported in Quarkus 1.5
  • #9845 - Quarkus consul quarkus.consul-config.agent.host-port configuration
  • #9844 - Adjusting the Extension add command
  • #9838 - Change default thread pool size to max of 200 & 8*CPU
  • #9830 - Fix grpc config in documentation
  • #9826 - quarkus-ide-launcher duplicates classes from commons-lang etc without shading
  • #9824 - Take Java migration classes into account in Flyway extension
  • #9822 - Correct formatting of ConfigDiagnostic.java
  • #9821 - Activate request context for GraphQL API methods
  • #9819 - Quarkus 1.5.0 Flyway not running Java Migrations
  • #9814 - Update vertx-graphql description to remove REST keyword
  • #9811 - Fix PersonRepository example
  • #9810 - Make sure there is a thread to keep dev mode alive during restarts
  • #9793 - Add a section about @Blocking in the documentation
  • #9786 - @GraphQLApi without @ActivateRequestContext gives a ContextNotActiveException
  • #9785 - Add descriptions to get propagated into quarkus-universe-bom json
  • #9784 - Provide a proper error message when a Kubernetes token is invalid
  • #9779 - Fix unnecessary warnings about non-public constructor for @ConfigProperties
  • #9777 - Fixes Cloud Event Mapping example
  • #9774 - Set context class loader to the system one when loading the default filesystem providers
  • #9773 - Make REST Client work whether or not SSL is enabled or not in native
  • #9770 - Improved getting started reactive
  • #9748 - Dev mode stops without reason instead of restart when fired by code Changed (worked with 1.4.2.Final)
  • #9747 - Update to Keycloak 10.0.2
  • #9746 - Update non-native base image to ubi8/openjdk-11
  • #9731 - docs: fix description for credentials provider
  • #9730 - Fix broken sql Date serialization in native
  • #9725 - Apply minor cleanup to transactional docs
  • #9717 - Swagger and static resource support AWS Lambda HTTP, Azure HTTP
  • #9703 - ArC - ignore abstract classes annotated with a bean defining annotation
  • #9694 - docs: small fixes in amazon-kms.adoc file
  • #9687 - Fix working directory property in quarkusDev task
  • #9674 - Unsupported bean type: UNRESOLVED_TYPE_VARIABLE, K When using generics
  • #9673 - Security doc fix and improved warning message
  • #9670 - If the rotate-on-boot is defined and there is a file-suffix use the PeriodicSizeRotatingFileHandler
  • #9666 - Updated smallrye-open-api to 1.2.4
  • #9664 - Security provider configuration not working
  • #9659 - Cache doc improvement to better describe behaviors
  • #9653 - Gradle: setWorkingDir not working in 1.5.0
  • #9638 - Bootstrap Maven: make sure empty jar project artifacts can be resolved from the workspace
  • #9637 - Fix #9635
  • #9636 - Ensure that Liquibase CommandFactory can be used in native
  • #9635 - Panache - could not find indexed method
  • #9619 - Bump com.gradle.plugin-publish from 0.11.0 to 0.12.0 in /devtools/gradle
  • #9589 - Jackson Time Serialization Error: Class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer has no default (no arg) constructor
  • #9538 - @Parameters in = QUERY are left out in the openapi.json on Quarkus 1.4.2
  • #9506 - quarkus-ide-launcher breaks mvn dependency:analyze
  • #9414 - Fix #9309: Quarkus/Undertow does not parse request parameters correctly from multipart post
  • #9342 - Add @Patch support for RestClient
  • #9309 - Quarkus/Undertow does not parse request parameters correctly from multipart post
  • #9259 - log files rotation on boot doesn't work
  • #9098 - Scope permission checks may result in a false positive
  • #9068 - Uberjar does not include add dependencies
  • #9057 - Keycloak authorization: issue with the scopes and permissions
quarkus - 1.5.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #9624 - Gradle projects ignore openapi.yaml
  • #9618 - Bump quarkus-http.version from 3.0.8.Final to 3.0.9.Final
  • #9610 - Fix ignored Kubernetes client properties in S2I IS check
  • #9608 - Rename credentials-provider-type into credentials-provider-name
  • #9607 - Make sure validation can work even when a jar doesn't contain beans
  • #9605 - KubernetesClientException - quarkus.kubernetes-client.trust-certs=true not working on Windows
  • #9599 - Fix intermittent JaxRSTestCase failure
  • #9598 - Validation of REST input/output classes defined as dependency
  • #9596 - Do not show info message on datasource startup
  • #9595 - Fix issue with running tests in the IDE
  • #9584 - Attempt to fix more Mongo test failures
  • #9583 - Configuration properties references for keycloak-authorization extension
  • #9582 - Gradle: resources dir related fixes
  • #9579 - Revert "Set Hibernate ORM connection handling strategy to BEFORE_TRANSACTION_COMPLETION"
  • #9578 - Connection handling regression with Hibernate ORM in 1.5.0.CR1
  • #9571 - Don't wait for application to be stopped, if it's not even started
  • #9568 - IfBuildProfile/UnlessBuildProfile - add support for interceptors
  • #9567 - Add documentation for Consul extension
  • #9566 - QuarkusDevModeTest freezes when it fails during the loading
  • #9564 - Add documentation for Spring Cache extension
  • #9563 - Add documentation about the Minikube extension
  • #9562 - Make sure to use normalised paths
  • #9560 - Manage kafka-streams-test-utils version in quarkus-bom
  • #9557 - Set LogManager for all failsafe executions
  • #9554 - Amazon Lambda Docs update
  • #9553 - Amazon Lambda Test Framework - Improved error handling for shutdown
  • #9552 - Add Credentials Provider Documentation
  • #9549 - Fix flyway resource inclusion in native image when build is triggered from a Windows machine
  • #9546 - @IfBuildProfile not working on Interceptor
  • #9543 - (1.5.0.CR1) Qute Template not found
  • #9535 - Bump commons-codec to version 1.14
  • #9534 - Fix gRPC logging
  • #9533 - Bump Caffeine to version 2.8.4
  • #9531 - Speed up Flyway by preventing it from doing classpath scanning
  • #9528 - Update MP Metrics API to 2.3.2
  • #9525 - Disable CP cache when using forced dependencies
  • #9524 - Attempt to fix intermittent Mongo failures
  • #9519 - Fix CodeFlowTest
  • #9516 - Handle .exe extension if guessing path to Windows native executable
  • #9515 - 1.5.0.CR1 ClassCastException in multi-module maven project
  • #9514 - Ensure that RunnerClassloader can read directory resources
  • #9513 - Flyway didn't works using fast-jar
  • #9512 - Better TCCL handling in @QuarkusTest
  • #9511 - ClassCastException for QuarkusTestResourceLifecycleManager across modules in gradle
  • #9508 - Attempt to fix intermittent failure
  • #9507 - Another fix for the AMQP test
  • #9502 - Read Lambda ClientContext correctly
  • #9500 - Reduce grpc verbosity
  • #9499 - Fix Quartz doc formatting
  • #9488 - Fix broken primitive default values in @ConfigProperties
  • #9485 - VertxProducer - simplify code, get rid of synchronization
  • #9484 - Escaping JSON strings in QuarkusErrorServlet
  • #9481 - Simple HTTP request fail with server error 500, when using JDK 11 HTTP client and websocket installed
  • #9475 - Define durable queue in broker.xml
  • #9472 - Make ArC intercept default methods
  • #9471 - Gradle devmode: set quarkus.application.* properties
  • #9463 - Bad JSON returned from the default QuarkusErrorServlet
  • #9456 - Bean verticles injecting @Singleton beans cause NPE during application shutdown
  • #9454 - OIDC CodeFlowTest has become unstable
  • #9443 - Amazon services - cosmetics - rename variables in common processors
  • #9417 - Gradle: test case to make sure beans from other module's test config can be injected
  • #9413 - Amazon KMS + SES extensions
  • #9407 - Fix MongoDB Panache projection
  • #9395 - Parsing clientContext header seems to be broken in quarkus-amazon-lambda extension
  • #9390 - Enable Hibernate ORM multitenancy IT on CI
  • #9389 - Enable CI coverage for the Hibernate Multi-tenancy integration tests
  • #9388 - Added support for @InjectSpy
  • #9377 - add @InjectSpy feature
  • #9311 - Add kdoc for developers and add autoboxing code for non-nullable ID types
  • #9299 - Dev mode test gets stuck if there are no classes/resources in src/main
  • #9273 - Exception java.util.ServiceConfigurationError thrown
  • #9177 - java.util.NoSuchElementException: Property quarkus.application.name not found
  • #8967 - Quarkus Microprofile GraphQL documentation
  • #8469 - documentation for Keycloak authorization is insufficient
  • #7188 - PanacheRepository injected methods cannot be made transactional
quarkus - 1.3.4.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #9711 - fix (#9561): Remove optional from env source and key refs
quarkus - 1.3.3.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #9363 - Log bootstrap resolver downloads and properly apply wagon config
  • #9156 - Updated the version of keycloak version in bom from 9.0.2 to 9.0.3
quarkus - 1.5.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #9427 - Upgrade to Hibernate ORM 5.4.16.Final
  • #9426 - Add support for external JDBC pools (pgagroal/pgpool)
  • #9180 - Create picocli extension
  • #9172 - Amazon SNS + SQS extensions
  • #9144 - Add SmallRye GraphQL extension
  • #9120 - Move the gRPC support to the main Quarkus repository
  • #8779 - Add first version of Spring Cache annotations
  • #7840 - Panache Hibernate REST
  • #5681 - Hibernate ORM - Multitenancy support
  • #4968 - Amazon service extensions

Complete changelog

  • #9492 - Fix snapshot versions
  • #9474 - Make access logging work in native mode
  • #9470 - Add swagger-ui to dependabot
  • #9468 - fix issue with openJDK11-alpine
  • #9461 - Add the dependency name in each guide where it's missing
  • #9459 - Fix ignored default enum value for @ConfigProperties
  • #9455 - Disable 2 flaky tests in CodeFlowTest for now
  • #9452 - Clarify documentation on multi-module projects
  • #9450 - Link prefix for URL in quartz.adoc
  • #9444 - Update Quarkus HTTP to 3.0.8.Final
  • #9442 - AWS SQS guide
  • #9441 - SNS Guide - Missing SNS topic creation
  • #9440 - Remove some lamdbas from runtime code
  • #9436 - Fix issue with build time config in dev mode
  • #9435 - Don't repeat query params in access log
  • #9434 - Bump to Gradle 6.4.1
  • #9432 - Include just the maven dependencies needed for a quickstart
  • #9431 - Minor OIDC doc updates
  • #9429 - Bump smallrye-metrics from 2.4.1 to 2.4.2
  • #9427 - Upgrade to Hibernate ORM 5.4.16.Final
  • #9426 - Add support for external JDBC pools (pgagroal/pgpool)
  • #9425 - chore: Align methods in S2iProcessor
  • #9421 - Fix dependency cycle between the Mutiny RSO and Context Propagation
  • #9420 - Gradle: support runtime only deps in quarkusDev
  • #9416 - Devmode: filter out modules that aren't application compile or runtime dependencies
  • #9415 - Flyway with "multiple datasources" does not migrate at start
  • #9411 - Define gRPC version by using the BOM
  • #9406 - Improve getResources performance
  • #9405 - Update to smallrye-jwt-2.1.2
  • #9404 - Hibernate Search Elasticsearch: Add configuration property hibernate.search.elasticsearch.layout.strategy
  • #9403 - Import grpc-bom in quarkus-bom instead of managing individual grpc artifacts
  • #9402 - Minor fix in Hibernate multitenancy docs.
  • #9400 - Allow Spring Data methods to "traverse" class hierarchy when resolving names
  • #9399 - hibernate-orm-panache-kotlin in CI, test using injected resource extracted into separate class
  • #9393 - QuarkusTestExtension fails for Enums with toString overrides
  • #9387 - Improve robustness of the AMQP test
  • #9384 - Use surefire systemPropertyVariables instead of systemProperties
  • #9378 - Remove manually generated Liquibase beans
  • #9376 - bump run_java_sh to 1.3.7 to fix issue with JDK 11 Debug
  • #9375 - Increase level of KafkaStreams missing topics logs
  • #9374 - Rename Smallrye to SmallRye
  • #9373 - REST data Panache reorganisation
  • #9372 - OptaPlanner: Fail fast if no constraint implementations are found
  • #9369 - Update reactive-messaging.adoc to add resteasy-mutiny
  • #9368 - integration-tests: inherit quarkus-maven-plugin version from parent
  • #9365 - Windows fix for fast-jar
  • #9364 - Bootstrap Maven: apply session's authentication selector to the current project's repositories
  • #9362 - Refactor the HibernateOrmProcessor to decompose the build steps into …
  • #9361 - Allow other extensions to define Hibernate ORM configurations
  • #9358 - Reactive routes security - use shared Event instance
  • #9356 - Update SmallRye Reactive Messaging to version 2.0.3
  • #9352 - Test dependencies leak into Dev-Mode and QuarkusTest runtime classpath
  • #9351 - Fix KafkaStreamsITCase by moving Inject to REST resource
  • #9349 - Define layout.strategy on HibernateSearchElasticsearchRecorder#contributeBackendBuildTimeProperties
  • #9348 - Improve usability of @ConfigProperties
  • #9346 - GraphQL code fixes
  • #9345 - Translation between a Java exception and a gRPC error status
  • #9344 - Getting Funqy Ready for Release
  • #9343 - Upgrade smallrye-context-propagation to 1.0.13
  • #9341 - Support existing Kubernetes resources
  • #9340 - Properly support JUnit 5 parameters on test methods
  • #9336 - Fix the parent pom definition of the quarkus-vault-spi module
  • #9334 - Add codec section to the event bus guide
  • #9333 - Revert "Support Surefire 3.0.0-M4"
  • #9332 - Add workflow tips section in Contribution guide
  • #9331 - Bootstrap Maven: make sure wagon configuration is properly applied
  • #9323 - Integrate Metrics in SmallRye GraphQL extension
  • #9321 - Metrics integration in the SmallRye GraphQL extension
  • #9312 - Set compiler options for DevModeContext when using gradle
  • #9310 - Bump liquibase-core from 3.8.9 to 3.9.0
  • #9308 - Documentation On Building Quarkus Core
  • #9305 - Remove lambdas from RestClientBase
  • #9304 - Fix #6717 by making hibernate-orm-panache-kotlin IT test depend on H2
  • #9303 - If MP-CP is enabled, make REST Client use it as ExecutorService, to allow for CP in filters
  • #9302 - MQTT Messages are sent to the wrong callbacks using a single client-id
  • #9298 - Unable to create instance of JwtClaimsBuilder
  • #9296 - elytron-security-jdbc does not use attribute-mappings
  • #9295 - Default quarkus.http.access-log.pattern "common" duplicate query_string
  • #9293 - Naming Panache REST extension
  • #9291 - Amazon services: remove dynamodb mentions from common config beans
  • #9288 - Add support for config based SameSite cookies
  • #9286 - Add support for the SameSite cookie attribute
  • #9285 - document annotations with special characters
  • #9279 - Maven artifact cannot be downloaded while bootstrapping app
  • #9276 - Use /version when checking Kubernetes API server
  • #9270 - Improve Kubernetes extension logging
  • #9268 - quarkus-mongodb-panache: Added support to $in operator
  • #9266 - Maven tooling guide - Use quarkus.platform.version and quarkus-plugin.version properties
  • #9265 - Avoid build failures when cleaning up Gradle dev mode tests
  • #9258 - Trigger project compilation whenever there's a pom.xml change
  • #9256 - InjectionPoint metadata - ignore java.lang.Deprecated...
  • #9255 - Bootstrapping with a custom extension in a private maven repo
  • #9253 - Add section about @QuarkusTestResourse in testing guide
  • #9250 - fix (#6679): Use of BuildInfo in k8s processor
  • #9249 - Mention "native application" in startup message when Quarkus is run as a native application
  • #9248 - Log a warning if a private method declares metrics
  • #9246 - Explicitly set the io.netty.machineId system property to prevent potential slowdown during Netty channel initialization
  • #9245 - Propagate source and target Java versions from the Maven compiler plugin to devmode
  • #9243 - Bump flyway-core from 6.4.1 to 6.4.2
  • #9242 - Unable to run docker image + jdk 11 + maven +ubuntu
  • #9241 - Introduce the ability to read runtime configuration from Consul
  • #9240 - Add the testcontainers-bom to dependabot
  • #9238 - Fix #9036: support filters on queries
  • #9237 - Support MongoDB JavaScript $regex pattern
  • #9236 - fix (#9178): Use File.separator in S2iProcessor
  • #9235 - Improve the documentation of @QuarkusTestResource and QuarkusTestResourceLifecycleManager
  • #9234 - ExtensionLoader - fix processing of @Consume, @Produce and @ProduceWeak
  • #9233 - Use init params from build items
  • #9232 - Gradle - Inject beans from test configration in submodule
  • #9231 - Bring back DotName ctor for ReflectiveHierarchyIgnoreWarningBuildItem
  • #9230 - Ensure that 'quarkus.profile' from MP config is correct
  • #9229 - Use the named annotation from the class
  • #9228 - DevMojo: introduce enforceBuildGoal param to opt out of build goal check
  • #9227 - @Inject with @Named causing the AWS Lambda bootstrap failure
  • #9226 - Create tenant-specific code flow cookies
  • #9225 - Bump assertj-core from 3.16.0 to 3.16.1 in /devtools/gradle
  • #9224 - Bump assertj-core from 3.16.0 to 3.16.1
  • #9223 - Quarkus master / dev mode / --enable-preview - compilation fails after .java file edit
  • #9219 - MongoDB like operator not working properly
  • #9218 - Fix #9025: turn non-distinct single columns into count(*), throw for …
  • #9217 - smallrye-amqp connector does not respect incoming json content.
  • #9216 - smallrye-metrics creates counter for private method but does not increase its value
  • #9215 - Provides a way to configure the maximumMessageSize
  • #9213 - NettyProcessor - init EventLoopGroup synthetic beans RUN_TIME
  • #9208 - Add Online modeler via ".new" TLD
  • #9207 - Fix the MongoDB bson artifact version and update the driver
  • #9206 - Upgrade to Hibernate Search 6.0.0.Beta7
  • #9205 - Update to Hibernate Validator 6.1.5.Final
  • #9204 - MQTT client disconnects when receiving longer messages
  • #9203 - Document how to resolve reactive route conflicts using the order
  • #9201 - Add more tests showing Spring Data JPA traversing relationships
  • #9199 - Don't dispatch to a worker if we are not on an IO thread
  • #9198 - Introduce Maven ListExtensionsIT
  • #9197 - Dev-mode: don't warn if multi-module project
  • #9196 - Gelf handler chunking messages
  • #9193 - Allow the use of boolean, int and long in custom Spring Data JPA methods
  • #9192 - Spring Data Extension: Support for primitive return types
  • #9191 - Spring Data Extension: Support for constraints traversing nested properties in Query method
  • #9190 - Ignore BigDecimal and BigInteger reflection hierarchy warnings
  • #9189 - BigDecimal might not be automatically registered for reflection
  • #9188 - Check whether or not a thread is already blocking before submiting tasks to Quarkus executor
  • #9186 - Simplify Mongo Client integration with CDI
  • #9182 - Added support to register nested classes and reflection via classNames
  • #9181 - Add .factorypath to .gitignore (Visual Studio Code)
  • #9180 - Create picocli extension
  • #9178 - OpenShift deployment (quarkus-openshift extension) fails on Windows
  • #9176 - Fix deadlock in command mode
  • #9175 - Zip File Closed Exception when building with Gradle
  • #9173 - Allow to add a collation to a query
  • #9172 - Amazon SNS + SQS extensions
  • #9171 - Support overriding prefix of @ConfigProperties at the injection point
  • #9170 - Verify that the jar file has not been closed before returning the manifest
  • #9169 - Fix NPE when looking for BOM in extension mojos
  • #9168 - list-extensions goal fails with NPE when dependency without scope in dependencyManagement
  • #9166 - Bump mutiny from 0.4.4 to 0.5.0
  • #9163 - Command mode doesn't exit after unchecked exception
  • #9161 - keep a stable order in module's source paths
  • #9160 - Add necessary reflective classes for Jaeger
  • #9159 - Jaeger tracing not working in native mode with "remote" sampler type
  • #9157 - Updated JandexUtil to new subtyping
  • #9155 - Configure quarkus-oidc to use any other vert.x oauth2 providers other than KeycloakAuth
  • #9154 - Set up Dependabot for the 1.3 branch with only security updates
  • #9153 - Fix some small typos in code
  • #9151 - Vastly simplify mailer CDI configuration
  • #9148 - Netty EventLoopGroup qualifiers - add annotation literals
  • #9147 - Update building-native-image.adoc
  • #9146 - maven-quarkus-plugin fails if base dir is /something/ and project has parent pom
  • #9144 - Add SmallRye GraphQL extension
  • #9143 - Fail the build when a k8s deployment was requested by API server can't be reached
  • #9140 - Fix error on dev mode shutdown
  • #9139 - Clean up bootstrap path handling
  • #9137 - quarkusDev fails to work consistently across gradle subprojects
  • #9136 - Support for Custom Named Injections
  • #9135 - quarkus-smallrye-jwt JWT generation code fails to load the token resource in the dev mode
  • #9133 - Bump smallrye-reactive-streams-operators from 1.0.10 to 1.0.12
  • #9131 - reordering config subsection
  • #9130 - refactor: cleanup some unused variable initialization in JibProcessor
  • #9129 - when cluster is not available should build not fail when deploy requested ?
  • #9127 - Remove manually generated Flyway beans
  • #9124 - refactor: use existing DataSourceLiteral in quartz extension
  • #9120 - Move the gRPC support to the main Quarkus repository
  • #9119 - Make the reactive SQL clients tests more future proof
  • #9118 - Bootstrap Maven: respect -o cli arg
  • #9117 - update links inside kogito.adoc
  • #9116 - Maven workspace discovery: make sure the parent directory is not null
  • #9114 - Updated the Reactive SQL Clients guide to reflect the actual code of the quickstart
  • #9113 - Revert "Improve getResources performance"
  • #9109 - Make @RegisterForReflection work with plain strings
  • #9106 - ArC - fix producer method validation
  • #9105 - Allow transformation from all archives
  • #9104 - Add a Test BOM
  • #9103 - Test BOM
  • #9099 - Gradle dev mode test support and basic test
  • #9097 - Simplify data source configuration
  • #9096 - Bump assertj-core from 3.15.0 to 3.16.0 in /devtools/gradle
  • #9095 - Bump assertj-core from 3.15.0 to 3.16.0
  • #9094 - Dev-Mode: Remove check for build goal (or provide opt-out)
  • #9093 - Dev-Mode: Remove "[WARNING] The project's sources directory does not exist"
  • #9092 - Inject JWT Parser
  • #9091 - Optimize Dockerfile.native for smaller docker-image size
  • #9090 - Quarkus 1.4.2: QuarkusDev not finding @Named injections of another module (build works
  • #9089 - Config option for forcing https as oidc redirect_uri scheme
  • #9088 - Qute - generators cleanup
  • #9087 - Maven plugin is downloading metadata while running in offline mode.
  • #9085 - Config option for forcing https as oidc redirect_uri scheme
  • #9082 - Support passing parameters to a QuarkusTestResource
  • #9081 - Panache MongoDB - Use collation in find
  • #9080 - Make sure dev mode shuts down cleanly
  • #9079 - Fix typo
  • #9078 - Remove testcontainers from BOM
  • #9075 - Prevent a spurious wakeup from stopping devmode
  • #9072 - Attempt to fix intermittent pom change test failure
  • #9071 - Don't throw an error if container is stopped
  • #9070 - Changing pom file in dev mode can result in changes not being applied
  • #9066 - Arguments for QuarkusTestResource
  • #9062 - Inject KafkaClientSupplier and State(Restore)Listener in KafkaStreams
  • #9061 - Support Spring Controllers throwing ResponseStatusException
  • #9055 - Lack of Spring org.springframework.web.server.ResponseStatusException
  • #9050 - @Produces fails for classes without default constructor
  • #9047 - Logging access log with native dont work.
  • #9042 - Update Gizmo to 1.0.3.Final
  • #9040 - Allow multiple tags for container-image
  • #9038 - Improve context propagation performance for JTA
  • #9037 - Test for SSE issue
  • #9036 - PanacheEntityBase: support for Hibernate @Filter
  • #9032 - Add Credentials SPI Extension
  • #9031 - chore: update jackson to 2.10.4
  • #9030 - NoClassDefFoundError for transitive dependency when using gradle quarkusDev
  • #9028 - Support Surefire 3.0.0-M4
  • #9027 - Disable scheduler with runtime config
  • #9026 - Get rid of volatile configuration fields for Scheduler
  • #9025 - Panache Paging does not support projections
  • #9024 - Get rid of volatile configuration fields for Optaplanner
  • #9018 - Hibernate ORM improvements
  • #9015 - fix: typo in InstanceHandleImpl error message
  • #9014 - TenantConfigResolver should be able to work without the default tenant
  • #9012 - Support the injection of smallrye-jwt DefaultJwtParser
  • #9009 - Support injection of AgroalPoolInterceptor
  • #9006 - ASM 8, Hibernate ORM 5.4.15 upgrades
  • #8995 - Improve transformer dev mode performance
  • #8994 - Allow configuration doc generator to recognise config group declared in another module and generation of config items docs for external extensions
  • #8992 - Bump flyway-core from 6.4.0 to 6.4.1
  • #8987 - Update to Keycloak 10.0.0
  • #8980 - quarkus-core - Log in the INFO log (powered by Quarkus) if running in JVM or Native mode
  • #8978 - ClassCastException when using pact-jvm Jupiter extension and @QuarkusTest
  • #8973 - Implement an annotation processor to mark Panache archives
  • #8968 - Add context propagation section in the cache extension guide
  • #8956 - Support OIDC post logout cookie
  • #8955 - Add post-logout cookie and update the docs
  • #8953 - Update testcontainers version and sync changes from kafka into BOM
  • #8945 - Update to documentation to replace references to gradle's buildNative…
  • #8943 - Fix KafkaStreams liveness to allow rebalancing state
  • #8941 - Using Java 14 Record causes quarkusDev to hang
  • #8939 - Explicit test-kafka profile
  • #8933 - Allow extensions to configure Vertx
  • #8928 - Bump wildfly-elytron.version from 1.11.3.Final to 1.11.4.Final
  • #8923 - Possibility to set KafkaClientSupplier + State(Restore)Listener in KafkaStreams extension
  • #8921 - Allow @ConfigProperties annotated classes to have a super class
  • #8917 - Allow @ConfigProperties annotated classes to have a super class (other than Object)
  • #8913 - Scheduler - add config property to disable the scheduler completely
  • #8904 - Improve query performance by using BsonDocument.parse
  • #8903 - Avoid creating Uni objects where possible
  • #8894 - Unify handling of Kubernetes env vars definition
  • #8890 - Bump impsort-maven-plugin from 1.3.2 to 1.4.1
  • #8889 - Bump mysql-connector-java from 8.0.19 to 8.0.20
  • #8875 - Improve retrieving default database name
  • #8866 - Don't generate ArC beans for platform beans that have already been defined
  • #8865 - New packaging format
  • #8852 - Unify WireMock deps via build-parent + add to Dependabot
  • #8851 - ODIC 'auth-server-url' and 'client-id' or alternatively 'public-key' should not be mandatory for case "Custom TenantConfigResolver"
  • #8847 - Use addresses instead of deprecated queues
  • #8844 - Generate stable names for recorded bytecode
  • #8840 - Use a specific value for nodePort when the type of Service is NodePort
  • #8835 - Declare removeExtension task gradle plugin
  • #8833 - fix: do not hyphenate enum values all the times
  • #8828 - CredentialsProvider beans should be made unremovable
  • #8824 - Qute - get rid of VariantTemplate and unify func. of injected templates
  • #8822 - Disable warning about slow localhost lookup for container and serverless deployments
  • #8818 - Don't re-index JDK classes on live reload
  • #8817 - implemented native SASL/JAAS support for plaintext authentication
  • #8815 - Make deploying to Minikube effortless when not using a registry
  • #8808 - Cache the Java compiler objects
  • #8804 - Cache environment based config
  • #8798 - Kubernetes: remove useless and potentially confusing dekorate output
  • #8792 - Kubernetes: simplify env-vars injection
  • #8782 - Error building documentation
  • #8779 - Add first version of Spring Cache annotations
  • #8772 - Update Netty to 4.1.49
  • #8767 - Bump kubernetes-client-bom from 4.9.0 to 4.9.1
  • #8766 - Bump flyway-core from 6.3.3 to 6.4.0
  • #8762 - Fix broken Kafka Quickstarts
  • #8757 - Update Agroal to 1.8
  • #8754 - Qute: why VariantTemplate?
  • #8741 - Qute - add basic support for vargargs methods
  • #8740 - Return a new PanacheQuery from the projection method
  • #8738 - Update to kafka 2.5.0
  • #8736 - Update to kafka 2.5.0
  • #8734 - Make FORM auth work with JPA security
  • #8727 - Added docker image push integration test
  • #8726 - Add support for enabling CDI beans based on build time properties
  • #8715 - Always use "all" distribution when upgrading the wrapper in the Gradle plugin
  • #8714 - Resolves #8626. Added quarkus:remove-extension
  • #8706 - Add gradle wrapper into platform-descriptor
  • #8704 - Qute - do not use ClassInfo as a Map key
  • #8703 - QuarkusTest throws exceptions when having parameters in test function
  • #8696 - Use a custom InitialContextFactoryBuilder to avoid JDK caching #8651
  • #8692 - Config root beans - throw CreationException if a root is not initialized
  • #8686 - Change Liquidbase to use config injections
  • #8684 - Change embedded Infinispan to use config injection
  • #8683 - Change infinispan client to config injection
  • #8682 - Change DynamoDB to use config injection
  • #8681 - Change FlyWay to use injected config
  • #8679 - Simplify KubernetesClientProducer by using injection of config
  • #8676 - Use java.time.format.DateTimeFormatter instead of SimpleDateFormat with Threadlocals
  • #8670 - Build failure with quarkus-smallrye-openapi and java records
  • #8667 - OptaPlanner: Support constraints.drl
  • #8664 - Bump debezium-core from 1.1.0.Final to 1.1.1.Final
  • #8658 - Rename OIDC expiration-grace property to lifespan-grace
  • #8645 - ArC - take away deprecated stuff marked for removal after v1.4
  • #8643 - Set multiple tags to image
  • #8641 - Register BUILD_AND_RUN_TIME_FIXED and RUN_TIME config roots as beans
  • #8639 - Add 'go give a star on github' on start page
  • #8632 - Migrate to internal test harness
  • #8627 - OIDC expiration-grace property name is misleading
  • #8626 - Add quarkus:remove-extension
  • #8625 - Drop OIDC code flow query params before the endpoint is called
  • #8614 - Remove now obsolete ContainerImageResultBuildItem
  • #8609 - Make Jaeger metrics more consistent with other extensions
  • #8595 - Add quarkusRemoteDev task in gradle plugin
  • #8591 - Mailer and JTA extensions had some Reactive Streams Ops leftovers
  • #8590 - Add container-image tests that push to a registry
  • #8577 - Rest client integration test added
  • #8563 - Hibernate projection inside Hibernate with Panache
  • #8558 - Qute - support easy formatting with java.util.Formatter
  • #8549 - Panache check
  • #8545 - Hibernate ORM Multitenancy
  • #8538 - RequestScoped context is not propagated using rest-client and mutiny
  • #8518 - Update to vertx 3.9.0
  • #8512 - [fixes #4481] - RP-Initiated Logout and session verification
  • #8502 - Make Jaeger metrics more consistent with other extensions
  • #8497 - Easy Config-related cleanups #5388
  • #8484 - Include native resources via application.properties
  • #8437 - Include native resources via application.properties
  • #8334 - New panache-mock module for mocking Panache static methods
  • #8333 - support for using panache with kotlin
  • #8277 - Support java 14 records in quarkus:dev
  • #8259 - Quarkus OIDC web-app cleanup state & code
  • #8251 - ClassCastException in @ParameterizedTest: Base Class from Different Class Loader
  • #8237 - Increase kafka client test coverage
  • #8227 - Propagate context inside quarkus-cache async computations
  • #8169 - Add a WebJar Locator extension that duplicates webjar locator behavior from Spring Boot
  • #8168 - Kafka Client does not support SASL with JASS
  • #8166 - ContextNotActiveException when using CacheResult annotation
  • #8122 - Remove reactive axle mongo client
  • #8098 - Panache queries are always issuing SQL statements with paging information
  • #8025 - Increase test coverage of the Kafka client
  • #7974 - Smallrye messaging does not allow multiple tests
  • #7970 - Switch to mutiny based reactive streams ops
  • #7885 - Quarkus 1.3: Smallrye AMQP not working with RabbitMQ any more, address undefined
  • #7860 - Add healthcheck for reactive datasources
  • #7840 - Panache Hibernate REST
  • #7694 - Register methods marked with @JsonCreator for reflection
  • #7568 - added possibility to add custom named handlers
  • #6832 - Panache entity is not updated if it exists in different module
  • #6826 - Kubernetes Extension and Secrets generates incorrect deployment file.
  • #6797 - Efficient caching for multi stage build
  • #6679 - KubernetesProcessor - BuildInfo - possible switch of constructor attributes
  • #6458 - Panache second-level caching for @ManyToOne relations seem not to be working
  • #6261 - Provides query projection for Hibernate with Panache
  • #6088 - Kafka Streams - Missing topic holds app execution but there is no warning
  • #6067 - Test error while building a Quarkus native. Project can't find dependencies on private maven repository
  • #5681 - Hibernate ORM - Multitenancy support
  • #5433 - Be more explicit in case of provided id and usage of PanacheMongoEntity
  • #5381 - Allow addition of AgroalDataSourceListener implementations during run-time production of DataSources.
  • #5254 - Native Kafka SSL connection bug
  • #5221 - Support Remote Development mode in the Gradle plugin
  • #5211 - Improve JWT usability for getting started experience
  • #4995 - vert.x and reactive messaging hot reload test
  • #4982 - Do not require Gradle to be installed to generate the Gradle wrapper
  • #4968 - Amazon service extensions
  • #4481 - Enhanced Logout support
  • #3957 - Mongo-Client FindOneAndReplace blocking in some cases
  • #3454 - PanacheRestRepository
  • #3040 - Reactive Messaging / Kafka - Ease JSON / JSON-B usage
  • #1909 - Migrate the maven invoker ITs tests to the internal test harness
quarkus - 1.4.2.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #9056 - Add a few words about transactions using the reactive SQL clients
  • #9048 - Add javax.json.JsonValue to types ignored for reflection
  • #9043 - Update Quarkus HTTP to 3.0.7.Final
  • #9041 - Declare the API and in-memory connector dependency in the BOM
  • #9033 - Quarkus-bom should manage smallrye reactive-messaging-api dependency
  • #9029 - Update SmallRye Reactive Messaging to 2.0.2
  • #9023 - Amazon Lambda deployment check for abstract handler
  • #9022 - Don't try to load project workspace from the MAVEN_PROJECTBASEDIR if it doesn't contain a pom.xml
  • #9019 - Dev Mode: support output dir dedicated to resources (Gradle)
  • #9013 - maven plugin build fails when .mvn directory exists in directory enclosing project directory
  • #9011 - Fix handling null value as query parameter
  • #9010 - fix: inclusion of access log file
  • #9008 - Fix the Hibernate Search configuration documentation
  • #9007 - Register BigDecimal and BigInteger for reflection if necessary
  • #9000 - Fix broken directory with space handling
  • #8998 - Use the platform CL as the Parent on JDK9+
  • #8996 - Quarkus Native Jackson InvalidDefinitionException Cannot find a (Map) Key deserializer for type [simple type, class java.math.BigDecimal]
  • #8993 - Hibernate Search auto-indexing strategy not rendered perfectly in generated config doc
  • #8989 - bump to kogito 0.10.1
  • #8988 - Update to OpenAPI 1.2.3 and fixes #8811
  • #8985 - mongodb+srv protocol no more working on dev mode since Quarkus 1.3 with Java 11
  • #8984 - Liquibase still detects multiple changelogs despite upgrade to 1.4.1
  • #8977 - Quarkus master can't handle space in path for native mode, 1.4.1.Final can
  • #8972 - Update SmallRye Health to 2.2.1
  • #8971 - Only check debug port usage on first startup
  • #8964 - Quarkus AWS attempts resolve dependencies on abstract class
  • #8959 - Added JWT example to OIDC for Services (#8915)
  • #8957 - Release Quarkus HTTP 3.0.7.Final and update to it
  • #8942 - Liquibase performance improvement
  • #8935 - Increase timeout for Cache CI group
  • #8934 - Speed up Liquibase startup
  • #8931 - Fix class loading issue for augment class loader
  • #8930 - Gradle: inject test resources before the main resources for testing
  • #8927 - Debug Port does not reopen after Pom change
  • #8926 - Fix case where user defined default banner was not being used
  • #8924 - Note about disabling the default tenant
  • #8920 - Exception when using a custom registered microprofile converter
  • #8919 - Banner with default_banner.txt not working
  • #8915 - Injection of JWT available in OIDC implementation
  • #8911 - Add the singleton scope to beans produced by the JsonbProducer
  • #8910 - clarify building-native-image.adoc for Windows
  • #8908 - Dev mode no more working due to Flyway after migrating to 1.4
  • #8907 - Fix issue with reading resources containing spaces
  • #8902 - Fix method signature
  • #8901 - Test DataSource not used in 1.4.1.Final
  • #8899 - Maven regression in 1.4.1.Final vs 1.3.2.Final - ${revision} and custom repository defined in settings.xml
  • #8898 - Avoid null values when resolving alternative priority
  • #8897 - docs: remove an unnecessary backquote
  • #8896 - Gradle: Leverage task-avoidance for the 'test' tasks
  • #8895 - NPE Comparing alternative priorities
  • #8891 - Native mode not working in 1.4.1.Final
  • #8886 - NoSuchFileException for function.zip in amazon-lambda
  • #8884 - Fix deletion of function.zip in amazon-lambda
  • #8882 - Add the rest of the Kotlin dependencies to the BOM
  • #8880 - Workaround Vault IT issue in Java8
  • #8876 - Quarkus 1.4.1.Final includes kotlin versions 1.3.72 and 1.3.61 at the same time
  • #8872 - Provider io.smallrye.mutiny.context.ContextPropagationUniInterceptor could not be instantiated
  • #8864 - Fixes devmode for multi module projects using 'revision' property as versions
  • #8863 - Make QuarkusUnitTest#afterAll() safer
  • #8862 - Use the correct file path separator when communicating with remote endpoint in remote-dev mode
  • #8857 - Fix quarkus-logging-json not working with native images
  • #8856 - docs: small fix in config.adoc file
  • #8855 - quarkus-logging-json not working with native images
  • #8848 - Add support for the JSON-B Serialization of Vert.x JSON Object/Array
  • #8846 - Bootstrap resolve: if the path specified with '-f' is a directory, append 'pom.xml'
  • #8845 - SmallRyeConfig picks up application.properties from src/main/resources during testing instead of src/test/resources
  • #8842 - Bootstrapping the project via quarkus-maven-plugin is broken
  • #8839 - Check parent for null to avoid NPE on the "/"
  • #8832 - Dev mode fails when using "Maven CI Friendly Versions" and Quarkus version override via -D
  • #8830 - Vert.x JSON wrapped in a Multi is not working as expected
  • #8827 - Add the allowed values for quarkus.kubernetes.service-type
  • #8823 - Ensure that an uppercase username doesn't break container-image building
  • #8819 - Uppercase quarkus.container-image.group causes docker error
  • #8813 - Cache bytecode recording proxies
  • #8811 - Uni and Multi should not be represented in OpenAPI schema
  • #8806 - Fix issue with config beans in dev mode
  • #8803 - Windows synchronizes files to Linux incorrectly in Remote Development Mode
  • #8594 - Add test closure and configure the logging manager so log levels are considered on tests
  • #8574 - Quarkus log level configuration not applied on tests
  • #8274 - Quarkus 1.3.x: AMQP Emitter does not set content-type
  • #8035 - Quarkus 1.3.0.Final class loader can not load Graal's polyglot framework
quarkus - 1.4.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #8841 - Gradle: make sure project compile configurations can be found
  • #8816 - Fix issue with .env file and workingDir property
  • #8812 - .env file at project root replaced with symbolic link pointing back to the same location
  • #8807 - Building container image with multistage script should setup user 100…
  • #8800 - Upgrade JBoss Threads to 3.1.1.Final
  • #8799 - fix: clarify kubernetes documentation and fix various typos / formatting issues
  • #8794 - Don't always trust Maven's '-f' arg value when resolving the current project pom.xml
  • #8789 - More "writing the greeting extension guide" fixes
  • #8788 - Fix case where MongoDB and MariaDB extensions fail in native
  • #8787 - Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream
  • #8785 - quarkus-hibernate and quarkus-mongodb-client incompatibility
  • #8784 - Fixed the docs build
  • #8781 - Moved custom manifest tests out of maven IT to its own packaging IT module
  • #8780 - Fix elytron-security performance issue due to missing bean scope
  • #8778 - Improve how nested MDC scopes are handled in the Jaeger extension
  • #8777 - Avoid NPE in QuarkusProdModeTest when bootstrap fails
  • #8775 - Qute docs bugs
  • #8774 - Fix some code format issue on the extension author guide
  • #8773 - docs: update the minimum required maven version to 3.6.2
  • #8771 - Docs: greeting extension fixes
  • #8752 - Qute: documentation bug
  • #8751 - Qute: this usage in each
  • #8749 - Qute: consider renaming one form of with to let
quarkus - 1.4.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #8760 - Command line mode now shows how to quit
  • #8747 - Add Vault Database Guide
  • #8746 - fix MDC scope nesting
  • #8745 - Correctly record Optionals containing custom classes
  • #8744 - Recording broken for Optionals containing custom classes
  • #8743 - Bootstrap resolver: support for resolving project artifacts with no content
  • #8739 - Add docs for Kubernetes Config extension
  • #8735 - Fix broken health / live probes when container-image name is set
  • #8733 - Kubernetes probes not added when using container-image.name
  • #8731 - Bump quarkus-http-websockets-jsr from 3.0.5.Final to 3.0.6.Final
  • #8729 - Bootstrap resolver: fixed false condition
  • #8728 - Bump to Kogito 0.10.0
  • #8724 - JUnit5 extension: project vs application root
  • #8722 - MDC is empty after a Jaeger sub span is closed.
  • #8720 - Qute - register user tags when validating templates during build
  • #8718 - Small Kotlin fixes
  • #8717 - Map RESTEasy filter to FORWARD and INCLUDE as well
  • #8716 - Quarkus HTTP 3.0.6.Final
  • #8713 - use quarkus.io kotlin extension does not provide restassured kotlin extension
  • #8712 - Maven Workspace resolver: if there's no classes dir, look for target/artifactId-version.jar
  • #8711 - Maven tests failing when doing a release
  • #8709 - Forwarding to JAX-RS from ServletFilter returns 404
  • #8707 - Gradle: multi module project test setup
  • #8705 - Fix Warning with infinispan embedded config doc missing
  • #8699 - Bump jboss-threads from 3.0.1.Final to 3.1.0.Final
  • #8698 - Introduce configuration for the Hibernate Validator extension
  • #8697 - Warning with infinispan embedded config doc missing
  • #8691 - Mongo Panache: avoid ClassInfo as keys in maps
  • #8690 - Security: avoid ClassInfo in Sets
  • #8688 - Kafka Client: avoid using ClassInfo in Sets
  • #8687 - Resteasy: do not use Jandex's ClassInfo in a Set
  • #8678 - Make sure to return null for anonymous users
  • #8677 - Config errors are not cleared
  • #8672 - Disable the AMQP IT tests on Windows
  • #8668 - Use of validation groups
  • #8666 - Set the JDK 8 release version to avoid the ALPN issue
  • #8665 - Fix quarkus-quartz duplicating clustered jobs
  • #8663 - Stop using ClassInfo in Set and Map for SpringSecurityProcessor
  • #8662 - User-defined tags fail to parse when inside an #include template section
  • #8661 - quarkus-quartz duplicating clustered jobs
  • #8657 - Gradle multi-module needs java-library instead of java plugin in non-app submodules
  • #8653 - Change the "reactive route" extension name
  • #8652 - fix: set defaults values for Page number and size
  • #8649 - Make descriptor classes Serializable
  • #8647 - Use Maven 3.6.3 too in independent projects
  • #8644 - Remove Secret handling from kubernetes-config extension
  • #8642 - Fix: added 2 semicolons in sql
  • #8640 - Improve logging in kubernetes-config extension
  • #8638 - Fix Reactive PG and MySQL Clients initialization
  • #8637 - Dev mode test fixes
  • #8636 - Fix read timeout test
  • #8634 - Quarkus Security 1.1.0.Final
  • #8633 - Fix potential reactor build order problem
  • #8630 - Ensure logs are displayed when application fails due to bootstrap config error
  • #8629 - Bump quarkus-http-websockets-jsr from 3.0.4.Final to 3.0.5.Final
  • #8628 - Bump optaplanner version to 7.36.0.Final
  • #8624 - Exceptions thrown in bootstrap recorders prevent logging
  • #8623 - Example how to use @InjectMock together with @RestClient
  • #8622 - Ability to use InjectMock on MicroProfile RestClient
  • #8620 - fix: add test to check the Unpaged class presence in the quarkus spring data api
  • #8619 - Revert maven-toolchain.version to 3.0-alpha-2
  • #8618 - quarkus-http 3.0.5.Final
  • #8617 - Classcast Exception calling ServletFilter with HTTP/2
  • #8615 - Add Quarkus Vault Authentication Guide
  • #8613 - Fix AsciiDoc list formatting in Hibernate Search documentation
  • #8608 - Don't require trailing / for servlet context
  • #8607 - Fix failing test
  • #8604 - Adjust amazon-lambda-xray pom description for consistency
  • #8602 - Qute if section - consider truthy/falsy values during evaluation
  • #8601 - Only enable Hibernate Validator built-in constraints that are used
  • #8599 - Minor enhancements to platform descriptor classes
  • #8598 - Add example for the configuration of the logging manager in gradle projects
  • #8597 - Allow the use of @QuarkusTestResource with QuarkusProdModeTest
  • #8596 - Move OidcTenantConfig out of the runtime package
  • #8589 - Fail the build if multiple container-image extensions are available
  • #8584 - A project with both docker and jib extension - no warning about this situation and image gets build twice under the same name
  • #8583 - Update default imagePullPolicy value in docs
  • #8582 - Qute IfSectionHelper - consider truthy values during evaluation
  • #8581 - fix Jaeger metrics initialization
  • #8580 - Use durable messages to improve robustness of the tests
  • #8579 - Reactive routes - fix race condition in generated handlers
  • #8578 - OpenTracing quickstart native build failing
  • #8576 - Reactive Messaging: check if @Blocking is used with one of (Outgoing,…
  • #8575 - NPE with Amazon Lambda HTTP with JDK 14
  • #8571 - Spring Data JPA extension - java.lang.ClassNotFoundException: org.springframework.data.domain.Unpaged
  • #8567 - Quarkus allows using @Blocking with methods that are neither @Outgoing nor @Incoming
  • #8566 - fix(quartz): make jdbc store class configurable
  • #8556 - Add support for disabling proactive authentication
  • #8555 - quarkus-quartz using JobStoreTX and not JobStoreCMT
  • #8546 - WebFilter is not able to modify response when running with quarkus:dev
  • #8534 - dev mode doesn't recover when an invalid value (typo, space) is added to logging level configuration
  • #8475 - Trailing slash required with Undertow + custom root path
  • #8364 - no license information in quarkus security pom
  • #8347 - Move OidcTenantConfig out of the runtime package
  • #8284 - Allow AppArtifact to have more than one path
  • #8162 - Remove unneeded paging when using PanacheQuery
  • #8118 - Gradle + multi-module + cdi + quarkusDev = bug.
  • #8061 - @QuarkusTest against model of shared library failing with "Not an entity" in multi-module Gradle project
  • #8059 - No EntityManager found running @QuarkusTest when entities are only in submodule of multi-module Gradle project
  • #7979 - Gradle test deployment failure
  • #7903 - XStream substitutions to avoid @Delete paths #7422
  • #7675 - Quarkus quarkusDev mode not working in a gradle multimodule project - but the runable jar does.
  • #7558 - Max throughput regression after unifying Executors
  • #7426 - Using Hibernate ORM import script throws error on tests for Kotlin/Gradle
  • #7422 - Unsupported type MethodAccessorGenerator reachable error
  • #7156 - Qute can't resolve any templates
  • #7097 - Introducing Mutiny
  • #6105 - Overriding security context doesn't work anymore
  • #6096 - JWT is being processed when permit policy is set
  • #4847 - Quarkus Vault Dynamic DB Credentials Guide
  • #4846 - Quarkus Vault Authentication Guide
  • #2406 - Building my first extension guide
quarkus - 1.4.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #8565 - SmallRye Reactive Messaging 2.0
  • #8453 - javax.imageio is now supported in GraalVM 19.3+
  • #8411 - Add Vault response wrapping support for client token auth and secret id in approle auth
  • #8365 - added elytron ldap authentication extension
  • #8359 - Automatically add @Produces to methods annotated with scope or qualifier
  • #8343 - Support having a bean enabled only when a build time profile is enabled or disabled
  • #8327 - Add support for @InjectMock
  • #8317 - New Lambda packaging
  • #8315 - Add keycloak admin client
  • #8296 - ArC - select alternatives through the MicroProfile Config
  • #8261 - Amazon Alexa extension for Quarkus Native integration with AWS Lambda
  • #8208 - Test Quarkus with OpenJDK 14 instead of 13
  • #8175 - Support for mocking CDI beans
  • #8143 - Change Vault default KV secret engine from v1 to v2 Fixes #6739
  • #8142 - Update Gradle to 6.3 (supporting Java 14)
  • #7909 - Quarkus Funqy FaaS Framework - initial implementation
  • #7873 - Add support for Vault TOTP secrets
  • #7868 - Update to MongoDB Java driver 4.0.0
  • #7815 - Move Kogito extension out of the Quarkus core repository
  • #7762 - Add support for HTTP/2
  • #7681 - Command mode support

Complete changelog

  • #8565 - SmallRye Reactive Messaging 2.0
  • #8557 - Add an admonition about UBI
  • #8552 - update proton-j to 0.33.4
  • #8551 - Remove unused QuarkusExtension class
  • #8537 - Upgrade Hibernate Validator to 6.1.3.Final
  • #8536 - Reactive routes - improve @Route method invocation performance
  • #8535 - docs: fix possible missing anchor tag warning when building the docs and some typo
  • #8533 - Bump junit-jupiter from 5.6.1 to 5.6.2 in /devtools/gradle
  • #8532 - Bump junit-bom from 5.6.1 to 5.6.2
  • #8529 - Remove the temporary extreme cautioness in build time proxy generation
  • #8528 - Provide proper error messages when Jib fails to validate the supplied…
  • #8527 - Improve error messages for Docker container-image builds
  • #8526 - Make the AMQP tests a bit more reliable
  • #8524 - Fix content-type resolution in keycloak-authorization
  • #8523 - container-image-docker silently fails
  • #8522 - Set higher timeout for Security2 native image job
  • #8520 - fix compiler errors in kafka-streams guide
  • #8517 - Fix log message in DockerProcessor
  • #8515 - MongoDB documentation improvements
  • #8514 - Bump SLF4J to 1.7.30
  • #8513 - Bump Neo4j to 4.0.1
  • #8511 - Introduce a test for #8323 : Hibernate Validator to be able to use the Hibernate ORM helpers to traverse graphs with uninitialized proxies
  • #8507 - container-image-docker erroneously logs "Pushed container image..."
  • #8505 - doc: how to use kubectl with generated manifests
  • #8501 - Differentiate the username/password for pulling base image with Jib
  • #8498 - Jib pull base image from public registry and push to private registry
  • #8495 - Qute ValueResolverGenerator - simplify generated classes
  • #8493 - chore: upgrade to dekorate 0.11.5
  • #8491 - Make beans injected with @InjectMock unremoveable.
  • #8490 - Properly handle non-http service in s2i
  • #8488 - Don't include optional deps for the deployment CP
  • #8487 - Add debug logging for AppModel
  • #8486 - Deprecate loadsApplicationClasses
  • #8482 - Follow up to #8474. Maven resolver init improvements
  • #8481 - image build fails without resteasy using quarkus-openshift extension
  • #8478 - Keycloak Claim Information Point - NPE when trying to read body - 1.3.1.Final
  • #8477 - Make Keycloak Authorization PathCache ConfigGroup non-optional
  • #8476 - Adjust path of default cacerts depending on flavors of GraalVM
  • #8474 - Maven resolver remote repo initialization fixes
  • #8473 - Update SnakeYAML to 1.26 and add it to Dependabot
  • #8471 - remove call to oc version
  • #8470 - Explain usage of IndexDependencyBuildItem in the extension docs
  • #8467 - Project root should not initialized to the current dir if the test class is from a JAR
  • #8465 - Add skip parameter to ValidateExtensionsJsonMojo
  • #8464 - Keycloak - path cache is not working
  • #8459 - Scheduler - add configurable delay
  • #8458 - Add deprecate warning for buildNative task
  • #8457 - Bump liquibase-core from 3.8.8 to 3.8.9
  • #8456 - Bump yasson from 1.0.6 to 1.0.7
  • #8453 - javax.imageio is now supported in GraalVM 19.3+
  • #8452 - BootstrapAppModelResolver returns mixed versions for a Platform test with SNAPSHOT deps
  • #8448 - add explanations to expose the debug remote port into docker image
  • #8447 - Remove try catch exception in Hibernate build time proxy generation code
  • #8444 - Fix duplicate resources in Gradle
  • #8441 - Add a section about reactive in the JSON guide
  • #8440 - ArC - minor perf improvements in client proxies
  • #8438 - Introduce ability to deprioritize artifacts of deployment dependencies
  • #8434 - Update to Mutiny 0.4.4
  • #8433 - Pass args for command-mode application to dev-mode.
  • #8431 - CreateProjectMojo: set proxy before mvn wrapper download
  • #8430 - Bump flyway-core from 6.3.2 to 6.3.3
  • #8428 - Command-mode applications in Gradle quarkusDev mode should allow passing commandline args
  • #8426 - docs(#8425): Adds Documentation for Vault TOTP secret engine
  • #8425 - Create Documentation for Vault TOTP
  • #8424 - Set a path on the invalidated cookie
  • #8421 - NPE in ClassTransformingBuildStep when building multi-module application
  • #8420 - Revert how readers and writers are registered for REST clients
  • #8419 - Gradle wrapper version must be 6.3
  • #8417 - Quarkus OIDC with cookie-path does not remove cookie
  • #8412 - Test that CDI beans in SmallRye Health are present
  • #8411 - Add Vault response wrapping support for client token auth and secret id in approle auth
  • #8409 - Remove RESTEasy exclusion
  • #8408 - add list jvm list arguments
  • #8400 - Liquibase in dev mode detects duplicate changeLog file
  • #8389 - Remove WireMock from BOM
  • #8387 - Remove redundant import for generated Spring controller
  • #8382 - The platform maven resolver doesn't use the correct platform groupId when it's set via a maven property from a profile in the pom.xml
  • #8381 - The platform maven resolver doesn't work when the remote "repositories" is set in the pom.xml
  • #8380 - Document how to use a random test port
  • #8378 - (Outdated) Wiremock should not be defined in BOM?
  • #8377 - feat: add spring datasource data property + refactor
  • #8376 - Support Kubernetes ConfigMap and Secrets as configuration/value sources
  • #8370 - Funqy azure and lambda http support
  • #8367 - Add support for async functions in funqy-knative
  • #8365 - added elytron ldap authentication extension
  • #8363 - quarkusDev task fails with "Unable to find quarkus-gradle-plugin dependency"
  • #8361 - Don't throw NPE in QuarkusTestExtension on failed boot
  • #8360 - Adding log level
  • #8359 - Automatically add @Produces to methods annotated with scope or qualifier
  • #8357 - Missing Liquibase properties in native image
  • #8355 - Fix a few things in the new Keycloak Admin Client extension
  • #8353 - There is no need to ignore io.quarkus.arquillian.test.SimpleTest
  • #8352 - Move the Security API to Mutiny
  • #8351 - Fix newly added typo in cdi-reference.adoc
  • #8343 - Support having a bean enabled only when a build time profile is enabled or disabled
  • #8341 - Log downloads to the console
  • #8340 - Gradle: Search for build script dependencies in the parent projects as well
  • #8339 - Make vert.x a singleton
  • #8338 - Bump postgresql from 42.2.11 to 42.2.12
  • #8332 - improved funqy exception handling
  • #8330 - Spring Boot properties extension guide #8186
  • #8328 - Upgrade to Hibernate Search 6.0.0.Beta6
  • #8327 - Add support for @InjectMock
  • #8325 - deprecate buildNative gradle task
  • #8321 - Add warning about @Provider constructors
  • #8317 - New Lambda packaging
  • #8315 - Add keycloak admin client
  • #8314 - Scheduler - Configurable Init Delay
  • #8311 - quarkus-mongodb-panache paging problems
  • #8308 - Show helpful message when both db-kind and a driver are set
  • #8307 - set groups attribute name as configurable
  • #8305 - Added orm panache hot reload test
  • #8302 - Properly handle Optional<List> in @ConfigProperties
  • #8299 - Error when putting Qute include inside if/when/for
  • #8296 - ArC - select alternatives through the MicroProfile Config
  • #8294 - Using @ConfigProperty with Optional<List> throw an exception
  • #8293 - test (#8093): Add test for env from field.
  • #8291 - Quarkus unable to launch when both quarkus.datasource.db-kind and quarkus.datasource.driver are set
  • #8289 - Mongodb panache/cleanups
  • #8285 - Don't open the HTTP socket until late in the startup process
  • #8279 - Allow dev-mode to use preview Java features
  • #8278 - Support OIDC client_secret_jwt
  • #8275 - Add AMQP Connector tests
  • #8271 - Fix for DefaultTenantConfigResolver race condition
  • #8269 - OIDC initialization race condition in DefaultTenantConfigResolver in the native image
  • #8265 - Test Uni support
  • #8264 - Document the flags to make the full build faster
  • #8261 - Amazon Alexa extension for Quarkus Native integration with AWS Lambda
  • #8245 - Avoid the usage of unrecommended private members in Naryana JTA integration tests application beans
  • #8244 - Update Kotlin to 1.3.71
  • #8243 - Update liquibase to 3.8.8 and add it to dependabot
  • #8240 - Honor the environment variable for verifying the host at which the server is listening
  • #8233 - Clear empty beans.xml files (#8232)
  • #8232 - Non-empty empty beans.xml files
  • #8229 - Upgrade zookeeper to 3.5.7
  • #8225 - Qute type-safe templates - Integer is iterable
  • #8223 - Using the REST Client with Multipart not working in all cases
  • #8215 - Remove deprecated RuntimeBeanBuildItem
  • #8213 - Namespace optaplanner's kogito version to avoid clash
  • #8212 - Kafka not starting with JDK 14
  • #8211 - Enlist reactive entity for reflection
  • #8208 - Test Quarkus with OpenJDK 14 instead of 13
  • #8199 - Added ability for custom manifest entries in MANIFEST.MF
  • #8198 - ArC BeanManager - minor improvements
  • #8186 - Add documentation section about quarkus-spring-boot-properties
  • #8185 - Add missing ooxml-schemas dependency #8081
  • #8184 - Sync with optaplanner-quickstart PR 506
  • #8183 - config doc generator top level grouping refactor
  • #8180 - Cannot Inject Configuration Interface into ContainerRequestFilter Through Constructor
  • #8175 - Support for mocking CDI beans
  • #8173 - Mark build mojo as thread safe
  • #8171 - Bump debezium-core from 1.0.3.Final to 1.1.0.Final
  • #8170 - Bump flyway-core from 6.3.1 to 6.3.2
  • #8167 - Make quarkus-maven-plugin's BuildMojo ThreadSafe
  • #8150 - Vault documentation improvement secret-config-kv-path vs kv-secret-en…
  • #8143 - Change Vault default KV secret engine from v1 to v2 Fixes #6739
  • #8142 - Update Gradle to 6.3 (supporting Java 14)
  • #8135 - Allow users to select alternatives though the MicroProfile Config
  • #8124 - config doc generator should skip scanning and generation of config docs when -DskipDocs in use
  • #8123 - Bump wildfly-elytron.version from 1.11.2.Final to 1.11.3.Final
  • #8121 - Problems resolving the deployment artifact for custom extension in private maven repo
  • #8120 - Add quarkus.oidc.proxy config
  • #8116 - Liquibase - Record service classes implementation instead of generating a native resource file for each service interface
  • #8115 - Use CustomScopeAnnotationsBuildItem where needed
  • #8114 - Add more test to MongoDB with Panache
  • #8113 - Fix compilation issue after the update to MongoDb 4.0
  • #8095 - Add JSON-B customization to OptaPlanner extension
  • #8092 - Fixed doc compilation warnings
  • #8089 - Provide rest-client- extensions
  • #8088 - Add Proxy configuration group to OidcTenantConfig
  • #8087 - ObserverGenerator - rework the way a declaring bean instance is obtained
  • #8086 - ArC - fix post construct invocation for hierarchical cases with beans from different packages
  • #8085 - ArC doesn't allow package private @PostConstruct in hierarchy of beans with different packages
  • #8084 - Use the actual DynamicTest type in test
  • #8075 - Bump to JUnit 5.6.1
  • #8072 - Bump Spring API version
  • #8071 - JPA named query with Hibernate with Panache
  • #8063 - Jackson deserialization not supported for REST client without including RESTEasy server
  • #8062 - Constructor of bean with @Startup annotation is called twice
  • #8058 - refactor: remove initialization of unused variable in HibernateOrmIntegrations
  • #8056 - Replace obsolete OS-dependent compilation condition
  • #8055 - Stop calling Jandex deprecated methods
  • #8050 - Support OIDC client_secret_jwt authentication method
  • #8047 - Add jandex to dependabot
  • #8043 - Support Maven sha1 & changelist version properties
  • #8034 - Bump mockito-core from 3.3.0 to 3.3.3
  • #8033 - Bump mariadb-java-client from 2.5.4 to 2.6.0
  • #8031 - Fix AmazonLambdaProcessor SkillStreamHandler subclass check
  • #8023 - Improve test coverage of the AMQP connector
  • #8014 - Implement Vault Health Check integration
  • #8012 - Ensure that @QuarkusTest plays nicely with @TestFactory
  • #8001 - Replace ApplicationIndexBuildItem with CombinedIndexBuildItem where it makes sense
  • #7998 - Bump rxjava from 2.2.18 to 2.2.19
  • #7997 - Bump narayana.version from 5.10.1.Final to 5.10.4.Final
  • #7987 - fix OpenTracing trace context propagation with Fault Tolerance @Asynchronous methods
  • #7985 - Alexa SkillStreamHandler subclass check for RequestStreamHandler in AmazonLambdaProcessor
  • #7984 - OpenTracing trace context is not propagated to Fault Tolerance @Asynchronous methods
  • #7982 - test OpenTracing trace context propagation to @Asynchronous Fault Tolerance methods
  • #7981 - test JDBC tracing with OpenTracing
  • #7978 - Update to SmallRye Health 2.2.0
  • #7977 - Adding Narayana depencencies to dependabot config.yml
  • #7976 - Make it possible to initialize a synthetic bean during RUNTIME_INIT
  • #7972 - reduce log level of the message printed when metrics are disabled
  • #7971 - Gradle added to Amazon Lambda archetype
  • #7967 - Align jboss-parent versions in independent-projects
  • #7952 - Document extra log levels
  • #7947 - Remove unused ClassOutput
  • #7946 - Remove usage of deprecated WildFlyElytronProvide
  • #7941 - Support static CDI observer methods
  • #7940 - [oidc] Add config to trust all certs and skip hostname verification
  • #7938 - ArC - support static observer methods
  • #7931 - Interceptor resolution with multiple bindings is not done accordingly to the specification
  • #7927 - Document RequestStreamHandler, JUnit tests, Gradle, AWS SDK Java v2, and AWS ASK SDK
  • #7926 - Have the Mongo Clients initialized eagerly
  • #7909 - Quarkus Funqy FaaS Framework - initial implementation
  • #7902 - Make use of ExtendedMetadataBuilder in the Metrics extension
  • #7900 - Add support for Vault Unwrap Token
  • #7899 - Have the Mongo Clients initialized eagerly
  • #7898 - Support for access log in Vert.x HTTP
  • #7895 - Mongo clients should be initialized eagerly
  • #7892 - Bump jgit.version from 5.7.0.202003090808-r to 5.7.0.202003110725-r
  • #7886 - Make it possible to dump zig files in all modes
  • #7875 - Make use of the new ExtendedMetadataBuilder in the Metrics extension
  • #7874 - Have the Agroal datasources initialized eagerly
  • #7873 - Add support for Vault TOTP secrets
  • #7868 - Update to MongoDB Java driver 4.0.0
  • #7867 - Updated Jackson to version 2.10.3
  • #7866 - RequestStreamHandler functionality added to Amazon Lambda
  • #7865 - Vault TOTP Support
  • #7852 - Support for "Maven CI Friendly Versions" properties sha1 and changelist
  • #7844 - Dump the zig files in dev/test modes
  • #7843 - Qute - methods on Object not resolved for types declared using interfaces
  • #7841 - Add test for generateConfig
  • #7837 - ArC - transform unproxyable bean classes by default
  • #7833 - Add Environment and Release option to logging-sentry
  • #7829 - Bump debezium-core from 1.0.2.Final to 1.0.3.Final
  • #7828 - Bump kubernetes-client-bom from 4.8.0 to 4.9.0
  • #7821 - logging-sentry: Read additional properties from io-sentry default locations
  • #7815 - Move Kogito extension out of the Quarkus core repository
  • #7809 - New exception on 1.3.0.CR2 with kafka and without reasteasy
  • #7792 - Bump kafka2.version from 2.4.0 to 2.4.1
  • #7789 - Test on JDK 13 instead of JDK 12
  • #7779 - Support for repeating qualifiers in ArC plus automated tests
  • #7763 - Attempt to fix intermittent failure
  • #7762 - Add support for HTTP/2
  • #7754 - Bump jgit.version from 5.6.1.202002131546-r to 5.7.0.202003090808-r
  • #7750 - Support for OIDC public-key property
  • #7734 - Print warning if JDK version is older than 11
  • #7732 - Support repeatable qualifier annotations
  • #7730 - Print deprecation warning when Java 8 is in use
  • #7725 - Qute - @TemplateExtension add priority
  • #7721 - Unable to build Hibernate SessionFactory due NPE
  • #7720 - Remove unnecessary open modifier for Kotlin tests
  • #7713 - Bump httpclient from 4.5.11 to 4.5.12
  • #7707 - Qute - support nested expressions/virtual methods as virtual methods …
  • #7705 - Default our JVM builds and the native CI build to JDK 11
  • #7698 - Add more tests to MongoDB with Panache
  • #7691 - Add some Kubernetes Client build time improvements
  • #7681 - Command mode support
  • #7676 - Amazon lambda archetype manage.sh add timeout and output response.txt
  • #7659 - Bump freemarker from 2.3.29 to 2.3.30
  • #7657 - refactor: remove CompositeMigrationResolverSubstitutions substitution since it is no longer needed
  • #7637 - the container-image-s2i extension runs oc version without reason
  • #7592 - Qute - support nested expressions/virtual methods as virtual methods parameters
  • #7543 - Quarkus OIDC and HTTPS improvements
  • #7527 - Panache : deleteById()
  • #7510 - feat: Hibernate with Panache ranged query
  • #7498 - Add logging of hibernate orm bind params
  • #7443 - Implements projection inside reactive MongoDB with Panache
  • #7431 - Provides multi-tenancy capabilities for MongoDB with Panache
  • #7199 - QuarkusTestExtension doesn't work with @ExtendWith or @RegisterExtension
  • #7185 - quarkus-kubernetes and quarkus-maven-plugin:native-image - Build failed due to errors
  • #7147 - MongoDB with Panache multi-update
  • #7133 - Kotlin quarkusDev with gradle: javax.enterprise.inject.spi.DefinitionException: Normal scoped bean must not be final
  • #7104 - Deprecate QuarkusNative
  • #7030 - Test that CDI beans in SmallRye Health are present
  • #7007 - Add health check for Vault
  • #6814 - Support the Concept of @ActiveProfile from Spring CDI
  • #6745 - Support Kubernetes ConfigMap and Secrets as configuration/value sources
  • #6739 - Fetching credentials from Vault KV v2 fails
  • #6627 - Date loose one day with JSONB
  • #6607 - Configurable name for the attribute groups in the DefaultRoleDecoder.
  • #6606 - quarkus-elytron-security-ldap-integration-test fails in the native mode
  • #6464 - JVM arguments should be an array instead (under Gradle's QuarkusDev task)
  • #6350 - Keycloak Admin Client does not work with Quarkus because it depends on RestEasy 3.x
  • #6270 - Provide deleteById() for MongoDB and Hibernate with Panache
  • #6062 - Vault documentation improvement secret-config-kv-path vs kv-secret-engine-mount-path
  • #5924 - Update entities method with Mongo
  • #5828 - Verify OIDC 'public-key' property can be used
  • #5640 - [oidc] Add Ability to Skip TLS Verify
  • #5556 - Support access log logging when using RESTEasy with Vert.x
  • #5226 - Support LDAP identity provider
  • #5183 - Multitenancy with mongodb panache extension
  • #4842 - Improve the way runtime configuration is injected into CDI producers
  • #4831 - HealthChecks and CDI Produces
  • #4507 - Agroal datasource should be initialized eagerly
  • #4460 - Bootstrap resolver should log if it is accessing the network
  • #4414 - quarkus:dev not working well for kotlin projects
  • #4272 - Ability to pass CDI managed instances into a recorder
  • #3870 - PanacheQuery.range()
  • #3626 - Support http/2 and make it available
  • #3483 - Support named queries in Panache
  • #3227 - Quarkus uses deprecated WildFlyElytronProvider
  • #3075 - [ORM] Add option for logging bind variables
  • #2923 - Class generation build items are screwy
  • #2219 - quarkus-maven-plugin:create : Maven Wrapper installation fails with "SocketException: Connection reset", probably because of proxy
  • #1302 - Introduce a CDI bean which encapsulates the command-line arguments
quarkus - 1.3.2.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #8455 - Add ThrowableDescription to XrayBuildStep reflectiveClass
  • #8449 - Remove openssl from docker file and enforce image name
  • #8445 - JVM Dockerfile failing to create
  • #8443 - Prevent looking up a parent if there is none
  • #8442 - Eliminate jsr305 dependency
  • #8436 - SmallRyeFaultToleranceProcessor#hasFTAnnotations(line 222) - crashes on java.lang.Object Beans -> no Super Class
  • #8432 - Upgrade Hibernate ORM to 5.4.14.Final and generate proxies at build time
  • #8423 - fix how environment variables are created for OpenShift if well-known S2I image is configured
  • #8422 - environment variables in OpenShift resources are not generated correctly
  • #8418 - Fix issue with Quarkus Platform tests
  • #8410 - Allow adding custom labels to container images created via Jib
  • #8406 - quarkus-container-image-jib: add support for labels
  • #8403 - Warn if resteasy-mutiny is missing
  • #8397 - Increase timeout for Data3 group of native tests
  • #8395 - Make QuarkusTestExtension work with @ExtendWith and @RegisterExtension
  • #8393 - Fix Mutiny Vert.x example
  • #8390 - do not quote url so that it is rendered nicely
  • #8388 - Fix reference to Vert.x API used in examples
  • #8383 - Add config to override chunk sizes
  • #8379 - Add config to override DEFAULT_MAX_CHUNK_SIZE from HttpServerOptions
  • #8374 - VertxHttpRecorder fix - startup gets stuck if insecure-requests=disabled
  • #8368 - Register all methods of Liquibase services sub-classes for reflection
  • #8366 - Hibernate ORM fix for early metadata validation issue
  • #8356 - getting-started guide - small fix in TestHTTPResource related info
  • #8354 - Awaitility is test scoped
  • #8350 - Failure to boot Hibernate ORM metadata on presence of abstract super entities
  • #8349 - Remove false warning when quarkus.test.profile is used
  • #8345 - Remove false warning when quarkus.test.profile is used
  • #8336 - Unable to listen startup event and to schedule when insecure-requests is disabled (SSL/TLS)
  • #8323 - ClassCastException from HV when validating lazy child entities
  • #8322 - Fix case where kubernetes extension didn't work with Gradle
  • #8320 - Remove Docker bridge mode for jpa-mssql and jpa-mariadb tests
  • #8319 - Include the original exception that caused .env file copy to fail
  • #8318 - Don't remove classes from the resettable elements
  • #8316 - Override the host from X-Forwarded-Host
  • #8313 - Fix anchor ssl configuration plus small fixes
  • #8312 - Bug/kubernetes extension replicas fix
  • #8310 - Add build items for Labels, Annotations
  • #8304 - Qute parser - fix nested "include" section
  • #8303 - Parameterised docker image for DBs
  • #8301 - Qute collection access requires restart of quarkus:dev
  • #8295 - Enrich Kubernetes SPI with build items other extensions might need.
  • #8288 - Allow Jib to pull the base image from a private registry
  • #8283 - Don't attempt to load classes from the java package
  • #8282 - Cannot use base image from private registry with container-jib extension
  • #8281 - quarkus-maven-plugin version is controlled by quarkus-integration-tests-parent
  • #8280 - Fixed building native image link in README
  • #8276 - Fix typo in deprecation message
  • #8273 - Kubernetes extension replicas configuration
  • #8270 - OptaPlanner guide: update screenshot
  • #8267 - Fix #8266 quarkus-tika-deployment missing in the deployment BOM
  • #8266 - quarkus-tika-deployment missing in the deployment BOM
  • #8263 - Fix quarkus.kubernetes.host
  • #8262 - Pass JVM target version to dev-mode from Gradle
  • #8260 - Prohibited package name: java.util.concurrent
  • #8257 - Quarkus Kubernetes - Host is ignored
  • #8255 - Fix issue 8254 - PanacheQuery.count() throws "unexpected token: SELECT"
  • #8254 - PanacheQuery.count() throws "unexpected token: SELECT" if the query string starts with "SELECT"
  • #8253 - Ensure @QuarkusTest plays nicely with TestInstance.Lifecycle.PER_CLASS
  • #8247 - Reflect quarkus.container-image.registry in docker push procedure
  • #8246 - quarkus.container-image.registry is not reflected, docker.io is always used
  • #8236 - Container image push typo fix
  • #8224 - Upgrade to Hibernate ORM 5.4.13.Final
  • #8220 - Gradle quarkus-kubernetes error
  • #8219 - Qute - fix parser and computed section helpers used during validation
  • #8217 - Qute - computed section helpers used during validation don't play well with {#include}
  • #8216 - Also disable Gradle IT when using maven.test.skip
  • #8210 - java.util.ServiceConfigurationError: io.smallrye.config.SmallRyeConfigFactory when injecting same configuration parameter in multiple test classes
  • #4922 - Handle forwarded headers
quarkus - 1.3.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #8207 - Upgrade RESTEasy to 4.5.3.Final
  • #8205 - Fix formatting of the recently added axle-amqp dependency
  • #8203 - Render non built-in database access configuration more explicit
  • #8200 - Show a warning when @ConfigProperty used inside class with @ConfigProperties
  • #8197 - Dependency manage axle-amqp to 0.0.13
  • #8196 - Upgrade RESTEasy to 4.5.3
  • #8191 - Remove private field injections from OptaPlanner docs
  • #8189 - Indexing null streams shows Stream closed errors in the logs
  • #8179 - Qute parser - fix handling of extra whitespaces before end delimiters
  • #8176 - Use proper substitutions for Netty ALPN in Java 8
  • #8172 - Remove unused classes
  • #8164 - Bump dekorate version to 0.11.4
  • #8159 - Make list-extensions work even if it's executed in a directory that doesn't have pom.xml
  • #8158 - Qute template extra whitespaces causes inconsistent behaviour
  • #8157 - 1.3.0.Final quarkus:list-extensions doesn't work in non-quarkus project directory
  • #8156 - Quarkus hello.world image build fails when using openjdk-8u252-jvmci-20.0-b03
  • #8155 - Ensure ordering of Config items when an extension contains multiple Config classes
  • #8154 - fix: Service type is no longer ignored
  • #8153 - Move 1.3 to Java 11 by default
  • #8149 - Make enum values generated for documentation consistent with converter
  • #8147 - https://quarkus.io/guides/all-config should be in order
  • #8146 - Apply HTTP port to probes
  • #8144 - Adjust Security guides titles
  • #8141 - Use proper adoc source in metrics doc
  • #8139 - Allow quarkus.container-image.group to be empty
  • #8138 - Exception for multiple HTTP authentication mechanisms is never thrown.
  • #8137 - Include ArC config reference in the CDI guide
  • #8132 - [docker][jib] Bump baseJvmImage from JRE8 to JRE11
  • #8131 - Don't record system props for JTA
  • #8130 - Sync mutiny used in qute to what's used in Quarkus
  • #8127 - Load Graal SDK Parent first
  • #8117 - quarkus.container-image.group could be blank
  • #8112 - Update to Keycloak 9.0.2
  • #8111 - Avoid using a null tenantId and enforce maps are initialized
  • #8109 - security documentation index is hard to understand
  • #8108 - Add build tool param to fix gradle adding extension bootstrap
  • #8106 - Ensure that generated Kotlin - Maven projects target Java 8
  • #8105 - Document how to enable DEBUG logging for @QuarkusTest
  • #8104 - vert.x-web kotlin application fails on intellij 2019.3 ad win 10 1909
  • #8102 - Follow up to #8100: log a warning when an extension dependency is excluded from dev mode
  • #8101 - Add support for multiple extension overrides
  • #8100 - Exclude deps of extensions as well
  • #8099 - Add guard against ServiceConfigurationError
  • #8096 - Add a missing space to a Kubernetes log message
  • #8093 - Generating a fieldRef env var with the Kubernetes Extension is not working
  • #8091 - quarkus.kubernetes.image-pull-policy ignored
  • #8090 - Generated kubernetes manifests contain wrong port in health probes
  • #8083 - Fix wrong entry for spring-data-jpa in deployment bom
  • #8082 - fix security checks to make @RolesAllowed("**") work
  • #8080 - Fix observer method generation for inherited observers, create automated test
  • #8073 - Document repository and entity inside package-info.java
  • #8070 - Very minor documentation adjustments
  • #8069 - Dev mode not working in 1.3.0
  • #8066 - Ensure that @QuarkusTest plays nicely with @testfactory
  • #8065 - fix(flyway): multiple datasource migration does not work on native
  • #8060 - Fixing anchors and links in documentation
  • #8057 - fix: Avoid logging a WARN message about having duplicates persistence-unit during testing
  • #8052 - Fix MySQL high availability not working in native mode
  • #8048 - Align Gradle dependencies with Quarkus
  • #8046 - docs: remove wrongly placed backticks
  • #8045 - Bump Jandex to 2.1.3.Final
  • #8044 - docs: fix some typo in the deploying-to-openshift doc
  • #8040 - Fix links following Kubernetes guide renaming
  • #8039 - doc: fix quarkus-container-image-docker extension name
  • #8036 - Put quarkus-extension.yaml in right place for OptaPlanner Jackson
  • #8035 - Quarkus 1.3.0.Final class loader can not load Graal's polyglot framework
  • #8030 - Testcontainers - FixedHostPortGenericContainer throws NullPointer on method getContainerIpAddress()
  • #8029 - Properly apply MongoClientConfig.socketTimeout
  • #8028 - Various Liquibase improvements
  • #8026 - MongoClientConfig socketTimeout don't actually set a socket timeout
  • #8020 - Regression: 1.3.0.Final @Inject mock service in QuarkusTest Caused by: java.lang.IllegalAccessError:
  • #8016 - fix CNFE in QuarkusTestExtension
  • #8015 - CNFE in QuarkusTestExtension when test method argument is primitive
  • #8013 - OpenShift guide - fix typo in link
  • #8010 - Don't expect a .exe suffix to the native image generated in a container
  • #8009 - Quarkus Kotlin extension not added in Bootstrap Kotlin+Gradle Project
  • #8007 - Allow the default charset to be set in Undertow
  • #8006 - Authentication fixes
  • #8005 - Don't let the thread interrupt state interfere with class loading
  • #8004 - Regression: @Inject mock service in QuarkusTest is null during JUnit @TestFactory execution in Quarkus 1.3.0.Final
  • #8003 - s2i binary build - tar filename too long
  • #8002 - Align quarkus-http version in tools-parent with Quarkus
  • #8000 - Fixed logging messages in the Gradle plugin
  • #7996 - Quarkus 1.3.0.Final gradle does not start with Undertow Servlet
  • #7995 - Fix registry setting in kubernetes doc
  • #7994 - @Authenticated works, but @RolesAllowed("*") doesn't
  • #7993 - Bump jib version
  • #7992 - Rename kubernetes doc to be more consistent
  • #7991 - Add note about class reading in class loading guide
  • #7990 - Native container-build on Windows10 fails (.exe)
  • #7989 - Fix #7879 and make sure everything works for jaxb, jsonb and jackson
  • #7983 - Remove now obsolete guide
  • #7975 - Fix Maven minimal version
  • #7973 - Some fixes in the OpenShift guide
  • #7969 - Fix request hang issue when challenge completes exceptionally
  • #7966 - Fix #7964 quarkus-jdbc-mysql-deployment missing the deployment BOM
  • #7965 - Exceptional CompletionStage in HttpAuthenticator#sendChallenge causes requests to hang
  • #7964 - quarkus-jdbc-mysql-deployment missing the deployment BOM
  • #7961 - fix: duplicate envFrom in k8s manifests
  • #7960 - fix NPE in QuarkusTestExtension
  • #7959 - Load wagon providers from the classloader that loaded the bootstrap classes
  • #7958 - NPE in QuarkusTestExtension when test method argument is null
  • #7957 - Upgrade Jandex to 2.1.3.Final
  • #7956 - Slow startup with liquibase extension
  • #7953 - Better error message if Quarkus version does not match
  • #7951 - Integrate vert.x routes with security
  • #7950 - Ignore subclasses if bean is ambiguous
  • #7948 - Throw exception if using blocking mailer from IO thread
  • #7944 - Bump to the latest dekorate version
  • #7943 - Remove Spring Data maven-invoker style tests
  • #7937 - Some proofreading of the recent additions to config.adoc
  • #7936 - [jdbc-mysql extension] MySQL high availability datasource health check not supported in native Quarkus
  • #7935 - Add SmallRye Metrics extension to Infinispan Embedded
  • #7933 - Fix interceptor resolution process for multiple bindings, add automated test
  • #7930 - Qute type-safe templates - fix inconsitency in "raw" validation
  • #7929 - Add section about how to configure the banner
  • #7925 - Add quarkus-test-amazon-lambda to BOM
  • #7923 - NullPointerException with HibernateValidator @Valid
  • #7922 - Bump rest-assured.version from 4.2.0 to 4.3.0
  • #7921 - Update Infinispan to 10.1.5.Final and update test classes
  • #7920 - Ensure that enums can be used in @ParameterizedTest in @QuarkusTest
  • #7918 - Qute type-safe templates - fix validation of java.lang.Object
  • #7917 - Qute type-safe templates - fix interfaces validation
  • #7916 - Error running @ParameterizedTest in Quarkus 1.3.0.Final
  • #7912 - Fix display name of gc.total base metric
  • #7911 - Undeploy verticles backed by contextual instances
  • #7910 - Infinispan can't be manually started with Quarkus 1.3.0
  • #7908 - Add doc about defaults Spring Boot naming strategies
  • #7907 - Wrong display name of gc.total base metric
  • #7906 - Make it possible to inject Instance<> into observers/disposers
  • #7905 - Update Mutiny to 0.4.2.
  • #7901 - Fix intermittent Kubernetes test failures on Windows
  • #7897 - Run QuarkusTestResource in the runtime ClassLoader
  • #7896 - Resolve test jars from the local project correctly
  • #7894 - Exclude org.checkerframework:checker-qual from runtime dependencies
  • #7890 - Changing remote debug connection string for JDK 9+
  • #7889 - Remote debug into dev mode doesn't work on JDK 9+
  • #7888 - ArC - it's not possible to inject Instance<> into an observer method parameter
  • #7887 - Classloading issue when @QuarkusTest inherits from class from another artifact (Maven module)
  • #7881 - Make @QuarkusTest play nicely with @ParameterizedTest
  • #7880 - QuarkusTestResourceLifecycleManager / injecting - getAnnotation stopped working in 1.3.0
  • #7879 - Panache adding @XmlTransient to fields breaks Jackson serialization in @QuarkusTest
  • #7877 - Unable to use @ParameterizedTest with test annotated by @QuarkusTest
  • #7872 - Make mockito parent first
  • #7871 - Add documentation for building native on Windows
  • #7864 - Avoid null check
  • #7863 - Use proper configuration for environment variables in JibConfig
  • #7861 - Allow configuration of max frame size
  • #7859 - Add a section in the documentation about placeholder usage
  • #7858 - Bump flyway-core from 6.3.0 to 6.3.1
  • #7855 - Use auto-generated flyway properties table in documentation
  • #7854 - ClassCastException running Mockito with Quarkus 1.3.0.Final
  • #7853 - Support adding Quarkus extension to a module in a multimodule Gradle project
  • #7851 - Do not print null in generated config
  • #7850 - Apply minor container / kubernetes fixes
  • #7848 - Document how placeholders in application.properties work
  • #7847 - Support Flyway placeholders
  • #7845 - Qute - declaring a parameter of type java.lang.Object causes NullPointerException
  • #7842 - Gradle: if a project does not contain sources, don't add it as a module to the devmode context
  • #7838 - Close local instance of KubernetesClient
  • #7834 - Fix gradle generateConfig task
  • #7832 - Failed to startup quarkusDev with gradle + kotlin with subprojects
  • #7830 - Add excluded artifacts for Spring
  • #7823 - Quarkus gradle generateConfig fails
  • #7768 - Enabling both basic auth and form auth in quarkus does not work
  • #7740 - Kubernetes extension generates environment variables twice
  • #7714 - Allow @QuarkusTest to use constructor injection
  • #7685 - Flyway multiple datasource migration does not work on native
  • #7248 - XSS vulnerability in NotFoundExceptionMapper
  • #7172 - Cannot configure Vertx Max Frame Size
  • #7091 - java.lang.IllegalArgumentException: UTF8 string too large when running a QuarkusTest
  • #6831 - Document how to enable DEBUG logging for @QuarkusTest
  • #6726 - Kubernetes: inconsistent handling of kubernetes.name/group/version properties
  • #5780 - Better multi-module support for gradle when adding extension
  • #5722 - Gradle plugin doesn't support multi module project well.
  • #5284 - Default realm is always returned with HTTP 401
  • #4544 - @RoleAllowed Issue with Reactive Routes
  • #3369 - Injected null in subclassed ContainerRequestFilter
  • #3223 - Unable to send email when consuming a kafka topic
quarkus - 1.3.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #7831 - Generate entities in correct class loader
  • #7826 - Hibernate ORM: further move some metadata validation and processing to Augmentation
  • #7825 - Reword external driver warning
  • #7822 - Make duration in Kubernetes extension config proper durations
  • #7820 - Gradle: check whether the project has already been evaluated before calling afterEvaluate(...)
  • #7819 - Fix a few things in the container-image documentation
  • #7818 - Gradle: only the first extension is recognized as an extension in module's dependency list
  • #7816 - Properly identify and exclude project's modules from the classpath for Gradle's dev mode
  • #7814 - refactor: fix typo in reactive datasource config
  • #7813 - Add note about different JDBC drivers x native
  • #7808 - Exclude protobuf-java from mysql-connector-jdbc
  • #7807 - Fix typos in newly added section of the Security guide
  • #7805 - Recognize the mp.health.disable-default-procedures property
  • #7804 - Add section on reactive security
  • #7801 - Use https:// for Maven xsd
  • #7800 - Minor doc clarification
  • #7799 - Fix intermittent windows failures
  • #7798 - Eagerly dispatch to blocking executor
  • #7797 - fix(docs): make sure that mapped properties are sorted properly
  • #7796 - Fix problems with assumptions in tests
  • #7794 - Gradle: init AppModel resolver with LaunchMode.DEVELOPMENT in QuarkusDev task
  • #7793 - portable banner
  • #7787 - Bump SmallRye Config to 1.7.0
  • #7786 - Fixes related to Maven projects using the 'revision' property as the project version
  • #7785 - Rework the datasource documentation
  • #7782 - Calling long-running JPA operation from non-reactive REST service causes exception
  • #7781 - Generated datasource configuration: incorrect order of properties
  • #7780 - Allow Hibernate ORM to boot even when entity models are marked as final
  • #7778 - Vert.x EventLoop Thread used on JAX-RS methods with Undertow
  • #7777 - fix: container-image integration with knative
  • #7776 - Qute - exclude the value resolver for RawString from validation
  • #7775 - Properly support dependency on a java-library module
  • #7771 - Qute 1.3.0.CR2 - property/method [raw] not found on class [java.lang.String]
  • #7765 - Caused by: java.lang.IllegalArgumentException: Cannot subclass primitive, array or final types
  • #7764 - Add the option to skip the build mojo from the command line
  • #7761 - Add Hibernate ORM hot reload test
  • #7760 - Undertow security tests and fixes
  • #7759 - Update to smallrye-jwt-2.1.1
  • #7758 - 1.3.0.CR2 Not finding jar from other subproject
  • #7756 - Set compiler encoding to UTF-8 in the generated build.gradle
  • #7755 - Add missing config item annotation in docker config
  • #7753 - Bump postgresql from 42.2.10 to 42.2.11
  • #7752 - Do not print the banner if the target charset does not like it
  • #7751 - User proper doc links for container-image.adoc
  • #7749 - fix(#7712): S2i build no longer renames artifacts
  • #7747 - "Maven CI Friendly Versions" are not (fully) supported, application is incomplete/broken
  • #7746 - Avoid including the deprecated configuration properties in the generated doc
  • #7744 - chore: use final versions
  • #7742 - Fix links to generated config in container-image.adoc
  • #7741 - Read quarkus-development-mode's version from its pom.properties
  • #7739 - Ensure that a .env file at the root of the project can be used in dev-mode
  • #7738 - update proton-j to 0.33.3
  • #7737 - Do not turn fields into accessors in Hibernate ORM entity constructors
  • #7736 - Generated resources for knative do not take quarkus.container-image.group into consideration
  • #7731 - QuarkusPlatformTask - addPlatform to builder
  • #7729 - Quarkus 1.3.0.CR2: Dependency of gradle library submodule not included
  • #7728 - Document MDC trace IDs
  • #7727 - Enhance slow lookup message to be explicit about macOS and to mention path for Windows
  • #7724 - fix how defaultMode in Kubernetes volumes is parsed
  • #7723 - Upgrade OptaPlanner from 7.33.0 to 7.34.0
  • #7722 - defaultMode of a ConfigMap volume is 600 (decimal!) by default
  • #7719 - Support metrics applied via CDI stereotypes
  • #7715 - Document which Gradle version to use
  • #7712 - presence of quarkus-container-image-s2i extension causes wrong java -jar argument in pod spec
  • #7704 - Update Gradle to 6.2.2
  • #7672 - Banner full of ??? when running tests against Windows native binary, using cmd
  • #7653 - Native run of hibernate with enum in entity throws "MappingException: Could not create DynamicParameterizedType for type: org.hibernate.type.EnumType"
  • #7650 - quarkus.{kubernetes,openshift}.expose=true doesn't work
  • #7643 - Transient dev mode error on Windows
  • #7641 - the container-image-s2i extension logs a warning when I change the base S2I image
  • #7633 - MacOS native terminal - banner looks odd - terminal width 80
  • #7618 - JWT groups as string causes 401
  • #7594 - Cannot override "quarkus.swagger-ui.always-include" property
  • #7579 - OptaPlanner extension guide
  • #7561 - NPE on OidcAuthenticationMechanism.isWebApp with elytron-security,keycloak-authorization extensions
  • #7556 - Generated pom.xml file should HTTPS instead of HTTP to fetch XSD
  • #7541 - Retrieving dependencies from CDI in tests that implement interface throws java.lang.IllegalStateException if code defined outside JUnit test
  • #7519 - .env file copy to target in dev mode
  • #7433 - With AdditionalJpaModelBuildItem created Entity not working in dev mode
  • #7330 - Metric annotations applied via CDI stereotypes don't work
  • #7304 - Quarkus Security: @RolesAllowed causes crash on class but works on method when using CompletionStage
  • #7152 - Classes with @ConstructorProperties for Reflection
  • #7123 - Classloader issue with CompletableFuture
  • #6860 - Quarkus is not following MP Health spec to disable vendor procedures
  • #6652 - Document/Fix QuarkusUnitTest's public method requirement
  • #5015 - Injecting from another module causes ClassCastException
quarkus - 1.3.0.CR2

Published by gsmet over 4 years ago

Major changes

  • #7518 - Support OIDC client_secret_post client authentication
  • #6334 - Liquibase extension
  • #4920 - read timeout for blocking http

Complete changelog

  • #7709 - Updated the MicroProfile REST Client to 1.4.1
  • #7706 - Further improve the Kubernetes doc
  • #7697 - Add ability to pass custom repositories when resolving artifact descriptor in the bootstrap maven resolver
  • #7693 - Prevent BannerProcessor from failing when builds done in parallel
  • #7692 - Mention GraalVM 20.0.0 in the exception message of the version check
  • #7689 - FileSystemAlreadyExistsException when recordBanner is run in parallel
  • #7688 - Reactive MySQL Client - fix locale-specific assertions
  • #7687 - Quarkus 1.3.0.CR1: Cannot use @RestClient in constructor injection
  • #7682 - Disable banner in QuarkusDevModeTest
  • #7680 - Don't use locale specific strings for error checks in test
  • #7679 - Expand read timeout to cover Vert.x
  • #7677 - Also adjust tarLongFileMode for the PDF archive
  • #7674 - Fix potential hang if request is terminated prematurely
  • #7671 - Allow passing raw class names to JniRuntimeAccessBuildItem
  • #7669 - docs: use maven wrapper whenever possible
  • #7667 - Polish Kubernetes doc
  • #7666 - Polish container image extensions and doc
  • #7664 - changed tarLongFileMode to posix to mitigate problem with long group id
  • #7663 - Changes to get native build work on Windows with GraalVM Java 11
  • #7662 - Fix banner in native when building with docker
  • #7661 - make default banner max 80 chars wide
  • #7658 - fix: allow Flyway and Liquibase to play together by making JdbcDataSourceSchemaReadyBuildItem a multiple build item
  • #7656 - Add OIDC tenant-enabled property
  • #7652 - Support Kubernetes expose property via Quarkus configuration
  • #7646 - Quarkus hangs when clients disconnect after sending incomplete POST requests
  • #7645 - Provide a useful error message when native image fails with OOM
  • #7644 - remove useless warning in the Kubernetes extension
  • #7639 - Fix MP REST 1.4 TCK
  • #7638 - Gradle: don't rely on presence of the JavaPlugin.JAR_TASK_NAME
  • #7636 - Apply sun.nio.ch.Iocp substitutions only against Windows
  • #7634 - Avoid unresolved bean issue when retrieving the ShutdownReadinessCheck
  • #7632 - Bootstrap application - fail with 1.3.0.CR1 in native - substitution target for io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp is not loaded
  • #7631 - Graceful shutdown failed with Quarkus 1.3.0.CR1 - No bean found for required type [ShutdownReadinessCheck] and qualifiers [Readiness]
  • #7630 - Show useful warning message when @ConfigProperty used in JAX-RS Provider
  • #7629 - Include the original cause in AppModelResolverException
  • #7628 - Prevent any side-effect NPE while closing a failed devmode launch
  • #7627 - Check timestamp for CP cache
  • #7626 - Caching of hardcoded paths can cause issues
  • #7624 - [1.3.0.CR1] Gradle build breaks with local non-jar project dependencies
  • #7623 - Don't run postgres tests by default
  • #7622 - Update to latest SmallRye Health
  • #7619 - Set a proper temp directory for Amazon Lambda
  • #7616 - fix sns event deserialize issue
  • #7614 - Support for recognizing multiple Quarkus platforms in a project
  • #7607 - @ConfigProperty not resolved in native mode
  • #7605 - Kotlin Amazon Lambda native image vertx tmp dir failure
  • #7564 - JDK language specific tests
  • #7518 - Support OIDC client_secret_post client authentication
  • #6942 - Fixing typo
  • #6906 - jacksonDeserilazationIgnoresPersitantAttribute is disabled on native, no link to an issue
  • #6747 - OIDC confidential clients can not authenticate with form params with Vertx 3.8.5
  • #6491 - AWS lambda could not deserialize SNS and SQS events
  • #6334 - Liquibase extension
  • #6084 - build native via docker could have more informative error messages
  • #4920 - read timeout for blocking http
  • #4455 - Read timeout for Servlet
quarkus - 1.3.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #7379 - Upgrade to Hibernate Search 6.0.0.Beta5
  • #7109 - Add support for graceful shutdown
  • #7049 - OptaPlanner extension
  • #5496 - Add support for building and deploying container to Kubernetes
  • #4489 - Expose Hibernate ORM option to disable 2LC

Complete changelog

  • #7617 - Bump flyway-core from 6.2.4 to 6.3.0
  • #7615 - Logging guide: move reference to the end, start with howto's
  • #7613 - Generated Readme proposal improvements
  • #7611 - Improvement required to the generated README file
  • #7606 - fix: container-image-s2i runtime dependencies
  • #7604 - Usage statement added to Amazon Lambda archetype manage.sh script
  • #7603 - Update SmallRye Fault Tolerance to 4.1.1 to bring bugfixes
  • #7602 - Fix misleading Javadoc on NativeConfig
  • #7600 - Improvements around s2i and kubernetes deployment
  • #7599 - Prestart all core threads, otherwise quarkus.thread-pool.core-threads is ignored
  • #7598 - Config option quarkus.thread-pool.core-threads is ignored
  • #7597 - Homogeneize the Quarkus "powered by" mentions
  • #7596 - Simplify kubernetes tests
  • #7595 - Ensure that container image tests only run on linux when the docker flag is enabled
  • #7593 - Enforce dependencyConvergence in quarkus-bootstrap-core
  • #7590 - Updating package names in guides
  • #7588 - Add option to disable the http port when https is enabled
  • #7587 - Initialize sun.nio.ch.Iocp at runtime on Windows with JDK 11
  • #7586 - Upgrade to RESTEasy 4.5 to support async IO
  • #7585 - quarkus master build fails if no docker daemon is running
  • #7584 - Use launch mode as a prefix for the file used as the app model cache
  • #7583 - Unlist elytron extension as it's an internal one
  • #7582 - Bump quarkus-http-websockets-jsr from 3.0.2.Final to 3.0.3.Final
  • #7581 - Tests fail after quarkus:dev run
  • #7577 - NettyProcessor marks http2 related classes for runtime initialization even if they are not on the classpath
  • #7576 - NettyProcessor marks http2 related classes for runtime initialization even if they are not on the classpath
  • #7575 - Document the fact that Panache stream methods should be closed
  • #7573 - Fix ReactivePgReloadTest
  • #7571 - Output CloudWatch Logs for AWS Lambda invocation
  • #7569 - Fix wrong string constant name for inherit
  • #7567 - Unify extension definitions
  • #7566 - Improve the documentation on Kotlin data class
  • #7563 - Upgrade Quarkus HTTP to 3.0.3.Final
  • #7562 - devtools commands to accept platform descriptor as an argument
  • #7560 - Qute - loop section -support iterators and arrays
  • #7559 - bump jaxb-runtime
  • #7557 - Homogenise the extension descriptions
  • #7555 - Use actual bean type when generating Reactive Messaging Invoker
  • #7553 - Fix wrong KubernetesClientBuildConfig link
  • #7552 - Rest Client - support injection for providers used in @RegisterProvider
  • #7550 - Injecting CDI beans with array type should not result in warning
  • #7547 - Enhance NativeImageLauncher (test utility) to support Java 11+ runtimes
  • #7546 - Make DiagnosticPrinter compatible with Windows
  • #7542 - Register ServerEndpointConfig.Configurator
  • #7540 - refactor: do not use deprecated DefaultAnnotationScannerExtension class
  • #7539 - Write the getting started with reactive documentation
  • #7538 - Update the JMS guide to use the Qpid JMS extension
  • #7537 - Add some new ignores for ReflectiveHierarchyStep
  • #7535 - io.quarkus.test.common.NativeImageLauncher.guessPath() needs to support > Java 9
  • #7534 - Resolving enforcement mode from path configuration
  • #7533 - Fix #7532 Introduce NativeConfig.includeAllTimeZones
  • #7532 - Introduce NativeConfig.includeAllTimeZones
  • #7531 - Microprofile rest client - Can't inject config/beans to providers also in 1.2.1.Final
  • #7530 - Make sure that DotEnvConfigSource is used for runtime properties as well
  • #7529 - Fix @Fallback issues of smallrye-fault-tolerance for Quarkus
  • #7528 - JsonNode missing in Index
  • #7526 - Fix metrics of the default Agroal data source
  • #7525 - Metrics for default Agroal data source are broken
  • #7524 - Move Agroal metric classes into private API
  • #7523 - Load JSON parent first for logging
  • #7522 - Fix broken YAML for Boring Cyborg
  • #7520 - Fix some datasource config issues
  • #7517 - Fix Context propagation tutorial
  • #7515 - add short-name to reactive-messaging-amqp extension metadata
  • #7514 - Show better error when multiple container image extensions used with Kubernetes
  • #7513 - Fix Context Propagation compilation error snippet
  • #7511 - Allow ctor injection for RESTEasy Resources with Security annotations
  • #7509 - Undertow websockets extension does not register service provider for javax.websocket.server.ServerEndpointConfig.Configurator
  • #7508 - Ensure that Amazon Lambda uses the ObjectMapper bean when available
  • #7506 - Converge wagon-provider-api versions in quarkus-bootstrap-core #7505
  • #7505 - Enforce dependencyConvergence in quarkus-bootstrap-core
  • #7504 - Fix broken Hibernate Search Quickstart
  • #7501 - Quarkus recommended labels
  • #7497 - refactor: remove unused logger from vault extension
  • #7495 - Constructor Injection in secured JAX-RS resources leads to exception
  • #7494 - Reduce log level and use JBoss logger
  • #7492 - JDBC resources leaked when using PanacheQuery<Entity>.stream()
  • #7491 - Cannot disable Keycloak policy enforcement for root path
  • #7490 - Remove unneeded context propagation library
  • #7489 - Remove obsolete throws Exception from tests of quarkus-smallrye-jwt extension
  • #7484 - Conflicts when multiple container-image modules are present
  • #7482 - Use the recommended labels for generated kubernetes manifests
  • #7479 - Bug report template - add build tool bullet to the environment list
  • #7478 - Banner updates
  • #7477 - Banner is not subatomic
  • #7476 - Qute - add test for include section, a small fix for user tags
  • #7475 - Introduce awaitility to flaky ReactiveMongodbPanacheResourceTest
  • #7473 - Trying to stabilize CodeFlowTest
  • #7472 - Qute can not find included template without extension
  • #7471 - fix (#7460) Setup mock before creating the client
  • #7470 - feat: don't display registry warning for s2i
  • #7469 - quarkus-logging-json not working 1.3.0
  • #7468 - fix: docker login command
  • #7467 - Bump debezium-core from 1.0.0.Final to 1.0.2.Final
  • #7461 - Clarify that we need 1.5GB of heap for building Quarkus
  • #7460 - Fail to build Quarkus in master because of minikube dependency
  • #7459 - Upgrade Maven resolver related dependencies used by bootstrap
  • #7458 - Unable to build gradle project in Java 11 + smallrye amqp extension
  • #7457 - Qute - mention elvis and ternary operators in the docs
  • #7456 - fix: increase reactive test SSE wait time
  • #7454 - Failure to build container-image via s2i in some clusters
  • #7453 - Rework datasource configuration
  • #7452 - Make updating a built application to k8s a no-brainer
  • #7450 - Polish Kubernetes extension
  • #7449 - Apply minor cleanup to internal test extensions
  • #7448 - Fix a connection-delay processing
  • #7447 - OIDC Connection-Delay config parameter doesn't work
  • #7445 - Fix monitor state bug
  • #7444 - IllegalMonitorStateException in VertxBlockingOutput
  • #7441 - Gradle: prefer local deps as JARs when building runnable JARs
  • #7439 - Prevent cleaning up the build directory when QuarkusProdModeTest fails
  • #7438 - Avoid having to load ResteasyContextProvider class
  • #7437 - Fixed scope for quarkus-junit5-internal dep in qute-deployment
  • #7436 - Qute type-safe templates - validate virtual methods in expressions
  • #7435 - Fix requesting on MongoDB ObjectId fields
  • #7434 - MongoDB Panache: When using Kotlin data classes, the ID field is not populated after calling persist()
  • #7429 - Add code example for java 11 native dockerfile to native-and-ssl guide
  • #7425 - Load the Servlet API parent first
  • #7421 - Allow @Autowired on methods
  • #7420 - Spring DI - @Autowired annotation does not work for setters
  • #7418 - Prevent redirect loops and support a cookie path parameter
  • #7416 - Use BeanArchiveIndexBuildItem in hibernate-validator extension to allow working with generated beans
  • #7415 - MongoDB find by foreign objectId fails
  • #7413 - Fix missing IgnoreCase handling for some Spring Data JPA queries
  • #7412 - Spring Data JPA - ContainingIgnoreCase is not working
  • #7411 - Allow MetricBuildItem to declare the desired registry type
  • #7410 - enable support for AMQP in the quarkus-artemis-test module
  • #7407 - quarkus-logging-sentry and quarkus-undertow - java.lang.ClassCastException: io.sentry.servlet.SentryServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializer
  • #7406 - Remove wrong and unused dependency from the bom
  • #7403 - CDI beans with array type result in warning.
  • #7402 - chore: update aws sdk version
  • #7400 - docs: fix broken links in kubernetes.adoc guide
  • #7399 - New connection pool initiator for Hibernate ORM
  • #7398 - Build step annotation enhancements
  • #7397 - Bump mockito-core from 3.2.4 to 3.3.0
  • #7396 - feat: group name version are inherited from container image.
  • #7395 - Update Swagger-ui to 3.25.0
  • #7394 - Resolve Gradle's project's classes dir in case the JAR isn't availablable
  • #7393 - fix: version conflict for http-nio.
  • #7392 - Broken enforcer rule on http-nio
  • #7391 - Upgrade Maven wrapper to 3.6.3 and enforce Maven 3.6.2
  • #7389 - Prevent NCDFE on thread pool shutdown when CL is closed early
  • #7388 - Update various guides to Mutiny
  • #7387 - Upgrade awssdk from 2.10.3 to >= 2.10.24
  • #7386 - Qute - mention elvis and ternary operators in the docs
  • #7385 - Fix broken MongoClientBuildItem support
  • #7384 - smallrye-config update, dependabot entry
  • #7383 - KubernetesDeploy - close client
  • #7382 - Fix documentation formatting issues
  • #7381 - Reactive Messaging - add @Dependent scope only if not JAX-RS construct
  • #7380 - Make quarkus.security.jdbc.principal-query.sql optional
  • #7379 - Upgrade to Hibernate Search 6.0.0.Beta5
  • #7378 - MongoClientBuildItem is never produced
  • #7377 - Qute type-safe templates - validate "virtual methods" in expressions
  • #7375 - Make some small adjustments to the container image doc
  • #7371 - quarkus.security.jdbc.principal-query.sql is required even if quarkus.security.jdbc.enabled is set to false
  • #7369 - S2i improvements
  • #7368 - Add SecurityIdentityAugmentor section
  • #7365 - Submodule not in classpath when running :app:quarkusBuild in a multi-module Gradle project
  • #7363 - refactor: KebernetesDeploy no longer uses kubectl.
  • #7361 - Document how to protect routes in Quarkus
  • #7357 - NPE in :quarkusTestConfig gradle task with 1.3.0.Alpha2
  • #7356 - Create openshift wrapper extension.
  • #7354 - CDI lifecycle behavior different when using reactive messaging and @Incoming and @StartupEvent
  • #7351 - Update JWT guide with the builder API intro and fix some typos
  • #7350 - Bump rxjava from 2.2.17 to 2.2.18
  • #7349 - Bump narayana to 5.10.1.Final and SQL Server JDBC driver to 7.2.2.jre8
  • #7348 - Hibernate ORM configuration option to disable 2LC
  • #7347 - Add some small polish to the Kubernetes deployment process
  • #7346 - Code polish - 2020-02-21
  • #7345 - Ensure that whitespaces don't break bean invocation in SpEL
  • #7344 - Add Spring autolabelling
  • #7343 - @PreAuthorize() does not support space before string expression
  • #7341 - Align naming in container-image & kubernetes extensions
  • #7340 - CodeFlowTest failing from time to time on CI
  • #7339 - refactor: Kubernetes extension now uses quarkus.
  • #7338 - Update the version of smallrye-open-api to 1.2.1
  • #7336 - Avoid annoying Warning logs when Sentry is disabled
  • #7335 - Partially revert "Fix issue getting config from fork join pool"
  • #7334 - Qute - add some javadoc to public API
  • #7332 - Reverse the dependency between context propagation and mutiny.
  • #7329 - Add support for registering classes for JNI runtime access
  • #7328 - bump netty to 4.1.45.Final
  • #7327 - Mongodb panache/mutiny
  • #7325 - Qute - add missing parts of javadoc to public API
  • #7323 - Fix quartz guide typo
  • #7319 - Bump flyway-core from 6.2.3 to 6.2.4
  • #7317 - Minor cleanup to log level configuration
  • #7315 - Update Keycloak docker image to 9.0.0
  • #7314 - Update Keycloak docker image to 9.0.0
  • #7313 - Extend types ignored for reflection
  • #7310 - Use Mutiny in the reactive section of the neo4j quickstart
  • #7307 - Enable missing build profiles for native integration tests
  • #7305 - use runtime classloader as TCCL during application close
  • #7303 - Implement Context Propagation support for Mutiny
  • #7302 - Show a proper error message when @Inject is used in NativeTest
  • #7300 - NativeImageTest that uses @Inject: better error message than NullPointerException
  • #7294 - Add Vault write and delete secret Fixes #7155
  • #7290 - Using an import.sql file doesn't seem to get loaded with H2 in tests
  • #7288 - Introduce built-in number operations in Qute extension
  • #7287 - Bootstrap/workspace discovery: check parent dir for pom.xml
  • #7285 - Add oidc-code-flow dev mode test
  • #7283 - qute: modulo operation in iterations
  • #7282 - Introduced quarkus-internal.maven-cmd-line-args system property
  • #7281 - Bump JGit to 5.6.1.202002131546-r
  • #7279 - Qute - fix built-in template extension method for Map
  • #7278 - Add hack to work around fork join pool problems
  • #7277 - Qute - ExtensionMethodGenerator now handles ClassCastException correctly
  • #7276 - 1.3.0.Alpha2: Kubernetes Client: Could not initialize class KubernetesDeserializer in dev mode
  • #7274 - Qute - ignore expressions/tags starting with invalid identifiers
  • #7273 - Add guide for Spring Cloud Config Client extension
  • #7271 - Fix flaky Kubernetes tests
  • #7270 - Transfer providers discovered at build-time to new ClientBuilder instances
  • #7268 - add mutiny deployment deps corresponding to runtime deps
  • #7266 - Update the Kafka Streams guide to use KafkaRecord instead of KafkaMessage
  • #7265 - Synchronize Execution#diagnostics list internally
  • #7264 - Remove redundant synchronized block
  • #7263 - Implement the Mutiny API for the MongoDB client
  • #7262 - enable autolabeller
  • #7261 - RootDefinition - trim RuntimeConfig and RuntimeConfiguration suffixes
  • #7260 - [fixes #6571] - Document OIDC Multi-Tenancy feature
  • #7258 - Be nice to people mentioning lower case log levels
  • #7257 - RootDefinition should also trim RuntimeConfig and RuntimeConfiguration suffixes
  • #7255 - Add support for configuring additional dependencies in @QuarkusProdModeTest
  • #7254 - Quartz - make it possible to access the underlying scheduler instance
  • #7253 - Use Maven 3.6.3 in new projects
  • #7252 - Update Gradle to 6.2
  • #7251 - Hot reload tests for Reactive SQL Clients
  • #7250 - Database config issue
  • #7249 - Gradle quarkusBuild fails with java.util.ServiceConfigurationError: org.eclipse.microprofile.config.spi.ConfigSourceProvider: io.quarkus.test.common.http.TestHTTPConfigSourceProvider not a subtype
  • #7246 - Quartz extension - make it possible to access the underlying Quartz scheduler instance
  • #7245 - Recreate all metric registries during reload
  • #7241 - Remove elytron-security GraalVM 19.3.0 workaround
  • #7240 - Improve Quarkus Keycloak Documentation
  • #7238 - Swagger-UI/Openapi-Link provides faulty schema-components for List/Set
  • #7237 - Ignore resolved dependencies that are not JARs or directories
  • #7234 - 1.3.0.Alpha2 Kotlin error Caused by: java.util.zip.ZipException: zip END header not found
  • #7231 - Add support for MutinyVerticle
  • #7230 - Bump kafka to 2.4.0
  • #7227 - Avoid overriding the default CONNECTION_HANDLING strategy in Hibernate ORM
  • #7226 - Introduce QuarkusProdModeTest
  • #7225 - Artifacts may not contain the version
  • #7223 - Add release-related metadata to ide-config pom.xml
  • #7219 - Fix: remove typo from CONTRIBUTING.md
  • #7217 - Quarkus gradle build fails with flatDir
  • #7216 - Update the reactive database client extensions to use Mutiny
  • #7214 - Change the way test failures are reported
  • #7211 - Implement Mutiny support for the mailer service
  • #7208 - Fixed support for Integrators and ServiceContributors in Hibernate ORM
  • #7204 - update to MicroProfile Fault Tolerance 2.1 and SmallRye Fault Tolerance 4.1.0
  • #7203 - Surefire 3.0.0-M4 passing even if a build step throws an exception
  • #7201 - Benefit from the static metadata for GraalVM to have been moved into …
  • #7195 - Multi-project @QuarkusTest in IDE to use compiled source
  • #7189 - Function integrate of custom hibernate integrator is not called
  • #7182 - Minor fixes for the create-extension mojo
  • #7181 - create-extension should generate application.properties for the integration test
  • #7180 - create-extension mojo should accept absolute paths for the templatesUriBase option
  • #7177 - Implement Resteasy Mutiny support
  • #7169 - feature: Spring API-only deps
  • #7161 - Running a shutdown task failed: Provider io.smallrye.faulttolerance.propagation.ContextPropagationExecutorFactory not a subtype
  • #7155 - Vault add writeSecret in VaultKVSecretEngine
  • #7153 - Registering classes with @ConstructorProperties for Reflection for #7152
  • #7144 - Qute Template Extension with multiple parameters: Resulting in endless wait without error
  • #7138 - Gather and expose information about all known scopes before transforming annotations
  • #7120 - Error in context propagation tutorial
  • #7119 - Fix "QuarkusUnitTest: assertException shadows out setExpectedException"
  • #7109 - Add support for graceful shutdown
  • #7101 - Integration of Qute and Mutiny
  • #7100 - guide updates for knative quick start update
  • #7099 - Add Mongo Connection Pool Metrics
  • #7086 - Add a composite OidcAuthenticationMechanism
  • #7076 - ArC - introduce a new build item that represents a scope of a custom context registered by an extension
  • #7066 - Native build of Kafka Streams fails at runtime with class RocksDBException not found
  • #7061 - Allow MetricBuildItem to declare the desired scope
  • #7059 - Update to SmallRye Reactive Messaging 1.1.0
  • #7054 - missing RESTeasy classes in native build of JAX-RS app
  • #7049 - OptaPlanner extension
  • #7023 - Changes for config cogs tweak
  • #7018 - Recreate all metric registries on startup?
  • #7013 - Optimize the use of TenantConfigResolver by making OidcTenantConfig a good map key
  • #7000 - QuarkusUnitTest: assertException shadows out setExpectedException
  • #6997 - Improve OIDC multi-tenancy and "web-app" configuration support
  • #6982 - Document how to create custom SecurityIdentityAugmentor
  • #6965 - Test that quarkus-oidc works in the dev mode
  • #6945 - Entity updates not persisted when using the repository pattern
  • #6923 - doc: active record and repository patterns
  • #6917 - Add hot reload tests for Reactive SQL Clients
  • #6870 - ClassCastException in Qute BuiltinTemplateExtensions.map on a TreeMap with {#for entry in map.entrySet}
  • #6802 - OIDC goes into a redirect loop if a token request with a code grant fails
  • #6770 - Invalid WARNING: Closing open connection prior to commit
  • #6744 - Upgrade to Infinispan 10.1.2.Final
  • #6670 - Add configuration for vert.x with native transport #6669
  • #6621 - Document how to use escaped {} in Qute
  • #6571 - Document OIDC Multi-Tenancy feature
  • #6291 - feat: log warning in case of finding spring.jpa properties configuration
  • #6179 - Remove the GraalVM workarounds that are no longer required with 19.3.1
  • #6135 - Explicitly document the different Panache ORM approaches
  • #6013 - Adds tests for quarkus.http.auth.form.new-cookie-interval
  • #6011 - quarkus-credential FORM auth cookie does not get renewed in the expected way
  • #6007 - Use jib to generate container images during build phase
  • #5496 - Add support for building and deploying container to Kubernetes
  • #5493 - Allow triggering container builds and deployments during the build.
  • #4489 - Expose Hibernate ORM option to disable 2LC
  • #3539 - QuarkusTestExtension does not support -ntp in Maven 3.6.1
quarkus - 1.2.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #7267 - Fix TIP formatting in deploying-to-openshift-s2i.adoc
  • #7247 - Fixed wording and typo in introduction
  • #7244 - Don't attempt to fetch() if we have eof
  • #7218 - Provide jpa metamodel for PanacheEntity class
  • #7202 - Remove test-related entries in maven-compiler-plugin
  • #7190 - Add yaml config examples
  • #7176 - fix: potential NPE in SchedulerProcessor#collectScheduledMethods
  • #7167 - POST with HTTP/2 fails with: java.lang.IllegalStateException: Request has already been read
  • #7146 - Add the no-arg compiler plugin to the documentation
  • #7142 - Ensure that user provided ObjectMapperCustomizer objects always have higher priority
  • #7136 - guides: fix native builder when deploying to OCP
  • #7131 - Add XMLOutputFactoryImpl for reflection in JAXB extension
  • #7114 - Update base image in multistage native doc
  • #7110 - Exclude jackson-module-scala
  • #7082 - Image tag is missing the -java8 suffix
  • #7064 - Dockerfile.native - run with non-root user 1001
  • #7051 - Add tooling guides tip about JDK 11 native image generation from Docker
  • #7021 - Update URL for Graal VM CE downloads
  • #7010 - Adjust the artifact name of the PDF documentation to avoid conflicts
  • #7001 - Add StreamingOutput to the reflection ignore list for RESTEasy
  • #6991 - Process @Consumes for ContextResolvers in RESTEasy
  • #6953 - Ensure that quarkus:dev works with yet to be compiled Kotlin project
  • #6952 - Add librocksdbjni-linux64.so to the build when only containerRuntime is set
  • #6946 - Fix Scheduling Quartz Tasks with MSSQL JDBC Store
  • #6920 - Upgrade Hibernate Validator to 6.1.2.Final
  • #6901 - Update Gizmo and Quarkus HTTP
  • #6894 - Reuse compiler configuration in quarkus:dev
  • #6874 - Fix duplicate dependencies issue in OpenTracing guide
  • #6865 - Fix incorrect Maven dependencies in Kafka Reactive Messaging tutorial
  • #6863 - Register remaining XML parsing infrastructure for quarkus-jaxb
  • #6856 - Rename application-data-caching.adoc to cache.adoc
  • #6818 - Properly pass JVM Target options to kotlin dev-mode
  • #6815 - Extensions/jdbc/mariadb: fix new Options class path registered for reflection
  • #6813 - Bump mariadb-java-client from 2.5.3 to 2.5.4
  • #6779 - Bump kubernetes-client-bom from 4.7.0 to 4.7.1
  • #6775 - Fix a missing closing tag in Qute documentation
  • #6769 - Add missing caffeine-deployment to hibernate-orm-deployment
quarkus - 1.3.0.Alpha2

Published by gsmet over 4 years ago

Major changes

  • #7196 - Upgrade to Hibernate ORM 5.4.12.Final
  • #7130 - Add first version of Spring Cloud Config Client extension
  • #7069 - Updated MP Config to 1.4 and SmallRye Config to 1.6.1
  • #6969 - Introduce Startup annotation

Complete changelog

  • #7219 - Fix: remove typo from CONTRIBUTING.md
  • #7207 - Updated MP OpenTracing to 1.3.3 and SmallRye OpenTracing to 1.3.4.
  • #7206 - Bump kubernetes-client-bom from 4.7.1 to 4.8.0
  • #7202 - Remove test-related entries in maven-compiler-plugin
  • #7200 - Don't presize an empty array passed to Collection#toArray
  • #7197 - chore: update kotlin version to 1.3.61
  • #7196 - Upgrade to Hibernate ORM 5.4.12.Final
  • #7192 - Bump flyway-core from 6.2.2 to 6.2.3
  • #7190 - Add yaml config examples
  • #7187 - exclude hikari from the quartz extension
  • #7186 - MicroProfile Metrics 2.3
  • #7184 - Bump JGit to 5.6.0.201912101111-r
  • #7178 - Fix critical issues detected with SonarCloud
  • #7176 - fix: potential NPE in SchedulerProcessor#collectScheduledMethods
  • #7174 - SchedulerProcessor method collectScheduledMethods recursion check
  • #7170 - Fix blocker issues detected with SonarCloud
  • #7168 - chore: align module naming.
  • #7165 - Support for AWS XRay
  • #7164 - Update to latest SmallRye OpenAPI
  • #7162 - Cleanup in the bootstrap code around maven resolver and workspace discovery
  • #7159 - Fix MongoDB date format issue
  • #7157 - Always register the class of Jackson's JsonDeserialize#using
  • #7154 - Bootstrap maven resolver profile interpolation
  • #7146 - Add the no-arg compiler plugin to the documentation
  • #7143 - Undertow: unused servlet initParams code, adds tests
  • #7142 - Ensure that user provided ObjectMapperCustomizer objects always have higher priority
  • #7139 - Enhance JsonDeserialize reflective class registration
  • #7136 - guides: fix native builder when deploying to OCP
  • #7135 - Improved contributing guide by adding instructions about the MicroProfile TCK
  • #7134 - Managed dependency versions of an app override its dependency versions specified explicitly
  • #7131 - Add XMLOutputFactoryImpl for reflection in JAXB extension
  • #7130 - Add first version of Spring Cloud Config Client extension
  • #7128 - Shutdown all resources on close
  • #7126 - Fix class loading performance problem
  • #7125 - Bump postgresql from 42.2.9 to 42.2.10
  • #7118 - Change DevModeMetricsTest so that it doesn't spew out a NPE into the log
  • #7117 - JWTAuthContextInfo - setSignerKey was deprecated
  • #7116 - Custom serializer in ObjectMapperCustomizer is loaded randomly
  • #7115 - Support Hibernate ORM's generation of Enhanced Proxies
  • #7114 - Update base image in multistage native doc
  • #7113 - Remove Caffeine ForkJoinPool#commonPool fix
  • #7112 - Resolve swallowed exceptions on Hibernate ORM loading of Integrator services
  • #7111 - Avoid logging a scary INFO about not having found the META-INF/persistence.xml
  • #7110 - Exclude jackson-module-scala
  • #7108 - Stop trying to index primitive types annotated with @Context
  • #7107 - Stop dealing with the SunEC library during the native image generation
  • #7106 - Reset the TCCL for each test
  • #7103 - doc: remove unused import of PathVariable
  • #7098 - Add support for Vert.x Mutiny
  • #7093 - Add banner extension module - default banner & option for custom banner for user
  • #7092 - Prevent generation of init group methods for build time config
  • #7089 - Force loading of JDBC drivers in runtime classloader
  • #7083 - Upgrade of Hibernate ORM to 5.4.11.Final
  • #7082 - Image tag is missing the -java8 suffix
  • #7081 - Hibernate ORM logging ServiceConfigurationError errors with full stacktraces
  • #7079 - 1.3.0Alpha1 cannot initially find JDBC Driver on Java8, but works on Java11
  • #7078 - Set the AppArtifact in the Gradle plugin
  • #7077 - Gradle buildNative is broken
  • #7073 - Handle MongoDB BsonDiscriminator
  • #7072 - Re-enable the code flow test
  • #7071 - QuarkusDev should be serializing the AppModel in the same manner as QuarkusTestConfig
  • #7070 - Move generation of GeneratedFileSystemResourceBuildItem out of jar
  • #7069 - Updated MP Config to 1.4 and SmallRye Config to 1.6.1
  • #7068 - Eliminate wildcard imports in QS guides
  • #7067 - Chunk of code polish commits
  • #7065 - Test application.properties are ignored in 1.3.0.Alpha1
  • #7064 - Dockerfile.native - run with non-root user 1001
  • #7063 - Make MongoClientBuildItem a MultiBuildItem
  • #7060 - Move the WildFly Elytron version to 1.11.2.Final
  • #7058 - Turn a class annotated with @Startup but no scope into a bean
  • #7053 - @BeforeAll invoked too many times
  • #7052 - Make sure that src/test/resources takes precidence for @QuarkusTest
  • #7051 - Add tooling guides tip about JDK 11 native image generation from Docker
  • #7048 - Allow the standalone use of @Startup
  • #7047 - Bump flyway-core from 6.2.1 to 6.2.2
  • #7045 - Disable the multitenancy related test
  • #7044 - OIDC code flow tests failing in native on CI
  • #7042 - Add a simple smallrye-jwt dev mode test
  • #7041 - Revert removal of a Netty GraalVM tweak
  • #7039 - NPE seen during quarkus-smallrye-metrics-deployment build
  • #7038 - Kotlin quarkus Dev recompiling with JVM target 1.6
  • #7035 - UnsupportedFeatureError: The offset of private final java.util.Set
  • #7032 - Revert "Make the Kafka health check configuration more future proof"
  • #7029 - Add back EnvConfigSource that was removed by accident
  • #7022 - Removed unused properties according to issue 4630
  • #7021 - Update URL for Graal VM CE downloads
  • #7016 - Register methods annotated with @Gauge for reflection
  • #7015 - make ide-config shareable
  • #7012 - Check to see if injection point is same as current thread local value
  • #7011 - Allow specifying quarkus.native.builder-image via gradle plugin parameter native-builder-image.
  • #7009 - Fix the native image path passed to NativeImageBuildItem
  • #7006 - Fixes callout and property value cache from doc
  • #7005 - Update to smallrye-jwt 2.0.13
  • #7003 - ArC- reduce overhead of metadata initialization in subclass constructors
  • #6999 - (#6998) Query sdk man to get latest java8 release for reporting in na…
  • #6994 - Remove Elasticsearch port bindings in the logging-gelf docker-compose
  • #6993 - SmallRye Metrics - @Gauge methods analyzed in MetricsInterceptor should be registered for reflection
  • #6989 - ArC - improve automatic registration for reflection
  • #6978 - java.lang.LinkageError from quarkus:dev, using entities from external jars
  • #6973 - Also ignore the upcoming Jakarta classes
  • #6970 - Run blocking when tenant config resolver exists
  • #6969 - Introduce Startup annotation
  • #6964 - Test that smallrye-jwt works in the dev mode
  • #6950 - OIDC now always delegates to a thread pool
  • #6939 - Stop dealing with the SunEC library during the native image generation
  • #6938 - Configure all Test tasks properly (#3552)
  • #6934 - Jandex WARNING using standard JAX-RS classes
  • #6933 - OpenApi NPE using default method with generic types
  • #6928 - Introduce support for .env
  • #6924 - Add OIDC token grace period, better support for namespace-qualified claim paths and redirects
  • #6914 - It should be possible to configure the builderImage via the gradle buildNative task
  • #6913 - Add first version of bootstrap config support
  • #6902 - JAXB Extension Project Issue
  • #6898 - Metrics extension causes issues with Resteasy in native runtime
  • #6862 - Introduce QuteContext synthetic bean
  • #6853 - OIDC relative redirect-path property should not be tied in to the current relative request path
  • #6849 - JAX-RS Resource with Kafka Topic injection - Message body writer not found
  • #6842 - OIDC and smallrye-jwt are unable to get groups from custom claims like "https://example.com/roles"
  • #6841 - Fix issue getting config from fork join pool
  • #6836 - Provide an OIDC token expiry grace period property
  • #6830 - Throw a DefinitionException when non-producer method is annotated with a stereotype
  • #6824 - Make Jaeger tracer reconfigurable
  • #6800 - Java 11 Target, Hibernate and JaCoCo not working
  • #6785 - --initialize-at-build-time appears to be ignored | AWS XRay SDK
  • #6742 - When using kotlin with mongo panache, the deserializer fails unless all the constructor parameters are declared as nullable or have a default value
  • #6680 - Reduce dead local store
  • #6584 - Add more information about yaml configuration
  • #6566 - PanacheMongoRepository does not deal well with instants
  • #6292 - Improve the usage of MongoDB @BsonDiscriminator
  • #6220 - REST metrics
  • #6063 - HibernateProxy at runtime is not allowed when the configured BytecodeProvider
  • #5955 - Allow the easy instantiation of CDI beans
  • #5819 - Could not find any META-INF/persistence.xml file in the classpath
  • #5756 - Hibernate ORM throws EnhancementException: Failed to enhance class
  • #5660 - Security JPA implementation
  • #5596 - Removes deprecated code
  • #5567 - Reactive MongoDB with Panache
  • #5446 - Reactive MongoDB with Panache
  • #5354 - java.lang.LinkageError from quarkus:dev but not from java -jar
  • #5267 - Offer a Quarkus asciiart banner
  • #5038 - Test scenario for expired bearer tokens
  • #4529 - 3343: add multi mongo db support
  • #4347 - Add a JPA Identity Extension
  • #4147 - Maven quarkus:dev does not recognise dependencies added through activated profile
  • #3670 - Quarkus dev Mode loading a Env file
  • #3343 - Quarkus MongoDB Client: Connect to multiple MongoDB clusters from the same app
quarkus - 1.3.0.Alpha1

Published by gsmet over 4 years ago

Major changes

  • #6735 - Micrometer compatibility mode for Metrics

Complete changelog

  • #7004 - Maven create extension test fixes
  • #7002 - Gradle test app model
  • #7001 - Add StreamingOutput to the reflection ignore list for RESTEasy
  • #6996 - fix (#6826): Upgrade to dekorate 0.10.9 which further improves handling
  • #6991 - Process @Consumes for ContextResolvers in RESTEasy
  • #6990 - ArC - improve performance of Reflections.findX() methods
  • #6987 - QuteProcessor - fix problem in param declaration validation
  • #6981 - Add warning for @SseElementType(MediaType.APPLICATION_JSON)
  • #6977 - fix (#6726): Bump dekorate to 0.10.8 and add integration test that
  • #6974 - NullPointerException with mixed media types
  • #6971 - Qute: Support iterating by number
  • #6963 - Qute iterating by number
  • #6962 - Exclude osgi.annotation.versioning dependency
  • #6961 - Component upgrades for JBoss Threads
  • #6959 - Improve io.quarkus.arc.impl.Reflections.findX() performance
  • #6958 - change resource name to PersonResource to align docs with Mongo Panache quickstarts
  • #6957 - Qute Error with for
  • #6956 - Upgrade netty to 4.1.44.Final to fix known vulnerabilities
  • #6955 - Make @MultipartConfig work in quarkus-undertow extension
  • #6953 - Ensure that quarkus:dev works with yet to be compiled Kotlin project
  • #6952 - Add librocksdbjni-linux64.so to the build when only containerRuntime is set
  • #6946 - Fix Scheduling Quartz Tasks with MSSQL JDBC Store
  • #6944 - MultipartConfig annotation is ignored at HttpServlet by quarkus-undertow
  • #6941 - Adjust the count down latch in the verticle IT
  • #6937 - Add links for disabled Vault tests
  • #6936 - CreateProjectMojo - validate className
  • #6932 - Extract common test code into utility method
  • #6931 - mvn clean quarkus:dev not working in mixed Kotlin project
  • #6930 - Replace hardcoded ASM version with Gizmo.ASM_API_VERSION
  • #6929 - Remove stacktrace logging when Maven's settings-security.xml could not be located
  • #6927 - Bump gizmo from 1.0.0.Final to 1.0.2.Final
  • #6926 - Bump quarkus-http-websockets-jsr from 3.0.0.Beta1 to 3.0.2.Final
  • #6920 - Upgrade Hibernate Validator to 6.1.2.Final
  • #6916 - Bump formatter-maven-plugin and impsort-maven-plugin
  • #6915 - BOMs from the same workspace are not interpolated in dev mode
  • #6912 - Move comment text to @Disabled annotation text
  • #6909 - @Disabled annotation is not relevant for FlywayExtensionConfigFixture
  • #6908 - Enhance command for tests run against existing native executable
  • #6907 - Use @Override instead of @DisabledOnNativeImage with new method in IT test
  • #6905 - Vault tests have @DisabledOnOs(OS.WINDOWS) without any link to the issue
  • #6901 - Update Gizmo and Quarkus HTTP
  • #6899 - Bump flyway-core from 6.2.0 to 6.2.1
  • #6897 - Show image pull output when using a builder image
  • #6895 - Don't close the EntityManager twice
  • #6894 - Reuse compiler configuration in quarkus:dev
  • #6893 - ArC and Qute apply the Maven impsort plugin unconditionally
  • #6892 - Using -Dquarkus.native.container-build to build container native build should display progress logs
  • #6890 - Add some tests to the reactive streams operators extension
  • #6889 - Add a JAX-RS test that consumes XML
  • #6888 - ArC - support synthetic observer methods added at build time
  • #6887 - MP Config support for injection of all primitive types
  • #6886 - Fix maxEntries and lifespan JavaDoc
  • #6883 - Replace "substrate" with "GraalVM".
  • #6882 - Add support for SockJS
  • #6881 - Compilation error on first run in dev mode
  • #6880 - Enable elementary quarkus-jaxb functionality even when no annotations and jaxb.index files are provided
  • #6879 - ArC - support synthetic observer methods added at build time
  • #6878 - Native build failing when using vertx SockJSHandler
  • #6877 - Add documentation for kotlin dataclass mongodb
  • #6876 - exclude shrinkwrap from openapi and bump vert.x in build-parent
  • #6874 - Fix duplicate dependencies issue in OpenTracing guide
  • #6871 - Bump assertj-core from 3.14.0 to 3.15.0
  • #6867 - Have the JSchTest open ports on localhost rather than try guessing the address
  • #6866 - JSch integration tests are failing on a vanilla Fedora installation
  • #6865 - Fix incorrect Maven dependencies in Kafka Reactive Messaging tutorial
  • #6863 - Register remaining XML parsing infrastructure for quarkus-jaxb
  • #6861 - JaCoCo update to 0.8.5
  • #6859 - exclude resteasy-cdi from quarkus rest client
  • #6856 - Rename application-data-caching.adoc to cache.adoc
  • #6854 - Remove unused DebugAnnProcessor
  • #6852 - BOMs from the same workspace are not interpolated in dev mode
  • #6851 - Provide the content of environment file for the Java s2i
  • #6850 - ArC bean generator - reduce some boilerplate code
  • #6845 - Add manifest info to the package
  • #6844 - Limit memory usage in tests
  • #6843 - Explicitly invoke the Process.destroy method
  • #6840 - Make sure TCCL is correct for outer test class
  • #6839 - Make tests more stable by using LinkedHashSet for deterministic iterations
  • #6838 - Add integration test verifying it's possible to override Kubernetes configuration via system properties
  • #6837 - Use quarkus.http.root-path when creating kubernetes health related build items
  • #6835 - KubernetesProcessor is now using OutputTargetBuildItem to determine jar name
  • #6833 - Kubernetes: liveness and readiness probes ignore the quarkus.http.root-path setting
  • #6829 - Make sure all Arc build items have at least some javadoc
  • #6828 - All Arc build items should have at least some javadoc
  • #6827 - Kubernetes: wrong .jar file name in JAVA_APP_JAR env var (for OpenShift)
  • #6825 - Test a JWT noarg sign() method
  • #6822 - Fix broken copy json resources
  • #6821 - Set up proper CI for Keycloak, MariaDB and SQL Server
  • #6820 - Try another fix to the Java 11 cron ci job
  • #6818 - Properly pass JVM Target options to kotlin dev-mode
  • #6817 - JVM target version mismatch in Kotlin DevMode
  • #6816 - Don't allow QuarkusUnitTest access to classes in the test directory that are not part of the deployment
  • #6815 - Extensions/jdbc/mariadb: fix new Options class path registered for reflection
  • #6813 - Bump mariadb-java-client from 2.5.3 to 2.5.4
  • #6812 - Do not duplicate methods in Panache Repositories and Entities
  • #6811 - Better support for reactive-messaging builds on Java11
  • #6808 - Re-enable TracingTest.testContextPropagationInFaultTolerance()
  • #6806 - Fix for Qute Quickstart in native image
  • #6803 - Revert "Work around an issue in vertx where getting remote/client SocketAddress of the request leads to a NPE"
  • #6792 - Drop GraalVM 19.2.1 support and deprecate enableJni option
  • #6791 - Flyway - Add an out-of-order configuration knob
  • #6790 - Expose Configuration for Out-of-Order Flyway Migrations
  • #6788 - Upgrade to ASM 7.3.1
  • #6787 - Overriding Panache methods leads to duplicated method error
  • #6784 - Send method is deprecated
  • #6783 - OpenID Connect Extension with PingFederate
  • #6782 - Allow multiple caching annotations on a single method
  • #6781 - Lacking support for "smallrye.jwt.sign.key-location" smallrye jwt private key location support.
  • #6779 - Bump kubernetes-client-bom from 4.7.0 to 4.7.1
  • #6775 - #issue-6774 fix for qute documentation
  • #6774 - Qute documentation : a closing tag for 'body' is missing
  • #6773 - Use simplified form of newArray
  • #6771 - Fix FaultTolerance perf issue related to the creation of FaultToleranceOperation
  • #6769 - Add missing caffeine-deployment to hibernate-orm-deployment
  • #6768 - Synchronize docs with changes in quickstarts
  • #6767 - Hibernate-orm depends on caffeine but hibernate-orm-deployment does not depend on caffeine-deployment
  • #6762 - Upgrade to Hibernate Search 6.0.0.Beta4
  • #6761 - QuarkusFaultToleranceOperationProvider should cache the FaultToleranceOperation
  • #6753 - Bump flyway-core from 6.1.4 to 6.2.0
  • #6752 - Generate Tika XML configuration during build time
  • #6750 - Allows empty Sort.by
  • #6749 - Update to Vert.x 3.8.5
  • #6748 - quarkus:create-extension fixes and enhancements
  • #6746 - Tika extension doesn't like the new class loading
  • #6741 - Fix GraalVM json resource handling and add infinispan-embedded to native CI
  • #6738 - Improve reporting in case JSON cannot be handled due to missing JSONB
  • #6735 - Micrometer compatibility mode for Metrics
  • #6734 - Handle multiple output directories in Kotlin projects
  • #6733 - Add support for proxy address forwarding
  • #6732 - Fix test exception handling
  • #6728 - Update wildfly-elytron version to 2.0.0.Alpha6
  • #6725 - SecDispatcherException: java.io.FileNotFoundException: $HOME/.m2/settings-security.xml
  • #6721 - Reimplement RuntimeBeanProcessor to register synthetic beans
  • #6709 - Drop the GraalVM 19.2.1 compatibility
  • #6705 - Bump httpclient from 4.5.10 to 4.5.11
  • #6704 - Bump rest-assured.version from 4.1.2 to 4.2.0
  • #6703 - Hibernate ORM should not resolve placeholders in configuration properties
  • #6702 - Set the Hibernate ORM CONNECTION_HANDLING strategy to DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION by default
  • #6694 - Add comment about the use of Config.ensureInitialized
  • #6691 - spring-data-jpa: support custom return type for @Query annotation
  • #6688 - awaitility and okhttp version update
  • #6686 - Vert.x Verticles support
  • #6682 - Allow multiple caching annotations on a single method
  • #6676 - Use network bridge for docker to avoid hostname can't be null fail
  • #6664 - Support for empty Sort object
  • #6663 - Bump junit-bom from 5.5.2 to 5.6.0
  • #6655 - Add various test to the SmallRye Reactive Messaging extensions
  • #6620 - Upgrade of kogito to 0.7.0 plus required adjustments
  • #6603 - OpenID Connect code flow problem with Microsoft Active Directory Federation Services (ADFS)
  • #6580 - Openshift and Knative properties are ignored
  • #6561 - QuarkusDev does not start with Kotlin subprojects
  • #6551 - Safe check to not walk on non-existent paths
  • #6544 - Micrometer compatibility mode for Metrics
  • #6530 - Optimize @BsonProperty replacement
  • #6526 - Update to Vertx 3.8.5
  • #6501 - Data source Connection Issue After Updating Quarkus (0.25.0 to 1.1.1.Final)
  • #6418 - Upgrade MongoDB dependencies to 3.12.0
  • #6411 - The big ClassLoader change
  • #6347 - Upgrade mongodb clients to the latest versions
  • #6287 - Keycloak/oidc integration tests are executed only in native mode, not with JDK 11/12
  • #6244 - Initial Support for Code coverage
  • #6205 - Quarkus spring data jpa does not support interface/class mapping for custom JPQL @Query in CrudRepository
  • #6101 - Deprecate enableJni option as GraalVM 19.3 requires JNI support
  • #6087 - Support application/jwk-set+json content type when processing responses from JWKS Endpoint
  • #5809 - Keycloak with Reactive Routes Error: Request has already been read
  • #5700 - TikaProcessorTest should use Quarkus test framework
  • #5686 - Clean NettyProcessor when netty.version is 4.1.43.Final or greater
  • #5277 - Sending clientId/clientSecret as form params during a code flow does not work with Okta
  • #3321 - create-extension Maven mojo should allow creating from scratch
  • #2187 - CI failure in TracingTest#testContextPropagationInFaultTolerance
  • #1724 - java.lang.IllegalStateException: This method is normally automatically..... in IT tests
  • #770 - ClassLoader and augmentation issues
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