Releases: quarkusio/quarkus
Releases · quarkusio/quarkus
1.0.1.Final
Major changes
- #5813 - Fix security issue related to the inclusion of annotations on secured method parameters
Complete changelog
- #5813 - Fix security issue related to the inclusion of annotations on secured method parameters
- #5805 - Fixes the extension author guide WRT the new quarkus-extension.yaml
- #5803 - Fix various usability issues in Spring @RestControllerAdvice handling
- #5796 - @RestControllerAdvice that returns an object but handles errors from a void controller method does not return json
- #5786 - Upgrade jandex-maven-plugin to 1.0.7
- #5777 - Fix AnalysisConfigurer example in Hibernate Search documentation
- #5763 - @Valid and @RolesAllowed conflict since 1.0.0.CR2
- #5759 - Bump Jandex to 2.1.2.Final
- #5746 - Various minor adjustments to the HTTP reference documentation
- #5737 - Fix typo in REST Client guide
- #5736 - doc: document how to use 999-SNAPSHOT of quarkus
- #5687 - document how to use 999-SNAPSHOT of quarkus with a universe-platform based project
- #5512 - Add more tests for ResponseEntity handling
- #5329 - fixed typo
1.0.0.Final
Major changes
Complete changelog
- #5725 - Added decision table section into kogito guide
- #5723 - Remove unused "libDir" param
- #5717 - Vault Extension Serialization Error in Native Mode at Runtime Fixes #5636
- #5714 - Kogito with Decision table NullPointerException
- #5690 - Add FormAuth smoke test to Elytron package and Vert.x http package
- #5689 - quarkus.http.auth.form.cookie-name is actually not configurable
- #5684 - Create parent dir(s) explicitly while creating a new zip file using ZipFileSystem
- #5683 - quarkus-maven-plugin libDir configuration entry is being ignored
- #5680 - Exception when directory doesn't exist with quarkus-maven-plugin
- #5679 - Include the reason compilation failed for Kotlin
- #5674 - Fix writing-native-applications-tips guide typos
- #5673 - writing-native-applications-tips including-resources filename in snippet wrong
- #5672 - Add a preview note in the guides of preview extensions
- #5669 - Fixes list and add extensions commands
- #5664 - Fix for bootstrap resolver building the classpath for augmentation from the platform deps
- #5658 - Indicate in the guides the extensions that are preview
- #5652 - Take into account repeated constraint annotations
- #5648 - quarkus-maven-plugin pulls bad -deployment dependencies
- #5636 - Vault Extension Serialization Error in Native Mode at Runtime
- #5629 - Agroal is missing essential metadata labels
- #5623 - fix(vertx): do not log a warning about missing json support when vertx extension is present
- #5617 - Added BeanArchiveIndexBuildItem to be used for searching for secured classes
- #5614 - Vert.x also provides a JSON implementation so no warning should be emitted
- #5612 - Update SmallRye Metrics to 2.3.1
- #5598 - Fix PanacheQuery.firstResult()
- #5589 - PanacheQueryImpl.firstResult() retrieves more than one item from the database
- #5549 - Repeated constraints are not supported
- #5071 - Private injection on smallrye-metrics
1.0.0.CR2
Major changes
Complete changelog
- #5607 - Check MAVEN_HOME env var instead of M2_HOME in bootstrap
- #5605 - Set the lower boundary of the default range for Quarkus platforms to 1.0.0.CR2
- #5582 - Second batch of modifications for #2299
- #5581 - Document replacement for HttpServletRequest
- #5573 - Terminate request scope before sending JAX-RS response
- #5571 - Update to SmallRye OpenAPI 1.1.20
- #5569 - MicroProfile TCK OpenTracing failures
- #5568 - Fix various JAXB issues
- #5566 - Place json configuration files next to thin jar when building
- #5564 - Replacing quarkus.properties with quarkus.platform.version
- #5559 - Document lifecycle of JAX-RS resources
- #5558 - ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory when using jaxb for native image
- #5557 - Add the Jackson exception to the Writing native applications tips guide
- #5553 - Change compile quarkus:dev to just quarkus:dev in Maven plugin's output
- #5547 - Specify keycloak version in tests
- #5545 - doc(*): Clean loggers
- #5536 - BearerTokenAuthorizationTest is failing
- #5535 - close handlers and free all associated resources.
- #5533 - fix: remove build warning by making injected spring data jpa fragments protected in a generated repository
- #5524 - build(BOM): Upgrade Swagger UI to 3.24.3
- #5522 - LogManager GENERIC_FAILURE on Windows 10
- #5519 - refactor: remove trailing usage of @substratetest
- #5518 - Explicitly disable the clustering on the web Vert.x instance.
- #5517 - Allow falling back to the bundled platform in case quarkus-platform-descriptor-json:jar couldn't be resolved
- #5515 - add hibernate-jpamodelgen to bom
- #5510 - Show more robust gradle graal configuration in docs
- #5509 - Ensure resolver tests runs unaffected by local ~/.m2 repo
- #5507 - Quarkus HTTP 3.0.0.Final
- #5506 - Quarkus Security 1.0.0.Final
- #5505 - Opentracing without Servlet
- #5504 - Remove Servlet specific auth from JAX-RS
- #5503 - Gizmo 1.0.0.Final
- #5502 - Platform resolver to fallback to the bundled platform if the artifact metadata is there but not the artifacts themselves
- #5501 - Platform resolver fails in offline mode when the local repo contains metadata but not the artifacts
- #5495 - Upgrade to Hibernate ORM 5.4.9.Final
- #5490 - Support MappedSuperclass in our Spring Data JPA compatibility layer
- #5486 - [fixes #5397] - Updating guide to include path permissions
- #5482 - Upgrade to RESTEasy 4.4.1.Final
- #5477 - Fix #2299: mention service files in extension guide
- #5476 - Remove duplicate dependency from integration test module
- #5473 - Add oidc to OpenID Connect keywords
- #5472 - OpenId connect extension should be associated with the OIDC tag
- #5469 - issue 5463 - Clarify Hibernate ORM property setting in prod
- #5468 - docs: change servlet to route in swagger-ui path documentation since the endpoint is not served by servlets anymore
- #5467 - Fix various typos recently introduced in the Transaction guide
- #5466 - ArC - fix resolution if the required type is wildcard
- #5465 - Fix for #1942
- #5463 - Make an explicit section on Hibernate ORM in production with the different defaults
- #5451 - Register response.closeHandler() in VertxBlockingOutput and test for clients closing connections
- #5443 - Thread locked after stress test
- #5442 - Issue 5440 - Link to Infinispan Query DSL is broken on the documentation
- #5440 - Link to Infinispan Query DSL is broken on the documentation
- #5437 - Add conversions table between Spring annotations and Quarkus ones
- #5431 - Prevent @bean annotated methods from producing a bean if class doesn't use @configuration
- #5427 - Updated mailer docs with option for google password auth , issue #4510
- #5419 - smallrye-jwt can not be used with JAX-RS and smallrye-open-tracing
- #5418 - Avoid the re-creation of the event loops
- #5415 - Take Spring Data Pageable's Sort into account
- #5414 - Fix the application-type property in the oidc web authentication guide
- #5409 - Ensure that the manifest of the generated jar is the first entry
- #5407 - removing reference to the authorization part
- #5406 - Spring data Jpa extension : sort with Pageable does not work
- #5399 - java.util.jar.JarInputStream.getManifest() returns null for quarkus-runner.jar
- #5397 - security-openid-connect-web-authentication.adoc is out of sync with current code base and related quickstart
- #5396 - Interceptor resolution - fix handling of default values of bindings
- #5395 - Make @ResponseStatus on a void controller advice method optional
- #5393 - Follow the Spring ComponentScan rule to create beans
- #5392 - void return type in Spring
@ExceptionHandler
should work without a @ResponseStatus annotation - #5391 - Add exception handler description in Spring web docs
- #5390 - Adding a reflection configuration file fails when building native using Docker
- #5385 - Use Class.forName to prevent IllegalAccessError
- #5376 - Build fails with OpenAPI and Optional QueryParam
- #5374 - ClassCastException in Spring Web when both a controller method and an advice method return ResponseEntity
- #5373 - @InterceptorBinding no longer recognized/fired when they have additional fields
- #5370 - Support spring-web wildcard syntax in @RequestMapping
- #5369 - ci: activate CI for jpa-without-entity integrations native test
- #5368 - Run native-image tests for quarkus-integration-test-jpa-without-entity on CI
- #5365 - Generated Gradle code should use the build/ directory
- #5347 - Ensure that the name of the generated Spring data repositories is unique
- #5346 - ZipResourceLoader fix to compile with Java 13
- #5344 - Include the original exception that c...
1.0.0.CR1
Major changes
Complete changelog
- #5199 - Fix instructions in Dockerfile.native
- #5198 - Fix instructions for using docker to build native image
- #5191 - fix command line that scaffold gradle project
- #5189 - Update to GraalVM SDK 19.2.1
- #5187 - Move port check back to correct place
- #5186 - Unable to change debug port in dev mode
- #5182 - fixes: NoSuchFileException in logs and improper caching in devmode after removing a html file
0.28.1
Major changes
Complete changelog
- #5181 - fix (#5174): Add sundrio exclusion in kubernetes extension.
- #5180 - Add missing types supported by our configuration in writing-extensions.adoc
- #5179 - Allow configuring the worker thread pool checker.
- #5177 - New pictures for the new theme on the web site.
- #5176 - quarkus.vertx.max-worker-execute-time not picking up
- #5174 - Incorrect error page in dev mode when quarkus-kubernetes is in the classpath
- #5173 - Fixes overriding of extensions
- #5169 - Fix documentation: PT is prepended to duration values, not appended
- #5161 - Always use the hosted pool for JDK runs
- #5072 - Documentation gap fo extension authors guide: Configuration Value Types lacks java.time.*
- #4715 - fix(docs): propose a mapKey for generated config docs of a Map config item only for config group
- #4700 - Doc generation - issue with passthrough maps
0.28.0
Major changes
- #5092 - Unify the guide URLs for better consistency
Complete changelog
- #5162 - Also configure the Surefire plugin in the Maven IT
- #5159 - Null check for multi value headers
- #5156 - Fix a few quickstarts broken links
- #5154 - Update CI to support overflow into an expansion pool
- #5151 - Don't log IOException at ERROR
- #5149 - Add a few reflection registration for Narayana
- #5148 - Use Files.walk() within a try-with-resources statement
- #5145 - narayana native mode ObjectStoreEnvironmentBean no-parameter constructor
- #5141 - Ensure kubernetes.group and kubernetes.registry are used
- #5140 - Add a JBoss API spec exclusion that is somehow missed by the enforcer
- #5137 - Reorder JWT guide to be more consistent with others
- #5136 - Still seeing channel closed on Firefox and 0.27
- #5135 - Quarkus Kubernetes Dekorate kubernetes.group partially applied
- #5132 - Fix unclosed InputStreams
- #5131 - Remove quarkus-caffeine ReflectiveClassBuildItem duplicate
- #5130 - Fix native image doc inconsistency
- #5127 - Add configurable cron expression example in scheduler guide
- #5126 - Document how to make Scheduler cron configurable via config
- #5124 - Fix: rest-client-multipart guide
- #5122 - Ensure @ConfigProperties validation works in native mode
- #5121 - Fix MP Config TCKs to only exclude two failing tests
- #5120 - Cleanup platformBomXXX and templates
- #5119 - Rename amazon-lambda-http-it to amazon-lambda-http for consistency
- #5117 - Restore the Maven cache for TCK runs
- #5114 - Avoid null in list-extensions output
- #5112 - Properly check empty native image options for Maven and Gradle
- #5111 - Inconsistent guides for native image
- #5110 - Native build fails when additionalBuildArg is commented out
- #5108 - Bean that has a bound interceptor must not declare final methods
- #5107 - Update Health guide to utilize MP Health 2.1 features
- #5102 - Add gradle warning to fix #5081
- #5099 - keycloak-authorization feature item and minor improvements to guide
- #5097 - Generated docs are sometimes overridden when running full build
- #5096 - issue #5095: Resteasy Standalone + Virtual HTTP (azure/aws) NPE
- #5095 - Resteasy Standalone NPE with Virtual Http
- #5092 - Unify the guide URLs for better consistency
- #5090 - issue #4771 - Update extension metadata
- #5088 - Adjust the tone of the Panache/Repository guide for JPA and Mongo
- #5087 - Fixes #5080
- #5086 - StandardCharsets.UTF_8 usage
- #5085 - Set a higher timeout for MicroProfile TCK runs
- #5084 - Use platform for project create
- #5081 - Mark gradle support as preview until we fix the last hiccups in the next few weeks
- #5080 - MP Fault Tolerance TCK - Fix excluded tests
- #5078 - Fix of hasNonArquillianDataProvider which resolves always to true
- #5077 - ComponentsProviderGenerator - break getComponents into multiple methods
- #5076 - Fix Category.getDescription() and adjust setDescription
- #5070 - Fix the reactive route guide
- #5069 - issue #5067 - Fix link to quarkus-realm
- #5068 - Explicitly add the
cd
command to navigate into the generated directory - #5067 - 404 in oidc web app guide
- #5066 - Remove private field injection from within our own extensions.
- #5065 - fix: remove warning sentence about smallrye issue
- #5064 - Creation extension command needs artifactIdPrefix
- #5063 - ComponentsProviderGenerator - break the generated getComponents() method for large deployments into multiple methods
- #5061 - Include the original exception that caused Quarkus startup to fail
- #5060 - Make application class name stable
- #5059 - java.lang.NoSuchFieldError: SERVER_SENT_EVENTS_TYPE when building with gradle
- #5058 - Include Throwable in startup error log message
- #5057 - Tweak Agroal configuration reference documentation
- #5056 - CORS headers may not be sent on 403
- #5055 - docs: Updating command to generate native in Docker
- #5054 - Fixes related to resolving Quarkus platform descriptor versions
- #5053 - Make @claim injection work when using OIDC
- #5050 - Fix MP Config TCK tests as part of #4516
- #5049 - Minor OIDC guide update add version to keycloak
- #5048 - Minor JWT guide updates
- #5047 - Update guides following quickstarts renaming
- #5045 - Fix Security extension metadata
- #5044 - Generate documentation file for config group
- #5043 - quarkus-security extension has incorrect quarkus-extension.yaml
- #5041 - Fix gradle quarkusBuild command
- #5039 - Unlist unlisted in list-extensions
- #5036 - Gradle plugin Uber-jar to use application.property quarkus.package.uber-jar=true like Maven
- #5035 - Documentation : Jackson Java 8 modules and a small correction
- #5034 - Fixes #5018 and enables last MP REST TCK test
- #5031 - Polish the Datasource configuration and explain the JDBC driver limits
- #5029 - Typo corrections
- #5028 - Remove deprecated smallrye-open-api method overrides
- #5026 - Re-enable MpMetricTest
- #5025 - Re-apply docs change for Kotlin
- #5024 - Suppress misleading jandex registration warnings for Spring Web
- #5022 - Use a boolean for unlisted in Jaeger metadata
- #5021 - Add the zlib1g-dev package to the list of required package
- #5019 - OIDC Error Handling for invalid & expired tokens
- #5018 - ScopeInfo should have a public constructor
- #5014 - Re-enable org.eclipse.microprofile.metrics.test.MpMetricTest
- [#5012](https://github.com/quarkus...
0.27.0
Major changes
- #5007 - Rename @substratetest to @NativeImageTest
- #4951 - AWS Lambda - fix native, more docs
- #4912 - Remove war-launcher
- #4907 - Upgrade to Hibernate Validator 6.1.0.Final, RESTEasy 4.4.0.CR1 and move to Jakarta artifacts
- #4906 - Support generating OpenShift manifests
- #4871 - Detect pom changes when in quarkus:dev mode
- #4780 - Change to only allow a single output type
- #4777 - Native support for Amazon Lambda
- #4722 - Rename Substrate* build items to NativeImage*
- #4653 - Update to GraalVM 19.2.1
- #4624 - Provide Amazon SAM integration for jaxrs based applications
- #4308 - Customize Kubernetes manifests via application.properties
Complete changelog
- #5013 - Align bootstrap versions with main bom
- #5011 - Add support for legacy .json/yaml in extensions.json generation
- #5010 - Upgrade to RESTEasy 4.4.0.Final
- #5007 - Rename @substratetest to @NativeImageTest
- #5005 - Fix broken native build of generated projects
- #5004 - Fixes #5002
- #5002 - Incorrect extension metadata for Jaeger
- #4999 - Batch PR of 0.27.0 updates
- #4998 - Bump Vert.x Web to 3.8.3-01
- #4994 - Tip fix - additionalBuildArgs
- #4993 - MP OpenAPI TCK - fix excluded tests
- #4989 - Rename @substratetest to @NativeImageTest
- #4988 - Delete doubled up config
- #4986 - Make RESTEasy standalone use correct TCCL in dev mode
- #4985 - Make const public in descriptor and add new consts
- #4984 - Make rest-client aware of deployment profiles
- #4983 - rest-client doesn't take deployment profile when reading config
- #4980 - issue 4977 - Move short-name under metadata
- #4978 - Adapt the Maven project creation logic to always create a sub-directory
- #4977 - short-name is defined in extension descriptor root but read from metadata
- #4976 - 4967 Add pinned info and description for categories
- #4973 - Bump AWS SDK - to leverage netty bumped to 4.1.42
- #4972 - Fix missing descriptions
- #4971 - Platform Descriptor: load resources from a classloader instead of FileSystem
- #4970 - Add jackson jdk8 modules
- #4969 - Augment timeout for Vault CI native tests
- #4965 - Replace instructions for generating a gradle project with :create com…
- #4964 - Descriptions are missing from json QuarkusPlatformDescriptor
- #4962 - Ensure JDK 8 is used with Gradle
- #4959 - Make CreateProject work in native mode
- #4957 - Application fails after reload in development mode if there is a NamedQuery present in the codebase
- #4956 - HTTP Permissions Refactor
- #4955 - Avoid using deprecated File.toURL
- #4954 - Fixes #4520
- #4952 - Reduce CI load on failing PR
- #4951 - AWS Lambda - fix native, more docs
- #4950 - After failed start make sure to read the HTTP config with the correct TCCL
- #4949 - Try to find a better balance in the native builds on CI
- #4948 - Use Maven settings with Google mirror for all CI steps
- #4943 - Upgrade to Hibernate ORM 5.4.8.Final
- #4942 - Prevent some Maven related headaches
- #4941 - Make new platform resolver code work in native app
- #4940 - Added anchors to configuration keys and sections
- #4937 - Fix broken quarkusBuild task
- #4936 - Add categories binding to extension json descriptors
- #4935 - Move from quarkus-extension.json to .yaml
- #4934 - Make sure hot deployment works after a failed server start in an application with non-default http port
- #4933 - Only execute Vault ITs if -Dtest-vault is specified
- #4932 - Support outputDirectory in CreateProjectMojo
- #4931 - Add FeatureBuildItem for Amazon Lambda to be displayed upon startup
- #4930 - Update Netty to 4.1.42.Final
- #4925 - quarkus-integration-test-vault-app is requiring Docker to build
- #4924 - Ensure that vert.x is closed after Arc
- #4923 - Improves Agroal messages
- #4921 - Upgrade to Hibernate Search 6.0.0.Beta2
- #4917 - If start fails make sure to shutdown server
- #4916 - Introduce a ResumingRouter
- #4915 - Add missing module to CI native runs
- #4914 - Attempt to resolve users and roles externally
- #4912 - Remove war-launcher
- #4910 - Azure pipelines cover only subset of modules (43/60) for native runs
- #4909 - changed 'ipso facto' (by that very fact) to 'de facto' in docs
- #4907 - Upgrade to Hibernate Validator 6.1.0.Final, RESTEasy 4.4.0.CR1 and move to Jakarta artifacts
- #4906 - Support generating OpenShift manifests
- #4904 - issue-4099 Introduce the ability to show root-cause first in exception stacktraces on error pages
- #4903 - Minor text edit - add space after text "single" and Lambda ResourceHander (..single[ ]com.amazonaws...)
- #4902 - fix: add a NPE check for overridable description files
- #4899 - Distinguish between Maven and Gradle for hint-text
- #4898 - add initial categories into extension overrides
- #4897 - Don't add the "--rm" option to "docker run" command, of native-image, too early
- #4896 - Restart app on pom.xml change
- #4893 - Small fix
- #4892 - Set default encoding as UTF-8 for static resources
- #4891 - The character set encoding of static HTML file is changed
- #4889 - Decouple Spring Web from quarkus-undertow
- #4885 - Redo #4856 Platform descriptor should only be downloaded when targeting a different version
- #4884 - [fixes #4480] - Initial Code Flow Support
- #4883 - Remove unnecessary application dependency resolutions
- [#4880](https://github.com...
0.26.1
Major changes
Complete changelog
- #4783 - Fix minor typos in configuration guide example
- #4779 - Fixes bug in Axle example
- #4770 - Add descriptions to the extensions
- #4769 - Gradle templates are not taking platform version into account
- #4764 - filter out multiple vertx instances warning in development
- #4763 - Fix various issues in Native image generation configuration
- #4762 - Quarkus 0.26.0 native-image fail with additionalBuildArgs
- #4753 - Gradle wrapper not created on windows
- #4752 - Bootstrap maven repo initializer should take into account maven.repo.local
- #4734 - Disable native image PrintAnalysisCallTree by default, change semantics to 'enabledReports=true'
- #4692 - More all config layout changes
0.26.0
Major changes
Complete changelog
- #4755 - Fix a now incorrect reference in the JWT guide
- #4741 - Fix PackageIT following having the output target back to target/
- #4737 - Clean up system property after build
- #4732 - Remove unused config
- #4731 - Increase timeout for test
- #4730 - Use a ThreadLocal for StaticHandler as it is not thread safe
- #4728 - Don't resume in hot deployment handler
- #4726 - Some doc fixes
- #4725 - Fixes #4718
- #4717 - Upgrade to Hibernate ORM 5.4.7.Final
- #4714 - Fix broken Gradle buildNative task
- #4713 - Swagger UI encoding should be UTF-8
- #4711 - Add a quarkus-extension.json for Vault
- #4710 - Swagger-ui response with wrong content-type?
- #4708 - Make more use of the generated doc
- #4703 - Add note about prefixing properties with "quarkus."
- #4696 - Show JSON handling in Spring Web guide
- #4694 - Remove the text about the nimbus dependency
- #4689 - Update Eclipse Vert.x to 3.8.3
- #4688 - Metrics extension should not add Dependent scope to JAX-RS provider classes
- #4687 - Skip generating the docs in the initial CI build
- #4681 - Add a jsonp dependency to quarkus-oidc
- #4680 - vert.x error while using Swagger UI in dev mode
- #4677 - Fix ConfigRecorder missing classloader assignment
- #4676 - ArC - minor cleanup and replace secure random call with id generator
- #4674 - Upgrade Gradle version to 5.6.3
- #4673 - Fix Gradle docs about native generation and suspend debug instructions
- #4672 - OIDC Extension throws ClassNotFoundException when using quarkus-resteasy-jackson
- #4670 - [fixes #4626] - CI failures for BearerTokenAuthorizationTest
- #4669 - Doc elytron security jdbc
- #4668 - Do not crash when encountering a RESTEasy param annotation on field/property
- #4667 - Build fails for @Provider exception mapper
- #4665 - Pin keycloak version in docker run to known working version
- #4661 - Ensure AnnotationLiterals for java.lang annotations don't throw security exceptions
- #4659 - SecurityException for injection point with @deprecated
- #4658 - Ensure QuarkusJsonbComponentInstanceCreator can be used in unit tests
- #4654 - Shorter json classes in guides
- #4652 - Do not use cache when loading resources, fixes #4645
- #4648 - Fix JAX-RS SecurityContext authScheme problem and sync jwt-guide with the current demo source
- #4645 - ClassLoader not closed
- #4643 - Flyway - Internal .sql files are no longer present and don't need to be added as substrate resource
- #4642 - Use canonical path for checking -dev.jar location
- #4641 - Update to SmallRye Health 2.1.0 and MP Health 2.1
- #4636 - Shorter JSON classes in guides
- #4634 - NullPointerException when unmarshaling JSON, when quarkus-elytron-security-properties-file is used
- #4633 - Fix resources update on multi module projects
- #4631 - Introduce "suspend" for gradle dev mode debugging, similar to Maven tooling
- #4628 - #4587: Reversed isAssignableFrom arguments
- #4626 - ci failures for BearerTokenAuthorizationTest
- #4625 - Update application.properties settings to match docker command
- #4623 - avoid generating config documentation for the test-extension
- #4622 - chore: move the "elytron-security-jdbc" alongside security related modules.
- #4620 - Add jpa-derby native IT to CI pipeline
- #4618 - Avoid walking non-existant path when checking for file changes
- #4615 - Extracting common devtools from Quarkus core repo
- #4614 - Fix Gradle add extension and add tests
- #4612 - Documenting addAllCharsets option for Tika and using it in the tests
- #4609 - Improve internal component testing helpers
- #4603 - opentracing: Update to the instructions to reflect that agent (via UDP) can now be used
- #4602 - Document the use of addAllCharsets for Tika extension
- #4601 - Adding extension using gradle plugin erase gradle config files content
- #4600 - Fix gradle - junit5 integration templates and instructions
- #4599 - Upgrade to MicroProfile Metrics 2.1
- #4595 - Update to JGit 5.5.1.201910021850-r
- #4594 - Update Flyway to 6.0.6
- #4593 - Add ZulipChat logo in badge
- #4590 - Upgrade to Yasson 1.0.5 (JSON-B impl)
- #4589 - Typo
- #4587 - Reactive messaging fails when using PublisherBuilder or ProcessorBuilder
- #4584 - Generate all config docs based on new info stored in devtools/core-extensions-json/target/extensions.json
- #4583 - Update REST Assured version in build-parent pom.xml
- #4578 - Disable the Narayana Transaction Status Manager socket by default
- #4577 - Cleanup and optimize InvocationContext implementation
- #4573 - Wrong behavior in Using JWT RBAC guide
- #4552 - Cleanup and optimize InvocationContext implementation
- #4502 - Externalize hotrod-client.properties with infinispan-client
- #4490 - ArcContainerImpl could skip SecureRandom initialization
- #4368 - Removing locking in Vert.x router
- #4311 - Make gradle plugin available for easy/conventional gradle usage
- #3592 - Hot reload fails with InvalidPathException on Windows
- #3338 - Build jar in Augment phase
- #2897 - Add support for Vault
0.25.0
Major changes
- #4511 - Upgrade of Kogito to 0.5.0 (Kogito extension to include DecisionCodegen)
- #4487 - Initial HTTP permission layer implementation
- #4478 - Upgrade Hibernate Search to 6.0.0.Beta1
- #4424 - Initial copy of Derby extension
- #3592 - Hot reload fails with InvalidPathException on Windows
Complete changelog
- #4598 - Disable a racey test
- #4596 - Update the maven tooling documentation for the new suspend param
- #4588 - Fix typo and add element to the Elytron Property Files config table
- #4586 - Typo in Elytron Security Properties config guide
- #4585 - Add doc for using Derby
- #4582 - Fix link to CORS documentation in the REST JSON guide
- #4580 - Fix #4562
- #4575 - Sync the tika-guide with the apache-tika quickstart
- #4569 - Add OpenDocument format abbreviation
- #4567 - Make InterceptorBindingRegistrarBuildItem final
- #4565 - BuildStep utilizing InterceptorBindingRegistrarBuildItem results in IllegalArgumentException
- #4562 - SwaggerUI not displaying new resources
- #4561 - Fix missing callout
- #4559 - Clarify statement in the extension guide
- #4558 - Unable to understand extension-authors-guide docs
- #4556 - remove redundant "org.quartz.threadPool.threadPriority" initialization in scheduler extension
- #4555 - Update the HTTP security layer
- #4554 - Only start Quartz when there are some @scheduled annotations
- #4550 - Fix for #4541
- #4549 - Call the health check method on the worker pool
- #4547 - Serve static resources even without resource classes
- #4546 - Use child CreationalContext for shared lifecycle interceptor instances
- #4545 - Shared lifecycle interceptor instances use wrong CreationalContext
- #4541 - Error during WebSocket handshake: net::ERR_INVALID_HTTP_RESPONSE
- #4538 - Static file not served when there are no resource classes
- #4537 - Create a BodyHandleBuildItem to share vert.x body handler
- #4536 - Create a BodyHandleBuildItem to share vert.x body handler
- #4535 - Enhance Kotlin documentation with Gradle examples and CDI considerations
- #4533 - Enhance Gradle Kotlin DSL documentation
- #4532 - Running a quarkus application with debug mode does not suspend the vm
- #4531 - Health check called on the event loop
- #4530 - Add caffeine runtime dependency to Infinispan embedded runtime
- #4527 - Work around an issue in JDK which causes hot deployment compilation to fail
- #4523 - Review HttpPermissionChecker priority mechanism
- #4522 - Config all docs: temporary titles, sorted, faster
- #4521 - Add Apache Camel docs page
- #4514 - Add bomEntryVersion to CreateExtensionMojo
- #4513 - Elytron with Undertow/RESTEasy - added tests for native mode, updates of existing ones
- #4511 - Upgrade of Kogito to 0.5.0 (Kogito extension to include DecisionCodegen)
- #4508 - Support running tests from third party test-jars transformed using
- #4506 - Fix Gradle tests on release
- #4501 - Display application name in shutdown message
- #4500 - Gradle tests not passing when releasing
- #4499 - quarkus.application.name is not taken into account in stop message
- #4497 - High contention on TransactionManager class
- #4496 - Remove High contention on TransactionManager class
- #4492 - Properly fix resource path in the OIDC guide
- #4488 - Add integration test that verifies external config functionality
- #4487 - Initial HTTP permission layer implementation
- #4486 - Ban org.slf4j:jcl-over-slf4j dependency
- #4485 - Remove redundant patterns compilations
- #4478 - Upgrade Hibernate Search to 6.0.0.Beta1
- #4476 - Arc - use different package for client proxy generation if the bean comes from default package
- #4470 - run with quarkus user (read-write access)
- #4469 - CNFE on scope defining annotations in the default package
- #4468 - Arc - AroundInvoke interceptors should now use different implementati…
- #4467 - Change how Arc handles around invoke interception
- #4457 - Do better cleanup of tests if the JVM is killed
- #4444 - feat: configure java compiler plugin in gradle to add parameters arg
- #4442 - Quarkus support for Derby
- #4430 - Allows configuring the profile used during the native tests
- #4424 - Initial copy of Derby extension
- #4423 - Extension metadata and generation of extensions.json
- #4397 - Maven plugin: Support ,
- #4393 - NPE when using nested JUnit5 classes
- #4354 - Include rest client multipart guide
- #4346 - Support for metrics from producer fields/methods
- #4336 - Metrics extension should support metrics from CDI producers
- #4317 - Generate extensions.json based on
quarkus-extension.properties
- #4254 - vertx caching folder cannot be created with Amazon Lambda extension
- #4243 - Quartz dependency shouldn't start threads when it's not being used
- #4125 - Provide a replacement for injecting HttpServletRequest
- #3832 - Infinispan Embedded Extension
- #3592 - Hot reload fails with InvalidPathException on Windows
- #833 - Add extension metadata to all the extensions