quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are visible (Hide)

quarkus - 1.10.0.Final

Published by gsmet almost 4 years ago

Major changes

  • #13244 - Compute cache value on calling thread to fix thread starvation

Complete changelog

  • #13391 - Fix GRPC client config and add GPRPC server maxInboundMetadataSize
  • #13362 - Generated projects don't follow the given package name (codestarts)
  • #13352 - Upgrade to Hibernate ORM 5.4.24.Final
  • #13351 - Missing jboss-logging-jdk dependency in application bom
  • #13350 - Missing quarkus-openshift-client dependencies in application bom
  • #13347 - Upgrade Vault to 1.6.0 in vault test extension and documentation
  • #13346 - Make Quarkus Maven plugin smart create consistent with codestarts
  • #13345 - Update to proton-j 0.33.8
  • #13344 - Remove package namespacing for core examples, clean path & class names
  • #13343 - Ensure that the import file is checked for hot-reload even if it's missing
  • #13342 - Provide actionable information when EntityManager is not available in Hibernate Panache
  • #13339 - Bump Vault to 1.6 in extension IT and doc
  • #13338 - Panache fails with NPE when @Entity is forgotten
  • #13337 - import.sql file creation no longer triggers a Quarkus reload and of Hibernate to run the changes
  • #13336 - Ensure that jib extra files directories retain the proper permissions
  • #13335 - Create a new Resteasy Context Map
  • #13333 - Remove the usage of set-env from the doc workflow
  • #13328 - Fix links to the Weld documentation
  • #13327 - Update smallrye-openapi version
  • #13324 - Panache entity leads to NPE when no database config is present
  • #13323 - Spring Web app fails when using @RequestMapping.path vs value
  • #13322 - /app folder not readable by others, when Jib extra directories feature is used
  • #13319 - Blocking on the reactive route guide
  • #13317 - Quarkus HTTP response gets messed up under load
  • #13314 - Fix two typos
  • #13310 - Close admin client now to avoid rely on admin client polling timeout
  • #13309 - Quarkus KafkaStream application do not close immediately when no broker is present
  • #13302 - Replace usage of deprecated Capabilities constants
  • #13295 - Fix the case where the webjar does not have a version in the jar path
  • #13294 - Webjar locator when the artifact has no version
  • #13284 - Bump assertj-core from 3.18.0 to 3.18.1
  • #13280 - Prefer Jackson over JSON-B in the documentation
  • #13279 - Fix generation of quarkus-all-config.adoc
  • #13278 - All Configuration documentation isn't generated properly anymore
  • #13272 - Make Quarkus Maven plugin smart "create" consistent with codestarts
  • #13271 - Ensure @JsonProperty value on Panache Entity is honored
  • #13264 - Update to Keycloak 11.0.3
  • #13259 - Made JarResult.originalArtifact point to the actual original jar instead of where it should end up after renaming
  • #13257 - Remove Uni await for OIDC code access token validation and user info calls
  • #13249 - OIDC 1.10.0.CR1 - event loop thread blocked
  • #13244 - Compute cache value on calling thread to fix thread starvation
  • #13242 - Bump assertj-core from 3.18.0 to 3.18.1 in /integration-tests/gradle
  • #13241 - Bump assertj-core from 3.18.0 to 3.18.1 in /devtools/gradle
  • #13240 - Security documentation updates
  • #13235 - Reactive routes: support primitive wrappers conversion for method params
  • #13234 - JPA AttributeConverter does not persist entity in some cases
  • #13232 - Gradle: remote dev fix
  • #13231 - Escape special character in Qute reference adoc
  • #13230 - SmallRye Health and GraphQL UI configuration name update
  • #13229 - Properly output warning about unsupported defaultValue in @ConfigProperties field
  • #13228 - Invalid warning 'defaultValue' of '@ConfigProperty' is ignored when added to a field of a class annotated with '@ConfigProperties'
  • #13217 - Update removeExtension gradle tests to fix CI
  • #13215 - No parameter injector found for parameter 1 of route method
  • #13211 - Reactive routes - change the defaults for failure handlers
  • #13176 - No parameter injector found for parameter 1 of route method void listGroup
  • #13174 - Handle gradle multiple source directories in test extension
  • #13158 - Deadlock using Caffeine cache and context propagation
  • #13155 - Gradle + mixed Kotlin/Java application: @QuarkusTest ignores annotations on classes implemented in Java
  • #13124 - [CI] Use fromJson to dynamically define native-tests matrix
  • #13110 - Enhance metadata for security guides so the search under https://quarkus.io/guides provides relevant guides
  • #13100 - Entity Manager null when implementing Panache Repository with hibernate
  • #12980 - Quarkus JPA does not seem to apply EntityGraph hints
  • #12583 - Vault guides are missing from the website
  • #11505 - Value of @JsonProperty on a field inside a subclass of PanacheEntityBase is ignored
  • #11481 - Support for Integer parameters in quarkus-vertx-web
  • #7548 - DeadLock when using CacheResult with Spring Data
quarkus - 1.10.0.CR1

Published by gsmet almost 4 years ago

Major changes

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

Complete changelog

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

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13122 - Cleanup the local cache of redis connections after closing them
  • #13116 - Qute: do not ignore a user-provided template variant
  • #13113 - Character escaping in Qute doesn't work
  • #13105 - Make Amazon Services interceptors config a list of string
  • #13093 - Fix invalid handling of List in spring-data-jpa custom queries
  • #13092 - Synchronize security-jwt.adoc with smallrye-jwt
  • #13091 - Document config property smallrye.jwt.verify.key.location
  • #13085 - Upgrade jboss-logmanager-embedded to 1.0.6 and ban jboss-logmanager
  • #13078 - com.amazonaws.xray.interceptors.TracingInterceptor Native Image Failure
  • #13074 - Fix link to security-testing in getting-started-testing
  • #13069 - Update multipart dependency used in S3 documentation to Quarkus extension
  • #13065 - Remove dependency on quarkus-oidc from keycloak-admin-client
  • #13060 - Do not end the response if sendChallenge has already done it
  • #13047 - Dead link "https://quarkus.io/guides/security.adoc#testing-security" in documentation
  • #13044 - Spring Data JPA error when selecting property value
  • #13035 - 1.9.1 throws Response has already been written from RouteFilter
  • #13020 - Remove unnecessary semicolon in config guide
  • #13015 - Make embedded fields with camel-case work in Spring Data JPA repositories
  • #13014 - Spring Data Repository with camel-case properties not working with Quarkus
  • #13001 - Fix jvm.info metric naming to match micrometer convention
  • #12996 - Fix typo in column name
quarkus - 1.9.1.Final

Published by gsmet almost 4 years ago

Major changes

  • #12789 - Support SmallRye Config 1.9.2.

Complete changelog

  • #12978 - Fix typos in asciidoc documentation
  • #12963 - support abstract classes for resteasy #12927
  • #12962 - Add Caffeine cache implementations required by users
  • #12940 - Improved the parsing of the host and port in vertx
  • #12939 - Wrong host forwarded after enabling proxy address forwarding
  • #12931 - If no password set don't attempt to connect
  • #12930 - Add client example to websocket guide
  • #12929 - Disabled proactive authentication and @TestSecurity does not work
  • #12927 - RESTEasy tries to instantiate abstract resource base class
  • #12920 - Updated the doc examples to show the auth scheme returned is Bearer instead of MP-JWT
  • #12919 - JWT RBAC guide lists incorrect authentication scheme
  • #12912 - Runtime initialization of some imageio related classes
  • #12892 - Exclude Xerces dependency in Tika extension
  • #12882 - Disabled proactive authentication and @TestSecurity does not work
  • #12880 - Qute - fix async resolution and CompletionStage
  • #12879 - Handle no main sourceset in gradle multi module project
  • #12878 - doc: fix typo
  • #12877 - Qute Asynchronous Data Resolution not working as stated in example
  • #12875 - Remove dead link
  • #12872 - Fix remote dev for Gradle
  • #12862 - Fixed typo in getting started
  • #12861 - Small typo in the CDI reference guide
  • #12859 - doc: fix typo of bytecode
  • #12855 - Clean up the Container Image extensions
  • #12848 - Panache Data REST - Use correct tmp var when iterating over class hierarchy
  • #12843 - Amazon services: Added xray package to the index scope
  • #12842 - Amazon S3 Extension: Interceptors Configuration Fails to AWS Shipped Interceptors
  • #12832 - Add missing punctuations, spaces, etc. in grpc-getting-started doc
  • #12823 - Fix dependency name in Qute doc
  • #12821 - Store EntityManager per unit in TransactionSynchronizationRegistry
  • #12819 - gradle quarkus:dev task should be more lenient when analysing project dependencies
  • #12808 - Fix typo in "Building my first extension" guide
  • #12805 - Wait for dev mode end after ctrl-C
  • #12804 - Cannot use multiple persistence units in same transaction
  • #12798 - Fix NPE in mutable-jar packaging non-jar dependencies
  • #12789 - Support SmallRye Config 1.9.2.
  • #12778 - Fix typo of quarkus-resteasy in GCP functions documentation
  • #12776 - quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0
  • #12775 - Fix spring-data-jpa field lookup with layered @MappedSuperclasses
  • #12774 - Remove metrics spi dependency
  • #12773 - Quarkus Kubernetes extension conflict with Micrometer extension
  • #12771 - Update to Vert.x 3.9.4
  • #12763 - buildRunnerJar threw an exception: java.lang.NullPointerException
  • #12760 - Add allow java.lang annotations for resources
  • #12758 - CNFE when using Smallrye @ConfigMapping
  • #12753 - multi layered entity inheritance not supported by JpaRepository
  • #12727 - Bump smallrye-jwt from 2.3.0 to 2.3.1
  • #12723 - Quitting quarkus:dev with Ctrl+C doesn't allow @PreDestroy hooks to finish
  • #12722 - Use builder to create stackdriver registry
  • #12717 - Match Mutiny version from quarkus-bom
  • #12710 - Fixed the default platform version range for the create command
  • #12707 - Fix gradle uber-jar in codestarts
  • #12705 - Fix codestarts encoding problem
  • #12703 - At create from command line are have wrong version dependency
  • #12683 - Provide helpful error-message for BindException on quarkus.http.port
  • #12648 - Cassandra doc explains how to configure the required annotation processor
  • #12561 - Bump debezium-core from 1.2.5.Final to 1.3.0.Final
  • #12535 - Quarkus-native failure "No instances of java.awt.color.ICC_ColorSpace are allowed in the image heap as this class should be initialized at image runtime."
  • #12475 - Allow private IDs in Panache Data REST
  • #12458 - rest-data-panache: when native build has to write ID, use accessor trick or deprivitize field trick
  • #12300 - Quarkus fails to startup if resource is annotated with @Deprecated annotation
  • #12156 - Only include bootstrap dependencies in quarkus:dev ClassPath
  • #12136 - ServiceConfigurationError with "not a subtype" for external library in dev mode
  • #10420 - Caffeine error at runtime when using native build
  • #8708 - Kotlin live reload dev mode not working when Tika extension is present
  • #6014 - Example for websocket client
  • #4890 - Improving the BindAddress error
quarkus - 1.9.0.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #12700 - Fixed uber jar packaging instructions
  • #12699 - Use counter for JVM Info
  • #12694 - native-image specific micrometer-mp-metrics test failure in io.quarkus.micrometer.runtime.registry.json.JsonExporter, java.lang.NumberFormatException
  • #12688 - Fix Bootstrap dependencies
  • #12679 - Update to Apache Http Client 4.5.13
  • #12677 - Liquibase - Support loading data in native
  • #12676 - Partly fix release 1.9 disabled gradle test
  • #12675 - Reduce error logging in Vert.x proxy address forwarding
  • #12674 - Fix NPE in AsmUtilCopy
  • #12672 - Move Bootstrap dependency out of the BOM
  • #12671 - NPE on Arc in combination with Myfaces extension: Producer for Object type
  • #12667 - Reduce error logging in vertx proxy address forwarding
  • #12662 - Upgrade jboss-logmanager-embedded to 1.0.5
  • #12661 - Ensure that the proper test error is logged instead of a NPE
  • #12659 - Logging issues with log4j2-jboss-logmanager
  • #12653 - Improve Avro support in native applications
  • #12643 - Native application failed to start when liquibase enabled
  • #12639 - Support additional JDBC properties for a DataSource
  • #12636 - Bump swagger-ui from 3.35.0 to 3.35.1
  • #12635 - Add jsonp for cases where jsonb is not in scope
  • #12632 - Do not include Twitter Bootstrap in quarkus-bom
  • #12631 - Reconcile "old" and "new" S2I config properties
  • #12627 - Don't consider the hierarchy of Object when marked with @Valid
  • #12621 - Consume Caffeine Jandex index to register classes for reflection
  • #12618 - Put parentId from trace context into MDC
  • #12617 - ArC auto producers - ignore void methods
  • #12616 - Fix exception handling when a message consumer is blocking
  • #12614 - Bump aws-lambda-java-events from 3.3.1 to 3.4.0
  • #12612 - Bump awssdk.version from 2.15.2 to 2.15.6
  • #12608 - Add commonTags to micrometer doc
  • #12603 - Bootstrap Maven: don't check MAVEN_PROJECTBASEDIR for the root project dir
  • #12599 - Error handling does not work with blocking event bus consumers
  • #12598 - Small OpenShift documentation fixes
  • #12579 - Add codestart for spring-web
  • #12549 - Introduce QuarkusTestBeforeClassCallback
  • #12544 - Introduce BeforeClass test callback
  • #12532 - Ability to handle both exit code and exception when running CLI applications
  • #12510 - Search for quarkus gradle plugin in transitive dependencies
  • #12509 - Allow usage of Quarkus Gradle Plugin as a custom plugin dependency
  • #12506 - Update to Tika 1.24.1
  • #12504 - docs: Restore cdi-ref index-dependency example.
  • #12443 - Hibernate Validator - @Valid Object causes CNFE
  • #12397 - Exception Handling/Mapping When Running Quarkus Command Mode Applications
  • #10420 - Caffeine error at runtime when using native build
  • #8914 - Native Image failure building Kafka
  • #5633 - Build native : kafka + avro
quarkus - 1.8.3.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #12595 - make gRPC work in native when other extensions added
  • #12593 - Add note about configuring OpenShift fields
  • #12580 - Fix REST client extension SSL native include
  • #12568 - Fix potential hang in VertxInputStream
  • #12558 - Fix various typos
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12553 - Disable kubernetes http2 in kubernetes mock server
  • #12525 - Quarkus REST Client extension is not enabling SSL native by default as documented
  • #12460 - Native image build with quarkus-infinispan-client and quarkus-grpc
  • #12301 - gRPC and Reactive Kafka Fails Native Build
quarkus - 1.9.0.CR1

Published by gsmet about 4 years ago

Major changes

  • #12531 - Kafka metrics
  • #12505 - Upgrade to Hibernate ORM 5.4.22.Final and matching Hibernate Reactive 1.0.0.Alpha10
  • #12470 - Update SmallRye Reactive Messaging to 2.4.0 and Mutiny to 0.9.0
  • #12144 - Introduce dedicated JAXP extension
  • #12001 - Remove the legacy datasource configuration
  • #11908 - Support multiple Redis clients
  • #11864 - Bean Validation support in reactive routes
  • #11798 - Add the @TestTransaction annotation
  • #11775 - Introduce quarkus-rest-client-mutiny extension
  • #11760 - OpenShift container image extension

