Skip to content

1.0.0.CR2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gsmet gsmet released this 20 Nov 13:14
· 40529 commits to main since this release

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 caused classloading to fail
  • #5343 - Entity-less native compilation failures
  • #5331 - Restore one of RT classes, produce all token credentials
  • #5328 - Properly match paths ending with /*
  • #5327 - fix: remove unsupported native-image flags
  • #5326 - IllegalAccessError trying to run UberJar when public class C extends public class B extends package class A
  • #5325 - 4088- CodeSource#location always null inside when running in dev mode
  • #5324 - quarkus.native.enable-code-size-reporting not work in GraalVM 19.2.1
  • #5321 - Ensure that array config values are properly validated at startup
  • #5318 - Unexpected behavior of path matching for configuration-based security policies
  • #5317 - Exception when using a custom interface in Spring Data JPA
  • #5316 - Fix NPE when processing a @WebServlet which has additional annotations other than @ServletSecurity
  • #5315 - Fix OIDC flow issue
  • #5311 - Update Kotlin and Scala gradle templates to match Java template
  • #5309 - Fixed issue where app class couldn't be loaded in dev mode
  • #5307 - Exempt MicroProfile Health paths from security authorization
  • #5303 - Support the injection of AccessTokenCredential and IdTokenCredential
  • #5302 - Link RT with AT, moving ID and AT token credentials out of 'runtime' subpackage
  • #5297 - Unable to load the config property type: [Ljava.lang.String through native image
  • #5295 - Update Infinispan to 10.0.0.Final
  • #5294 - Fix delegation usage in ResumingRouter
  • #5292 - issue 4791 Do not open ports at build time (disable TSM)
  • #5287 - Add docs for fixing read only file system deployments
  • #5285 - Updated Kogito extension description and labels
  • #5280 - Fix for #5115 - Do not fire DynamoDB recorder if no DynamoDB clients used
  • #5279 - Arc context propagation - revert to sharing who concurrent map, add automated test
  • #5276 - Fix for 5274
  • #5274 - Bug in PanacheJpaRepositoryEnhancer
  • #5273 - Support repeatable QuarkusTestResource annotation
  • #5270 - Remove augmentation messages from test and dev mode
  • #5268 - Make the tooling resolve the latest version of the universe
  • #5266 - Unused imports removal
  • #5265 - Update to smallrye-jwt-2.0.10
  • #5263 - Trivial: fix a link anchor name
  • #5262 - Problem creating native image (CR1) Error: Unsupported features in 3 methods
  • #5261 - Entities hierarchy are not supported by Spring JPA repositories in Quarkus
  • #5258 - Switch all the cross-guides links to use the canonical website url
  • #5256 - Support repeatable QuarkusTestResource
  • #5252 - Multiple QuarkusTestResource annotations in Test are ignored
  • #5251 - Gradle created project duplicates dependencies section when Kotlin is selected
  • #5250 - Work around an issue in vertx where getting remote/client SocketAddress of the request leads to a NPE
  • #5247 - 0.28.1 -> amazon-lamda-http not working
  • #5245 - Fix Kafka test to handle empty consumer records on poll
  • #5240 - Vertx with clustered manager startup failed
  • #5239 - Drop 'classpath:' protocol prefix for Flyway migration locations
  • #5238 - Fix incorrect GraalVM option and use correct build path for Gradle resource config file
  • #5237 - Complete the Hibernate ORM guide, clarify the limitations
  • #5233 - Images through imageoptiom
  • #5232 - Mailer: Handles Reply-To correctly
  • #5231 - Mailer extension replyTo doesn't work
  • #5228 - Gradle addExtension now handles comma-separated values
  • #5227 - Fix the Infinispan Embedded guide: it breaks the website build
  • #5224 - Cannot add extensions to Gradle project with comma-separated extensions list
  • #5218 - Fix for #5214
  • #5216 - Replace gradle-tooling-api with gradleApi()
  • #5214 - All configuration options guide - no RESTEasy config options
  • #5210 - Include exception in pom reload failure message
  • #5208 - Remove usage of java.util.logging.Logger
  • #5202 - Documentation cleanup for the Hibernate Search extension
  • #5184 - Use ThreadLocal to store the global value only for gradle add and list
  • #5167 - Docs - CDI guide - introduce the "Non-standard Features" section
  • #5160 - Should JWT @claim require @Inject too
  • #5115 - quarkus-amazon-dynamodb and quarkus-smallrye-fault-tolerance combination causes CNFE
  • #5074 - CDI security determined at build time
  • #5032 - Kotlin requires all-open plugin for templated Gradle build script
  • #4992 - CDI security: Unannotated inherited methods may be restricted when they should not
  • #4826 - @RequestScoped doesn't work with fault tolerance @Retry
  • #4806 - [#4765] fix node name to be harmonized with xa node name
  • #4774 - Fault Tolerant retries and async
  • #4765 - narayana-jta extension: harmonise the node name and the xa node name to a single value
  • #4744 - Generated maven project should have a property for quarkus platform and version
  • #4560 - Adjust memory and startup time numbers for 1.0 on website and presentations
  • #4510 - Mail sending (Gmail) doesn't work
  • #4493 - jwt.verify.publickey.location property should support HTTP
  • #4377 - Hibernate - @manytoone strange behavior
  • #4298 - Openapi and extended classes
  • #4125 - Provide a replacement for injecting HttpServletRequest
  • #4088 - CodeSource#location always null inside when running in dev mode
  • #4059 - access-log - custom category doesn't work
  • #3890 - Offer a conversion table between Spring Boot annotations and Quarkus annotations
  • #3721 - Unable to Run tests with non-standard maven settings
  • #3311 - ArC removes indirect referenced beans
  • #2482 - quarkus-hibernate-orm extension is breaking native-image generation
  • #2299 - Extension author guide: explain how to deal with META-INF/services files
  • #1942 - Guides about JSON support misleading
  • #1371 - Resources defaulting to ApplicationScoped
  • #699 - Replace usage of java.util.logging by JBoss logging