Skip to content

2.0.0.Alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gsmet gsmet released this 22 Apr 14:32
· 23966 commits to main since this release

Major changes

  • Java 8 is no longer supported. Java 11+ is now the minimal version for building and running Quarkus 2.x applications.
  • #16489 - Enable execution of kotlin suspend functions as endpoints
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16073 - @scheduled - add Support for Default Value and for Switching Timer Off
  • #16010 - ArC - support CDI decorators
  • #14002 - Transaction support for MongoDB with Panache

Complete changelog

  • #16693 - Fix javadoc runs in kotlin module
  • #16685 - Rest Client Reactive - support for quarkus.tls.trust-all
  • #16683 - Fixed typo in debug port comment
  • #16680 - Ensure that a JAX-RS client exception does not depend on the server parts
  • #16679 - Update security customization docs to make sure it's properly rendered
  • #16678 - Set maven.compiler.source and maven.compiler.target to 11
  • #16673 - Make providers registered with @RegisterProvider CDI beans in reactive rest client
  • #16669 - Add ability to run unit tests
  • #16667 - Don't index invisible muti-release classes
  • #16665 - Add broken only mode that only runs failing tests
  • #16664 - Concatenate io.netty.versions.properties instead of ignoring them
  • #16663 - Bump liquibase-core from 4.3.3 to 4.3.4
  • #16662 - io.netty.util.Version#identify not working in uber-jars
  • #16657 - Remove false positive warnings emitted from the Kubernetes Client processor
  • #16656 - Reactive RestClient fails to start if 'quarkus.tls.trust-all' is set
  • #16655 - Hibernate Search: Add configuration property to skip the Elasticsearch version check
  • #16654 - CI: remove categories from matrix
  • #16650 - Qute - fix the way the standalone lines are removed from the root node
  • #16649 - Adding MikeEdgar to Swagger UI notifications
  • #16648 - Fix "Request has already been read" in Dev UI LogStream
  • #16644 - CI: 'Upload Surefire reports' also for cancelled()
  • #16643 - CI: Bring back cancel-previous-runs, but only for forks
  • #16642 - Bump awssdk.version from 2.16.43 to 2.16.44
  • #16639 - Bump kafka2.version from 2.7.0 to 2.8.0
  • #16637 - Fixed a misprint in MavenRegistryClientFactory
  • #16636 - Fixed a possible NPE in devtools BuildFile
  • #16629 - Refactoring of the MavenProjectBuildFile to make it usable by the CLI
  • #16628 - Avoid potential NPE in Metrics filter
  • #16627 - Allow usage of ArcInvocationContext as interceptor method parameter.
  • #16624 - Introduce the ability to create client filters that suspend and resume
  • #16623 - Change DEV UI Cache to update page with JS rather than a page refresh
  • #16622 - Remove duplicate dependency to quarkus-mongodb-client-deployment-spi
  • #16620 - Resteasy Reactive - NPE when a filter throws exceptions
  • #16618 - Qute - fix validation of type-safe message expressions
  • #16617 - Add isParentFirst method to QuarkusClassLoader
  • #16615 - Introduce versions of ClientRequestFilter and ClientResponseFilter that can suspend and resume
  • #16614 - Remove ClassLoader hacks for JDK 8 now that we've moved to Java 11
  • #16611 - CI: Fix tcks/resteasy-reactive/update-dependencies.sh failure on no-op incremental build
  • #16609 - Fix kotlin-plugin build warning
  • #16608 - Cache the item emitted by a Uni instead of the Uni itself
  • #16607 - Cache the item emitted by a Uni instead of the Uni itself
  • #16604 - Bump bctls-fips from 1.0.11 to 1.0.11.1
  • #16600 - Allow to filter dependencies in multi-build mode
  • #16599 - Allow to filter dependencies in multi-build mode
  • #16598 - JDK EA job: drop jbang action
  • #16595 - Bump flyway-core from 7.8.0 to 7.8.1
  • #16593 - Add a small note about Kubernetes Client configuration properties.
  • #16591 - Update the section about disabling security with a link to the TestSecurity doc
  • #16590 - Qute type-safe expression in type-safe message results in NPE
  • #16588 - Upgrade to Hibernate Reactive 1.0.0.CR3
  • #16587 - ArC - detect local, inner classes annotated with a scope annotation
  • #16585 - CI: Rebalance native-test groups in CI-matrix
  • #16584 - Don't pass --enable-all-security-services to GraalVM >= 21.1
  • #16583 - Type-safe message bundles - handle nested bundle classes correctly
  • #16582 - registry client - MavenRegistryClientFactory - identical code in if-else branches
  • #16580 - devtools - BuildFile - possible NPE
  • #16578 - Ensure that Jackson writer doesn't negatively affect endpoint score
  • #16575 - Enable SseTestCase.testMultiFromMulti
  • #16574 - Introduce the ability to mock @singleton beans
  • #16567 - Bump flyway-core from 7.7.3 to 7.8.0
  • #16566 - Bump testcontainers-bom from 1.15.2 to 1.15.3
  • #16565 - Bump awssdk.version from 2.16.42 to 2.16.43
  • #16564 - Enable AddExtensionIT.testAddExtensionWithASingleExtensionToSubmodule
  • #16563 - Adds cleanDisabled to Flyway configuration
  • #16561 - Add cleanDisabled to Flyway configuration
  • #16560 - Revert "Bump zookeeper from 3.5.7 to 3.7.0"
  • #16559 - Rest Client Reactive guide - minor fixes
  • #16558 - Rest Client Reactive - native fixes
  • #16554 - Introduce Quarkus Codestart testing library
  • #16551 - Use setter method to derive the type of property
  • #16549 - Dev UI - make it possible to pause/resume the scheduler
  • #16546 - Update SmallRye OpenAPI to 2.1.3
  • #16545 - Upgrade to dekorate 2.1.2 to fix Route regression
  • #16542 - Update the table comparing oidc/jwt/oauth2 extensions and OidcClient guide
  • #16540 - Injecting into custom ClientRequestFilter does not work with Reactive RestClient
  • #16539 - Upgrade Infinispan to 12.1.1.Final
  • #16538 - Fix RESTEasy Reactive Default Codestart
  • #16537 - Dev UI: exception related to log streaming
  • #16536 - FlashScopeUtil: handle empty cookie bytes
  • #16535 - Scheduler - try to fix flaky tests
  • #16534 - Dev UI - DevConsolePostHandler.flashMessage() results in EOFException
  • #16533 - Small workflow adjustments
  • #16532 - Flaky scheduler tests
  • #16530 - Bump awssdk.version from 2.16.41 to 2.16.42
  • #16528 - Remove Skipping BouncyCastleJsseITCase now that we have moved to Java 11
  • #16527 - Ensure that Vert.x runs in its dev-mode when Quarkus is started in dev-mode
  • #16525 - Removed classes that already exist in quarkus-security-test-utils
  • #16519 - Remove AppCDS warning now that we have moved to Java 11
  • #16518 - Remove unnecessary ProcessHandle related reflection now that we moved to Java 11
  • #16516 - Remove NULL_FILE usage now that we moved to Java 11
  • #16515 - Raise log level to warn there's no topology found
  • #16513 - Update JWT docs to reference Mp JWT 1.2 properties
  • #16511 - Add hostnameVerificationAlgorithm to reactive-datasource
  • #16510 - ArC - improve the performance of intercepted subclasses
  • #16509 - Enhanced codestart description for logging-json
  • #16508 - Add DevServices for Mongo
  • #16506 - Hibernate Reactive, re-enabled as version 1.0.0.CR2
  • #16503 - Kafka, Schema Registry and Avro guide
  • #16502 - Update quarkus-oidc and quarkus-oidc-client to enable SSL in Native
  • #16501 - Bump micrometer-bom from 1.6.5 to 1.6.6
  • #16500 - Bump jboss-logging from 3.3.2.Final to 3.4.1.Final
  • #16498 - Bump zookeeper from 3.5.7 to 3.7.0
  • #16497 - quarkus:create adds quarkus-resteasy to a project even when quarkus-resteasy-reactive-jackson is specified
  • #16494 - Fix JAX-RS @singleton resource with constructor injection
  • #16492 - Bump awssdk.version from 2.16.36 to 2.16.41
  • #16491 - Bump narayana.version from 5.11.0.Final to 5.11.1.Final
  • #16490 - Bump jackson-bom from 2.12.1 to 2.12.3
  • #16489 - Enable execution of kotlin suspend functions as endpoints
  • #16484 - reactive-pg-client sslMode=verify-full not working
  • #16483 - Allow to configure HBM2DDL script generation via application.properties
  • #16475 - RESTEasy Singleton resource with constructor injection failing with RESTEASY003190
  • #16474 - Update bot for SmallRye Metrics, Micrometer, Tracing
  • #16468 - Qute - remove deprecated annotations from the io.quarkus.qute.api pkg
  • #16466 - Qute checked templates - require type-safe expressions by default
  • #16462 - Remove FunctionGaugeSupport
  • #16461 - Remove FunctionGaugeSupport from the Micrometer extension
  • #16459 - java.lang.Error should rollback the JTA transaction
  • #16458 - Bump liquibase-core from 4.3.2 to 4.3.3
  • #16457 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.8.0 to 2.9.0
  • #16456 - Bump jboss-parent from 37 to 38
  • #16455 - JTA CDI should roll-back when intercepted method throws Error
  • #16452 - Disable Hibernate Reactive until properly released
  • #16446 - Do the correct challenge when more than one auth mechanism is used
  • #16445 - Update GraalVM parsing to support upcoming 21.1
  • #16441 - Rest Client Reactive guide
  • #16424 - CI: Introduce COMMON_MAVEN_ARGS with --fail-at-end
  • #16423 - Try to stabilize native build on Windows
  • #16421 - CI, JVM tests: abort surefire execution after 10 mins
  • #16418 - Remove JDK 8
  • #16413 - Leverage gradle toolchain only for gradle 6.7+
  • #16411 - Bump aws-alexa-sdk.version from 2.38.0 to 2.38.1
  • #16410 - Bump tika-parsers from 1.24.1 to 1.26
  • #16409 - Bump formatter-maven-plugin from 2.14.0 to 2.15.0
  • #16398 - Use the platform descriptor generating plugin from quarkus-platform-bom-maven-plugin
  • #16395 - Regression issue: SmallRye OpenAPI generates incorrect content type when using Spring Web annotations
  • #16393 - Oidc-Client: Allow named injections of OidcClients and Tokens
  • #16391 - Codestarts do not need qute-generator but qute-core
  • #16388 - Oidc-Client: Allow named injections of OidcClients and Tokens
  • #16385 - Make Service account also applied to RevisionSpec
  • #16380 - Remove native image substitution for MappedByteBuffer
  • #16377 - Micrometer cors
  • #16376 - Unable to obtain configuration for Secret objects from Kubernetes API Server in Funqy apps
  • #16375 - Fix dependency-plugin downgrade in tcks/microprofile-jwt
  • #16374 - Bump flyway-core from 7.7.1 to 7.7.3
  • #16367 - Try to prevent CRLF after -Xmx in jvm.config
  • #16366 - Some path fixes that was a regression between 1.x and 2
  • #16365 - JDK early access job: downgrade jbang
  • #16362 - Add test-security-jwt and test-security-oidc modules
  • #16357 - Improve the error message of remote-dev on the client side
  • #16352 - qs add some-ext broken always adding bom
  • #16351 - Handle gradle buildchain in quarkusDev task
  • #16346 - Bump mockito-core from 3.8.0 to 3.9.0
  • #16345 - Update code of the reactive routes guide
  • #16344 - Re-enable the Maven enforcer in the Reactive Messaging Kafka tests
  • #16340 - Log message on slow restarts
  • #16334 - Bump cron-utils from 9.1.3 to 9.1.5
  • #16333 - 2.x - MicroProfile 4 and Vert.x 4
  • #16332 - Bump mockito-core from 3.8.0 to 3.9.0 in /devtools/gradle
  • #16331 - Bump mockito-core from 3.8.0 to 3.9.0 in /integration-tests/gradle
  • #16329 - Incorrect micrometer metrics for http method OPTIONS
  • #16328 - Gradle quarkusDev fails when using Java toolchains
  • #16325 - Move Google Cloud Functions to preview and update the docs
  • #16320 - CLI - reduce the startup time
  • #16314 - Use ArtifactCoords API in the devtools instead of AppArtifactCoords
  • #16313 - Support mocking PanacheEntityBase.persist static methods
  • #16311 - Use the thread-safe version of flatten-platform-bom
  • #16310 - Move all RESTEasy Reactive configuration under 'quarkus.resteasy-reactive'
  • #16309 - Make it easier to import the project in IDEA
  • #16307 - Bump jboss-logging-annotations.version from 2.2.0.Final to 2.2.1.Final
  • #16306 - Add avro IDL code generator
  • #16302 - Junit5 parameter: Introduce serialization alternative to XStream
  • #16300 - Bump mongo-client.version from 4.2.2 to 4.2.3
  • #16296 - Provide Redis hosts programmatically
  • #16286 - Support AsyncFile, Path. Added PathPart and FilePart
  • #16285 - Allow the use of @DisableIfBuiltWithGraalVMOlderThan on test methods
  • #16284 - Use Credentials Provider-like mechanism with Redis clients
  • #16280 - Fix wrong name in comment
  • #16277 - Update aws-sdk to 2.16.36
  • #16274 - Interceptor doesn't allow subclasses to be passed as parameter to intercepted method
  • #16271 - Qute type-safe - basic support of extension methods with type params
  • #16260 - Bump azure-functions-java-library from 1.4.0 to 1.4.2
  • #16259 - Bump aws-alexa-sdk.version from 2.37.1 to 2.38.0
  • #16258 - Apply tiny polish to StartupActionImpl
  • #16256 - Add missing throw statement
  • #16253 - Don't let potential failures in message consumers cause dev mode shutdown to be blocked permanently
  • #16251 - Continuous testing
  • #16250 - Introduce tcks/resteasy-reactive, wrapping the testsuite repo
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16248 - Bump gitflow-incremental-builder to 3.14.0
  • #16238 - Increase Xmx for release-test build
  • #16236 - Disable kafka-snappy tests for versions of GraalVM older than 21.0
  • #16216 - Substitute DefaultMethodFallbackProvider in GraalVM < 21.0
  • #16213 - Update Keycloak Test Module to support code flow tests
  • #16212 - Workaround for KT-45007, sporadic NPE in kotlin plugin
  • #16201 - Handle avro generator in gradle
  • #16197 - Add check for GraalVM version when enabling InlineBeforeAnalysis
  • #16194 - Deprecate enable-server and cleanup-server config items
  • #16193 - Bump commons-codec from 1.14 to 1.15
  • #16182 - Mocking Panache active record pattern not working
  • #16180 - Qute - minor cleanup and micro optimizations
  • #16178 - Enable SonarCloud scan
  • #16169 - Avro code generation with live reload
  • #16163 - Bump jcc from 11.5.4.0 to 11.5.5.0
  • #16161 - Bump com.gradle.plugin-publish from 0.13.0 to 0.14.0 in /devtools/gradle
  • #16160 - Remove duplicated testcontainers dependency from Keycloak test server
  • #16159 - Preliminary work for native CLI
  • #16139 - [native] 1.13.0.Final Fails To Build Native Image
  • #16137 - Fix Gradle test not using Java 8
  • #16136 - Move base codestarts and make loading more consistent
  • #16135 - Changing RESTClient maintainer to Michał Szynkiewicz
  • #16134 - Allow the use of -H:+InlineBeforeAnalysis via a config flag or build item
  • #16133 - JDK Early Access: disable surefire report, fix jbang java problem
  • #16131 - [native] Quarkus not able to parse GraalVM version in upcoming 21.1
  • #16129 - [native] Integration test "kafka-snappy" fails with GraalVM 20.3.1.2
  • #16128 - [native] Integration test "rest-client" fails with GraalVM 20.3.1.2
  • #16127 - Bump log4j2-jboss-logmanager from 1.0.0.Beta1 to 1.0.0.Final
  • #16126 - [native] Integration test "main" fails with GraalVM 20.3.1.2
  • #16120 - OpenAPI - added more mappings between smallrye and quarkus config
  • #16117 - Introduce a buildItem for compiler flag -H:+InlineBeforeAnalysis
  • #16111 - Disable test on Windows
  • #16110 - Add guidance on how to measure memory correctly on docker
  • #16109 - Bump classmate from 1.3.4 to 1.5.1
  • #16105 - Substitute BouncyCastle self-tests which rely on SecureRandom
  • #16094 - Improve Mongo health checks
  • #16091 - Bump jzlib from 1.1.1 to 1.1.3
  • #16089 - Regression issue: Wrong port in OpenShift route
  • #16086 - Include kubernetes-client config in all-config page
  • #16085 - Upgrade Jackson to 2.12.2
  • #16083 - Fill a few gaps in the Dependabot config
  • #16082 - Use -x for --examples in Quarkus CLI (instead of -e)
  • #16080 - Handle empty java class output in quarkusDev
  • #16079 - Kotlin 1.4.32
  • #16073 - @scheduled - add Support for Default Value and for Switching Timer Off
  • #16072 - Remove duplicate method in code example of reactive documentation
  • #16065 - Bump neo4j-java-driver from 4.2.3 to 4.2.4
  • #16064 - Bump awssdk.version from 2.16.27 to 2.16.29
  • #16063 - @scheduled add Support for Default Value and for Switching Timer Off
  • #16054 - Add multi-build support in a single module
  • #16053 - Add multi-build support in a single module
  • #16052 - Quarkus "all config" guide is missing kubernetes-client config
  • #16046 - Update cli tooling docs to latest rev and enable it on the site
  • #16036 - Perform absolute basic Dockerfile validation in Openshift s2i extension
  • #16035 - Added keycloak-server test framework
  • #16029 - Bump wildfly-elytron.version from 1.15.2.Final to 1.15.3.Final
  • #16028 - Bump awssdk.version from 2.16.26 to 2.16.27
  • #16023 - Gradle multi-module project causes quarkusDev to fail
  • #16022 - Fix UserCountryNotSetValidatorLocaleTest fail
  • #16020 - Refactor spring-data-jpa integration-test
  • #16018 - [-Dnative] JPA class Person in integration-tests/spring-data-jpa uses j.u.Random
  • #16017 - Runtime initialize jgit classes using j.u.Random
  • #16015 - Registry config javadoc
  • #16012 - Bump avro from 1.10.0 to 1.10.2
  • #16011 - Bump aws-lambda-java-events from 3.7.0 to 3.8.0
  • #16010 - ArC - support CDI decorators
  • #16009 - Bump awssdk.version from 2.16.24 to 2.16.26
  • #16008 - Runtime initialize grpc class using j.u.Random
  • #16006 - Bump avro-maven-plugin from 1.9.2 to 1.10.2
  • #16005 - Handle glob pattern for live-reload resources
  • #16004 - Enable formatter & impsort for quickly, cache outside of target
  • #16003 - Hyphenate @RestHeader sourceName by default
  • #16001 - Bump yasson from 1.0.8 to 1.0.9
  • #16000 - Bump flyway-core from 7.7.0 to 7.7.1
  • #15995 - protoc and protobuf-java should be consistent
  • #15994 - Fix SmallRye Reactive Utils version consistency in BOM
  • #15990 - Improved execution of grouped assertions
  • #15988 - keycloak-authorization blocks Basic Auth request when both Basic and OIDC (with keycloak-authz) are enabled
  • #15986 - Support live reload for SmallRye Reactive Messaging
  • #15985 - Remove unused threetenbp.version property from BOM
  • #15984 - Add Avro to Dependabot
  • #15983 - ArC - fix an issue with bridge methods and generics
  • #15980 - Early Access JDK Build: Fix cron execution and report condition
  • #15979 - RESTEasy Reactive: document injection of vertx request/response objects
  • #15978 - Revert "Register all profile properties in the default config source."
  • #15977 - Comment out flaky assertion in s2i test
  • #15974 - Fix dependency gaps in container-image & k8s ITs
  • #15965 - KeycloakPolicyEnforcerAuthorizer should permit if authentication is not done by OIDC
  • #15955 - Update KeycloakPolicyEnforcerAuthorizer to init in a PostConstruct method
  • #15952 - Runtime initialize RandomUtil in artemis-core extension
  • #15938 - Bump awssdk.version from 2.16.23 to 2.16.24
  • #15936 - Extend TestSecurity to support attributes
  • #15929 - Fixes quarkus-platform native TS config
  • #15925 - Upgrade MongoDB driver to 4.2
  • #15923 - Update SmallRye Config to 1.12.0
  • #15920 - Mutiny 0.15.0 support
  • #15916 - Rename quarkus-images branch to main
  • #15911 - GRPC port 9001 for tests
  • #15910 - Substitute MappedByteBuffer#force0 only in JDK 15 or earlier
  • #15903 - MappedByteBufferReplacement substitutions is obsolete in JDK16
  • #15902 - Bump guava from 30.1-jre to 30.1.1-jre
  • #15901 - Bump narayana.version from 5.10.6.Final to 5.11.0.Final
  • #15900 - Bump awssdk.version from 2.16.22 to 2.16.23
  • #15899 - Flatten quarkus-bom
  • #15897 - Runtime initialize amazon-services classes using j.u.Random
  • #15893 - Fixed documentation for Kubernetes mocking #15853
  • #15891 - Add streaming support for files in RESTEasy Reactive
  • #15890 - Upgrade to Hibernate ORM 5.4.30.Final
  • #15889 - Bouncycastle FIPs leaving a SecureRandom in heap
  • #15879 - Initialize classes using j.u.Random at runtime in kafka-client
  • #15875 - Fix small typo in Quartz extension
  • #15872 - Bump smallrye-common-bom from 1.5.0 to 1.6.0
  • #15871 - Bump awssdk.version from 2.16.21 to 2.16.22
  • #15870 - Bump wildfly-elytron.version from 1.15.1.Final to 1.15.2.Final
  • #15864 - Initialize vertx redis client classes using SplittableRandom at runtime
  • #15862 - Validation of codestart artifacts configured in extension descriptors
  • #15861 - gRPC LoadBalancingPolicy Support
  • #15857 - Update/improve Micrometer Guide
  • #15856 - Introduce a low level Apache HttpClient extension
  • #15843 - Added processGroupIds parameter to generate-platform-descriptor-json goal
  • #15842 - Qute: simplify the syntax used in the Include section
  • #15841 - Fix entirely skipped enforcer in infinispan-client IT and resolve violations
  • #15824 - Bump awssdk.version from 2.16.19 to 2.16.21
  • #15823 - Make update-*dependencies.sh runnable on Mac
  • #15822 - Avoid class initializations more aggressively in the Hibernate ORM extension
  • #15820 - Quarkus doesn't refresh when resource files are updated
  • #15808 - Group resteasy classic extensions
  • #15783 - Document how to connect to Cloud SQL
  • #15781 - Added new build item to exclude an archive from ARC scanning and implemented in ARC exclusion mechanism
  • #15774 - Optimise ArC 's generated implementation of bean equals()
  • #15747 - Changed the cli command name from quarkus to qs
  • #15736 - Conditional extension dependencies support for Maven-based projects
  • #15728 - Ensure the Hibernate ORM extension does not initialize classes just to get their name
  • #15713 - ArC - extensions should be able to specify artifacts that should be excluded from discovery
  • #15711 - Introduce nightly/manual Early Access JDK build
  • #15660 - Arc - support ArcInvocationContext as method parameter
  • #15629 - Adding tests to create and verify an object-store directory
  • #15620 - Fixes Google cloud functions HTTP query params and status code bypass
  • #15575 - CI: Introduce nightly JDK EA/RC job (starting with JDK 16 RC)
  • #15567 - Quarkus code generator for Avro
  • #15510 - Quarkus + Resteasy + Google Cloud Functions: status code alway 200 no matter what
  • #15501 - Quarkus + Resteasy + Google Cloud Functions: no query parameters bypass
  • #15490 - Support CDI decorators
  • #15407 - Upgrade / align with dekorate 2.0.0
  • #15331 - Native image build server does not start with -Dquarkus.native.enable-server=true
  • #15047 - Clean up template URI matching; add support for servlets
  • #14904 - Native image build failures on latest GraalVM with Random/SplittableRandom initialized at build time
  • #14809 - Add required properties for expansion in the build ConfigSource
  • #14788 - Quarkus Maven Plugin : can't use properties generated by maven build-helper
  • #14771 - Exposing the schema-generation.scripts properties in the application.properties
  • #14619 - We are getting a 401 when keycloak policy-enforcer paths is pointing to /health
  • #14249 - RESTEasy Reactive Links
  • #14002 - Transaction support for MongoDB with Panache
  • #13980 - maven-property provided by maven-plugin leads to exception in mutable-jar when devmode is activated
  • #13957 - Add KeycloakTestResourceLifecycleManager
  • #13665 - RESTEasy Reactive: change default name mapping strategy for @RestHeader
  • #13610 - Fix lambda no arg error
  • #13595 - AWS Funqy Lambda native image Timeout
  • #13375 - Ability to exclude particular data sources from the health check
  • #13363 - JWT authentication failure responds with Basic Auth challenge when both JWT and basic mechanisms are enabled
  • #13326 - Health check configurable for each datasource
  • #13277 - Spring Cloud config list properties are incompatible with smallrye
  • #13205 - Quarkus OIDC quarkus.oidc.enabled and DisabledAuthController doesn't seem to work
  • #11695 - Support @testsecurity in combination with JWT-Security
  • #11294 - Transactions for MongoDB with Panache
  • #11153 - Provide a way to test extension codestarts
  • #10162 - Kotlin Coroutines in Quarkus
  • #9985 - Driver does not support socket connection
  • #8750 - Qute: consider composition syntax
  • #8461 - OpenTracing Version Upgrade from 0.31.0 -> 0.33.0
  • #3217 - Trigger hot reload for reactive messaging