Complete changelog

  • #12576 - Support Liquibase changelog parameters
  • #12575 - Drop log entry when closing the Kubernetes client
  • #12573 - GraphQL fix for Windows build
  • #12572 - GraphQL deployment schema test failing consistently on Windows
  • #12570 - add missing 'quickly' build profile to the independent projects
  • #12568 - Fix potential hang in VertxInputStream
  • #12567 - remote-dev does not watch config files
  • #12565 - remote-dev is not taking into account HotDeploymentWatchedFileBuildItem
  • #12562 - Bump formatter-maven-plugin from 2.12.2 to 2.13.0
  • #12560 - Bump swagger-ui from 3.34.0 to 3.35.0
  • #12558 - Fix various typos
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12553 - Disable kubernetes http2 in kubernetes mock server
  • #12552 - Update Infinispan to 11.0.4
  • #12550 - Disable KotlinGRPCProjectBuildTest for now
  • #12547 - Check naming strategy in Spring Boot properties
  • #12543 - Update Strimzi version in examples
  • #12542 - Update Strimzi container image versions
  • #12541 - Kubernetes - Don't create a service account if not needed
  • #12539 - Update Kafka Streams Quickstart documentation with Mutiny example
  • #12538 - Update Kafka Quickstart documentation with Mutiny example
  • #12537 - Update AMQP Quickstart documentation with Mutiny example
  • #12536 - quarkus:create-extension Support external parent POMs
  • #12534 - Remove parentheses from RETURNING clauses in Reactive SQL Clients guide
  • #12533 - Bump kubernetes-client to 4.12.0
  • #12531 - Kafka metrics
  • #12527 - Update doc references to refer to Micrometer, and make it the preference
  • #12524 - Correct reflection warning/error
  • #12520 - Use Mutiny instead of RxJava in the Kafka Stream guide
  • #12519 - Use Mutiny instead of RxJava in the AMQP guide
  • #12518 - Use Mutiny instead of RxJava in the Kafka guide
  • #12513 - Qute - improve unparsed character data
  • #12505 - Upgrade to Hibernate ORM 5.4.22.Final and matching Hibernate Reactive 1.0.0.Alpha10
  • #12503 - Fix i18n documentation
  • #12501 - Support SmallRye Config 1.9.1
  • #12499 - Create Extension Maven goal does not honor grandparent settings
  • #12496 - Remove unnecessary var assignement breaking snapshot ci job
  • #12491 - Bump awssdk.version from 2.15.1 to 2.15.2
  • #12490 - Bump jackson-bom from 2.11.2 to 2.11.3
  • #12489 - MongoDB - Batch Size On Aggregate Options & Find Options
  • #12488 - Upgrade SmallRye OpenAPI to 2.0.10
  • #12483 - Spring @ConfigProperties bindings are not relaxed
  • #12482 - ArC docs - fix build time metadata availability
  • #12481 - Update SmallRye GraphQL to 1.0.12
  • #12478 - Warn for weird cases handling @Timed methods
  • #12470 - Update SmallRye Reactive Messaging to 2.4.0 and Mutiny to 0.9.0
  • #12468 - Qute reference guide updates
  • #12465 - Bump awssdk.version from 2.15.0 to 2.15.1
  • #12462 - Add warning for MP Metric API usage with Micrometer
  • #12454 - kafka very noisy in dev mode (master)
  • #12453 - Avoid ContainerFilter import
  • #12452 - Packaging native image fails with SmallRye GraphQL
  • #12450 - Set 'Secured' property for Form authentication cookies
  • #12448 - Integrate AzureMonitorRegistry into Micrometer Extension
  • #12445 - Disable Keycloak Authorization TLS checks if required
  • #12442 - Problem with invalid certification
  • #12441 - Form based authentication cookie will soon be rejected
  • #12435 - quarkus-micrometer does not work with quarkus-kafka-streams
  • #12431 - Bump awssdk.version from 2.14.28 to 2.15.0
  • #12428 - Qute type-safe templates: generate optimized value resolvers
  • #12411 - Don't download the full AWS SDK every time
  • #12407 - Bump awssdk.version from 2.14.25 to 2.14.28
  • #12406 - Add tip for making gdb aware of the sources cache
  • #12405 - Avoid copying sources directly in the source cache
  • #12404 - Changed Execute objcopy command log message to debug
  • #12402 - SmallRye GraphQL conflict with same enum names in different models
  • #12399 - Deprecate OIDC xhr-auto-redirect and add java-script-auto-redirect properties
  • #12396 - Fix the blocked thread issue caused by combining OIDC introspection and userinfo requests
  • #12395 - When JWT token is expired Runtime exception is thrown
  • #12394 - Combining OIDC introspection and userinfo calls causes Vert.x thread to block
  • #12385 - Micrometer @Timed and @Counted
  • #12383 - Unable to build a native image with GraalVM 20.2 and debug enabled
  • #12381 - Mailer extension ITs
  • #12378 - Codestart mixed loading
  • #12374 - Improve error reporting in OIDC extension
  • #12368 - Add micrometer to issue auto-labelling configuration
  • #12366 - Fix broken Kubernetes tests
  • #12365 - KubernetesConfigWithSecretsTest is failing the build
  • #12360 - Defaults for kubernetes mock server
  • #12357 - The reflection link is broken in your CDI page
  • #12354 - Bump debezium-core from 1.2.4.Final to 1.2.5.Final
  • #12352 - Bump aws-alexa-sdk.version from 2.34.0 to 2.35.0
  • #12351 - Improve Debugging experience by copying sources
  • #12344 - Don't re-initialize ThreadLocalRandom in GraalVM > 20.2
  • #12343 - io.micrometer.core.annotation.Timed doesn't work
  • #12335 - Enable quarkus:list-extensions in an empty dir
  • #12332 - Bump mockito.version from 3.5.11 to 3.5.13
  • #12331 - Bump mariadb-java-client from 2.6.2 to 2.7.0
  • #12330 - Bump awssdk.version from 2.14.24 to 2.14.25
  • #12328 - Bump mockito-core from 3.5.11 to 3.5.13 in /integration-tests/gradle
  • #12327 - Bump mockito-core from 3.5.11 to 3.5.13 in /devtools/gradle
  • #12326 - Remove unnecessary code from RestClientRecorder
  • #12325 - Remove unnecessary code in RestClientRecorder wrt ResteasyProviderFactory
  • #12322 - Create GH Action codestart
  • #12321 - Skip jbang execution on -Dquickly
  • #12320 - Support OIDC hybrid application type
  • #12318 - Allow codestarts to be manually selected in CreateProject command
  • #12315 - Upgrade to Debezium 1.2.5.Final
  • #12309 - Remove reference to metrics classes in deployment
  • #12308 - Re-enable Vault tests
  • #12306 - Bump aws-lambda-java-events from 3.3.0 to 3.3.1
  • #12305 - Bump awssdk.version from 2.14.23 to 2.14.24
  • #12297 - Support OIDC hybrid application type
  • #12296 - build items doc: Make sure parent dir exists
  • #12295 - Make OIDC CodeAuthenticationMechanism work with the proactive-auth disabled
  • #12291 - refactor: Remove obsolete decorators
  • #12289 - Quarkus Micrometer and Reactive Messaging kafka conflict
  • #12288 - Kubernetes hostAliases property
  • #12284 - Update to quarkus-security 1.1.3.Final
  • #12280 - Reactive routes - inject throwable for a failure handler
  • #12278 - Bump io.dekorate to 0.12.11
  • #12274 - Remove xstream from dependabot
  • #12271 - Deprecate QuarkusTestBeforeAllCallback
  • #12270 - Bump RESTEasy to 4.5.8.Final
  • #12269 - generated Kubernetes resources : roleBinding.yaml: object name does not conform to Kubernetes naming requirements
  • #12268 - [OIDC] Config inheritance for multi-tenancy OIDC
  • #12264 - Replaced eclipse-minimal-json with Jackson
  • #12263 - Use correct classes in test package
  • #12259 - Move gradle buildscript test in integration test project
  • #12258 - Update the Axle and Mutiny Vert.x clients to version 1.2.1
  • #12251 - Forward protoc log to console for gradle project
  • #12250 - QuarkusTestBeforeAllCallback is run before every @Test method
  • #12249 - Reactive routes - inject throwable for a failure handler
  • #12247 - Bump swagger-ui from 3.32.5 to 3.34.0
  • #12242 - Vault health check not disabled as documented, and explicit disable does not work
  • #12240 - Use micrometer in main IT; add smallrye-metrics IT
  • #12239 - UserInfo support for OIDC service endpoints
  • #12236 - ArC - basic support for single-letter classes in the default package
  • #12227 - OIDC: User-Info for type service
  • #12226 - Qute: bunch of performance improvements
  • #12225 - add TrimmedStringConverter to methods in CORSConfig.
  • #12220 - Introduce BansRuntimeDependency for extensions/*
  • #12216 - RestClientProcessor does not handle classes/interfaces generated during build
  • #12213 - Mutiny 0.8.1
  • #12209 - Support vertx-web and micrometer
  • #12207 - Clean jandex index after test
  • #12206 - Adds new property to configure "hibernate.format_sql" in the application.properties
  • #12204 - Allow configuration of Hibernate to disable "format_sql" property
  • #12203 - Update ADOPTERS.md
  • #12201 - Bump mockito.version from 3.5.10 to 3.5.11
  • #12200 - Bump mockito-core from 3.5.10 to 3.5.11 in /integration-tests/gradle
  • #12199 - Bump mockito-core from 3.5.10 to 3.5.11 in /devtools/gradle
  • #12198 - Add OIDC SecurityEvent
  • #12197 - Re-introduce removed configuration in Redis extension to support minimum backward compatibility
  • #12191 - Fix Gradle test-fixtures class loading issues
  • #12189 - Fix dependency issues causing build problems
  • #12186 - Qute: add logical AND and OR operators
  • #12183 - Update Redis connection property documentation to reflect latest changes
  • #12182 - Quarkus won't start if both the micrometer extension and the vertx-web extension are enabled
  • #12174 - Bump debezium-core from 1.2.3.Final to 1.2.4.Final
  • #12172 - Update SmallRye Config to 1.9.0
  • #12170 - Fix maven wrapper not working in codestarts
  • #12169 - Update to Vert.x 3.9.3
  • #12162 - Add a warning about usage of the clone() method on entities
  • #12161 - Use Java 15 in CI instead of Java 14
  • #12160 - chore: Upgrade dekorate to 0.12.9
  • #12159 - Simplify build instructions: apply Maven heap settings automatically
  • #12157 - Allow a different binary when running docker
  • #12147 - Generate an "All Build Items" documentation page
  • #12146 - No more runtime / deployment BOMs
  • #12145 - Add OidcAuthenticationListener for capturing important code flow events
  • #12144 - Introduce dedicated JAXP extension
  • #12142 - Support '*' in CORS configuration
  • #12141 - Throw a build exception if the deprecated datasource config is used
  • #12138 - Do not rely on svm scope set to provided in the BoM
  • #12135 - Allow the use of podman for creating a container-image
  • #12132 - Use DotNames for BeanValidationAnnotationsBuildItem
  • #12129 - JAXP extension
  • #12128 - Qute: add basic date-time formatting support
  • #12127 - Allow configuring the RestAssured timeouts and provide sensible defaults.
  • #12124 - Add knative to auto-labeler
  • #12123 - Remove lambdas from runtime metrics code
  • #12119 - Bump maven-model-helper to 16
  • #12112 - Implement report for the snapshot deployment build
  • #12108 - Add support for passing custom headers in Spring Cloud Config
  • #12107 - Replace CommandLineArgumentsProducer with a synthetic bean
  • #12105 - Maven Model Merger is messing with properties order in Codestarts
  • #12100 - JUnit 5 version should match in ArC too
  • #12099 - Add support for HTTP headers in Spring Cloud Config Client extension
  • #12098 - Bump aws-lambda-java-events from 3.2.0 to 3.3.0
  • #12096 - Bump junit-bom from 5.6.2 to 5.7.0
  • #12092 - Bump junit-jupiter from 5.6.2 to 5.7.0 in /devtools/gradle
  • #12091 - Bump junit-jupiter from 5.6.2 to 5.7.0 in /integration-tests/gradle
  • #12090 - OIDC CodeAuthenticationMechanism does not work if the proactive authentication is disabled
  • #12076 - AdditionalBeanBuildItem - clarify javadoc and improve the transformer
  • #12075 - caffeine: register CacheLoader and implementors for reflection
  • #12074 - caffeine: register CacheLoader and implementors for reflection
  • #12073 - Add wellness health handling
  • #12071 - /health/well is not exposed
  • #12070 - Introduce the quarkus.container-image.image property
  • #12060 - Bump wildfly-elytron.version from 1.12.1.Final to 1.13.0.Final
  • #12057 - Define the version of the main wildfly-elytron artifact
  • #12054 - Bump snakeyaml from 1.26 to 1.27
  • #12051 - Only create the Reactive PoolProducers and health check beans if we produce a pool
  • #12044 - Allow adding /health endpoint to OpenAPI using config
  • #12043 - Unsatisfied dependency for type io.vertx.db2client.DB2Pool and qualifiers with Quarkus master, works with 1.8.0.Final
  • #12038 - Update gRPC to 1.32.1
  • #12037 - enable uber-jar for cli to make it directly runnable
  • #12036 - quarkus-config-yaml causes ClassCastException
  • #12034 - Bump aws-alexa-sdk.version from 2.33.0 to 2.34.0
  • #12030 - Multi project codestart
  • #12028 - Qute RESTEasy Integration - document RestTemplate
  • #12025 - Move QuarkusModelBuilderTest from the plugin module to Gradle IT
  • #12016 - Bump commons-io from 2.7 to 2.8.0
  • #12013 - Bootstrap Maven: support for MAVEN_OPTS and properties with whitespaces
  • #12011 - security jpa documentation update
  • #12004 - Hibernate ORM build error during enhancement of entity
  • #12001 - Remove the legacy datasource configuration
  • #11990 - Activate RequiresMinimalDeploymentDependency rule for tcks and add min deps
  • #11987 - Avoiding deprecated code in KubernetesClientUtils
  • #11986 - Problem connecting to Redis Cluster on sentinel type
  • #11982 - Add OpenShift Client extension
  • #11980 - ArC - distinguish "bean archive" and "additional" index
  • #11978 - Log a warning if model for default PU and no default datasource
  • #11967 - Allow to ignore explicit JAX-RS application-classes
  • #11966 - Allow configuration of JAX-RS application-class if multiple exist
  • #11965 - Config property to include health endpoints in OpenAPI definition
  • #11959 - Cleanup the log records held in-memory, in Quarkus test extensions
  • #11958 - Change RedisClientProcessor to singleton
  • #11953 - Bump smallrye-common-bom from 1.3.0 to 1.4.0
  • #11950 - Adding fetch configuration option to hibernate-orm module
  • #11947 - Test for listing extensions-Gradle
  • #11943 - Use smallrye-common-bom 1.4.0
  • #11939 - JSON exporter for Micrometer
  • #11938 - Upgrade to Hibernate Search 6.0.0.Beta10
  • #11937 - Support for combining OIDC with other auth mechanisms
  • #11924 - Register a global exception handler on the Vert.x instance so uncaught exceptions are logged properly.
  • #11908 - Support multiple Redis clients
  • #11904 - Re-enable tests that should now work
  • #11881 - Add an SPI BuildItem to publish detected Bean Validation annotations
  • #11879 - quarkus-integration-test-vault needs to be fixed
  • #11876 - Remove unused field
  • #11871 - Bump narayana.version from 5.10.5.Final to 5.10.6.Final
  • #11865 - Support for custom token headers for OIDC service applications
  • #11864 - Bean Validation support in reactive routes
  • #11863 - Generic Type arguments of producer method needs to be in a bean archive
  • #11854 - Fix list output problem in tests
  • #11853 - Quarkus cli test failing
  • #11848 - CDI programmatic lookup - detect "unused" false positives at runtime
  • #11819 - Bootstrap Maven: consult MAVEN_OPTS for relevant options
  • #11813 - Gradle tests failing when releasing
  • #11803 - Add some logging to codestarts
  • #11798 - Add the @TestTransaction annotation
  • #11790 - Customize access token header in OIDC for API
  • #11789 - Rename ContextAwareTokenCredential to OidcTokenCredential and move it out of the runtime package
  • #11787 - Don't use JSON formatted logs for main integration tests
  • #11783 - KubernetesClientTest.testInteractionWithAPIServer is failing
  • #11775 - Introduce quarkus-rest-client-mutiny extension
  • #11774 - Test failures not clear on root causes
  • #11769 - Rest assured timeouts are way too big
  • #11760 - OpenShift container image extension
  • #11661 - Allow removing version from Kubernetes label selectors
  • #11629 - Use HTTPS for the elytron-undertow tests
  • #11614 - Integrate Mutiny 0.8.0
  • #11590 - Add ability to export ports in Jib
  • #11572 - Reactive messaging Emitter interface is missing Mutiny integration
  • #11565 - MongoDB - Batch Size On Aggregate Options
  • #11558 - Support multiple Redis clients
  • #11552 - quarkus 1.7.0.Final gradle plugin hides errors from protoc compilation
  • #11541 - {[ and ]} with Qute
  • #11527 - Add a new config category quarkus.hibernate-orm.fetch
  • #11517 - Improve robustness of our devtools Gradle code
  • #11467 - Command line arguments are not properly passed along when using quarkus.args
  • #11450 - Quarkus CLI 2.0
  • #11406 - Gradle Test task with Quarkus is not always cached
  • #11318 - Gradle Test fixtures do not work when Running Unit tests with IntelliJ
  • #11303 - Improve robustness of our devtools Gradle code
  • #11285 - Qute: document under what conditions are special characters escaped
  • #11181 - Date and Time Formatting for Qute
  • #11174 - Enforce the rule "don't use runtime dependencies in deployment artifacts"
  • #11142 - Support for additional test-to-main directory mappings
  • #11101 - gRPC tests not working when releasing
  • #11084 - Find a way to inform the consumer (print or result) about the Codestart processing
  • #11070 - Kubernetes extension should not use version in labelselectors
  • #10990 - Reactive routes - support Bean Validation for parameters and return value
  • #10907 - Make RoutingContext available in SecurityIdentityAugmentor
  • #10769 - Panache reactive based on Hibernate Reactive
  • #10431 - REST Data Panache dev mode
  • #10265 - mvn:quarkus produce : The AMQP message to address prices has not been sent, the client is closed
  • #10133 - Spring MVC @RequestParam encoding problem on UTF-8
  • #9980 - Quarkus 1.8.1.Final + infinispan-client and deletion of Marshaller.class files
  • #9945 - Create a "All Build Items" page
  • #9709 - Introduce a quarkus-rest-client-mutiny extension
  • #9510 - Error with HTTP POST using "REST Data with Panache" extension
  • #9283 - control over kubernetes service account generation / kubernets-client issue
  • #8790 - Qute: document this
  • #8588 - Support GitLab CI_REGISTRY_IMAGE variable for container build.
  • #7376 - Qute type-safe templates - generate optimized value resolvers
  • #6463 - @Transactional annotation doesn't work in JUnit tests
  • #5422 - quarkus.http.cors.origins=* should be supported
  • #3200 - Implement OpenshiftClient on Kubernetes Client Extension
