Skip to content

0.26.0

Compare
Choose a tag to compare
@gsmet gsmet released this 22 Oct 15:57
· 38530 commits to main since this release

Major changes

  • #3592 - Hot reload fails with InvalidPathException on Windows
  • #2897 - Add support for Vault

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