quarkus - 1.8.2.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #12523 - @TestHTTPEndpoint support for endpoints annotated with Spring Web's @RequestMapping
  • #12508 - docs: Fix companion object link in Panache with Kotlin
  • #12487 - Combine both the combined index and the bean archive one in REST client
  • #12484 - Add Tika PDF FontBox native resources
  • #12477 - Fix add extension in Kafka Streams guide
  • #12476 - Index Envers base entity classes
  • #12474 - Missing publish option in kms docker + specify version of localhost i…
  • #12471 - quarkus-hibernate-envers should add hibernate-envers to Jandex index
  • #12467 - @TestSecurity fails if the method params are primitives
  • #12463 - Hibernate ORM extension boot is not holding the @Startup event
  • #12459 - Fix the private key location in the smallrye-jwt guide
  • #12451 - Startup of Hibernate ORM was not registered as a ServiceStartBuildItem
  • #12449 - The limitation of a single instance of Hibernate was removed
  • #12446 - Update documentation for "kafka" extension
  • #12440 - Upgrade Hibernate Validator to 6.1.6.Final
  • #12437 - Include JVM GC metrics in the Micrometer extension
  • #12436 - Config docs improvements
  • #12425 - Include the JVM GC Binder in the Micrometer extension
  • #12421 - Make producer of MetricRegistry unremovable
  • #12420 - SmallRye GraphQL extension's metrics are broken
  • #12414 - Fix Fault Tolerance metrics via Micrometer
  • #12413 - ClassNotFoundException on primitive arguments with quarkus-test-security
  • #12410 - Don't log warnings about duplicate build.metadata
  • #12401 - Fix the handling of the port 0
  • #12387 - Fix reflection registration issue with Jackson's @JsonSerialize
  • #12382 - Make sasl.mechanism configurable in Kafka Streams extension
  • #12375 - SQS Amazon-service extension: Fixed a little typo in docs
  • #12370 - Always use localhost for @TestHTTPResource
  • #12369 - TestHTTPResource does not return localhost
  • #12367 - Fix broken GraalVM link
  • #12364 - Adjust issuer URL in security-jwt guide
  • #12361 - Fixed incorrect docs for recordDelimiter
  • #12356 - Add details to documentation on how to deploy to OpenShift and test the application
  • #12348 - Upgrade SmallRye GraphQL to 1.0.11 fixing some minor bugs.
  • #12345 - com.fasterxml.jackson.databind.JsonMappingException: Class CustomSerializer has no default (no arg) constructor
  • #12342 - Remove default priority method impl from SecurityIdentityAugmentor examples
  • #12329 - Update description of hibernate-orm-panache-common and google-cloud-functions-http to avoid duplicatetes
  • #12323 - Fix "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide
  • #12316 - "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide.
  • #12310 - Superclass injection will fail if subclass declares same field
  • #12299 - Link to the CDI intro from the getting started guide
  • #12298 - Document Fault Tolerance configuration
  • #12292 - Support OIDC cookie domain property
  • #12281 - OIDC Session Cookie does not allow configuration of Domain
  • #12276 - Fix errors in the CDI guide
  • #12273 - Bump awssdk.version from 2.14.22 to 2.14.23
  • #12272 - Bump flyway-core from 6.5.6 to 6.5.7
  • #12265 - Bump SLF4j JBoss logging to 1.2.1.Final
  • #12261 - Clean smallrye-metrics references
  • #12255 - Fix Sentry usage with fast-jar
  • #12253 - Docs: update s3 docs localstack instructions
  • #12252 - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with fast-jar deployment with Sentry extension
  • #12245 - Bump awssdk.version from 2.14.20 to 2.14.22
  • #12241 - docs: fix some typos in writing-extensions
  • #12234 - Spring's @Scope#scopeName is now taken into account
  • #12233 - Spring DI layer ingores @Scope#scopeName
  • #12230 - Quarkus app fails to start when generics are used in GraphQL endpoint
  • #12224 - Solves quarkus kakfa-streams extension devmode issue
  • #12223 - Kafka-streams dev mode broken
  • #12221 - Fix broken weld links
  • #12215 - Make use of BeanArchiveIndexBuildItem in rest client processor to be aware of generated beans from other extensions
  • #12205 - Fix deployment modules test dependencies
  • #12196 - Intersection of Smallrye, MP Metrics and micrometer not working
  • #12193 - Excluding animal-sniffer annotations and android-annotation dependency
  • #12187 - Add gradle alternatives for generating jandex index in CDI docs
  • #12184 - Fix maven wrapper not working in codestarts for 1.8
  • #12181 - Only clear the DriverManager if a driver was loaded
  • #12180 - Micrometer Vert.x HTTP request propagation
  • #12177 - Trim spaces in CORS config
  • #12176 - JWT Security Vulnerability
  • #12175 - Bump awssdk.version from 2.14.19 to 2.14.20
  • #12173 - Bump flyway-core from 6.5.5 to 6.5.6
  • #12116 - No suitable driver found for Postgresql with TestContainers since Quarkus 1.8
  • #12024 - Dependency on slf4j-jboss-logging violates Apache license
  • #10104 - Native-Image: Newly created project with Tika extension can't extract anything
quarkus - 1.7.4.Final

Published by geoand about 4 years ago

Major changes

Complete changelog

  • #12194 - Add okhttp3-logging explicitly
  • #12314 - Removing jsr305 as dependency to verify if the grpc extension works fine without it
  • #12279 - build-tree mojo should take the POM artifact as the root instead of the JAR
  • #12294 - Create source cache when building native in container #12283
  • #12303 - Infinispan Client doesn't pick up the hotrod-client.properties file
quarkus - 1.7.5.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

quarkus - 1.8.1.Final

Published by gsmet about 4 years ago

Major changes

  • #11893 - Add a RESTEasy Multipart extension
  • #880 - Introduce a RESTEasy Multipart extension

Complete changelog

  • #12167 - Fix a remaining old datasource config reference in the Vault doc
  • #12166 - Update instructions to set fast-jar flag in codestarts
  • #12165 - hibernate-orm-panache-kotlin: Fix compilation error of example in doc
  • #12164 - Upgrade SmallRye OpenAPI to 2.0.9
  • #12163 - Kotlin Panache doc: Fix broken link
  • #12155 - Improve JBang integration
  • #12152 - Bump awssdk.version from 2.14.18 to 2.14.19
  • #12151 - Upgrade to Quarkus HTTP 3.0.15.Final
  • #12149 - Documentation/Scripting: Missing 'init' parameter added
  • #12148 - Fix the capability to connect to MySQL in XA mode
  • #12143 - Set HTTPS scheme in the final OIDC redirect URI
  • #12140 - Check for null context (oidc logout flow)
  • #12130 - quarkus-oidc does not build final redirect uri with https when using force-redirect-https-scheme=true
  • #12126 - Improve MongoDB with Panache documentation around ObjectId
  • #12122 - Bump awssdk.version from 2.14.17 to 2.14.18
  • #12118 - Fixes Quarkus version and images dir in scripting guide
  • #12114 - fix: use own AddEnvVarDecorator to prevent it from being skipped
  • #12110 - Rename the Micrometer guide for more consistency
  • #12109 - Proofread Scripting with jbang guide
  • #12103 - Prevent potential infinite loop in AutoAddScopeProcessor
  • #12102 - Hang in build when upgrading to 1.8.0 when library class' superclass is not present on classpath
  • #12101 - Lazily init Jaeger
  • #12097 - Bump awssdk.version from 2.14.16 to 2.14.17
  • #12095 - Restore port sysprop values in VertxHttpRecorder
  • #12087 - quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile
  • #12083 - Document how to use QuarkusTestProfile#testResources
  • #12081 - Document how to use QuarkusTestProfile.testResources()
  • #12072 - Fix smallrye-jwt documentation typo
  • #12067 - Unable to build Hibernate SessionFactory error with native mode in 1.8.0.final
  • #12066 - Fix documentation related with forwarding headers
  • #12065 - Add Tika extension dev mode test
  • #12063 - Quarkus kubernetes sidecars EnvVar do not work
  • #12062 - Quarkus Tika's configuration quarkus.tika.tika-config-path not work in quarkus:dev run
  • #12061 - Fix test package declaration
  • #12058 - OpenAPI/SwaggerUI displaying EntityManager schema for PanacheEntity Pojo
  • #12055 - Non-standard proxy forwarded headers are not being parsed
  • #12052 - Bump awssdk.version from 2.14.15 to 2.14.16
  • #12050 - Microprofile OASFilter only executed during build - not in runtime
  • #12045 - Register String constructors for reflection
  • #12041 - Upgrade Quarkus HTTP to 3.0.15.Final
  • #12040 - Smallrye-JWT config property naming bug
  • #12035 - Bump awssdk.version from 2.14.14 to 2.14.15
  • #12033 - Fix typo in the OpenAPI Guide
  • #12032 - More security documentation updates
  • #12031 - Make sure that Funqy types are registered for reflection
  • #12029 - Micrometer extension didn't work with the security-oauth2 extension
  • #12019 - Funqy QueryObjectReader not working in native image.
  • #12018 - Bump awssdk.version from 2.14.13 to 2.14.14
  • #12014 - Add a hint to OIDC and Hibernate Multitenancy docs about passing a tenant id
  • #12010 - Use MetricsCapabilityBuildItem
  • #12009 - Rest Client - support injection for @RegisterClientHeaders
  • #12007 - ArC - normalize @Named qualifier when the name is defaulted
  • #12000 - Application crash with both Micrometer and Fault Tolerance extension
  • #11999 - Manage org.apache.httpcomponents:httpmime
  • #11994 - Prevent potential infinite loop
  • #11991 - Bump awssdk.version from 2.14.12 to 2.14.13
  • #11984 - manage.sh doesn't work on Ubuntu and Mint
  • #11949 - Simplify tenant resolution for the OIDC/Hibernate Multitenancy combination
  • #11940 - Disable random port usage in tests
  • #11936 - Beans enabled via build profile/properties should not be alternatives
  • #11893 - Add a RESTEasy Multipart extension
  • #11892 - Adding @IfBuildProfile("prod") annotation to one grpc service throws away all other services
  • #10323 - UTF-8 encoding problem with MultiPart/RestEasy
  • #9301 - Microprofile rest client - Can't inject config/beans to clientheaderfactory also in 1.4.2.Final
  • #880 - Introduce a RESTEasy Multipart extension
quarkus - 1.8.0.Final

Published by gsmet about 4 years ago

Major changes

  • #11963 - Assorted Quartz cleanup

Complete changelog

  • #11977 - Ensure that user-defined quarkus.kubernetes-config.enabled takes precedence over secret
  • #11973 - Improve index inclusion and Arc exclusion configuration
  • #11972 - Upgrade Debezium to 1.2.3.Final
  • #11970 - Fix Quarkus ClassLoader's jar ProtectionDomain handling
  • #11968 - quarkus.kubernetes-config.secrets.enabled takes precedence over quarkus.kubernetes-config.enabled
  • #11964 - Fix typo in warn message
  • #11963 - Assorted Quartz cleanup
  • #11960 - Increase connection and read timeouts in IncompletePostTestCase
  • #11957 - Fix jbang ClassLoader issue
  • #11956 - Update to xstream 1.4.13 to reduce illegal reflective access warnings
  • #11954 - Bump assertj-core from 3.17.1 to 3.17.2
  • #11952 - Bump assertj-core from 3.17.1 to 3.17.2 in /integration-tests/gradle
  • #11951 - Bump assertj-core from 3.17.1 to 3.17.2 in /devtools/gradle
  • #11946 - Make name of Revapi artifact consistent
  • #11945 - Configurable instance name for quartz
  • #11941 - Various multiple persistence units adjustments
  • #11935 - Fix formatting in BOM for Micrometer artifacts
  • #11932 - Docs - CDI intro - add a note about reading fields on client proxies
  • #11930 - If parent first fails see if the resource exists in this CL
  • #11928 - Allow transformed classes to be dumped
  • #11918 - Drop quarkus.http.host setting from Jib and S2I
  • #11915 - default code gen not working in 1.8.0.CR1
  • #11913 - hibernate with jbang fails with class loader issue
  • #11912 - Make native tests work with random port
  • #11911 - -Dquarkus.http.host=0.0.0.0 force set in s2i and jib despite it being the default
  • #11909 - Bump awssdk.version from 2.14.11 to 2.14.12
  • #11907 - Normalize duration default values rendered in documentation
  • #11901 - Support the ability to create the schemas on database schema generation
  • #11899 - Make store dir relative to build dir when saving OpenAPI schema
  • #11897 - Narayana - make LifecycleManager from SM CP unremovable
  • #11895 - Bump mockito-core from 3.5.9 to 3.5.10
  • #11894 - Bump mockito-core from 3.5.9 to 3.5.10 in /devtools/gradle
  • #11891 - Native Tests fail when quarkus.http.test-port is set to 0
  • #11884 - Update Guava to 29.0-jre
  • #11880 - Google Cloud Functions Funqy HTTP
  • #11870 - Bump awssdk.version from 2.14.10 to 2.14.11
  • #11869 - Bump aws-alexa-sdk.version from 2.32.0 to 2.33.0
  • #11862 - Gradle IT: if set, pass maven.repo.local to the run task
  • #11859 - Bump aws-lambda-java-events from 3.1.0 to 3.2.0
  • #11858 - Bump awssdk.version from 2.14.9 to 2.14.10
  • #11857 - quarkus.debug.transformed-classes-dir does not work anymore
  • #11852 - Fix panache repository operations failure with multiple persistence units
  • #11851 - Quiet down Mongo test logs
  • #11850 - Update instructions to set fast-jar flag
  • #11846 - quarkus.smallrye-openapi.store-schema-directory should be relative to project basedir
  • #11845 - SmallRye GraphQL Documentation update
  • #11844 - MongoDB test cluster far too verbose
  • #11842 - Panache repository persist failure with multiple persistence units in 1.8.0.cr1
  • #11840 - Bump "aws-lambda-java-event" to 3.2.0
  • #11839 - IncompletePostTestCase fails once in a while with SocketTimeoutException: Read timed out
  • #11832 - Bump mockito-core from 3.5.7 to 3.5.9
  • #11830 - Bump awssdk.version from 2.14.8 to 2.14.9
  • #11829 - Bump mockito-core from 3.5.7 to 3.5.9 in /devtools/gradle
  • #11828 - Re-enable MutinyTest
  • #11827 - Fix enforcer rules deployment
  • #11826 - Document the Multiple Persistence Units support
  • #11825 - Default platform version range should be [major.minor-alpha,major.minor+1]
  • #11820 - Clean project with debezium-quarkus-outbox fails with BuildException
  • #11818 - Hibernate ORM: Schema is not generated
  • #11817 - Allow RestEasy JAXB collection serialization in native mode
  • #11815 - Range check makes the release fail
  • #11806 - Serialization of RestEasy JAXB wrapped collections fails in native mode
  • #11804 - Maven bootstrap: resolve workspace for layouts with directory breaks
  • #11711 - ReactiveMongodbPanacheResourceTest is regularly failing
  • #11687 - MutinyTest#testSSE can be unstable
  • #11650 - Platform JSON: support reading BOM's managed deps from a generated POM
  • #11647 - Fast-Jar + quarkus.arc.remove-unused-beans=false causes ClassNotFoundException
  • #11299 - Add documentation and quickstart for Funqy HTTP for Google Cloud Functions
  • #10303 - Remove illegal refletive access warning for xstream for parameterized tests
  • #10022 - Configuration properties of type duration should include the unit when rendering the default value
quarkus - 1.7.3.Final

Published by geoand about 4 years ago

Major changes

Complete changelog

  • #11979 - Fix elasticsearch extension file directory
  • #11955 - Add system property as gradle quarkusBuild task input
  • #11944 - Gradle: Cannot push containers to multiple repositories due to task caching
  • #11933 - Fix incorrect ImagePullPolicy forced setting
  • #11922 - Attempt to get around AccessDeniedException in Windows
  • #11920 - Update grpc-getting-started.adoc
  • #11917 - KubernetesProcessor No registry was set for the container image, so 'ImagePullPolicy' is being force-set to 'IfNotPresent'.
  • #11883 - Incorrect reference to "quarkus.openshift.sidecar" in the "Deploy to Kubernetes" guide.
  • #11882 - Fix issues with OpenShift sidecar handling
  • #11878 - Fix NPE when combining security-jpa with form auth
  • #11877 - fixed property names in docs where grpc-server was used instead of grpc.server
  • #11874 - Prevent potential NPE during shutdown in GrpcServerReloader
  • #11873 - Fix Kotlin integration in the Gradle plugin
  • #11868 - JPA Form Based Authentication throws NullPointerException if username is incorrect
  • #11867 - Gradle build fails after upgrade to 1.7.2
  • #11849 - Backport more Mongo fixes to 1.7
  • #11797 - Make sure the application is shutdown properly in the shutdown hook
  • #11792 - Command line app ignores SIGINT (Ctrl+C)
quarkus - 1.7.2.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #11836 - Bump dekorate to 0.12.8
  • #11823 - Property quarkus.container-image.tag with numbers generates a breaking minikube.yml file
  • #11809 - Fix disabled k8s client test
  • #11808 - Handle post-authentication exceptions correctly
  • #11807 - FormAuthenticationMechanism needs to handle exceptions to avoid requests without response.
  • #11802 - Handle empty non existing resource directory in gradle plugin
  • #11796 - Define a deterministic ordering for ConfigMap and Secret ConfigSources
  • #11791 - docs: fix typo in stm doc
  • #11781 - Normalize migration paths in Flyway extension
  • #11780 - Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1.Final
  • #11776 - Upgrade Liquibase to 3.10.2 - 1.7
  • #11767 - Fix wrong extension name in kafka example
  • #11764 - Use neutral container image over docker image
  • #11762 - liquibase 3.10.2 fixes bug with mariadb
  • #11741 - Ensure that @TestProfile works properly with random http port
  • #11740 - Fix invalid datasource configuration
  • #11739 - Using Modifier.isFinal instead of org.objectweb.asm.Opcodes.ACC_FINAL - 1.7
  • #11738 - Revert "Only integrate with Bean Validation if the HV extension is present"
  • #11725 - Gradle Jar/main directory issues, 1.7.1.FInal
  • #11720 - add missing "id" field in the MongoDB guide
  • #11718 - Add OIDC session-age-extension property
  • #11716 - Correctly handle directories in getResourceAsStream of QuarkusClassLoader
  • #11715 - OIDC refresh token is lost after ID token expiration
  • #11707 - QuarkusClassLoader.getResourceAsStream does not work with directories in quarkus:dev
  • #11706 - Interceptor bindings must not be inherited from interfaces
  • #11704 - Interceptor bindings must not be inherited from interfaces implemented by a bean
  • #11696 - Upgrade SmallRye Metrics to 2.4.3
  • #11692 - Liquibase diffChangeLog generation is broken in 1.7.1
  • #11688 - @TestProfile and @TestHTTPResource don't play well with quarkus.http.test-port=0
  • #11686 - Add -Ddocker option to spin a Redis Server container automatically when launching Redis IT test
  • #11685 - Work around Caffeine warnings during cache computations - 1.7
  • #11684 - Reorder gradle code generation task
  • #11679 - Let Maven start and stop the Docker images and other CI adjustments
  • #11678 - Upgrade to Hibernate ORM 5.4.21.Final
  • #11677 - Improve GCP functions guides
  • #11676 - Fix log4j logging adapter
  • #11672 - Update source code highlighting in the Quartz guide
  • #11671 - Disable DefaultPackageMetricsTest
  • #11667 - log4j librairies not correct inside the logging guide
  • #11657 - Use correct CL when loading classes
  • #11656 - Fix issue with metrics and ArC when beans are in the default package
  • #11649 - Copy over the json files required by native-image tool during native-image generation on Windows
  • #11645 - doc Mention need of resteasy-mutiny extension in Reactive SQL Clients guide
  • #11643 - Fix the fast-jar suffix in the Dockerfile
  • #11641 - Quarkus 1.7.x: Gradle Kotlin project compilation error
  • #11640 - Clarify floating tag use in Mandrel builder images
  • #11639 - Assorted InetSocketAddress fixes
  • #11635 - Register Jackson @JsonNaming strategies for reflection
  • #11630 - Add SSL support to Spring Config Server extension
  • #11626 - 1.7.0.Final quarkus.package.output-directory causes NPE running tests
  • #11624 - Rename prepare goal to generate-code
  • #11617 - Kafka Streams Bootstrap Servers Problem
  • #11589 - Lazy loading fails if an entity appears twice in the object graph
  • #11500 - Kubernetes secret config changes
  • #11461 - Unable to read a literal value from a secret containing keys ending in "yaml,yml or properties"
  • #11400 - 1.7.0.Final quarkus.package.output-directory causes NPE running tests
  • #11397 - Problem while using jackson @JsonNaming in AWS Lambda
  • #11373 - correct signature for singleResult
  • #11354 - Make the various beans produced in RedisAPIProducer ApplicationScoped
  • #11325 - Hibernate no active session in hashcode() of lazy loaded collections
  • #11293 - Native SSL Support for Spring Cloud Config for Native Images
  • #11287 - Misleading/Erroneous signatures in Panache Hibernate Kotlin
  • #11231 - Upgrade to Hibernate ORM 5.4.21
  • #11184 - Compilation fails when using reflection-config in quarkus 1.6.x
  • #11134 - Issue when using Kubernetes + MicroProfile Metrics
  • #11131 - Exception is reported on windows native image building.
  • #7591 - SQL import - commented out lines not ignored
quarkus - 1.8.0.CR1

Published by gsmet about 4 years ago

Major changes

  • #11638 - Added option to save the generated OpenAPI schema document on build.
  • #11578 - Upgrade to GraalVM 20.2.0
  • #11542 - Attempt to enable Quarkus.run to work on a single jar
  • #11507 - Manage Quartz Jobs through ArC
  • #11322 - Support multiple Hibernate ORM persistence units via Quarkus configuration
  • #11073 - Add a Micrometer extension

Complete changelog

  • #11800 - Upgrade SmallRye GraphQL to 1.0.9
  • #11794 - Bump aws-alexa-sdk.version from 2.31.0 to 2.32.0
  • #11793 - Bump awssdk.version from 2.14.7 to 2.14.8
  • #11791 - docs: fix typo in stm doc
  • #11788 - Bump to Gradle 6.6.1
  • #11784 - Fix reactive Mongo client CDI handling
  • #11781 - Normalize migration paths in Flyway extension
  • #11780 - Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1.Final
  • #11777 - Upgrade to Debezium 1.2.2.Final
  • #11772 - Support multitenancy with multiple persistence units
  • #11771 - OIDC ID token auto-refresh support
  • #11770 - Mention cassandra-quarkus-client in the section about extensions that support SSL
  • #11765 - [Mongodb] NPE getting reactive client
  • #11764 - Use neutral container image over docker image
  • #11763 - Revert "Disable failing CodeStarts test"
  • #11759 - Bump assertj-core from 3.17.0 to 3.17.1
  • #11758 - Bump swagger-ui from 3.32.3 to 3.32.5
  • #11757 - Bump assertj-core from 3.17.0 to 3.17.1 in /devtools/gradle
  • #11756 - Bump assertj-core from 3.17.0 to 3.17.1 in /integration-tests/gradle
  • #11752 - Fix codestarts order bug
  • #11751 - Also disable native versions of mongo tests
  • #11750 - Disable failing CodeStarts test
  • #11748 - When using Secrets, config functionality should be auto enabled
  • #11746 - RUNTIME_INIT synthetic beans - improve docs and error message
  • #11743 - Avoid NPE at boot if a MetricsFactoryConsumerBuildItem contains null
  • #11736 - Active connection to MongoDB required for fresh project based on Quarkus master, wasn't needed for 1.7.0.Final and prior
  • #11731 - guide for jbang integration
  • #11728 - Add @SequenceGenerator to make Gift Entity example generally more usable
  • #11726 - Bump awssdk.version from 2.14.4 to 2.14.7
  • #11722 - Update to smallrye-jwt 2.3.0
  • #11717 - Add gradle integration test dirs in PathTestHelper
  • #11716 - Correctly handle directories in getResourceAsStream of QuarkusClassLoader
  • #11713 - Temporarily disable ReactiveMongodbPanacheResourceTest
  • #11709 - Replace AssertJ's deprecated hasOnlyOneElementSatisfying
  • #11708 - Turn StartupBuildSteps.annotationTransformer() into an AutoAddScopeBuildItem
  • #11707 - QuarkusClassLoader.getResourceAsStream does not work with directories in quarkus:dev
  • #11705 - Add missing @ApplicationScoped in Panache-Kotlin docs
  • #11703 - Skip docs module in Windows job
  • #11701 - Dev mode - list reactive routes in 404 document
  • #11700 - Turn StartupBuildSteps.annotationTransformer() into an AutoAddScopeBuildItem
  • #11699 - Distribution management for enforcer-rules
  • #11697 - Indicate that Quarkus only works with the Java 11 version of GraalVM (in native mode).
  • #11694 - Don't launch an additional daemon process for Gradle build
  • #11693 - Disable MutinyTest#testSSE for now as it's unstable on CI
  • #11690 - Increase timeout in ReactiveMongodbPanacheResourceTest
  • #11683 - Bump formatter-maven-plugin from 2.12.1 to 2.12.2
  • #11682 - Bump awssdk.version from 2.14.4 to 2.14.5
  • #11674 - Move maven integration tests to dedicated job
  • #11670 - gradle compileJava fails when used with quarkus-grpc
  • #11669 - Gradle: support direct file dependencies
  • #11668 - Codestart customized package and class and more
  • #11666 - Use proper package for @MongoClientName
  • #11663 - Allow the use of @ConfigProperty name with @ConfigProperties class
  • #11660 - Fix some ClassLoader leaks from the BuildMojo
  • #11659 - Remove usage of deprecated native-image mojo from amazon-lambda integration tests
  • #11658 - Allow Vert.x compressed responses
  • #11655 - auto-service-loader-registration=true does not work in quarkus/integration-tests
  • #11654 - Bump picocli.version from 4.5.0 to 4.5.1
  • #11653 - Bump mockito-core from 3.5.6 to 3.5.7
  • #11652 - Bump mockito-core from 3.5.6 to 3.5.7 in /devtools/gradle
  • #11648 - Multiple persistence units support Phase 2
  • #11638 - Added option to save the generated OpenAPI schema document on build.
  • #11637 - Neo4j driver metrics
  • #11636 - Fallback to a docker build on linux
  • #11623 - Bump awssdk.version from 2.14.3 to 2.14.4
  • #11615 - Add wagon settings to ensure Maven can recover from transient download issues
  • #11613 - Type-safe message bundles - support dynamic keys..
  • #11609 - Bump commons-io from 2.6 to 2.7
  • #11608 - Only run Kubernetes tests for Java 11
  • #11606 - Bump mockito-core from 3.5.5 to 3.5.6
  • #11601 - Update to Keycloak 11.0.1
  • #11599 - Switch from elasticearch-maven-plugin to docker-maven-plugin to start Elasticsearch for ITs
  • #11598 - Added constraint validators as singleton beans
  • #11597 - Avoid starting Elasticsearch with UseConcMarkSweepGC (on the primary JVM)
  • #11592 - Bump mockito-core from 3.5.2 to 3.5.6 in /devtools/gradle
  • #11585 - Bump to Gradle 6.6
  • #11584 - Bump postgresql from 42.2.15 to 42.2.16
  • #11583 - Bump assertj-core from 3.16.1 to 3.17.0
  • #11582 - Bump mockito-core from 3.5.2 to 3.5.5
  • #11580 - Bump assertj-core from 3.16.1 to 3.17.0 in /devtools/gradle
  • #11579 - Bump assertj-core from 3.16.1 to 3.17.0 in /integration-tests/gradle
  • #11578 - Upgrade to GraalVM 20.2.0
  • #11576 - Make GraalVM 20.2.0 the default version
  • #11575 - Use an instance of the proper service initiator for SQL import
  • #11574 - By default use lower heap settings while launching Quarkus application from QuarkusProdModeTest
  • #11568 - Don't create default mongo clients when not needed and fix @MongoClientName qualifier
  • #11567 - Type-safe message bundles - support dynamic keys in templates
  • #11566 - Queries in import.sql can't be split to multiple lines anymore
  • #11564 - Remove the native profile for Google Cloud Functions extensions
  • #11562 - Support kotlin dsl for gradle in model generation
  • #11556 - Quartz - enhance Job injection support in InvokerJobFactory
  • #11547 - Quartz programmatic scheduling - inject Jobs annotated with a scope
  • #11546 - Work around Caffeine warnings during cache computations
  • #11542 - Attempt to enable Quarkus.run to work on a single jar
  • #11534 - Bump awssdk.version from 2.14.2 to 2.14.3
  • #11528 - Support Hibernate option "max_fetch_depth"
  • #11526 - Support hibernate.max_fetch_depth property
  • #11521 - MySQL upgrade for integration tests
  • #11520 - Improve codestarts
  • #11519 - Multiple persistence units follow up
  • #11514 - Small enhancements to the code - Map.entrySet usage, static inner classes, unused local code removal
  • #11507 - Manage Quartz Jobs through ArC
  • #11503 - Bump swagger-ui from 3.32.1 to 3.32.3
  • #11502 - Bump awssdk.version from 2.14.1 to 2.14.2
  • #11500 - Kubernetes secret config changes
  • #11496 - Provide a cdi aware QuartzFactory
  • #11491 - Named mongo client injection trying to use default mongo client
  • #11480 - Bump flyway-core from 6.5.4 to 6.5.5
  • #11479 - Bump mockito-core from 3.5.0 to 3.5.2
  • #11478 - Bump awssdk.version from 2.14.0 to 2.14.1
  • #11477 - Bump mockito-core from 3.5.0 to 3.5.2 in /devtools/gradle
  • #11474 - Codestarts testing
  • #11461 - Unable to read a literal value from a secret containing keys ending in "yaml,yml or properties"
  • #11454 - Bump swagger-ui from 3.31.1 to 3.32.1
  • #11448 - Fix providers not auto registered for JAX-RS Client
  • #11445 - Bump awssdk.version from 2.13.75 to 2.14.0
  • #11441 - Mongo panache kotlin
  • #11437 - Support Flyway ignoreMissingMigrations config
  • #11427 - Bump mockito-core from 3.4.6 to 3.5.0
  • #11425 - Bump mockito-core from 3.4.6 to 3.5.0 in /devtools/gradle
  • #11424 - JAX-RS Providers in RESTEasy are not initialized unless a @Path is present in the Application
  • #11423 - Clean up redis extension pom
  • #11421 - Add support for Flyway "missing migrations"
  • #11413 - Upgrade PostgreSQL JDBC driver from 42.2.14 to 42.2.15
  • #11403 - Hibernate-Envers: Support store_data_at_delete
  • #11401 - Improve tests related to exceptions thrown during cache computations
  • #11388 - Preserve the original ordering of the dependencies returned by the Gradle resolver
  • #11369 - Throw ExecutionException cause during cache computation
  • #11367 - @ConfigProperties system doesn't allow using @ConfigProperty on class fields, only on interface methods
  • #11360 - Bump mojo-executor to 2.3.1
  • #11355 - Bump flyway-core from 6.5.3 to 6.5.4
  • #11350 - Introduce AutoAddScopeBuildItem to remove boilerplate necessary when annotation transformers are used to add a scope annotation to a class
  • #11346 - Make quarkus-bootstrap-maven-plugin:build-tree work for not installed local projects
  • #11340 - JSON-B type adapter can't inject CDI beans
  • #11331 - Minimal *-deployment dependencies for integration-tests
  • #11327 - Add config-yaml-example codestart in java
  • #11322 - Support multiple Hibernate ORM persistence units via Quarkus configuration
  • #11315 - "Exception thrown during asynchronous load" when using quarkus-cache and quarkus-hibernate-validator
  • #11312 - Avoid generated-sources clash with MapStruct in codegen
  • #11296 - Use metadata for gradle/maven repositories and separate gradle plugin version
  • #11289 - Add lsp folder to .gitignore
  • #11282 - Qute: support parameters for include section
  • #11278 - Qute: clarify valid identifiers
  • #11277 - Add revapi as option during build
  • #11276 - Qute: include section could be empty
  • #11271 - Move cache lock timeout logic to CacheResultInterceptor
  • #11268 - Bump smallrye-common-annotation from 1.2.0 to 1.3.0
  • #11267 - Bump smallrye-common-io from 1.2.0 to 1.3.0
  • #11258 - When using Secrets, config functionality should be auto enabled
  • #11249 - Qute: demand valid "property" identifiers
  • #11243 - cloud codestarts
  • #11237 - Response format produced is not valid HAL
  • #11236 - Avoid split packages for Agroal deployment/spi
  • #11225 - Sorting for REST Data with Panache
  • #11224 - Add a counter of log events per log level
  • #11219 - Qute: take comments into account when detecting standalone lines
  • #11217 - ArC - cleanup and optimizations
  • #11214 - Simplify runtime class transformation
  • #11212 - Refactor the cache key building logic
  • #11190 - qute removeStandaloneLines(true) does not remove comments
  • #11183 - Bump jboss-parent to 37
  • #11177 - Removal of dead local store
  • #11175 - Bump swagger-ui from 3.30.0 to 3.31.1
  • #11166 - Upgrade to Hibernate Search 6.0.0.Beta9 + Elasticsearch 7.8
  • #11154 - Codestart dynamic paths for dynamic package names
  • #11147 - Upgrade to Liquibase 4.0.0
  • #11140 - ldap mock: using random port instead of hardcoded one
  • #11139 - Introduce build time flag property to disable the cache extension
  • #11138 - Introduce build time flag property to disable the cache extension
  • #11135 - Disable the Cron Job CI that runs Java 8 native image tests
  • #11123 - Fix maven warnings
  • #11115 - Export Neo4j driver as dedicated BuildItem.
  • #11108 - Bump smallrye-common-io from 1.1.0 to 1.2.0
  • #11107 - Bump smallrye-common-annotation from 1.1.0 to 1.2.0
  • #11073 - Add a Micrometer extension
  • #11064 - Split package: io.quarkus.agroal.deployment is used in both quarkus-agroal-deployment and quarkus-agroal-spi
  • #10993 - replace vertx-stack-depchain with vertx-dependencies
  • #10884 - Implement sorting functionality for REST Data Panache
  • #10859 - Parallel build fails with invalid order of building
  • #10853 - Dev mode - list reactive routes in the "404 - Resource Not Found" document
  • #10804 - Quarkus Cache ( Caffeine ) cache too noisy
  • #10188 - Support exposing metrics from Neo4j driver
  • #10078 - Abstract REST Data resource and entity info
  • #9965 - Quarkus "quarkus-smallrye-jwt" does not recognize x5t as alias to identify key-id working with JWKS
  • #9353 - Add support for Gradle Kotlin DSL
  • #8695 - Support of multiple persistence units for Hibernate Panache
  • #8415 - Quarkus OpenAPI Generated documentation for @BeanParam does not reflect @Parameter if you are using a setter
  • #6094 - Validator doesn't inject CDI bean unless @ApplicationScoped
  • #5776 - Support Kotlin DSL Gradle projects when adding/listing/removing extensions
  • #2835 - Support multiple persistence units
quarkus - 1.7.1.Final

Published by geoand about 4 years ago

Major changes

Complete changelog

  • #11625 - Fix gRPC health reporting for devmode
  • #11621 - Declare native output to in gradle quarkusBuild task
  • #11619 - Fix JDK version in building-native-image.adoc
  • #11612 - devmode: Quarkus 1.7.0.Final + grpc + smallrye health gRPC Server is DOWN
  • #11605 - No server shutdown required with Mandrel
  • #11600 - Server shutdown warning when building native with Mandrel
  • #11596 - ClassCastException and swallowed original cause #11529
  • #11595 - Update to commons-io 2.7
  • #11593 - Ensure Json parsers are not removed during build when using kafka client.
  • #11588 - Do runtime re-init for Random classes
  • #11573 - ThreadLocalRandom generates always the same numbers
  • #11569 - Update SmallRye Reactive Messaging to version 2.3.0
  • #11561 - Add double quotes around java executable
  • #11559 - Make sure that non s2i Openshift redeployments only get triggered once
  • #11555 - Use proper type for Kubernetes probes
  • #11554 - Ignore javax.persistence interfaces when registering entities for reflection
  • #11553 - Minor adjustments in the new .env file documentation
  • #11551 - Use Mandrel floating tag and warn about its use
  • #11550 - quarkus-grpc-protoc-plugin windows script fails with java.exe in Program Files
  • #11548 - Provide OpenShift Serverless documentation section
  • #11544 - minor typo in blaze-persistence documentation
  • #11540 - Abort Kafka Streams startup in case of shutdown
  • #11530 - fix typo of lambda in Amazon Lamda docs
  • #11529 - ClassCastException and swallowed original cause
  • #11523 - Bump SmallRye OpenAPI to 2.0.7
  • #11522 - Adding quarkus-smallrye-openapi to a quarkus-vert-web on 1.7.0-Final causes an error
  • #11518 - Add .env Profile Doc
  • #11513 - Maven bootstrap: resolve relative path to user settings based on the relative path of the alternate pom
  • #11512 - Fix Maven bootstrapping when non-ASCII characters are involved
  • #11511 - DEV mode doesn't work when path contains international characters, regression against 1.6.1.Final / 1.3.4.Final
  • #11509 - Make vault work against recent releases of Java 8
  • #11506 - Hibernate Validator: status 400 instead of 500 if JAX-RS method is defined in interface
  • #11504 - Make sure test classes are compiled before running test
  • #11499 - Make LocaleConverter more lenient
  • #11498 - More reactive SQL client connection options
  • #11494 - Register classes necessary for BV - ORM integration for reflection
  • #11490 - Bean validation doen't work with Hibernate+JPA in Native mode
  • #11487 - Remove the native-image profile from google-cloud-functions integration-tests
  • #11486 - QuarkusSecurityTestExtension fails to read class annotation
  • #11485 - Minor doc fix
  • #11484 - doc: import Secured annotation
  • #11482 - Fix for Constructor injection when using OpenApi annotations in JAX-Rs resource
  • #11473 - Use welcome-files from web.xml if defined; else, use today's default
  • #11472 - Quarkus Unit tests fail when running from IntelliJ for Gradle project
  • #11471 - Do not register standalone extension's core versions as a valid option
  • #11470 - Custom settings.xml is not honored by Quarkus (1.3, 1.7) when the path is relative
  • #11466 - Disable the code flow access token verification by default (pre-1.7.0.Final status)
  • #11465 - QuarkusSecurityTestExtension fails to read class annotation
  • #11462 - Ignore JSON and XML transient fields in RESTEasy reflection registration
  • #11460 - OIDC token introspection fails due to path since 1.7
  • #11459 - Fix registration of GraphQL application classes for reflection
  • #11458 - Improve IDE launch from Gradle project
  • #11457 - Make @HandlesTypes handle annotations as well
  • #11455 - Registers RestClientListener for reflection and adds service file as a native resource
  • #11452 - SmallRye GraphQL reflection warnings
  • #11451 - Bootstrap Maven Resolver: add respecting maven batch-mode and ntp
  • #11446 - Add a new builder identity copy method, reverse links to all security docs, client cert example
  • #11444 - Undertow does not consider classes annotated by a handled type for ServletContainerInitializer
  • #11442 - Unable to run simple hello world application on OpenShift with quarkus.kubernetes.deployment-target=knative
  • #11440 - Class not in jandex index warning seen new after update to Quarkus 1.7.0
  • #11439 - Add platform metadata support in legacy codegen for 1.7.1
  • #11435 - Various CI adjustments
  • #11430 - java.lang.IllegalArgumentException: Unable to resolve locale: c.u-US
  • #11429 - Hibernate Validator: don't skip interface annotation lookup if impl method has annotations
  • #11420 - URL patterns for WebFilters are optional
  • #11419 - Get all auth mechanisms subsections shown inside 'Authentication Mechanisms' section
  • #11418 - OIDC extension does not work with Azure AD after upgrading to Quarkus 1.7.0.FINAL
  • #11417 - @WebFilter annotation with servletName attribute cannot be deployed
  • #11416 - Updated path to external API
  • #11414 - Keep dependency order in Gradle
  • #11405 - Fix broken link in websockets doc
  • #11404 - Broken link in websockets guide
  • #11402 - fix typo in lifecycle.adoc
  • #11399 - Throw ExecutionException cause during cache computation - 1.7
  • #11393 - Allow to configure Redis connection pool
  • #11389 - Also sleep in case of exception
  • #11387 - KStreams shutdown - TimeoutException: The AdminClient thread is not accepting new calls
  • #11384 - Bump awssdk.version from 2.13.73 to 2.13.75
  • #11376 - fix source code example to reflect surrounding description, fix typos
  • #11374 - Ignore modules with missing main source set
  • #11370 - Gradle Plugin not working if module does not have main sourceSet
  • #11366 - @ConfigProperties system doesn't know anything about Optional{Int,Long,Double}
  • #11364 - Qute: introduce ConfigTemplateExtensions
  • #11363 - fix injection of @ConfigProperty OptionalInt
  • #11362 - ambiguous resolution for @Inject @ConfigProperty OptionalInt
  • #11357 - Bump awssdk.version from 2.13.72 to 2.13.73
  • #11356 - Bump yasson from 1.0.7 to 1.0.8
  • #11353 - Do not attempt to parse empty SQL scripts
  • #11352 - Avoid NPE when Redis server returns an empty response
  • #11351 - Redis client throw null exception on get
  • #11349 - Multiple traces in Native mode instead of one trace with multiple spans like in JVM mode
  • #11345 - Fix typos in security guides
  • #11344 - Properly filter out transitive optional deployment dependencies
  • #11343 - Document domain socket support for Postgres and MySQL reactive clients
  • #11341 - @InterceptorBinding based annotation disables ReST validation
  • #11335 - Type-safe message bundles - fix validation
  • #11332 - Bundle message function name generated when using params is honoured only for the message key having a parameter in it's arguments and not for the other message keys
  • #11328 - quarkus:prepare - remove redundant source registration
  • #11326 - Escape $ in maven log for native-image
  • #11313 - Constructor injection in JAX-RS Resource using OpenApi Annotations causes RuntimeException
  • #11310 - Could not create an instance of Tooling API implementation using the specified Gradle distribution 'https://services.gradle.org/distributions/gradle-6.5.1-all.zip'.
  • #11308 - Bump awssdk.version from 2.13.69 to 2.13.72
  • #11307 - Reduce required runtime dependencies for native build with Amazon services extensions
  • #11306 - Introduce QuarkusPlatformDescriptor.getMetadata
  • #11302 - Vertx - fix default value for VertxConfiguration#maxWorkerExecuteTime
  • #11300 - Properly support subfolders for Flyway database migrations
  • #11298 - Improve the doc and add quickstart link
  • #11290 - Fix wording in amazon-dynamodb.adoc
  • #11288 - Flyway Plugin does not include version subfolder in script path
  • #11284 - Qute: template extensions can use regular expressions to match names
  • #11280 - Fix typo in testing guide and Integration tests
  • #11279 - Fix typo in testing guide
  • #11275 - Qute: implement a shortcut to access list element by index
  • #11270 - Beans from transitive dependencies of a direct optional dependency are not injectable
  • #11266 - Bump awssdk.version from 2.13.68 to 2.13.69
  • #11264 - Amazon client requires both transport client implementations for native compilation
  • #11261 - Auto-detect codestarts implemented languages
  • #11259 - Fixing version range to support backward compatibility
  • #11253 - Regression in 1.7: Dev mode auto-compile fails in MapStruct with "Attempt to recreate a file for type ..."
  • #11160 - Message Production Issue w/quarkus-smallrye-reactive-messaging-amqp and AMQ
  • #11149 - Expose reconnection properties for reactive datasources
  • #11061 - Documentation for building native executables with Mandrel
  • #11032 - Add Mandrel details to user guide
  • #10875 - Redeployment via kubernetes extension to Openshift causes double deployment
  • #10583 - Document domain socket support for Postgres and MySQL reactive clients
  • #10491 - Native image: Integration test: Google-cloud-functions: Classes that should be initialized at run time got initialized during image building
  • #10273 - Upgrade Yasson to a version not raising JDK warnings
  • #5378 - Implicit serving of a welcome page
quarkus - 1.7.0.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #11274 - Upgrade Quarkus HTTP to 3.0.14.Final
  • #11257 - Upgrade Infinispan to 11.0.3.Final
  • #11255 - Avoid including platform BOM twice in the Gradle plugin
  • #11251 - Gradle addExtension will add BOM dependency even if platform is already in dependencies list
  • #11250 - Debug info improvements for Mandrel
  • #11245 - Fix the HAL response links in a REST Data guide #11237
  • #11244 - Qute: improve bracket notation support, add docs
  • #11240 - Update getting-started-reactive according to #11239
  • #11239 - Add a note to the getting started reactive guide regarding to mutiny-jaxrs dependecy
  • #11238 - Bump awssdk.version from 2.13.67 to 2.13.68
  • #11235 - Add Gradle/Maven wrappers to codestarts
  • #11234 - Some minor adjustments to the Datasource documentation
  • #11233 - Micro-optimization on String comparison
  • #11232 - Gradle: avoid resolving deprecated compileOnly configuration
  • #11228 - Upgrade SmallRye GraphQL to 1.0.7
  • #11227 - Fix codestart docker tooling error
  • #11223 - Type-safe message bundles - watch localized files for changes during the dev mode
  • #11220 - Qute: honor the "has" prefix for boolean properties
  • #11218 - Release Quarkus HTTP 3.0.14.Final and upgrade
  • #11216 - Qute: support bracket notation properly
  • #11210 - Share the Admin client in KafkaStreams
  • #11209 - Use packages for the common RESTEasy reflection ignores and add the JSON packages to DEFAULT_IGNORED_PACKAGES
  • #11208 - JsonNode not in Jandex after upgrade to 1.7.0.CR1
  • #11200 - A bunch of new stuff for codestarts
  • #11199 - Type-safe message bundles - watch the localized file for changes during the dev mode
  • #11185 - qute does not honor hasXXX() as a boolean property in ReflectionValueResolver
  • #11182 - Gradle 6.5.1 quarkusDev fails with Quarkus 1.6.1
  • #11179 - handle testFixtures sourceset
  • #11144 - Gradle 1.7.0.CR1 regression: Gradle project does not work with test-fixtures plugin anymore
  • #11128 - Add Kotlin for Command mode example
  • #11127 - Executing the Gradle wrapper from Codestart integration tests is not working in CI
  • #11125 - Create an api to generate Maven/Gradle wrappers accessible from devtools-commons
  • #9967 - Pool AdminClient in KafkaStreams health check
quarkus - 1.7.0.CR2

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #11202 - Make sure maven.repo.local is taken into account when building and testing the Gradle plugin
  • #11197 - Jaeger performance improvement
  • #11196 - SmallRye CP - make ManagedExecutor bean application scoped
  • #11192 - Fix CNFE when MessageBundles are used with Dev-mode
  • #11191 - Ignore Gradle's GrpcDevModeTest as it's too unstable for now
  • #11189 - Bump awssdk.version from 2.13.65 to 2.13.67
  • #11188 - ClassNotFoundException in dev mode with @MessageBundle and properties file
  • #11187 - Fix WebJars Locator test dependencies and avoid hardcoded version
  • #11178 - Fixes for incorrect .equals checks
  • #11173 - Bump picocli.version from 4.4.0 to 4.5.0
  • #11172 - Bump jackson-bom from 2.11.1 to 2.11.2
  • #11169 - Use the deployment dependencies in the gRPC deployment artifact
  • #11168 - Removed test dependency resolved transitively in Gradle plugin
  • #11167 - Disable snapshot resolution for releases repositories and only add the Gradle repository where needed
  • #11165 - Don't enable tracing in SmallRye GraphQL when no tracer is present
  • #11163 - GraphQL with OpenTracing extension triggers a NullpointerException when tracing is disabled
  • #11162 - Set the CurrentVertxRequest when processing GraphQL queries
  • #11161 - SmallRye GraphQL extension does not set the CurrentVertxRequest
  • #11159 - Ensure quarkusBuild Gradle task works properly with fast-jar
  • #11158 - Bundle gradle-tooling-api with quarkus-bootstrap-gradle-resolver
  • #11157 - Gradle fast-jar is not recreated when using clean
  • #11151 - Better logging on startup failure
  • #11150 - Explicitly prevent the use of @TestProfile with @NativeImageTest
  • #11146 - 1.7.0.CR1: TestProfile + TestResource doesn't work in Native tests
  • #11141 - Regression in 1.7.0.CR1: Maven build fails with "Failure to find org.gradle:gradle-tooling-api🫙6.5"
  • #11137 - Wrap original exception when handling test resources
  • #11136 - Injection error in start with 1.7.CR1
  • #11133 - Bump cron-utils from 9.1.0 to 9.1.1
  • #11132 - Bump awssdk.version from 2.13.64 to 2.13.65
  • #11124 - Add classifier in JarResult
  • #11122 - JUnit support - disable observers declared on mocked beans
  • #11120 - Don't use -Xverify:none on Java 13+ in dev mode
  • #11103 - Gradle tests not honoring the local Maven repo setting anymore
  • #11102 - Runner jar is deployed with a classifier that does not match quarkus.package.runner-suffix when building uber-jar
  • #11079 - InjectMock does not work on observer method
  • #11062 - quarkus:dev does not report javax.enterprise.inject.UnsatisfiedResolutionException when started the first time
  • #10965 - Escape UUID in MongoDB with Panache
  • #10941 - cannot find by UUID field in PanacheMongoEntity
  • #10144 - Add explicit version boring-ssl
  • #9921 - Add Specific version for io.netty:netty-tcnative-boringssl-static
quarkus - 1.7.0.CR1

Published by gsmet about 4 years ago

Major changes

  • #10838 - Remove support for GraalVM 19.3
  • #10630 - Reactive routes - add @Param, @Header and @Body
  • #10524 - Deprecate support of hibernate.properties
  • #10487 - Add ability to disable security on a per test basis
  • #10456 - Reactive routes - arguments are optional for non-void route methods
  • #10379 - Add support for mutiny types in reactive routes
  • #10349 - DB2 JDBC extension
  • #10062 - Support extension registry when adding or listing extensions in plugins
  • #9370 - Add a Redis extension
  • #8769 - Hibernate Envers Extension

Complete changelog

  • #11119 - Update Blaze-Persistence guide
  • #11113 - Serve index.html for sub directories
  • #11112 - Change security annotations to use recorders
  • #11111 - Init Quartz with the correct CL
  • #11110 - Fix cache key in CI
  • #11109 - Use protobuf-maven-plugin for generating gRPC stubs
  • #11105 - Bump awssdk.version from 2.13.63 to 2.13.64
  • #11104 - Release fail with extensions present in the BOM and missing in the descriptor
  • #11100 - NativeImageBuild: Add --user flag to podman
  • #11099 - Fix misspelling in oidc extension
  • #11098 - Avoid installing multiple extensions with multiple matches
  • #11097 - Substitute attributes where necessary.
  • #11093 - Qute: Introduce template extensions with namespaces
  • #11090 - Print the URL where the Openshift application can be found
  • #11088 - Don't use --no-server on Mandrel
  • #11087 - Make s2i use Java 11 as the default
  • #11086 - In tooling, do not install any extension when there are multiple matches
  • #11082 - Wire up Server Push
  • #11081 - Upgrade SmallRye OpenAPI to 2.0.6
  • #11080 - Add ability to directly specify endpoints in tests
  • #11077 - Implement some BeanManager methods
  • #11075 - Large numbers of security annotations will cause deployment to fail
  • #11074 - Add quarkus table prefix prop
  • #11071 - Removing ldap build time config at runtime
  • #11069 - Bump mockito-core from 3.4.4 to 3.4.6
  • #11068 - Bump flyway-core from 6.5.2 to 6.5.3
  • #11067 - Bump mockito.version from 3.4.4 to 3.4.6
  • #11066 - Bump mockito-core from 3.4.4 to 3.4.6 in /devtools/gradle
  • #11065 - Retire includeAllTimeZones for native executables entirely
  • #11063 - Improve documentation and error message when using Quartz JDBC store and Agroal is not present
  • #11060 - Warning about unsupported argument is thrown into the console when running with Mandrel
  • #11058 - Fix MongoClient handling in Mongo Panache
  • #11057 - Upgrade Quarkus HTTP to 3.0.13.Final
  • #11054 - Native image build shows -H:IncludeAllTimeZones and -H:IncludeTimeZones are now deprecated message
  • #11052 - Qute: introduce template extensions with namespaces
  • #11051 - Add prepare and prepare-tests to the pom templates
  • #11050 - Qute - improve content type detection
  • #11049 - add gradle label notifier
  • #11046 - Fix explicit composite cache key elements values and improve doc
  • #11044 - made ldap server test resource reusable
  • #11042 - Bump awssdk.version from 2.13.46 to 2.13.63
  • #11041 - Update to SmallRye Config 1.8.5
  • #11040 - Upgrade to Hibernate ORM 5.4.19.Final and Hibernate Reactive 1.0.0.Alpha8
  • #11039 - Fix artifactId and name of Redis Client IT artifact
  • #11038 - Upgrade to Quarkus HTTP 3.0.13.Final
  • #11037 - Go back to previous behavior regarding Surefire and Maven IT
  • #11033 - Updating the GraphQL Guide with latest SmallRye features
  • #11031 - Bump aws-alexa-sdk.version from 2.30.0 to 2.31.0
  • #11030 - Bump awssdk.version from 2.13.46 to 2.13.62
  • #11027 - Use a link instead of an empty reference
  • #11022 - Add quickstart link to the Google Cloud Functions HTTP guide
  • #11019 - Remove nonexistent qute-mutiny from the bom
  • #11017 - Quartz - scheduling jobs programmatically fails when running from IDE
  • #11015 - Fix Qute ValueResolver generated in wrong CL
  • #11014 - If no Accept header is set default to the first 'produces' type
  • #11013 - Remote dev clean up
  • #11012 - Custom configuration converter for arrays are ignored
  • #11011 - Make sure REST clients are closed
  • #11010 - Fix build
  • #11009 - Add URL test for QuarkusClassLoader
  • #11008 - ignore jax-rs Response.StatusType for reflection
  • #11007 - Qute dev-mode Classloader issue
  • #11006 - Document usage of QuarkusTest*Callback
  • #11005 - Updating the OpenAPI Guide with latest SmallRye features
  • #10999 - Adding SmallRye GraphQL in MAINTAINERS.adoc
  • #10998 - remote:dev plugin not working
  • #10997 - Improve the building native image doc
  • #10996 - Improve the guide and add a link to the quickstart
  • #10995 - Get rid of lambdas in InfinispanClientProducer
  • #10994 - Fixed Maven test pom property values
  • #10992 - Reactive routes - register return/body types for reflection if needed
  • #10991 - Qute: Unknown media type for suffix: .graphql
  • #10989 - Upgrade Infinispan to 11.0.1.Final
  • #10986 - Apply minor polish to Kafka Streams extension
  • #10985 - SmallRye CP - replace ManagedExecutor producer with synthetic bean
  • #10984 - NativeImageBuildStep fails if 'docker' is not installed
  • #10980 - Adding OpenAPI in the Reactive Routes Guide
  • #10978 - Add support for cache-from in Docker extension
  • #10977 - Remote Dev Fixes
  • #10975 - Generating Kube manifests in dev mode breaks remote dev
  • #10974 - Fix IllegalRefCountException
  • #10973 - Return URL with a trailing / if required
  • #10972 - io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1 when refreshing a page
  • #10969 - Remote development does not resync on application.properties change
  • #10968 - Funqy HTTP query parameter binding
  • #10967 - Added support to Quartz Plugins And Listeners
  • #10966 - [container-image-docker] Add additional params to docker build command
  • #10963 - Can't inject ManagedExecutor since quarkus 1.6.0
  • #10962 - add a way to configure "plugins" and "listeners" for the quartz scheduler
  • #10960 - Produced MIME type declaration not honoured in reactive routes
  • #10959 - Update to proton-j 0.33.6
  • #10958 - OptaPlanner guide: fix mvn quarkus-maven-plugin:create
  • #10957 - Prevent misuse of modify* in dev mode tests
  • #10956 - Fixes Elasticsearch doc generation error
  • #10953 - Absolute paths in pom.xml
  • #10952 - put renamed jar extension in a String constant so it could be safely …
  • #10951 - update protobuf and grpc dependencies
  • #10950 - Make the runtime config class actually runtime config
  • #10949 - Clarify how to configure Kafka connector
  • #10947 - Update Protocol Buffer library
  • #10945 - Bump mariadb-java-client from 2.6.1 to 2.6.2
  • #10944 - Initial OpenAPI support for Vert.x
  • #10943 - Spring PathMatchingResourcePatternResolver does not return the subdirectory of a URL resource.
  • #10940 - Add a section on Cache guide about negative caching and null values.
  • #10939 - Allow reading configuration from Kubernetes secrets
  • #10937 - Make security.adoc the main Quarkus Security document
  • #10936 - Implement container-managed concurrency for beans
  • #10935 - Unregister Vert.x codecs in dev-mode
  • #10934 - Update smallrye reactive messaging to version 2.2.1
  • #10931 - fixed lost OIDC refresh token when performing a refresh
  • #10930 - Warn when JAX-RS @Path is used along with MP Health annotations
  • #10928 - Hot reload : Failed to start quarkus, Already a default codec registered for class class java.util.UUID
  • #10926 - Make sure that minikube manifests have all env vars
  • #10925 - Kubernetes extension doesn't properly populate env vars for Minikube
  • #10924 - OIDC refresh token lost if not resent by provider
  • #10923 - Container-managed concurrency for beans
  • #10920 - Clarify in JavaDoc that logging does not work in test LifecycleManager
  • #10919 - Fix duplicate surefire plugin build warning
  • #10918 - Bump flyway-core from 6.5.1 to 6.5.2
  • #10917 - Bump swagger-ui from 3.28.0 to 3.30.0
  • #10916 - Regression: Various YAML configuration issues in 1.6.1.Final
  • #10914 - Dev mode: don't include local projects of irrelevant versions
  • #10913 - Add DefaultExtensionRegistryTest
  • #10912 - Handle static resources in vertx-http
  • #10911 - Fix typo in Hibernate ORM documentation
  • #10910 - Enforce jar packaging by default in BuildMojo
  • #10906 - enable gradle grpc devmode test
  • #10904 - Update to Keycloak 11.0.0
  • #10902 - Remove standalone module
  • #10900 - Bootstrap Maven workspace: local parent and support locally configured build dirs
  • #10899 - Improve error message for UnsatisfiedResolutionException
  • #10898 - Misleading error messaging from quarkus-rest-client when missing an annotation
  • #10895 - Upgrade RESTEasy to 4.5.6.Final
  • #10893 - Reactive Routes result are not registered for reflection
  • #10892 - Revert "Simplify fast jar dockerfiles by only using a single copy com…
  • #10890 - Change to align UI to Health UI
  • #10887 - Add Vault System Backend Engine Policy and Kubernetes Auth method provisioning services
  • #10886 - gRPC code gen to generate health and reflection stubs
  • #10885 - No logs on exception in QuarkusTestResourceLifecycleManager.start
  • #10883 - Fix broken trustStore usage in RestClient in native mode
  • #10882 - Enabling dev mode for jandex plugin
  • #10881 - Fix typo in Arc's log message
  • #10880 - Bump mockito-core from 3.4.2 to 3.4.4
  • #10877 - Rest-Client TrustStore Configuration no longer possible via properties in native (regression)
  • #10871 - Reactive routes - handle RC.getBodyAsJson() returning null correctly
  • #10868 - Synchronize JUnit Jupiter version in bootstrap
  • #10867 - Removed repeat content
  • #10866 - Bump jandex from 2.2.0.Final to 2.2.1.Final
  • #10865 - Bump debezium-core from 1.2.0.Final to 1.2.1.Final
  • #10864 - Bump kubernetes-client-bom from 4.10.2 to 4.10.3
  • #10863 - Bump mockito-core from 3.4.3 to 3.4.4 in /devtools/gradle
  • #10862 - Typo error in INFO message when @Alternative bean is ignored
  • #10860 - Support multi-release JARs
  • #10858 - Reactive routes - io.vertx.ext.web.RoutingContext.getBodyAsJson() may return null
  • #10856 - Doc that JAX-RS filters with custom SecurityContexts have to be Pre-Matching
  • #10851 - Integrate Vert.x 3.9.2
  • #10850 - Move MongoDB extensions to stable state
  • #10847 - Added support for mocking void methods in PanacheMock
  • #10845 - Properly espace properties in archetype generation
  • #10843 - Apply tiny polish to Kubernetes extension
  • #10842 - Remove invalid module from cron job
  • #10840 - Don't trigger a native-image warning about using -H:+IncludeAllTimeZones explicitly
  • #10839 - Removed support for GraalVM 19.x
  • #10838 - Remove support for GraalVM 19.3
  • #10837 - Bump to Gradle 6.5.1
  • #10835 - Allow overriding trust store properties in the Infinispan client
  • #10831 - Update Reactive Messaging to version 2.2.0 and Integrate health support
  • #10830 - Experimental support for Avro in native mode.
  • #10828 - Upgrade SmallRye Health to 2.2.3 and add Health UI
  • #10824 - Knative fixes
  • #10823 - Redeploying knative resources fails
  • #10818 - Bump neo4j-java-driver from 4.0.1 to 4.1.1
  • #10817 - Bump cron-utils from 9.0.2 to 9.1.0
  • #10816 - Bump mockito-core from 3.4.2 to 3.4.3 in /devtools/gradle
  • #10813 - Resource not closed warning with rest client
  • #10812 - Can't use MongoDB with Panache with multiple clients on the same instance
  • #10811 - Check OIDC token type and return 401 for invalid bearer tokens
  • #10810 - Re-subscription must re-trigger the operation
  • #10808 - Small clean up in GraphQL Extension
  • #10807 - Improve errors on attempt to run a Quarkus application packaged as a WAR type
  • #10805 - Add the ability to generate Kubernetes resources in dev mode
  • #10800 - Remove unused method
  • #10799 - Apply tiny polish to test extension
  • #10794 - Don't send remote-dev mode password over the wire
  • #10791 - Introduces native.surefire.skip to skip unit tests with -Dnative
  • #10788 - Bump jandex from 2.1.3.Final to 2.2.0.Final
  • #10787 - Bump mockito-core from 3.4.0 to 3.4.2
  • #10786 - Bump mockito-core from 3.4.0 to 3.4.2 in /devtools/gradle
  • #10784 - fix source path in maven resolver
  • #10782 - Route annotations with the same values share a single handler instance
  • #10781 - The smallrye reactive streams operators project is in maintenance mode.
  • #10780 - Update to smallrye-jwt-2.2.0
  • #10779 - Update to Vert.x 3.9.2, Mutiny 0.7.0, SmallRye Reactive Utils projects 1.1.0
  • #10778 - Add x86_64 to the architecture detection
  • #10767 - Bump debezium-core from 1.1.2.Final to 1.2.0.Final
  • #10766 - Bump mysql-connector-java from 8.0.20 to 8.0.21
  • #10764 - Upgrade SmallRye GraphQL to 1.0.5
  • #10756 - Quarkus classloader doesn't support multi-release jars
  • #10745 - Introduce extensions for the Elasticsearch clients
  • #10744 - Kubernetes resource generation should optionally work in dev mode
  • #10742 - Jandex warning at boot time about JsonString
  • #10741 - Added maven.settings system property
  • #10736 - Allow recording of immutable objects
  • #10732 - Added Flyway properties for placeholders prefix and suffix
  • #10722 - Hibernate does not load lazy onetone entity attributes with activated batching
  • #10721 - Document SyntheticBeanBuildItem
  • #10720 - @Liveness probe doesn't work with @Path
  • #10717 - quarkus-oidc NullPointerException
  • #10715 - Improve the OIDC/OAuth2 documentation
  • #10714 - Remove quarkus-bom-deployment deprecated in 1.6.0.Final
  • #10712 - Quarkus resource not found on subdir
  • #10706 - Document usage of QuarkusTest*Callback
  • #10703 - DevMojoIT: Remove superfluous first mvn install to avoid race condition
  • #10701 - Bump mockito-core from 3.3.3 to 3.4.0
  • #10700 - Revert "Improve the OIDC/OAuth2 documentation"
  • #10694 - Repurpose Quarkus Security Page
  • #10692 - Support Spring Data JPA's isPersistable
  • #10691 - Document SyntheticBeanBuildItem
  • #10690 - Quarkus bootstrap resolver can't resolve spi / deployment 999-SNAPSHOT dependencies when running integration-tests
  • #10688 - Bump flyway-core from 6.5.0 to 6.5.1
  • #10686 - Bump formatter-maven-plugin from 2.12.0 to 2.12.1
  • #10685 - Bump mockito-core from 3.3.3 to 3.4.0 in /devtools/gradle
  • #10679 - Qute message bundles - add @MessageParam
  • #10678 - Add and remove extension from single module project
  • #10677 - Development Mode with multiple maven modules not working
  • #10676 - update to mutiny 0.6.0
  • #10674 - Add support for specifying the namespace of the generated k8s resources
  • #10672 - Logging doc
  • #10670 - Reactive Routes should contribute to the OpenAPI descriptor
  • #10668 - Add launched profile to output when startup failed
  • #10666 - Throw an error if uber-jar is set but a different package type is selected
  • #10662 - Add configuration for Flyway new feature, to make it selectable whether to create schemas or not.
  • #10660 - Access-Control-Allow-Credentials default value
  • #10657 - Knative autoscaling
  • #10654 - Display HTTP request contents in the log in a long format
  • #10653 - Improve the OIDC/OAuth2 documentation
  • #10652 - [Qute] Allow nested content for user defined tags
  • #10651 - Oidc Code Flow options for SPA's
  • #10650 - Bump mutiny from 0.5.4 to 0.6.0
  • #10647 - Re-enable DevMojoIT.testResourcesFromClasspath()
  • #10645 - CDI: Document that @Interceptors is not yet supported
  • #10637 - Quarkus NativeImageBuildStep fails with perm denied with podman 2.x
  • #10632 - Change inner class modifier in quartz docs
  • #10631 - Code gen/gRPC reload enhancements for Gradle
  • #10630 - Reactive routes - add @Param, @Header and @Body
  • #10626 - Remove/reduce usage of MetricBuildItem
  • #10621 - Add default to http max chunk size
  • #10619 - Fix Spring Data JPA Query Methods for big hierarchy
  • #10618 - Flyway: add configuration for new createSchemas flag
  • #10613 - Better support for OIDC without the discovery endpoint
  • #10611 - Rename entityManager() to getEntityManager()
  • #10610 - Add configuration for http max initial line length
  • #10608 - Using fast-jar without uber-jar results in no runner.jar beeing built
  • #10602 - Quarkus cant be launched with Main-Class with gradle
  • #10601 - add remove extension test
  • #10597 - Generate a RouteHandler per reactive route
  • #10596 - Allow injecting parameters and body in reactive routes
  • #10587 - Document how to get the roles with quarkus-oidc
  • #10581 - Quarkus Spring JPA Repository query methods is not working, at least like in Spring Boot
  • #10574 - Envers extension
  • #10569 - Update to smallrye-jwt 2.2.0
  • #10565 - Disable failing Windows test
  • #10556 - Dev mode: fixed discovery of local dependencies inherited from parents
  • #10554 - Allow QuarkusDevModeTest to be run from IntelliJ
  • #10548 - Exit in dev mode if port is in use
  • #10547 - Re-enable WebsocketTestCase.testSendMessageOnOpen
  • #10542 - If no challenge is generated return 401
  • #10541 - Introduce entityManager() in PanacheEntityBase and PanacheRepositoryBase
  • #10539 - Bump smallrye-health from 2.2.1 to 2.2.2
  • #10538 - Allow user-providers-directory outside the output dir
  • #10536 - set info log level on gradle
  • #10534 - Add support for nested interfaces in @ConfigProperties
  • #10533 - grpc client interceptors
  • #10532 - HTTP 'authenticated' policy returns HTTP 200 for empty SecurityIdentity
  • #10529 - Docs - add "Introduction to CDI"
  • #10526 - Deprecate hibernate.properties resource
  • #10524 - Deprecate support of hibernate.properties
  • #10523 - Don't generate docs when "quickly" sys prop is set to true
  • #10511 - Support configuration with nested interfaces
  • #10510 - Improve CDI guide
  • #10508 - Make sure --no-daemon does indeed get used when quarkus-platform-descriptor-json module is built
  • #10507 - Remove unused AbstractDelegatingConfigSource
  • #10506 - Skip OIDC authentication if the tenant is disabled
  • #10505 - Remove leftovers from infinispan-embedded removal
  • #10503 - Update asciidoctor-maven-plugin to latest stable v2.0.0
  • #10502 - Bump picocli.version from 4.3.2 to 4.4.0
  • #10497 - Allow Arc to deal with final methods of beans that need to be proxied
  • #10494 - Created uber-jar test for multi-module projects
  • #10492 - Make Spring Security play with @TestSecurity
  • #10490 - Update Spring Security to work with @TestSecurity
  • #10489 - Reactive routes - set content-type from Route#produces()
  • #10487 - Add ability to disable security on a per test basis
  • #10484 - Devmode, Maven: Broken classpath when a local module depends via its parent on another local module
  • #10482 - Switch liquibase dependency to 3.10.1 version
  • #10474 - Update Docs for native-image Commons Logging
  • #10465 - Reactive routes - if no Content-Type header is set try to use RoutingContext#getAcceptableContentType()
  • #10464 - Bump gizmo from 1.0.3.Final to 1.0.4.Final
  • #10463 - Upgrade Infinispan extension
  • #10459 - init custom gradle tooling model
  • #10457 - Qute - replace TemplateInstance.publisher() with TemplateInstance.createMulti()
  • #10456 - Reactive routes - arguments are optional for non-void route methods
  • #10455 - Implements count() for named queries
  • #10451 - Scheduler - make tests for concurrent execution more robust
  • #10449 - Add useful constructor for TestResource usage
  • #10447 - Security Issues: "Access-Control-Allow-Credentials" should be false by default when using "quarkus.http.cors=true"
  • #10444 - Fix race condition in scheduler and quartz's ConcurrentExecutionTest
  • #10442 - Deprecate RecorderContext#classProxy method
  • #10440 - Replace all @ConfigItem of type Optional to OptionalInt
  • #10439 - ClientInterceptor not applied to gRPC Channel
  • #10438 - Bump liquibase-core from 3.10.0 to 3.10.1
  • #10436 - @CacheKey depending on order of properties
  • #10434 - Allow openshift to work with docker and jib container images
  • #10427 - Quarkus Oauth2 quarkus.oauth2.enabled doesn't seem to work
  • #10425 - Add helpful message for QuarkusDevModeTest logging
  • #10423 - Created UberJarFormatWorksTest
  • #10417 - OIDC UserInfo support
  • #10415 - GeneratedResourceBuildItem may also be filtered and ignoredEntries from plugins is now used
  • #10406 - Specifying ignoredEntries for quarkus-maven-plugin has no effect
  • #10397 - Reactive routes - make the RoutingContext param optional for non-void method return type
  • #10394 - fix missing quarkus gradle dependency
  • #10384 - Bump formatter-maven-plugin from 2.11.0 to 2.12.0
  • #10383 - Bump swagger-ui from 3.27.0 to 3.28.0
  • #10379 - Add support for mutiny types in reactive routes
  • #10378 - Qute throws very sparse exceptions
  • #10375 - forkMode is deprecated since Surefire 2.14
  • #10372 - Codestarts phase 1: Allow extensions to influence newly generated apps
  • #10369 - ArC - introduce CacheGet annotation
  • #10368 - Allow the use of QuarkusTestResourceLifecycleManager with @TestProfile
  • #10363 - Improve Authentication Documentation
  • #10361 - Improve Security documentation to open a unauthenticated subpath
  • #10360 - Remove Flyway transformer by providing tighter integration
  • #10356 - Bump caffeine from 2.8.4 to 2.8.5
  • #10355 - Bump flyway-core from 6.4.4 to 6.5.0
  • #10352 - Bump to Jackson 2.11.1
  • #10349 - DB2 JDBC extension
  • #10344 - [#10295] Allow using the informer interface, and trace down all types
  • #10343 - Disabled default quarkus-oidc tenant blocks access to the public resources
  • #10339 - @JsonIgnore on fields in panache entity not working
  • #10338 - Scheduler - add Scheduled#concurrentExecution() strategy
  • #10335 - Push workflow tips a bit further
  • #10330 - Make it possible to switch off Authentication on the dev environment easily
  • #10328 - Devmode: introduce quarkus.live-reload.watched-resources
  • #10324 - Updating FarJarTest for Gradle
  • #10319 - Unable to perform a count operation on a named query
  • #10315 - Update surefire from 2.22.0 to 3.0.0-M5 in independent-projects
  • #10311 - Add defaultGoal clean install to quick-build profile
  • #10305 - Qute - remove standalone lines by default
  • #10304 - Close inputStream in tests that use @TestHTTPResource
  • #10301 - Enhancement : add Prometheus annotation when extension : metrics + kubernetes are used
  • #10300 - Removed non-existing quarkus-amazon-lambda-resteasy-deployment from quarkus-bom
  • #10295 - Kubernetes Client informer not working in native mode
  • #10294 - Add the ability to print the startup time of each build step
  • #10291 - Fixed link rendering in Contributing.md
  • #10290 - RequestScoped beans keeping property values from previous requests when using kotlin.
  • #10272 - Ensure that QuarkusTestResourceLifecycleManager properties are propagated to run
  • #10269 - quarkus grpc - multiple server instances
  • #10266 - Enable forwarded for prefix header configuration
  • #10253 - @Blocking hides exception
  • #10243 - Fast Jar Improvements
  • #10234 - Dev-mode: Add property/parameter to define extra files to watch for changes
  • #10231 - spring-data-jpa: Support org.springframework.data.domain.Persistable.isNew()
  • #10230 - quick-build profile that sets various system props to skip tests and validation steps
  • #10218 - Fix quarkus-extension-processor race conditions when modules are built in parallel
  • #10217 - quarkus-extension-processor race conditions when modules are built in parallel
  • #10214 - Quarkus project compilation fails when && is present in path - e.g. 'RHEL8 && large'
  • #10213 - Apicurio added to Avro test
  • #10203 - Allow Quarkus Scheduler to handle concurrent execution
  • #10185 - CORS Error when Keycloak Token Timesout
  • #10174 - QuarkusTestResources all started no matter what
  • #10150 - Document allowed parameter types for bytecode recording
  • #10128 - ClassNotFoundException: org.apache.commons.logging.impl.LogFactoryImpl
  • #10123 - Launching Quarkus Kotlin Gradle App from IDE fails
  • #10081 - Support Surefire 3.0.0-M5
  • #10062 - Support extension registry when adding or listing extensions in plugins
  • #10057 - No options to scale gRPC server
  • #10055 - OpenShift deployment with kubernetes & container-image-docker extension does not work
  • #10046 - Support for Specifying the default namespace in application.properties
  • #10014 - Bootstrap Maven: replace the met runtime extensions but not their child deps
  • #9963 - Align buffer size for Azure and AWS functions
  • #9917 - code gen with gRPC
  • #9883 - Missing skip- or exclusive-feature for Scheduler system
  • #9842 - quarkusDev task fails with "Unable to find quarkus-gradle-plugin dependency"
  • #9738 - QuarkusTest does not work in Gradle projects when invoked from IDE
  • #9737 - Setup reactive and blocking and non-blocking routes the same way
  • #9728 - feature: reading namespaced ConfigMaps
  • #9719 - Bump to Jackson 2.11.0
  • #9667 - Better document the logging levels
  • #9663 - Improved OpenShift Deployments
  • #9655 - Funqy Google Cloud Function
  • #9622 - Support X-Forwarded-Prefix
  • #9593 - Add initial implementation of list/add/remove extension utilizing registry
  • #9574 - VertxRequestHandler cleanup code changes
  • #9490 - Deployment BOM is not enforced on the build classpath
  • #9478 - Add Avro support to the Kafka connector
  • #9477 - Integrate reactive routes and Mutiny
  • #9458 - quarkus:dev finds duplicate beans if a different version of the dependency is in the maven reactor
  • #9370 - Add a Redis extension
  • #9328 - Improve developer experience and hot reload support
  • #9327 - Add interceptor to enable hot reload on incoming gRPC requests
  • #9252 - JWT guide: rewrite token generation part
  • #9251 - JWT validation logs no error
  • #8950 - Quarkus should be able to run tests in different folders than the "preset" ones
  • #8769 - Hibernate Envers Extension
  • #8753 - Qute: remove whitespace around type declarations
  • #8737 - Add support for running Unit Tests in Gradle project with IntelliJ builder/runner
  • #8719 - Cannot get roles with oidc on web application
  • #8659 - knative generated files are not compliant to the new knative protocol
  • #8656 - Display HTTP request contents in the log in a long format
  • #8516 - Type-safe message bundles powered by Qute
  • #8416 - if something is already running on port startup has no warning /signs of problems
  • #8396 - OIDC code flow fails when Auth0 returns a binary access token
  • #8272 - Decouple internal Metrics SPI from MP Metrics API
  • #7791 - Environment Variable KAFKA_BOOTSTRAP_SERVERS not being read by smallrye client
  • #7233 - Add access to the entityManager from a JPA PanacheEntity / Repository
  • #6293 - Offer DB2 JDBC extension
  • #6265 - Make Neo4j transport encryption configurable
  • #5827 - Verify OIDC can work with IDPs which do not have a discovery endpoint
  • #5789 - In logging guide, DEBUG should not be a valid log level
  • #4996 - quarkus-maven-plugin does not obey --file -f command line flag
  • #4629 - Clarify which logging APIs are supported and what do we recommend
  • #3120 - Add native support for Hibernate Envers
  • #3113 - Decorate reactive messaging connectors with health and metrics
  • #1971 - Native image charset encoding UTF-8
quarkus - 1.6.1.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #10872 - Add missing port flag to Amazon SES documentation
  • #10869 - Added missing docker port flag for AWS SQS guide
  • #10854 - Mention validator extension with @ConfigProperties
  • #10849 - Remove BOM check when adding extensions in tooling
  • #10848 - Bean validation in class annotated with ConfigProperties doesn't work
  • #10844 - Qute docs - fix @CheckedTemplate examples
  • #10841 - Fixing link format
  • #10826 - Maven Add Extension command fails with error about BOM
  • #10825 - Maven Archetype generates hard-coded path
  • #10821 - Qute guide shows examples that do not compile
  • #10820 - Synthetic observers w/ identical attributes should use unique identifier
  • #10814 - Upgrade Quarkus HTTP to 3.0.12.Final
  • #10806 - Duplicate classes in @Startup observer generation
  • #10798 - Upgrade Quarkus HTTP to 3.0.12.Final
  • #10795 - HTTP/2 push fails
  • #10792 - Explain which config property is failing to load
  • #10777 - Return null from DirectoryClassPathElement#getResource if it can't resolve the Path
  • #10774 - Take into account the RESTEasy path in SmallRye OpenAPI
  • #10773 - Add jakarta version of activation-api to Jaeger extension
  • #10772 - RESTEasy - skip reflect. reg. for all types from javax.json package
  • #10770 - Update the ASM version in the bootstrap project
  • #10762 - Upgrade SmallRye OpenAPI to 2.0.3 version
  • #10755 - When minikube is being used, never push a container-image
  • #10754 - Quartz - improve the error message when scheduler is disabled and org.quartz.Scheduler is injected
  • #10751 - ResteasyServerCommonProcessor - fix resource method reflective scanning
  • #10750 - Colon in resource @Path does not work
  • #10747 - Updates are not being picked up when using minikube and jib extension together
  • #10739 - fix: use a less chatty version of dekorate
  • #10728 - Adding OpenAPI information in the Spring-Web Guide
  • #10726 - Fix race conditions in KafkaStreams startup
  • #10724 - Kakfa-Streams dependency injection issue
  • #10723 - Update Blaze-Persistence guide
  • #10719 - fixes a property name
  • #10718 - Properly determine classpath locations in Flyway
  • #10708 - docs: add quickstart source code and fix typo
  • #10707 - Link to the JBoss Logging Level and not the JDK one
  • #10693 - funqy docs disclaimers and usage improvements
  • #10675 - Make sure that test callbacks always work on the proper test method
  • #10664 - Bump jaeger version, to eliminate vulnerabilities
  • #10659 - docs: add resteasy-mutiny extension
  • #10656 - fix from pattern in CommonPanacheQueryImpl class
  • #10655 - Use JBoss Commons Logging Implementation - Amazon Alexa
  • #10643 - Quarkus 1.6.0.Final does not resolve profile-scoped variables correctly in the configuration
  • #10642 - Fixing the GraalVM with macOS Catalina workaround
  • #10641 - Kubernetes resources get duplicated then trying to use existing resources in src/main/kubernetes
  • #10639 - Log a warning for constraints on static methods and ignore them
  • #10638 - Don't generate JdbcDataSourceBuildItem twice
  • #10634 - Simplify fast jar dockerfiles by only using a single copy command.
  • #10633 - Create a better exception message when Quartz is used
  • #10629 - Support @RepositoryDefinition for Spring Data repositories
  • #10624 - Add the headers end handler to the routing context
  • #10623 - JUnit Extension is loaded with wrong classloader inside @QuarkusTest
  • #10622 - Reactive datasource config: cache-prepared-statements is not specific to DB2
  • #10620 - SSL support for reactive DB2 client
  • #10617 - Method countQuery does not create select if where are line break characters (\n)
  • #10616 - Openapi ignores quarkus.resteasy.path in Quarkus 1.6.0.Final
  • #10615 - Added tests to Config, to ensure backwards compatibility.
  • #10614 - Quarkus extension for spring data API - automatic repository implementation generation
  • #10612 - Fix openapihandler request options
  • #10609 - Minor CL change
  • #10607 - Dev mode not working in multi module maven project in 1.6.0.Final
  • #10606 - Add the missing space in the error message.
  • #10605 - More fixes around dev mode TCCL
  • #10604 - OPTIONS Request on /openapi => infinite loading
  • #10598 - ArC - fix AnnotationStore
  • #10595 - Fix exception in logs on live reload
  • #10593 - ArC AnnotationStore - AnnotationTarget is incorrectly used as a key in a Map
  • #10591 - Move access logs to their own section
  • #10589 - Quarkus 1.6.0 doesn't build native executable when Alexa Skill extension is used.
  • #10588 - Fix broken Jib with fast-jar
  • #10586 - fast-jar creates a different directory structure not recognized by Jib
  • #10582 - SSL support for reactive DB2 client
  • #10579 - Hibernate Validator does not support constraints on static methods
  • #10577 - Push the Cassandra documentation to the main repo
  • #10576 - Bootstrap workspace discovery: fix infinite loop, pom model cache
  • #10575 - Qute - fix incorrect behavior of Evaluator in loop sections
  • #10573 - Fix issue with Opentracing and Servlet in native
  • #10572 - Problem with Qute context using for and each blocks
  • #10570 - Devmode, Regression in 1.6.0: Cannot override property from profile via system property
  • #10568 - Fail deployment if multiple security annotations are present
  • #10562 - Wait for graalVM version docker container because of possible race condition
  • #10560 - Properly integrate log4j2 inside Quarkus
  • #10558 - feat(#10557): Add knative cluster-local support
  • #10557 - Support knative cluster-local services
  • #10551 - Remote dev mode improvements
  • #10550 - Add labels and annotation to minikube manifests
  • #10549 - Infinite loop resolving workspace
  • #10546 - Hot reload logging fixes
  • #10545 - Don't send body with 403
  • #10544 - Filter out Netty DEBUG level exceptions
  • #10537 - Update manage.sh for updated aws cli for issue 10480
  • #10535 - Update antlr4 to 4.8 to be consistent with the version used by Kogito
  • #10527 - Default file.encoding system property to UTF-8 during native image build
  • #10512 - add quarkusDev tips on compilerArgs
  • #10488 - Ensure that %test.quarkus.http.test-port works properly
  • #10486 - docs: multipart-provider is not a quarkus extension
  • #10483 - Improve Security documentation
  • #10477 - Random test port stopped working in 1.6.0.Final
  • #10471 - Fix KafkaSASLTestResource to prevent failures in KafkaCodecTest
  • #10470 - Amazon Lambda - native mode execution outside of AWS/sam container #9997
  • #10469 - CI failures - KafkaCodecTest is consistently failing
  • #10468 - disable daemon on wrapper generation
  • #10454 - Gradle hanging in quarkus-platform-descriptor-json execution
  • #10450 - Avoid very unlikely NPE
  • #10446 - Stop lombok annotations from preventing no-args ctor generation
  • #10443 - Remote dev mode fixes
  • #10433 - Allow injection of a reactive session not wrapped in a Mutiny/CompletionStage
  • #10432 - Allow injection of Mutiny.Session and Stage.Session when using Hibernate Reactive
  • #10430 - Constructor injection in JAX-RS Resource which implements an interface causes an RuntimeException
  • #10426 - Fix typo in max header size value
  • #10424 - Remove not supported anymore bootstrap system properties from the docs
  • #10421 - Ensure that duplicates don't end up in dev mode CP in multi-module projects
  • #10411 - Devmode, Liquibase: Changelog file is found twice if located in another Maven module
  • #10341 - Add Prometheus annotations when smallrye metrics in enabled
  • #10183 - Openapi.yaml file is not consistent to api.json
  • #10176 - Make sure request resumes on correct thread
  • #10167 - custom kubernetes labels not added to minikube.yml
  • #10041 - Flyway migrations of defined locations are not applied anymore
  • #9997 - quarkus-amazon-lambda is failing with java.net.UnknownHostException in Native Mode
  • #9919 - Devmode: support launching devmode with an alternate pom
  • #9693 - Hot reload crashes using dev mode with vert.x-web extension
  • #9086 - Native Image with Custom Config and OpenTracing
  • #9069 - Make sure dev mode uses correct TCCL
  • #6297 - Configuring application using application.yaml should accept directives separator
  • #6209 - IllegalArgumentException: workerPoolSize must be > 0 if quarkus:dev fails to start
  • #5998 - JaxRS Security wrong content-type
  • #5213 - UnsupportedOperationException thrown at startup for vertx-quickstart project with Java 11
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