quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are hidden (Show)

quarkus - 2.1.4.Final

Published by gsmet about 3 years ago

Major changes

Complete changelog

  • #19641 - Fix quarkus.test.arg-line multiple args handling
  • #19637 - Documentation Fix: Changing Type to reflect Kotlin implementation
  • #19623 - Regression in launching IntegrationTests instrumented with Jacoco-Maven-Plugin
  • #19618 - Activate RequestContext when resolving TenantResolver
  • #19611 - Rest Client: exclude weld-api
  • #19605 - Only check if docker is running when redis devservice is needed
  • #19599 - Setting quarkus.redis.devservices.enabled to false does not work
  • #19595 - Fix Resteasy Reactive race
  • #19583 - Simplify gradle native configuration example
  • #19582 - Get BouncyCastle KeyPairGenerator working in the native image
  • #19577 - Fix property to build a native executable via Docker
  • #19576 - Add HTML to Qute extension keywords
  • #19568 - Fix RR bug introduced in the last race fix
  • #19550 - Handle extensions without any description set
  • #19545 - Update SmallRye Config to 2.4.4
  • #19542 - Use MultivaluedHashMap in examples
  • #19540 - Internal Server Error at /q/dev/ 3
  • #19523 - Allow for async operations resolving the tenant
  • #19522 - Remove DevServices shutdown hooks
  • #19521 - Hot replacement breaks vert.x context propagation
  • #19519 - BlockingOperationNotAllowedException is thrown when access database with panache in TenantConfigResolver
  • #19516 - Quarkus Native Image Isn't Working on Lambda
  • #19512 - Unable to get Otel Current Context in debug Mode with opentelemetry
  • #19510 - Move to JLine 3.x to avoid Jansi 1.x dependency/usage
  • #19509 - Unpredictable "Shutdown in progress" exception for code in dev mode
  • #19499 - Qute description doesn't mention HTML templating
  • #19496 - Properly deprecate quarkus.resteasy.metrics.enabled
  • #19491 - Crash during mvn io.quarkus-maven-plugin:2.1.2.Final:create
  • #19480 - Warning about deprecated quarkus.resteasy.metrics.enabled is printed even when replacement setting is already used
  • #19477 - Add a JUnit tag for @QuarkusTest so that we can exclude them easily
  • #19467 - Hibernate Multitenant project with a @RequestScoped TenantResolver throws javax.enterprise.context.ContextNotActiveException
  • #19455 - Use Maven plugin's groupId and version as the base for the target platform groupId and version
  • #19454 - Rest Client Reactive: unwrap exceptions set by mappers in async
  • #19393 - Remove dependency to weld
  • #19390 - Warning SRCFG01005 when using quarkus.config.locations
  • #19376 - Command Mode docs - mention the "e" hotkey
  • #19261 - Simplify proxy selection for the REST Client
  • #19250 - quarkus-maven-plugin:2.1.0.Final creates project with different platform version
  • #19240 - Rest Client java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0 when setting http.nonProxyHosts
  • #18642 - Security provider BC + Native Mode not working in Quarkus v2.0
  • #18548 - Error injecting rest client caused by PatternSyntaxException when http.nonProxyHosts is set
quarkus - 2.1.3.Final

Published by gsmet about 3 years ago

Major changes

Complete changelog

  • #19490 - Fix RESTEasy Reactive race
  • #19486 - Ability to configure the registry URL from an env var
  • #19481 - Fix typo in config reference docs
  • #19471 - SimpleQuarkusRestTestCase#testFormMap sometimes fails with NPE
  • #19459 - Make roles unique when creating users in Keycloak dev services
  • #19458 - Fix minor DevServices for Keycloak typos
  • #19440 - Filter out duplicate JMX registration message
  • #19437 - Make sure logging is up when flyway starts
  • #19430 - Make sure projects based on non-recommended platform versions can still list relevant extensions
  • #19429 - Improve additional build args documentation
  • #19424 - Update event bus documentation to explain how to access an executor managed by Quarkus
  • #19419 - Add last-updated metadata attribute to the PlatformCatalog as reported by Maven metadata
  • #19411 - Fixed errors in pom
  • #19408 - Fix handling multipart requests manually
  • #19407 - Rename max.in.flights.requests.per.session to max.in.flight.requests.per.connection
  • #19404 - RESTEasy Reactive build failure with MULTIPART_FORM_DATA
  • #19403 - Prevent an infinite loop in AeshConsole write
  • #19400 - Queue the log messages if the queue compaction leads to new space
  • #19392 - Dev mode freezes when quitting and console log colors are switched off
  • #19383 - Gradle listExtension - fails on new release or project out of date with latest release
  • #19381 - QuarkusDelayedHandler prints an error and throws a log message away even if the queue was compacted
  • #19378 - Make separate schema compiling really work
  • #19377 - JPA Converter with auto-apply
  • #19358 - Fix Dev Console open browser error on windows
  • #19357 - Fix abstract method error in REST client
  • #19355 - RR routing fixes
  • #19349 - Ability configure extension registries from the environment variables
  • #19347 - Ignore unknown indexed property names in @ConfigRoot
  • #19345 - Minor naming changes for the doc
  • #19344 - Schedule reflective type hierarchy visits instead of processing it recursively
  • #19343 - Add Surefire test results for Gradle integration tests
  • #19341 - Reactive rest client doesn't support resource locator and subresource
  • #19313 - Ability to set registry client cache policy to "always" refresh from env
  • #19305 - Add build reporting extension and include report into uploaded archives
  • #19299 - RESTEasy reactive endpoint 404
  • #19290 - [Update to Quarkus 2.1.1.Final] Throw java.io.IOException when press 'w' in DevConsole
  • #19262 - Spurious warning when handling string list properties from YAML
  • #19045 - Kafka JMX registration causes issues with continuous testing
  • #18542 - Resteasy-reactive routing does not work when paths are shared across classes.
  • #16874 - JPA Converter with auto-apply not working
  • #8371 - Should be ManagedExecutor in the Reactive Messaging Doc
quarkus - 2.2.0.CR1

Published by gsmet about 3 years ago

Major changes

  • #19332 - Add global flag to disable dev services
  • #19066 - Introduce support for MongoDB service binding
  • #18923 - Change the default thread model for RR
  • #17903 - Extension for running Narayana LRA participants

Complete changelog

  • #19466 - Close OIDC web clients
  • #19465 - Bump flyway-core from 7.13.0 to 7.14.0
  • #19463 - Update to the latest OpenTelemetry release
  • #19462 - Make sure super-configuration are used for dependency resolution
  • #19461 - Bump SmallRye Reactive Messaging version to 3.9.0
  • #19459 - Make roles unique when creating users in Keycloak dev services
  • #19458 - Fix minor DevServices for Keycloak typos
  • #19449 - Use Eclipse Temurin in Quarkiverse workflow templates
  • #19433 - Bump awssdk.version from 2.17.19 to 2.17.20
  • #19432 - Support serialization inclusion configuration in Jackson
  • #19428 - Jackson extension should provide configuration for serializing null or empty values
  • #19427 - Redis Dev Services - Print connection url
  • #19425 - Fix code location in the multi-stage build examples
  • #19423 - Implement Apicurio Registry Dev Service sharing
  • #19422 - Exclude jakarta.activation-api from our artifacts
  • #19418 - Make gradle-tooling-api optional to remove a myriad of warnings in CI
  • #19417 - Bump awssdk.version from 2.17.18 to 2.17.19
  • #19416 - Bump bctls-fips from 1.0.12.1 to 1.0.12.2
  • #19414 - Switch to Eclipse Temurin JDK via actions/setup-java
  • #19410 - Fix flakey test
  • #19409 - Fix flakey test
  • #19398 - Added test for @ConfigMapping constructor injection
  • #19397 - Dev Services for Redis should print out the connect string
  • #19394 - Bump awssdk.version from 2.17.17 to 2.17.18
  • #19387 - Error reading ConfigMapping in constructor injection
  • #19386 - Gradle error finding subproject dependency version
  • #19372 - Bump kubernetes-client-bom from 5.6.0 to 5.7.0
  • #19369 - Scheduler docs - clarify the "concurrent execution strategy"
  • #19363 - Hibernate ORM DevUI - show DDL scripts collapsed by default
  • #19361 - Bump micrometer-bom from 1.7.2 to 1.7.3
  • #19360 - Bump mariadb-java-client from 2.7.3 to 2.7.4
  • #19354 - Add tests for CT + Kafka + DevServices
  • #19353 - Bump awssdk.version from 2.17.16 to 2.17.17
  • #19352 - Bump flyway-core from 7.12.1 to 7.13.0
  • #19350 - Improve guide for Kafka + Avro projects
  • #19348 - Remove workaround after updating to Jandex 2.3.1.Final
  • #19346 - CI Windows job - enable gc logs to debug OOM: Metaspace
  • #19340 - Add test for @JsonView support in RESTEasy Jackson
  • #19336 - Add com.sun.security.sasl.Provider automatically for Infinispan
  • #19333 - Inject modified headers
  • #19332 - Add global flag to disable dev services
  • #19331 - Add Dev Services page
  • #19329 - Throw exception when mixing tests
  • #19327 - Bump awssdk.version from 2.17.15 to 2.17.16
  • #19325 - UnsupportedOperationException while running a QuarkusUnitTest with DevServices
  • #19322 - Should be a single page in docs for all Quarkus Dev Services
  • #19320 - Improve the Kafka + schema registry documentation for Confluent Schema Registry
  • #19318 - add a switch to disable @Incoming just like @Scheduled myMethod.cron.expr=disabled
  • #19317 - Resteasy Reactive: Headers manipulated in ServerRequestFilter are not injected properly into rest method
  • #19312 - Add ability to clean the DB in DevUI
  • #19310 - Bump awssdk.version from 2.17.14 to 2.17.15
  • #19303 - Button to reset the database state from the Quarkus Dev UI for Hibernate ORM
  • #19295 - Qute - add test for {#eval} in a tag
  • #19291 - Remove unused config property
  • #19285 - Fixes Flyway upgrade to 7.12.1
  • #19282 - Bump awssdk.version from 2.17.13 to 2.17.14
  • #19274 - Remove substitution for javax.xml.transform.TransformerException
  • #19273 - Scheduler - fix flaky MicrometerTimedTest
  • #19272 - Fix minor issues with ResteasyReactiveOutputStream
  • #19269 - quarkus starts database testcontainer even if quarkus.datasource.start-container set to false
  • #19264 - Bump awssdk.version from 2.17.12 to 2.17.13
  • #19253 - Bump flyway-core from 7.12.0 to 7.12.1
  • #19245 - Qute parser - produce correct error if empty namespace expression found
  • #19243 - Reactive Kafka: replace @ConfigProperty by @ConfigItem
  • #19242 - Deprecate usage of @ConfigProperty in ReactiveMessagingKafkaConfig
  • #19238 - use qute quarkus 2.1.0 dev run error
  • #19235 - Update SmallRye GraphQL to 1.3.1
  • #19233 - Bump awssdk.version from 2.17.11 to 2.17.12
  • #19227 - Use RESTEasy Reactive in oidc integration test
  • #19222 - Bump mongo-client.version from 4.3.0 to 4.3.1
  • #19221 - Bump jaeger.version from 1.4.0 to 1.6.0
  • #19212 - Bump awssdk.version from 2.17.10 to 2.17.11
  • #19206 - Fix grpc-getting-started.adoc guide
  • #19205 - Add Configuration option to enable Hibernate's LOG_SLOW_QUERY feature
  • #19200 - Reduce log clutter in RESTEasy Reactive tests
  • #19199 - Dev UI - ArC interceptors fails if AroundConstruct interceptor exists
  • #19196 - Introduce LocaleResolver for RESTEasy Reactive
  • #19195 - Infinispan client cannot find SaslServerFactory in native mode
  • #19193 - Allow empty body for json input
  • #19192 - Scheduler - make it possible to record metrics automatically
  • #19191 - Sync up OptaPlanner guide
  • #19189 - Add multipart fallback for BodyHandler
  • #19188 - Auto trim flyway locations
  • #19186 - Set the hang detection timeout to 1m for CI
  • #19185 - Don't use show SQL in the tests
  • #19184 - Cut down supressed exception traces
  • #19182 - Bump awssdk.version from 2.17.9 to 2.17.10
  • #19180 - Dev Services for Kafka combined with continuous testing not working right.
  • #19178 - Bump commons-compress from 1.20 to 1.21 in /bom/application
  • #19176 - Add integration tests for schema-based multitenancy
  • #19174 - Flyway extension does not automatically trim configuration property values
  • #19171 - RESTEasy reactive version presents different behaviour than the non-reactive version
  • #19170 - Updated Snapshot URL in CONTRIBUTING.md
  • #19169 - GraphQL: New config option to make the schema unavailable
  • #19166 - ArC - introduce the convenient AnnotationsTransformer.Builder
  • #19164 - Document the use of jboss.builder.graph-output
  • #19158 - Add possibility to disable GraphQL introspection via configuration
  • #19157 - Apply minor polish to MultiPartParserDefinition
  • #19154 - RESTEasy Reactive multipart form file upload hangs when using Reactive Routes failure handler
  • #19151 - Make Quarkus Gradle plugin work with spring dependency management
  • #19150 - Quarkus Gradle plugin 2.1.0.Final fails when used with plugin that also modifies dependencies
  • #19148 - Small OpenAPI and Swagger UI enhancements
  • #19143 - Bump awssdk.version from 2.17.8 to 2.17.9
  • #19142 - Bump flyway-core from 7.11.4 to 7.12.0
  • #19134 - Support config:boolean and config:integerin Qute
  • #19133 - Global config property to disable all DevServices
  • #19131 - Allow multiple static openapi.yaml/json files
  • #19130 - Upgrade to Hibernate Reactive 1.0.0.CR9
  • #19119 - Fix issue with Lambda and Jackson Afterburner in native mode
  • #19118 - Rest Client Reactive: remove unused duplicate exception mapper
  • #19113 - quarkus.swagger-ui.oauth2-redirect-url documentation and default value
  • #19111 - Fix minor rebase issue
  • #19107 - Bump awssdk.version from 2.17.6 to 2.17.8
  • #19104 - CLI: alias for docs; separate Main
  • #19098 - Performance drop for Kafka reactive messaging since Quarkus 2.0
  • #19093 - Fix NPE in RuntimeUpdatesProcessor
  • #19090 - Regression: Null pointer exception when enabling continuous testing
  • #19078 - Move Dev UI Logging closer to Console logging
  • #19077 - ClassLoader leak fixes
  • #19076 - Increase surefire timeout to 20m
  • #19075 - Dev services cleanup
  • #19069 - Micrometer - rework interceptors
  • #19066 - Introduce support for MongoDB service binding
  • #19064 - ArC - improve the InterceptorBindingRegistrar API
  • #19044 - Kafka dev services restarted for continuous testing
  • #19040 - Bump aws-serverless-java-container-core from 1.3.1 to 1.6
  • #19038 - Bump awssdk.version from 2.17.4 to 2.17.6
  • #19036 - Upgrade to Mutiny 1.0.0 and Vert.x bindings 2.12.0
  • #19026 - Add test for generics field usage of @InjectMock
  • #19021 - Move RESTEasy Reactive extensions into preview status
  • #19018 - Add force restart and toggle live reload options to DevUI
  • #19011 - Add option to force restart quarkus in dev ui
  • #19008 - Remove unused set
  • #19006 - Bump flyway-core from 7.11.3 to 7.11.4
  • #18999 - Upgrade to Smallrye GraphQL 1.3.0
  • #18992 - Bump gRPC version and a way to override protoc-os-classifier
  • #18979 - Add ability to specify default JAX-RS roles allowed
  • #18978 - Bump awssdk.version from 2.17.3 to 2.17.4
  • #18972 - Upgrade Smallrye Reactive Messaging to 3.8.0
  • #18969 - Properly name kubernetes-config runtime package
  • #18967 - Dev UI - ArC - add interceptors page
  • #18965 - Configuration and tuning of the Vert.x instance used to power DevConsole
  • #18964 - Kafka devservices option to create topic-partitions inside the broker
  • #18963 - quarkus.kubernetes-config.secrets.enabled not explained on Kubernetes Config documentation
  • #18960 - Dev UI - scheduler improvements
  • #18959 - Remove deprecated quarkus-bootstrap:build-tree
  • #18957 - Rest Client Reactive: globally register providers annotated with @Provider
  • #18951 - Bump awssdk.version from 2.17.2 to 2.17.3
  • #18946 - Expose Agroal feature: transaction requirement
  • #18942 - Should start a single Vertx instance, or guarantee unique thread names
  • #18940 - Expose Agroal feature: enhanced leak report
  • #18938 - Upgrade SmallRye OpenAPI to 2.1.8
  • #18934 - Remove "Quarkus - " from documentation titles
  • #18933 - Use testcontainers networking capabilities when using @QuarkusIntegrationTest + DevServices
  • #18932 - Bump to GraalVM 21.2
  • #18930 - Qute - register param expressions for includes and user-defined tags
  • #18929 - Introduce @WithOpenShiftTestServer annotation
  • #18923 - Change the default thread model for RR
  • #18917 - Bump aws-alexa-sdk.version from 2.39.0 to 2.40.0
  • #18916 - Bump awssdk.version from 2.17.1 to 2.17.2
  • #18915 - Common utility to parse conditional dependency config
  • #18914 - QuarkusIntegrationTest: docker option --net=host not supported for windows
  • #18899 - Ensure that rest-client and rest-client-reactive are not used together
  • #18894 - Polish Arc code to use Java 11 collection methods
  • #18872 - Bump awssdk.version from 2.17.0 to 2.17.1
  • #18862 - Introduce the ability to inject context into @QuarkusIntegrationTest tests
  • #18861 - Arc - Add qualifier checks on non-binding and repeating qualifiers, make sure events cannot be selected with type variables
  • #18854 - Access to DevService properties in QuarkusIntegrationTest
  • #18850 - Add ssl config to fix JaasClientOauthLoginCallbackHandler for kakfa
  • #18849 - Run gradle integration tests with maven
  • #18836 - Bump awssdk.version from 2.16.104 to 2.17.0
  • #18835 - Bump flyway-core from 7.11.2 to 7.11.3
  • #18834 - Bump mysql-connector-java from 8.0.25 to 8.0.26
  • #18828 - Bump Kotlin to 1.5.21
  • #18822 - Add Maps example with Base interface
  • #18805 - ArC - improved error when unable to add a synthetic no-arg constructor
  • #18790 - Disable TokenUtilsEncryptTest#testFailAlgorithm on Java 17+
  • #18766 - Bump awssdk.version from 2.16.103 to 2.16.104
  • #18757 - Get BasicAuthenticationMechanism ordered first so that Basic challenge is sent when equal auth methods exist
  • #18741 - Allow creating a Kafka ObjectMapperDeserializer with a TypeReference
  • #18730 - Minor cleanups and improvements in ArcContainerImpl
  • #18729 - Bump awssdk.version from 2.16.102 to 2.16.103
  • #18728 - Bump mongodb-crypt from 1.2.0 to 1.2.1
  • #18717 - AMQP Reference Guide
  • #18710 - Re-enable two rest-client tcks tests on Java 16 after upgrade to RESTEasy 4.7.0
  • #18703 - Use a different signature for registerSubstitution
  • #18696 - Bump wildfly-elytron.version from 1.16.0.Final to 1.16.1.Final
  • #18689 - Mutiny Uni context propagation leaks transaction context to eventloop threads
  • #18648 - Prefer BasicAuth challenge when more than one mechanism in registered and it is not possible to detect the client preference
  • #18647 - New AMQP getting started guide
  • #18634 - Expose LOG_QUERIES_SLOWER_THAN_MS for Hibernate
  • #18618 - Upgrades infinispan extension: don't create Remote Cache Manager without server list
  • #18614 - Swagger UI should automatically inject Authorization header when JWT is specified.
  • #18609 - dev ui log does not respect the log cleanup filters
  • #18592 - ArC: Make error on missing superclass no-arg constructor more user friendly
  • #18560 - @RegisterProvider required for resteasy interfaces
  • #18517 - Do not produce Infinispan RemoteCacheManager if no Infinispan configuration is present - part 2
  • #18497 - Register @ConfigMappings directly into the Config builder
  • #18333 - Injecting ConfigMapping in resteasy containerrequestfilter causes NoSuchElementException
  • #18313 - Add zipkin compatibility mode to open-tracing
  • #17903 - Extension for running Narayana LRA participants
  • #16764 - DevUI pages for Hibernate ORM
  • #16553 - Explore DDL scripts from Hibernate ORM in the DevUI
  • #16451 - Support for Proto3 Optional Fields
  • #15800 - Quartz scheduler does not support ConcurrentExecution.SKIP correctly
  • #14692 - Add mini config editor to error page
  • #10729 - Cannot natively compile when using jackson ObjectMapperCustomizer in AWS Lambda
  • #10362 - @PermitAll is misleading
  • #9834 - quarkus-resteasy-common depends on groupId com.sun.activation but rest-assured depends on groupId jakarta.activation
  • #3620 - Object dependency graph
  • #583 - Consider offering a way to reset DB at Hibernate ORM level for testing
quarkus - 2.1.2.Final

Published by gsmet about 3 years ago

Major changes

Complete changelog

  • #19324 - Efficient scan of jandex index for Spring JPA Annotations
  • #19323 - Degredation in Dev mode startup time for project using quarkus-spring-jpa extension
  • #19319 - Upgrade to JBoss Threads 3.4.2.Final
  • #19315 - Enable a LogCategoryBuildItem to avoid causing contention on Vert.x warnings
  • #19314 - Performance: contention on Logger instance caused by Vertx warning
  • #19307 - Gradle: make sure platforms and enforced platforms are applied to the deployment classpath
  • #19304 - Command mode apps - fix the restart key in the docs
  • #19301 - Fix JsonPlatformStream.setReleases and add missing equals/hashCodes
  • #19300 - Register classes referenced in Picocli annotations for reflection
  • #19297 - KOGITO-5643 Kogito quickstarts on Quarkus is failing
  • #19293 - Set correct TCCL for dynamic tests
  • #19292 - Fall back to ThreadLocal if Netty is not present
  • #19289 - picocli does not register defaultValueProvider references thus breaks in native
  • #19279 - Update SmallRye Config to 2.4.3
  • #19267 - Release buffer on ResteasyReactiveOutputStream when it is written to overflow
  • #19260 - Do not filter binary resources and SVG
  • #19259 - Add default values to config in Dev UI
  • #19257 - Memory leak in ResteasyReactiveOutputStream
  • #19252 - Fix documentation of property for JAX-RS Application class
  • #19247 - Agroal has a reference to a Netty class while not depending on it
  • #19246 - Add causing exception to WebApplicationException when jackson parsing fails in resteasy reactive server jackson reader
  • #19237 - Improve RESTEasyReactive error message
  • #19236 - Allow for {} characters in the regex
  • #19231 - Add causing exception to WebApplicationException when jackson parsing fails in resteasy reactive
  • #19228 - Upgrade to Hibernate ORM 5.5.6.Final
  • #19223 - Honor read timeout in reactive rest client
  • #19215 - Fix typos in javadocs of RoutingExchange
  • #19213 - Reaugment removes build-system.properties
  • #19210 - Enables dev services for reactive datasources
  • #19208 - Dev services are not always started for reactive datasources
  • #19117 - Broken favicon for Dev UI
  • #18961 - Documentation: Changing parameter to ordinal
  • #18823 - Reading config settings as Map doesn't work with Inheritance
  • #17526 - Reactive REST Client does not honor readTimeout and connectTimeout
  • #17140 - PatternSyntaxException on @Path definition with regexp
quarkus - 2.1.1.Final

Published by gsmet about 3 years ago

Major changes

Complete changelog

  • #19203 - Fix typo in error message on invalid sql_load_script
  • #19201 - Ensure various non-bean JAX-RS components work in native
  • #19187 - Don't run Jacoco with continuous testing
  • #19179 - Micrometer: add fallback handler for mismatched content header
  • #19163 - Run test with jacoco on quarkus:dev fails
  • #19160 - Resteasy reactive: Fix NullPointerException when using multipart with optional value
  • #19159 - Allow the use of UniAsserter in @BeforeEach and @AfterEach test methods
  • #19155 - Revert "Optimise the strategy we use to reset the classloader in the …
  • #19153 - Fix broken images in Keycloak Dev UI Guide
  • #19147 - Add capability for elasticsearch-rest-high-level-client
  • #19146 - Add capability for mongodb-client
  • #19145 - Bump neo4j-java-driver from 4.3.3 to 4.3.4
  • #19136 - Classloader changed in quarkus 2.1.0 (regression from 2.0.1) for optaplanner/drools with smallrye (but not resteasy)
  • #19135 - Avoid SmallRyeContextPropagationRecorder to leak the classloader
  • #19123 - Suppress split package warning in Fabric8 Openshift Client
  • #19122 - Dev UI Keycloak token improvements
  • #19120 - Fix image issue in Keycloak Dev Services documentation
  • #19115 - New weak reflection implementation
  • #19112 - Fix RESTEasy reactive race
  • #19109 - Can't seem to use UniAssertSubscriber nor JUnit's @BeforeEach or @AfterEach with @TestReactiveTransaction
  • #19103 - Fix various minor documentation issues
  • #19100 - Update HttpCredentialTransport to keep a lower case authentication scheme
  • #19099 - Infinispan Dev UI without Infinispan configuration
  • #19097 - Fix typos in the consul-config.adoc guide
  • #19096 - Pass arguments arrays to Runtime::exec
  • #19092 - Split package usage for io.fabric8:openshift-model, io.fabric8:openshift-model-operator
  • #19089 - Make SplitPackageProcessor configurable
  • #19088 - Codestarts - add gRPC codestart
  • #19087 - Ensure that building native image doesn't fail when objcopy is missing
  • #19084 - Rest Client Reactive: do not parse response on error
  • #19079 - Unable to create native debug build in Gradle
  • #19072 - Don't setup logging on failure in dev mode
  • #19071 - Fix warnings on startup failure
  • #19070 - Load Multipart class in correct CL
  • #19062 - Avoid potential NPE @Context ResourceInfo is used
  • #19060 - Terminate native image build container when Quarkus build terminates
  • #19058 - Fix ConfigMapping mock documentation
  • #19054 - SplitPackageProcessor should also include information about type and classifier of any given app archive
  • #19053 - Verify build tool file presence based on all build tool possible values
  • #19051 - Quarkus fails to report a correct exception when conflicting authentication mechanisms are used (was Quarkus: can't verify Auth0 token)
  • #19049 - CLI "quarkus dev" command is not working with gradle kotlin
  • #19047 - Minor testing fixes
  • #19043 - Reload fixes for Avro and SSE
  • #19037 - Multipart Class Defined Outside Resource Implementation Fails with CNFE "Populator"
  • #19032 - Register for reflection some log4j classes used by Elasticsearch
  • #19031 - Make SplitPackageProcessor configurable
  • #19029 - Updated documentation for quarkus.test.arg-line
  • #19028 - Improve the way tokens and logged in users are shown in Keycloak Dev UI
  • #19027 - KOGITO-5288 Quarkus guide Kogito DMN extension
  • #19025 - KOGITO-5289 Kogito DRL guide
  • #19017 - QuarkusIntegrationTest: argLine is also given to docker run, which doesn't work because jacoco sets -javaagent
  • #19015 - gRPC blocking client calls - event loop detection
  • #19014 - Fix some test status messages in the console
  • #19010 - Ensure Flow return type works with Request Scope in RESTEasy Reactive
  • #19007 - Close the RuntimeClassLoader on stop
  • #19004 - Replace ${project.groupId}, ${project.artifactId} and ${project.version} in the quarkus-extension.yaml template
  • #19003 - DevTools: fixes and improvements calculating recommended combinations of extension origins
  • #19002 - Fix usage of @TestHTTPResource with random ports in integration tests
  • #19001 - DevMode Runtime ClassLoader is never closed
  • #19000 - Make media type negotiation in RESTEasy Reactive more spec compliant
  • #18997 - Resteasy Reactive not working with unspecified accept header and multiple produces
  • #18995 - Fix target handling in RESTEasy Reactive when used in filters
  • #18993 - ContextNotActiveException for request scoped bean in Kotlin Flow
  • #18990 - NPE with getUriInfo() after aborting a request during the Authorization step in RESTEasy Reactive
  • #18989 - Only add prometheus annotation and specific k8s resources
  • #18985 - Better support for relative alternate POM resolution
  • #18984 - Stop Narayana getting initialized in static init
  • #18981 - Alternate pom.xml ignored in Quarkus Dev mode and Tests if not specified with an absolute path
  • #18976 - Log that a token can not be introspected if the introspection address is null
  • #18974 - Update Oidc DevServices doc with a note about a valid redirect URI
  • #18971 - Filter HTTP URL for client spans
  • #18968 - Fix smallrye.jwt.require.named-principal default value in the docs
  • #18966 - Add helper to get extension bom in devtools
  • #18955 - Fix project repos for quarkus:dependency-tree
  • #18954 - quarkus:dependency-tree fails on conditional dependencies unless they are present in the local repo
  • #18953 - Make addCloseTask thread safe
  • #18950 - Don't attempt to open Aesh if no input support
  • #18948 - Micrometer: binder default with jvm/system metrics
  • #18947 - Fix quarkus.oidc.tenant-enabled typo in KeycloakDevServicesProcessor
  • #18945 - Disable the Kafka Connector graceful shutdown in dev mode
  • #18944 - Reset the classloader of the internal Vertx pool as well
  • #18943 - dev-mode Classloader leak via Vert.x internal worker pool
  • #18939 - Add configuration property for Jackson's FAIL_ON_EMPTY_BEANS
  • #18937 - Deactivating Micrometer default binders
  • #18936 - Change the OpenAPI config mapping to use Config Interceptors
  • #18935 - Clarify scope for ConstraintValidators
  • #18931 - Quartz - detect ArC subclasses in InvokerJobFactory
  • #18928 - Upgrade to Hibernate Search 6.0.6.Final
  • #18927 - Add fail on empty beans jackson mapper property to application properties
  • #18926 - Fix ClassLoader leak
  • #18925 - Add a custom connection cache to Agroal
  • #18924 - Cancel the timer when the tests are done
  • #18922 - Add toggle test output to prompt
  • #18908 - Improve Kafka Avro serializer/deserializer autodetection
  • #18904 - KOGITO-5560 remove 'preview'label from community website
  • #18900 - quarkus-smallrye-openapi property quarkus.smallrye-openapi.operation-id-strategy doesn't work
  • #18896 - Create kogito-pmml quickstart guide
  • #18887 - Quarkus continuous test mode hides server output
  • #18885 - Quartz cannot find bean instances of jobs
  • #18875 - Disable Vert.x TCCL management
  • #18867 - Avoid trying to set permissions on the cache directory on windows
  • #18776 - ClassCastException for AVRO generated sources when running in dev mode
  • #18763 - Combination Hibernate Validation advice to use @ApplicationScoped does not work.
  • #18299 - Live-Reload not working with Hibernate Reactive
  • #18250 - OpenTelemetry ClientTracingFilter adds credentials to http.url field
  • #18012 - TrustStore support for OIDC and OIDCClient
  • #18002 - Custom CA for OIDC connection
  • #17344 - gRPC - log an error if a blocking client is used on the event loop
  • #17304 - Agroal has a thread local leak
  • #16895 - Unable to make the Vert.x cache directory in Windows
  • #16211 - Reactive resteasy native exception
  • #16122 - Reactive ContainerResponseFilter throws NPE
  • #15598 - Prometheus annotations not making sense on some Kubernetes resources
  • #15093 - Micrometer return 404 instead of 406
  • #13575 - org.apache.logging.log4j.message.ReusableMessageFactory can not be instantiated reflectively
  • #12237 - Field annotated with @TestHTTPResource is not properly set if running in native mode with random http port
  • #7331 - Cancellation of Maven build should stop spawned GraalVM build, too
quarkus - 2.1.0.Final

Published by gsmet about 3 years ago

Major changes

  • #17364 - Add DevServices support for Keycloak

Complete changelog

  • #18941 - NoSuchElementException in RuntimeUpdatesProcessor if no tests are present in multi module in dev mode
  • #18921 - Disable Dev Services for MongoEntityTest
  • #18919 - Add connection: close if the server is shut down
  • #18918 - Micrometer: additional config adapter
  • #18913 - Add new line on enter back
  • #18912 - Reset the current context Classloader on the threads of the Vertx blocking executor pool
  • #18911 - dev-mode Classloader leaks via the vertx blocking executor pool
  • #18902 - Update Keycloak DevConsole to use the authorization code grant by default
  • #18898 - Bump kubernetes-client-bom from 5.5.0 to 5.6.0
  • #18897 - Fix conditional dependency parsing
  • #18892 - Classic Rest Client: honor quarkus.tls.trust-all in RestClientBuilder
  • #18891 - CLI: registry --streams command option to list the available platform streams
  • #18890 - Graceful shutdown of keep-alive connections
  • #18889 - Optimise the strategy we use to reset the classloader in the Common ForkJoin ThreadPool
  • #18876 - Fix CT hang when compile error in application
  • #18871 - Fix various issues in security-openid-connect-dev-services.adoc
  • #18869 - CLI: 2.1.0 doc updates
  • #18868 - Don't run dokka and kapt on Java 16+ for now, drop --add-opens
  • #18865 - Update to Vert.x 4.1.2 and friends
  • #18863 - Clarify that indexed properties are not supported in env variables
  • #18857 - Fix a few infelicities in getting-started-testing.adoc
  • #18856 - Add a Dev Console smoke test for Keycloak
  • #18853 - Disabling Dev Services For Keycloak causes a template exception due to a strict rendering
  • #18852 - CLI: make --refresh work in combination with -S
  • #18851 - Kafka documentation review
  • #18847 - Rename quarkus.datasource.devservices to quarkus.datasource.devservices.enabled
  • #18844 - DevServices datasource property name is quite generic
  • #18841 - Introduce arbitrary mongo connection URL parameter support in dev-services
  • #18840 - Fix issue with testing multi module projects
  • #18837 - Throw an error in case a configured registry isn't available and suggest a workaround
  • #18832 - Only add the consumer group id if the Kafka config is not empty
  • #18830 - Quarkus 2.0 mongodb with devServices option
  • #18826 - Fixes CLI --refresh option
  • #18825 - Fix native regression in Config validation
  • #18824 - CLI: set registry client system property
  • #18821 - Replaced registry 'disabled' option with 'enabled'
  • #18816 - Always create a new HashMap when changing the immutable extension metadata
  • #18815 - Ignore case when comparing extension names
  • #18814 - Regression: Native fails with java.lang.ClassNotFoundException: java.lang.Integer
  • #18813 - Use the Maven plugin descriptor as the source of plugin's G:A
  • #18811 - Avoid configuring kafka.group.id if no other Kafka configuration is present
  • #18810 - Update OpenTelemetry
  • #18807 - Fix integration between Rest Client Reactive and OpenTracing
  • #18808 - Extensions should be sorted case insensitive
  • #18806 - Smallrye-Opentracing with Reactive Rest Client no longer working
  • #18804 - gRPC request context: activate before all the interceptors are invoked
  • #18803 - Fix split MongoDB Panache packages
  • #18800 - Make sure the registry ordering reflects the priority for the platform selection algorithm
  • #18799 - CLI ext add, list, remove are not registry aware
  • #18798 - Ignore synthetic methods for purposes of bean validation
  • #18796 - Quarkus hot reload fails on absent test folder and/or test class in Continuous Testing mode
  • #18794 - Introduce failure assertions for UniAsserter
  • #18793 - Bump Kotlin version to 1.5.21
  • #18791 - CLI: dry-run dir warn; show disabled registry
  • #18789 - Don't run kapt on Java 17+ until KT-47583 is fixed
  • #18783 - Quarkus 2.1.0.CR1: Hibernate Validator produces a warning when combined with Resteasy Reactive and Kotlin Coroutines
  • #18780 - Bump SmallRye JWT version to 3.2.1
  • #18778 - Add assertThrows method to UniAsserter
  • #18774 - quarkus21 create --registry-client -S 2.43 --dry-run test27899rr4j fails with non informative error
  • #18773 - quarkus create --dry-run test fails if test dir already exist
  • #18770 - disabled:true in config should be enabled:false
  • #18768 - quarkus registry list not reporting correctly
  • #18767 - quarkus projects does not have maven compiler configured
  • #18765 - Bump log4j-jboss-logmanager from 1.2.0.Final to 1.2.2.Final
  • #18761 - Improve IDE detection
  • #18758 - Improve error messages for edge cases of @QuarkusIntegrationTest failure
  • #18755 - Move @StaticInitSafe annotation to the proper package
  • #18753 - Update to SmallRye Fault Tolerance 5.2.1
  • #18751 - Solution for errors with self-signed certificate
  • #18747 - Upgrades to Infinispan 12.1.7.Final
  • #18743 - Fix split packages issue in Hibernate ORM with Panache
  • #18738 - Dev UI qute config - switch to strict rendering
  • #18735 - Register profile specific configuration files for hot-reload
  • #18731 - Add profile specific config files to watched resources in dev mode
  • #18724 - Kafka quick start generate projects with maven plugin
  • #18720 - Prevent AmbiguousResolutionException for HttpServerRequest in RESTEasy Reactive
  • #18719 - Running a CLI app in quarkus dev mode (maven), does not re-run the app after a code change. (macOS
  • #18716 - Introduce context specific error message for ops that need to run on the Event Loop
  • #18715 - Make sure gradle test process is destroyed in tests
  • #18714 - Provide easy way for QuarkusTestResourceLifecycleManager implementations to inject into test
  • #18706 - Grpc Server QuarkusIntegrationTest fail
  • #18702 - Remove blocking code from OIDC
  • #18700 - Separate the console from testing
  • #18699 - [OpenTelemetry OTLP Exporter extension] Add support for gRPC headers
  • #18698 - Add basic injection capabilities to QuarkusTestResourceLifecycleManager
  • #18676 - Clicking on application class in stacktrace causes 500 in dev ui
  • #18619 - Document quarkus.uuid usage in the kafka reference guide
  • #18594 - Dev mode console handler does not get installed if there are no tests (picocli app)
  • #18574 - Make the datasource optional for persistence units with DATABASE multi-tenancy
  • #18561 - Enable the registry client by default in the dev tools
  • #18511 - FaultToleranceDefinitionException after migrating to Quarkus 2.0
  • #18485 - Dev UI qute config - switch to strict rendering
  • #18400 - Command Mode App under Development mode is NOT able to be restarted or stopped based on user input value
  • #18361 - Update to SmallRye Fault Tolerance 5.2.0
  • #18352 - Action prompt in dev mode only seems to appear if tests are present for the app
  • #18130 - Hibernate ORM with Multitenancy and TenantConnectionResolver default datasource
  • #17364 - Add DevServices support for Keycloak
  • #17217 - Keycloak Devservices
  • #17207 - Introduce exponential backoff for @Retry
  • #11252 - jax-rs - exception mapper - Unable to extract parameter doesn't show the value of the parameter, just {1}
quarkus - 2.0.3.Final

Published by gsmet about 3 years ago

Major changes

Complete changelog

  • #18881 - Make REST Client Reactive work with Mutiny retry
  • #18880 - Bump dekorate to 2.3.0 to align with kubernetes model
  • #18878 - Report failures in @BeforeAll
  • #18877 - De-register smallrye context manager on shutdown
  • #18870 - Fix OpenTelemetry for continuous testing
  • #18864 - Classloader leak in MP ContextManagerProvider / Smallrye SmallRyeContextManagerProvider
  • #18848 - Update config codestarts to use @ConfigMapping
  • #18845 - Environment variable mapping is not working propertly using @ConfigMapping or @WithName
  • #18801 - Upgrade to Hibernate ORM 5.5.4.Final
  • #18760 - Explain how to customize OIDC authentication requests
  • #18754 - Fix logging for oidcprovider token introspection
  • #18752 - Bump gradle version used in codestart
  • #18749 - Update SmallRye Opentracing to 2.0.1
  • #18748 - Use bright blue instead of plain blue in the console
  • #18746 - SmallRyeHealthReporter - Class does not exist in ClassLoader QuarkusClassLoader warning
  • #18744 - Qute template scanning - fix case-insensitivity problem on Windows
  • #18739 - Opentracing NPE with v2
  • #18736 - Mailer Template Error: the return value of TemplateProducer.template() is null
  • #18733 - Continuous testing does not report failures in @BeforeAll
  • #18718 - Bump micrometer-bom from 1.7.0 to 1.7.2
  • #18712 - Remove loglevel property for generated gradle project
  • #18709 - Adjust links in docs for GitHub resources
  • #18707 - Fix Jacoco with Kotlin Panache
  • #18704 - Fix Redis dev mode
  • #18693 - Drop .adoc from links between Quarkus guides
  • #18687 - CLI: Add debugPort to DevModeLauncher
  • #18686 - Fix OpenTelemetry late bound span processors
  • #18675 - Bean archive index - avoid warning about indexing arrays
  • #18669 - Redis breaks on live reload
  • #18666 - CLI: forward dev mode debug options
  • #18629 - Update SmallRye Config to 2.4.2
  • #18579 - gradle plugin seem to enable very verbose gradle output
  • #18576 - Register json serde types for reflection
  • #18575 - Custom OpenTelemetry SpanExporter breaks Jaeger exporter
  • #18562 - Improve @ConfigMapping mock documentation
  • #18522 - Jacoco extensions results in java.lang.NoSuchMethodError: 'boolean[] ***.$jacocoInit()' for kotlin when panache repo is injected
  • #18294 - Build fails when defining property quarkus.kubernetes.pvc-volumes
  • #18276 - Kafka message payload types are not registered for reflection
  • #18255 - Mock @ConfigMapping documentation
  • #18199 - Update SmallRye Config to 2.4.1
  • #18151 - Upgrade micrometer-bom from 1.7.0 to 1.7.1 (or further)
  • #17269 - Support injection of Maps using @ConfigProperty
  • #17145 - REST Client retry failed calls
  • #12923 - Entity is loaded twice and error happens for the 2nd loading
quarkus - 2.1.0.CR1

Published by gsmet over 3 years ago

Major changes

  • #18311 - Add reactive MS SQL client extension
  • #18244 - Upgrade Kotlin dependency to 1.5.20
  • #17751 - Split out the WebSocket client

Complete changelog

  • #18705 - Mark @MockServer as deprecated
  • #18704 - Fix Redis dev mode
  • #18701 - Mark generate-code-tests as thread safe
  • #18697 - Bump awssdk.version from 2.16.101 to 2.16.102
  • #18693 - Drop .adoc from links between Quarkus guides
  • #18691 - InfinispanClientProcessor - use logger instead of stdout
  • #18688 - Improve blocking detection error logging in RESTEasy Reactive
  • #18686 - Fix OpenTelemetry late bound span processors
  • #18681 - Bump kubernetes-client-bom from 5.4.1 to 5.5.0
  • #18677 - Polish some IDE handling code with Java 11 idioms
  • #18675 - Bean archive index - avoid warning about indexing arrays
  • #18670 - Don't see CORS headers if CORS filter configured
  • #18669 - Redis breaks on live reload
  • #18668 - Filter out some blocked thread messages
  • #18666 - CLI: forward dev mode debug options
  • #18665 - Bump awssdk.version from 2.16.100 to 2.16.101
  • #18664 - Bump flyway-core from 7.11.1 to 7.11.2
  • #18663 - Bump commons-io from 2.10.0 to 2.11.0
  • #18662 - Bump mongo-client.version from 4.2.3 to 4.3.0
  • #18661 - Unless configured, derive the registry URL from the registry ID
  • #18657 - Upgrade to Hibernate Reactive 1.0.0.CR8
  • #18655 - Make the RestClientBuilderHelper methods public
  • #18653 - Make @QuarkusIntegrationTest work reliably with testcontainers launched services
  • #18652 - Quarkus-security - allow provider registration from extensions
  • #18651 - Panache Reactive to work correctly when invoked from a blocking worker thread
  • #18650 - Some fixes around the Kafka getting started guides
  • #18646 - Use simpler List creation construct in Kafka Streams doc
  • #18645 - Doc improvements
  • #18644 - Remove outdated comment
  • #18643 - Avoid throwing an exception on close if a VertxInputStream is closed
  • #18640 - Qute - introduce "safe expressions"
  • #18633 - Bump awssdk.version from 2.16.99 to 2.16.100
  • #18631 - Add Registry client integration tests
  • #18629 - Update SmallRye Config to 2.4.2
  • #18628 - Provide actionable error message when Jackson can't serialize in native-mode
  • #18624 - DevTools: multi-platform, multi-registry, upstream and downstream Quarkus version related tests
  • #18623 - Upgrade RESTEasy from 4.6.1.Final to 4.7.0.Final
  • #18622 - Upgrade RESTEasy from 4.6.1.Final to 4.7.0.Final
  • #18620 - Use existing method for determining package in Arc instead of custom implementation
  • #18617 - Introduce a processor that checks for split package issues
  • #18616 - Allows configuring the mailer trust store
  • #18615 - Quarkus-security - there is no way of selecting providers from extensions
  • #18611 - Qute docs - update the type-safe template section
  • #18599 - Make @MultipartForm annotation optional in RESTEasy Reactive
  • #18596 - FSWatchUtil should assign a good name to the threads it starts
  • #18595 - Improve error reporting when user fails to attach @MultipartForm annotation - similar to #6738
  • #18589 - Added documentation for quarkus.package.type=native-sources
  • #18583 - Bump awssdk.version from 2.16.97 to 2.16.99
  • #18581 - Gradle: look for extension properties only in JARs
  • #18580 - Added Enter to clear log file
  • #18578 - Avoid crashing when DOCKER_HOST is configured using a unix socket
  • #18577 - DevServices crashes immediately on Fedora
  • #18575 - Custom OpenTelemetry SpanExporter breaks Jaeger exporter
  • #18567 - ArC micro optimizations
  • #18562 - Improve @ConfigMapping mock documentation
  • #18557 - Improve the getting started with reactive guide
  • #18555 - Add some debugging output for rest client close issue plaguing CI
  • #18553 - Quarkus test IllegalAccessError
  • #18552 - Remove unused method in Gradle plugin
  • #18549 - Fix classpath in tests containing duplicate entries
  • #18545 - Bump flyway-core from 7.11.0 to 7.11.1
  • #18544 - gRPC guide: added info on config-less client
  • #18543 - Add OpenTelemetry tracing spans for RESTEasy Reactive clients
  • #18540 - Rewrote mailer getting start guide and reference documentation
  • #18535 - Dev tools: tests for adding extensions from different platform members
  • #18550 - In Qute guide, first Type-safe template example does not compile
  • #18531 - Allow delete clause in delete queries in Panache
  • #18530 - Neo4j - replace driver producer with a synthetic bean
  • #18528 - Apply various improvements to @QuarkusIntegrationTest
  • #18518 - Upgrade to Mutiny 0.19.2 and the Vert.x bindings 2.9.0
  • #18515 - Restore compatibility with Mandrel 20.3
  • #18513 - Serialization support breaks backwwards compatibility with GraalVM/Mandrel 20.3
  • #18510 - Quarkus 2.0.1 VerifyError:Bad access to protected data in invokevirtual
  • #18508 - Minor cleanup of CuratedApplication
  • #18506 - Unify console color handling
  • #18505 - Also look for DOCKER_HOST in IsDockerWorking
  • #18504 - Bump awssdk.version from 2.16.96 to 2.16.97
  • #18502 - PanacheEntityBase.delete(String query, Parameters params) doesn't work with SQL prefix - java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: DELETE
  • #18494 - Dev Services with a remote Docker environment
  • #18491 - Fix injection of indexed based configuration
  • #18489 - Use the new ConfigValue API instead of the equivalent hack
  • #18487 - Added documentation about setting code coverage thresholds
  • #18482 - DevTools: project creation tests involving non-platform extensions and choosing compatible Quarkus platform version
  • #18481 - Bump postgresql from 42.2.22 to 42.2.23
  • #18475 - Highlight application code in stack traces
  • #18474 - Bump tika-parsers from 1.26 to 1.27
  • #18473 - Indexed configuration properties not injected by @ConfigProperty
  • #18472 - Move build-system.properties and remove comments
  • #18471 - Update the continuous testing tests to avoid races
  • #18470 - Don't close the connection when returning Multi
  • #18467 - CLI registry clear-cache command
  • #18465 - Bump awssdk.version from 2.16.94 to 2.16.96
  • #18464 - Stricter tests for Panache Reactive
  • #18459 - Basic maven project create test for multiple BOM imports
  • #18458 - When disposing of a Mutiny.Session on a vert.x thread don't block it
  • #18453 - New vert.x getting started and reference guide
  • #18445 - Quarkus Resteasy Reactive does not respect keep-alive when using Multi<>s
  • #18442 - RESTEasy Reactive: Added a note about multi and response filters
  • #18439 - mutable-jar build breaks docker cache
  • #18437 - Use matchers to in flaky DevMojoIT in order to get proper logs when the test fails
  • #18435 - Allow a trigger of '*' as catch-all for incoming events
  • #18434 - Improve warning about blocking on IO thread
  • #18433 - Treat @Transactional like @Blocking
  • #18432 - Fix test race condition
  • #18429 - Bump agroal.version from 1.11 to 1.12
  • #18428 - Propagate quarkus.tls.trust-all in quarkus-spring-cloud-config-client extension
  • #18423 - Refactor support for launching artifacts for @QuarkusIntegrationTest
  • #18421 - Migrate to GitHub Issue Forms
  • #18417 - Run jpa-mapping-xml tests in native mode on CI
  • #18416 - Dev UI: Add strictRendering=false to Qute engine
  • #18413 - Accessing DevConsole fails with InternalServerError in the current snapshot
  • #18410 - Remove usage of deprecated gradle API
  • #18407 - Bump Sentry to 5.0.1
  • #18405 - Upgrade to Hibernate Search 6.0.5.Final
  • #18397 - Remove unnecessary classloader locking
  • #18393 - Fix typo
  • #18387 - TLS: Introduce key-store-key-password
  • #18379 - Look fo existing UncaughtExceptionHandler when producing KafkaStreams Instance
  • #18377 - Remove misleading -Dno-descriptor-tests from JDK16 CI job
  • #18375 - Custom config source is not working in Quarkus 2.0.0
  • #18371 - Bump caffeine from 2.9.1 to 2.9.2
  • #18370 - Bump jcc from 11.5.5.0 to 11.5.6.0
  • #18367 - Infinispan extension adds some useful links to the dev ui
  • #18363 - Infinispan extension upgrades
  • #18362 - Introduce the ability to handle custom sources in QuarkusProdModeTest
  • #18354 - UUID Config Source
  • #18353 - Fix RR kotline deployment dependencies
  • #18336 - Use StackWalker API to get calling class
  • #18334 - Update to Vert.x 4.1.1
  • #18331 - Add the ability to enable DEBUG/TRACE logging
  • #18329 - SunCertPathBuilderException: unable to find valid certification path to requested target in binary container with Mailer
  • #18325 - Bump awssdk.version from 2.16.93 to 2.16.94
  • #18323 - Bump flyway-core from 7.10.0 to 7.11.0
  • #18322 - Bump formatter-maven-plugin from 2.15.0 to 2.16.0
  • #18317 - Upgrade to Mutiny 0.18.1
  • #18312 - Some very minor polishing of our Classloaders & related
  • #18311 - Add reactive MS SQL client extension
  • #18298 - Qute - CompletedStage and other perf improvements
  • #18288 - Console log has no color after switching to Quarkus 2.0.0.Final
  • #18284 - Bump neo4j-java-driver from 4.3.2 to 4.3.3
  • #18282 - Bump kubernetes-client-bom from 5.4.1 to 5.5.0
  • #18281 - Bump awssdk.version from 2.16.92 to 2.16.93
  • #18280 - Add documentation for the recently merged NDJSON support in vertx-web
  • #18269 - Add RestResponse type to RESTEasy Reactive
  • #18268 - Hibernate Reactive: ReactiveSessionProducer blocks event loop thread
  • #18267 - Qute - fix performance regression caused by Results.NotFound
  • #18264 - Add option to run OpenAPI filter on every request
  • #18262 - Remove support for the CompletionStage API of Hibernate Reactive
  • #18261 - Use separate DB for tests
  • #18255 - Mock @ConfigMapping documentation
  • #18244 - Upgrade Kotlin dependency to 1.5.20
  • #18241 - Allow setting batch size for Hibernate Reactive
  • #18239 - Update tests for Hibernate Reactive
  • #18238 - Ensure YAML configuration is taken into account for DynamicFeatures
  • #18237 - YAML configuration ignored for JAX-RS Dynamic Features
  • #18232 - Do not produce Infinispan RemoteCacheManager if no Infinispan configuration is present
  • #18230 - Make the RR dependency on the Kotlin support module a conditional dependency
  • #18227 - Qute - introduce strict rendering
  • #18222 - Introduce support for Kotlin Flow as return type in RESTEasy Reactive
  • #18219 - Bump mutiny from 0.17.0 to 0.18.0
  • #18217 - Bump awssdk.version from 2.16.91 to 2.16.92
  • #18215 - Set Quarkus framework details onto Resource of span
  • #18209 - Go back to Liquibase 4.3.5
  • #18206 - Upgrade to Mutiny 0.18.0
  • #18203 - Add warning about unnecessary (and unsupported) annotations on reactive rest client
  • #18201 - Allow using Kotlin Flow for SSE
  • #18199 - Update SmallRye Config to 2.4.1
  • #18198 - Add groupid for maven compiler
  • #18183 - Bump assertj to 3.20.2
  • #18182 - Implement support for NDJSON streaming in vertex-web
  • #18181 - Implement label-based container discovery for Redis Dev Service
  • #18180 - Document requirement for elevated shell on build
  • #18176 - Bump bctls-fips from 1.0.11.4 to 1.0.12.1
  • #18175 - Bump awssdk.version from 2.16.90 to 2.16.91
  • #18174 - Update gitflow-incremental-builder to 3.14.3
  • #18158 - Upgrade MP Health to 3.1 and SR Health to 3.1.1
  • #18149 - Qute - take() and takeLast() for lists and arrays
  • #18143 - Improve docs on Dev Mode
  • #18140 - Bump awssdk.version from 2.16.89 to 2.16.90
  • #18127 - Qute - loop section - introduce the {#else} block
  • #18126 - Apply minor polish to ConfigUtils
  • #18123 - Add test case to make sure DDL scripts are not created in append mode
  • #18121 - Add ability to remove classes from a dependency
  • #18119 - Bump awssdk.version from 2.16.88 to 2.16.89
  • #18116 - Use a ClassValue based cache to optimise header encodings in RestEasy Reactive
  • #18110 - Qute - deprecate Results.Result enum and introduce Results.NotFound
  • #18107 - New extension quarkus-hibernate-search-orm-elasticsearch-aws
  • #18106 - Enable the generation of documentation for extensions whose package name contains 5 specific components
  • #18102 - Make minor improvements to various RESTEasy Reactive classes that iterate through maps
  • #18096 - Use Mutiny boms instead of listing all dependencies individually
  • #18094 - Add Abraxas Informatik AG to ADOPTERS.md
  • #18093 - Add more detail to test result page
  • #18088 - Update OTEL Docs
  • #18085 - Kafka reference guide
  • #18077 - Support Test Resources from @TestProfile in native mode
  • #18074 - Adjust OpenTelemetry integration test to handle out of order spans
  • #18073 - Update 'quarkus-oidc' and 'quarkus-oidc-client' to get secrets from CredentialsProvider
  • #18072 - Support Test Resources from @TestProfile in native mode
  • #18066 - Fail to start when service binding is enabled and Kafka boostrap servers not set
  • #18060 - Scheduler - introduce Scheduled#skipExecutionIf()
  • #18059 - Fix broken Liquibase 4.4 in native mode
  • #18054 - Bump mockito-core from 3.11.1 to 3.11.2
  • #18053 - Bump awssdk.version from 2.16.87 to 2.16.88
  • #18046 - Add OTeL and REST Client async integration test
  • #18041 - Bump neo4j-java-driver from 4.3.1 to 4.3.2
  • #18039 - Bump commons-io from 2.9.0 to 2.10.0
  • #18036 - Upgrade gizmo to 1.0.9.Final
  • #18035 - Add the missing quickstarts in the guides
  • #18030 - InjectMock - validate the scope of the injected bean
  • #18024 - Align bootstrap version to 4.6.0
  • #18023 - Align jquery version to 3.5.1
  • #18022 - Align jsoup version in quarkus-build-parent and quarkus-extension-processor
  • #18018 - KafkaStreams UncaughtExceptionHandler can only be set before starting the stream
  • #18008 - Added test to validate that hibernate properties in environment variables do not log a warning unused message when they are in use
  • #17989 - Bump awssdk.version from 2.16.86 to 2.16.87
  • #17986 - Use the GraalVM API instead of flag to force build-time init
  • #17980 - Implement shared broker for the AMQP Dev Service
  • #17974 - Add info about Logger into Quarkus Opentracing guide
  • #17972 - ArC - rework the way the build profile producer beans are disabled
  • #17971 - Apply minor polish to ClassInclusionReport
  • #17969 - Move client classes into the project
  • #17967 - Bump awssdk.version from 2.16.85 to 2.16.86
  • #17965 - Bump json-smart from 2.3 to 2.4.1 in /bom/application
  • #17954 - Type-safe messages - support logical lines in localized files
  • #17943 - Bump to Liquibase 4.4.0
  • #17941 - Fix issue with custom test annotation and @QuarkusTestResource.List
  • #17934 - Bump awssdk.version from 2.16.84 to 2.16.85
  • #17930 - @QuarkusTestResource stopped being started from custom annotation
  • #17926 - Mongodb/configure read concern
  • #17925 - Type-safe messages - support logical lines in properties files
  • #17924 - DDL scripts are generated in append-mode
  • #17923 - Type-safe messages - generate a base example properties file
  • #17919 - Qute namespace resolvers - namespace should be validated
  • #17918 - Apply some micro-optimizations to logging setup code
  • #17917 - Panache: Support collections in Hibernate Filters
  • #17911 - Apply minor polish to code associated with AdditionalIndexedClassesBuildItem
  • #17900 - Bump awssdk.version from 2.16.83 to 2.16.84
  • #17896 - Support the injection of OIDC introspection response
  • #17889 - OpenShift: Fix quarkus.openshift.arguments property
  • #17888 - Small enhancements of the Kafka guide
  • #17881 - Fix main CI by aligning jboss-parent in enforcer-rules tests
  • #17880 - Bump awssdk.version from 2.16.81 to 2.16.83
  • #17873 - Bump mockito.version from 3.11.0 to 3.11.1
  • #17870 - Remove unnecessary dependencies in Gradle projects
  • #17862 - Align ANTLR version in quarkus-build-parent and quarkus-bom
  • #17859 - Type-safe messages - generate a base example properties file for every message bundle interface
  • #17855 - Type-safe messages - inspect virtual method params during validation
  • #17849 - Bump narayana.version from 5.11.2.Final to 5.12.0.Final
  • #17848 - Bump flyway-core from 7.9.2 to 7.10.0
  • #17844 - Implement Dev Services for AMQP
  • #17838 - Change the behavior of InjectionPointInfo.getRequiredType()
  • #17837 - Implement a label based discovery for Kafka Dev Service
  • #17835 - InjectionPointInfo.getRequiredType() should return the type parameter for programmatic lookup
  • #17830 - Getting started guide for smallrye-reactive-messaging-kafka
  • #17816 - Bump wildfly-elytron.version from 1.15.4.Final to 1.16.0.Final
  • #17815 - Bump bouncycastle.version from 1.68 to 1.69
  • #17805 - Make it possible to configure read concern for mongodb database/ client
  • #17804 - add in plugins to avoid IntelliJ errors
  • #17800 - Distributed tracing for RestEasy Reactive
  • #17783 - Minor QOL fix for Quarkus devs
  • #17778 - Bump snakeyaml from 1.28 to 1.29
  • #17774 - Add NativeImageSecurityProviderBuildItem
  • #17772 - Move some of the test deps out of quarkus-bom
  • #17761 - Hibernate ORM no longer needs Jandex at runtime
  • #17756 - Cleanup: Remove isAnnotation(ClassInfo) utility methods
  • #17752 - Center and resize pictures in the various guides
  • #17751 - Split out the WebSocket client
  • #17748 - Avoid the Caffeine overhead when it's not used
  • #17742 - Bump jgit.version from 5.11.1.202105131744-r to 5.12.0.202106070339-r
  • #17740 - Security related IT failures with latest GraalVM CE
  • #17739 - Introduce factory methods to create Redis clients dynamically
  • #17738 - Propagate Quarkus Redis Config to Vertx Redis Client
  • #17732 - Update reactive picture to match with the web site background
  • #17728 - Hibernate Reactive thread model fixes
  • #17715 - Remove initialisation of a config item as the Quarkus config will handle it
  • #17711 - Disable single parsing of compiler graphs in native-image
  • #17708 - Bump neo4j-java-driver from 4.3.0 to 4.3.1
  • #17705 - Remove unused build mongo dev-service build items
  • #17701 - Support setting maxPoolSize for OIDC WebClients
  • #17687 - Do multipart parsing inside RESTEasyReactive
  • #17682 - Bump mockito-core from 3.10.0 to 3.11.0
  • #17680 - Bump mockito-core from 3.10.0 to 3.11.0 in /devtools/gradle
  • #17679 - Bump mockito-core from 3.10.0 to 3.11.0 in /integration-tests/gradle
  • #17675 - Start rewriting the reactive documentation
  • #17670 - Simplify iteration and transformation of Vert.x headers
  • #17666 - Support configuring Vert.x WebClient maxPoolSize in quarkus-oidc and quarkus-oidc-client
  • #17655 - Funqy KNative events support for attribute filtering on incoming events
  • #17648 - Bump aws-alexa-sdk.version from 2.38.1 to 2.39.0
  • #17645 - CI: cancel also non-PR runs in forks
  • #17640 - OpenTelemetry OTLP Exporter and Default Parameters Customizer
  • #17635 - Add the smallrye-graphql-client extension to MAINTAINERS.adoc
  • #17624 - Add rule for @QuarkusIntegrationTest to the bot
  • #17612 - Verify span's client IP is correct through Proxy
  • #17596 - Apply tiny polish to DevMojo
  • #17595 - Enable assertions for tests
  • #17583 - ArC - rework the way the build profile/property producer beans are disabled
  • #17561 - Update quarkus-bot.yml
  • #17542 - Add mailer tests
  • #17528 - Unify NativeBuildReport usage via jbang in GH workflows
  • #17520 - Fix EA JDK build via jdk.compiler add-opens
  • #17490 - Bump commons-io from 2.8.0 to 2.9.0
  • #17489 - Bump neo4j-java-driver from 4.2.5 to 4.3.0
  • #17483 - Register ConfigSources directly with the builder
  • #17430 - RESTEasy Reactive: read ContainerRequestContext getEntityStream in filter resource method payload becomes null
  • #17357 - Configure transaction timeouts via properties
  • #17274 - Optional sort in REST Data Panache
  • #17269 - Support injection of Maps using @ConfigProperty
  • #17254 - FSWatchUtil should assign a good name to the threads it starts
  • #17124 - Support environment variables defined by OpenTelemetry project
  • #17123 - OpenTelemetry trace sampling configuration
  • #17122 - OpenTelemetry customization of propagators
  • #16871 - Rest Data with Panache check if "?sort" parameter is specified
  • #16806 - Kotlin 1.5.10
  • #16718 - RESTEasy Reactive: introduce GenericResponse type
  • #16682 - ServiceBinding for Kafka should not use localhost values if no bindings are present and fail fast when starting with invalid values
  • #16529 - Drop jprocesses in favor of java.lang.ProcessHandle
  • #16521 - Drop jprocesses in favor of java.lang.ProcessHandle
  • #16342 - Add test for case where @ResponseStatus is used along with @ExceptionHandler
  • #16147 - Handle conditional dependency resolution in Gradle
  • #15943 - OpenShift: We can't provide Java arguments
  • #15866 - Support the injection of OIDC TokenIntrospection
  • #15432 - Configuring logging documentation
  • #15380 - Serialization feature support
  • #15125 - Ability to apply provider to 'quarkus.oidc.credentials.secret' configuration key
  • #14981 - Improve transactional observer without jta warning
  • #14968 - Improve transactional observer without jta warning
  • #14812 - Hibernate Reactive with Stage API throws ContextNotActiveException on flush
  • #14530 - Better DevExp for serialization feature support as of GraalVM 21
  • #13887 - Instantiate new Redis client
  • #13832 - PanacheEntityBase: support collections in Hibernate filters
  • #12521 - Improving the extensions guides introduction
  • #5492 - RestEasy ServletConfigSourceImpl is broken
quarkus - 2.0.2.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #18637 - ArC decorators - fix NPE when non-default delegate qualifiers are used
  • #18635 - Make sure the TX is still rolled back on shutdown
  • #18632 - Error Build step with extension quarkus-jdbc-mssql
  • #18630 - OpenAPI change to use MultiMap rather than Map
  • #18626 - Register @Parameters(completionCandidates = ...) for reflection in Picocli extension
  • #18625 - CLI: correct behavior of --tests and --no-tests
  • #18613 - Fix Throwable handling in @ServerExceptionMapper
  • #18610 - Put the JDBC Oracle extension with other JDBC drivers in code.quarkus.io
  • #18608 - Add a category to SmallRye GraphQL Client
  • #18603 - StackOverflowException for Throwable ExceptionMapper
  • #18600 - Don't require a global body handler for vertx-graphql
  • #18598 - Extension quarkus-vertx-graphql interferes with extension quarkus-resteasy-multipart
  • #18591 - Fix generated openapi if not in target folder (TRUNCATE_EXISTING)
  • #18590 - Register Picocli completion candidates for reflection
  • #18586 - Emitted OpenAPI Spec files can become corrupt when the API surface shrinks
  • #18582 - Fix docker check ordering
  • #18569 - Tests not running inside docker container in 2.0.1 (DevServices kicking in when it should not?)
  • #18568 - Use code instead of provides-code as extension tag
  • #18563 - Optimized stripping of tabs and newlines in GraphQL (micro-optimization)
  • #18558 - ArC - fix ordering of multiple decorators with the same priority
  • #18556 - devservices logs a warning when no docker daemon is running
  • #18554 - Replace key-location by key.location in SmallRye JWT doc
  • #18551 - Fix Encoding and implement Accept header requirement from spec
  • #18547 - Fix issue with QuarkusIntegrationTest
  • #18538 - NPE during build when multiple decorators have the same priority
  • #18537 - QuarkusIntegrationTest cannot be run with failsafe in JVM mode
  • #18533 - Allow injection of entire interface hierarchy when using @ConfigMapping
  • #18532 - Fix lambda http base64 encoding and binary types
  • #18524 - ConfigMapping and CDI error
  • #18523 - Kafka serde autodetection duplicate
  • #18521 - Utf-8 graphql issue with non ascii chars
  • #18519 - Adds [App]ArtifactKey.toGacString() method to strip the type from the string
  • #18514 - Make sure gradle process is terminated in tests
  • #18507 - mvn quarkus:test starts DevServices twice
  • #18503 - CORS is broken with Quarkus and http2
  • #18498 - Annotation class not available: @Any
  • #18496 - Do not stop the reflective hierarchy walk too soon
  • #18495 - Update to 2.0.1.Final breaks working Kafka deserializer configuration in 1.x
  • #18492 - Ctrl+C is broken if pressed within Transactional (Quarkus 2.0.1.Final)
  • #18488 - ArC - ignore static and final injection fields
  • #18486 - Quarkus 2.0.1: Reflective access broken for Jackson (de)serialization / inheritance/polymorphism
  • #18483 - Fix config value in k8s doc
  • #18480 - Prevent non-public classes of method params from breaking interceptor handling
  • #18478 - SmallRye GraphQL 1.2.8 and client configuration fixes
  • #18477 - Upgrade to 1.13.0.Final and above causes Cannot transform java.util.concurrent.ThreadPoolExecutor as its containing application archive could not be found
  • #18466 - Bump jackson-bom from 2.12.3 to 2.12.4
  • #18461 - Adjusted ArcProxyBeanMetaDataClassNormalizer.normalize() work with to deeper hierarchies
  • #18457 - Multiple issues with SmallRye GraphQL Client
  • #18456 - Hibernate/Panache doc fixes
  • #18455 - Fix package of OidcTenantConfig in the documentation
  • #18454 - Ensure exception mappers work with CDI request scope
  • #18451 - Resteasy Reactive ExceptionMapper for, e.g., ClientErrorException has no active request scope
  • #18436 - Fix context affinity for the @ConsumeEvent annotation
  • #18420 - Basic registry client config builder for testing purposes
  • #18414 - Removed references to deprecated smallrye jwt property
  • #18406 - Update Jaeger reporter to use logger
  • #18391 - Quarkus CLI test are run even if --no-tests is specified
  • #18388 - @InjectSpy and @InjectMock cause @Valid behaviour change
  • #18385 - Remove instantiation of com.sun.jndi.ldap.LdapCtxFactory for JDK16+ compatibility
  • #18368 - Change syntax of create
  • #18359 - CLI: change syntax for create
  • #18356 - quarkus-amazon-lambda-rest: wrong base64 encoding and unable to add binary type by configuration
  • #18346 - Fix inconsistent behavior for quarkus.jaeger.reporter-log-spans between native/non-native
  • #17092 - Enable elytron-security-ldap tests on JDK 16+
quarkus - 2.0.1.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #18441 - Add missing nexus-staging-maven-plugin.version to bootstrap parent pom
  • #18426 - Add missing build-time-principle.png image
  • #18415 - Update OidcClient to accept String expires_in values
  • #18412 - Fixed guide URL for OpenShift extension
  • #18403 - REST Client reactive: make sure ClientBuilder is registered in native
  • #18394 - Fixed UI path in GraphQL Guide
  • #18390 - Fix flakey tests
  • #18384 - Only retain system properties from MAVEN_OPTS
  • #18374 - Quarkus OIDC Client unable to retrieve access-token
  • #18366 - Fix OpenTelemetry HTTP span naming
  • #18365 - Empty REST Client @Path leads to exception with OpenTelemetry
  • #18364 - Fix native error with OTLP exporter for OpenTelemetry
  • #18358 - Fixed StackOverflowError building reflective hierarchy
  • #18349 - SmallRye GraphQL Client not working in native
  • #18348 - General improvements to OpenTelemetry integration
  • #18347 - GraphQL: Fix config mapping between smallrye and quarkus keys
  • #18342 - Make sure the error message for not-working Docker is visible in test mode
  • #18341 - Registry client config (de)serialization tests and fixes
  • #18340 - OpenAPI: Allow static OpenAPI model from anywhere in the classpath
  • #18332 - Update log levels when running mvn quarkus:test
  • #18330 - Continuous Testing not using updated log level
  • #18321 - Remove obsolete warning about @Provider and constructor injection
  • #18320 - DevMojo: use proper keys discovering plugins and log goal invocations
  • #18319 - CLI: test validation; local repo settings
  • #18314 - Native build error when using quarkus-opentelemetry-exporter-otlp
  • #18310 - Clarify profile aware files vs profile properties
  • #18309 - Fix a small formatting issue in Reaugmentation guide
  • #18307 - Fix generated bytecode of Panache repository's getEntityManager(class) method
  • #18304 - Escape | and ` for default values in config doc generation
  • #18297 - SmallRye GraphQL 1.2.7
  • #18296 - QUARKUS - CONTINUOUS TESTING Guide Configuration property table layout broken
  • #18292 - what the behavior of multi-profile properties config?
  • #18291 - Fix off by 1 error
  • #18290 - Continuous testing test count index off by 1
  • #18286 - Add ability to change args between restarts
  • #18285 - quarkus build -Dkey=value pairs should be passed through blindly
  • #18283 - Recalculate compressed size in filterZipFile()
  • #18277 - Made Swagger UI header responsive to work better on smaller screen
  • #18274 - CLI: set JBANG_REPO during surefire tests
  • #18273 - Change wording when running quarkus create without any subcommand
  • #18270 - Take sorting into account with spring-data-jpa custom query methods
  • #18266 - Fix parse error on attribute from @Inheritance superclass in spring-data extension
  • #18260 - Remove legacy stuff from docs
  • #18259 - Don't use a generated feature for resources
  • #18258 - Save and restore windows terminal state
  • #18252 - MethodTooLargeException in NativeImageAutoFeatureStep.generateFeature
  • #18247 - CLI: incorrect command line in jbang README templates
  • #18245 - Micrometer: Pause briefly in CI tests to allow request threads to settle
  • #18243 - Introduce the ability to use deep mocks in @InjectMock
  • #18242 - Disable tracing of /q endpoints by default
  • #18240 - Spring Data JPA Extension: Sort not working with @Query annotated method
  • #18236 - Add support for deep stubbing in @InjectMock
  • #18235 - Write image ID and digest files when building with Jib
  • #18233 - Quarkus Container Image Builder should produce an image-digest file
  • #18229 - Prefer workspace POMs for quarkus:dependency-tree goal
  • #18226 - ArC - ignore decorators during bean discovery
  • #18225 - Add FAQ entry about IDEA and Java 11
  • #18224 - Release process job still failing on CLI JBang projects
  • #18220 - Error message and documentation for mixed CLI version
  • #18218 - Hibernate Reactive to use multi-line import scripts
  • #18216 - Hibernate Reactive to use the same import.sql format as Hibernate ORM
  • #18213 - Handle singular in Continuous Testing log lines
  • #18211 - CLI: update create cli to generate picocli project
  • #18207 - Make processing of Jackson's MismatchedInputException customizable
  • #18204 - Handle singular for continuous testing console
  • #18200 - Decorating QuarkusApplication won't build
  • #18197 - Show proper error when a @QuarkusTest is run from a non-Quarkus project dir
  • #18196 - Remove duplicate constraints from the bootstrap-bom
  • #18194 - Typesafe GraphQL client does not see NonNull annotations
  • #18193 - Console improvements
  • #18192 - Filter POM dependencies from the reloadable local artifacts
  • #18191 - Fix continuous testing with Elytron
  • #18190 - Problem starting quarkus app in dev mode with pom dependency
  • #18189 - Use a safe version of maven-shared-utils
  • #18188 - Make GraphQL client depend on JSON-B extension
  • #18187 - GraphQL client extension should directly depend on JSON-B extension
  • #18185 - Report number of tests correctly
  • #18184 - Customize response from resteasy jackson parse error
  • #18173 - Expose collected platform info through the AppModel
  • #18171 - Ensure suspend methods in RESTEasy Reactive use the same default media types as regular methods
  • #18170 - Fix broken v1 Ingress
  • #18167 - Introduced quarkus-bootstrap-bom
  • #18165 - Allow no source paths in ArchiveRootBuildItem
  • #18163 - gRPC ReactiveServiceTest - fix the race condition
  • #18162 - Prevent possible NPE in QuarkusRestPathTemplateInterceptor
  • #18161 - Enlist handlers for methods that have an HTTP method annotation
  • #18152 - Reset the appArtifact in QuarkusBootstrapProvider.close()
  • #18150 - Use proper Maven repositories to resolve deployment dependencies
  • #18146 - 2.0.0.Final: NullPointerException in QuarkusRestPathTemplateInterceptor
  • #18145 - Wrong content-type when using Kotlin coroutines in RESTEasy Reactive
  • #18144 - Fix potential race in continuous testing tests
  • #18142 - Console live reload fixes
  • #18141 - RestEasy Reactive: Incorrect ResourceRequestFilterHandler used in handler chain
  • #18139 - Add runtimeOnly dependencies to quarkusDev classpath
  • #18138 - Add ScramSaslClientFactory to the reflective classes
  • #18136 - Add selector to Deployment when missing
  • #18133 - Wait until the OIDC endpoint is actually available
  • #18132 - Wrong error message: If QuarkusTest has wrong working directory, it should not blame it on "NoSuchElementException: SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image"
  • #18128 - Downgrade Opentracing contrib JDBC to a version that didn't use a proxy
  • #18125 - Broken dependency when using OpenTelemetry + REST Client on main
  • #18124 - Fix actionable error message in Quartz scheduling
  • #18122 - Improve the Gradle dev experience from the CLI
  • #18118 - NoSuchElementException when building a project with no source files
  • #18117 - Injecting from another module causes ClassNotFoundException in dev mode
  • #18114 - codestart to go with 2.x quarkus create cli
  • #18112 - Allow configuring a custom PropertyNodeNameProvider via a CDI bean
  • #18108 - Fix invalid references in guides
  • #18104 - Do not record Env values in the runtime defaults
  • #18101 - Hibernate validator: use custom PropertyNodeNameProvider
  • #18099 - The QuarkusBootstrapProvider caches the AppArtifact causing problems
  • #18095 - quarkus-kubernetes: wrong kubernetes resource get generated when using an existing resource
  • #18089 - OIDC: Wait for actual realm
  • #18050 - [email protected] Security Vulnerability: Command Injection
  • #18026 - ClassNotFound using SCRAM SHA 256 with Kafka extension
  • #18019 - Application title in Swagger UI may overlap with the path input box
  • #18010 - Improve MongoDB with Panache guide
  • #18007 - quarkus-kubernetes generated Ingress broken in 2.0.0.CR3
  • #17973 - Add quarkus config properties for SmallRye GraphQL Client
  • #17927 - Quarkus CLI create app to move to created directory
  • #17892 - Native image/runner/executeable generation influenced by CI ENV variables
  • #17831 - For 2.x devtools, provide better messages when 1.x metadata is encountered
  • #17765 - CLI, maven, gradle: filter extensions by categories
  • #17712 - 2.0.0.CR3 smallrye graphql error code exception not being displayed
  • #17119 - Disable OpenTelemetry tracing of /q endpoints by default
  • #16862 - Error during build: Unrecognized option: --add-opens
  • #16399 - Panache @BsonIgnore for methods
  • #16154 - CLI: list --installable should be sorted
  • #12628 - copy dependency management for bootstrap modules to quarkus-bom
quarkus - 2.0.0.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #18109 - Fix Gradle repository URL
  • #18091 - Fix dev mode compile issues
  • #18086 - Cli docs & stream/platform parameter parsing
  • #18084 - Upgrade to Hibernate ORM 5.5.3.Final
  • #18082 - H2 DevServices should not attempt to stop a stopped server
  • #18081 - Provide actionable message when @QuarkusIntegrationTest is run before the Quarkus build
  • #18080 - Flyway devmode: Confirm before cleaning the schema
  • #18078 - Validate option for hibernate database generation
  • #18076 - Reactive SQL guide: document placeholders
  • #18075 - Extension registry transfer listener
  • #18071 - Add a resource example to the MongoDB and Hibernate ORM guides
  • #18069 - Document the limitation of log message indexing
  • #18067 - Scala 2.12 does not support a JDK 11 target
  • #18061 - Register the fields of the ChangeStreamDocument for reflection
  • #18058 - Scheduler - fix a regression in validation
  • #18056 - Reactive SQL Client Documentation Missing Information
  • #18048 - Force locale for Hibernate ORM REST Data Panache tests
  • #18047 - Set the compilation target to JDK 11
  • #18042 - Remove JDK 8 from the README badge
  • #18034 - Update to Keycloak 14.0.0
  • #18027 - Continuous testing fixes
  • #18021 - Upgrade to RESTEasy 4.6.1.Final
  • #18017 - HibernateOrmRestDataPanacheTest is generating a false negative in a non english locale
  • #18016 - Fixes method typo
  • #18014 - Bump postgresql from 42.2.21 to 42.2.22
  • #18013 - Cli cleanup
  • #18011 - Devtools: support pulling in the complete platform catalog from a single member bom
  • #18005 - Upgrade to Hibernate Rective 1.0.0.CR7
  • #18004 - Upgrade to Hibernate Reactive 1.0.0.CR7
  • #18003 - Fixes version selection for non-platform extensions when the stream is not specified
  • #17999 - Fix RESTEasy Reactive documentation on how to abort with @ServerRequestFilter
  • #17998 - RESTEasy Reactive request filter ctx.abortWith() exception
  • #17997 - Ensure @QuarkusTest works with @Nested and test lifecycle methods
  • #17994 - Update CLI guide with missing emojis
  • #17991 - Exclude JUnit 4
  • #17987 - Update SmallRye Reactive Messaging to version 3.5.0
  • #17984 - Implement generic signature reconstruction for methods and use it in RestClient Reactive
  • #17982 - Export JBANG_REPO env variable for release test ci job
  • #17979 - Mutiny Vert.x bindings upgrade to 2.7.0
  • #17978 - Add info about Logger into OpenTracing guide
  • #17976 - Update to Apicurio Registry 2.0.1.Final
  • #17975 - @Nested not working in @QuarkusTest
  • #17970 - Add the ability to re-use an existing native build
  • #17966 - List extensions from arbitrary platform
  • #17962 - Allow adding a specified keyId during OIDC token exchange
  • #17959 - Minor security doc updates
  • #17958 - Make OTEL Vertx Adapter extract forwarded headers for client ip if present
  • #17956 - Fix QuarkusClassLoader leak in QuarkusProdModeTest
  • #17955 - Use different emoji for project create
  • #17953 - Add a test verifying only JWT introspection can be used and update the docs
  • #17952 - Support Azure AD OIDC with certificate secrets
  • #17951 - Fixes to the logging doc
  • #17948 - Make Jib env var handling consistent with Kubernetes env vars handling
  • #17946 - gRPC: fix request context propagation
  • #17942 - Dev UI - handle file protocol for DevConsoleRuntimeTemplateInfoBuildItem
  • #17940 - Fix formatting of links for documentation of quarkus.hibernate-orm.metadata-builder-contributor
  • #17938 - Resteasy Reactive servlet fixes
  • #17936 - Print the running test when displaying output
  • #17935 - Enable color for quarkusDev
  • #17932 - Update OidcClientImpl to throw ISE if the client is closed
  • #17929 - Enable SSL and all security services for smallrye-jwt
  • #17928 - Upgrade to Hibernate Search 6.0.4
  • #17921 - Update OIDC 'Running behind a reverse proxy' docs
  • #17916 - SmallRye OpenAPI upgrade 2.1.6
  • #17915 - Regression: Dev UI fails with TemplateException
  • #17914 - Take 'enable' field into account for named logging handlers
  • #17913 - Named logging handlers can't be disabled
  • #17909 - Add http connection limits config
  • #17906 - Parameterized tests not running
  • #17902 - native-image optimisations to allow excluding the JDK's XML parser from a PostgreSQL / Hibernate app
  • #17898 - Small changes to Extension Catalog
  • #17897 - Add fallback to quarkus.config.locations
  • #17895 - Add mongodb-client BuildStep that includes org.bson.types.* classes to Jandex index
  • #17894 - Upgrade to Hibernate ORM 5.5.2.Final
  • #17893 - MongoDB BSON types are not in the Jandex index
  • #17890 - Fix 'Failed to index' warnings for arrays from entities
  • #17884 - TLS: Introduce *-alias to select specific key to use (or cert to trust)
  • #17878 - Quarkus Mongodb change stream resume token always null in native
  • #17876 - Quarkus CLI does not display icons correctly
  • #17875 - Update description to add extension
  • #17867 - Continuous Testing ignores @ParameterizedTest
  • #17865 - Make the platform model easier to navigate
  • #17860 - Fix potential NPE in RESTEasy Classic build time processing
  • #17858 - Add org.apache.maven.resolver:maven-resolver-impl as parentFirstArtifact
  • #17856 - Test for subscriptions with dynamic GraphQL clients
  • #17854 - NullPointerException in build when denying unannotated endpoints
  • #17853 - Prevent unlikely NoSuchElementException in continuous testing
  • #17852 - Change ring buffer default length to 3
  • #17851 - Polish console input
  • #17850 - Bump postgresql from 42.2.20 to 42.2.21
  • #17847 - Update the SmallRye GraphQL Extension documentation
  • #17845 - Upgrade to SmallRye GraphQL 1.2.5 and MicroProfile GraphQL 1.1.0
  • #17842 - Upgrade Infinispan to 12.1.4.Final
  • #17840 - Remove PlatformStack
  • #17836 - Refactor Amazon Services initialization a bit
  • #17834 - gRPC - clarify naming for clients
  • #17833 - Improve mvn quarkus:test output
  • #17827 - GraphQL guide simplifications
  • #17826 - Only close the span after all writing has finished
  • #17824 - quarkus:dev displays exception (warning) for @Disabled tests
  • #17823 - Accept GraphQL queries with line breaks and tabs
  • #17822 - Improve compile error message
  • #17821 - Add note in guide about @QuarkusIntegrationTest and the test phase
  • #17820 - Properly convert property to env var in @QuarkusIntegrationTest
  • #17819 - Add ability to log to stderr
  • #17818 - [1.13.7] Using dotenv file and get unrecognized configuration key warn.
  • #17814 - Bump awssdk.version from 2.16.79 to 2.16.81
  • #17811 - Update the security NVD section
  • #17810 - QuarkusIntegrationTest docker env does not work with property names containing '/'
  • #17803 - Remove FIXMEs that have been there for ages
  • #17802 - Add note on how to enable JVM debugging in jib built container image
  • #17801 - CLI List extension should work with a specified quarkus version
  • #17798 - Ignore warnings on specific missing sources
  • #17796 - ArC client proxies - prioritize delegating methods impl. on superclasses
  • #17795 - gRPC: more logging on failures
  • #17794 - Prevent potential deadlock
  • #17793 - quarkus:dev continuous testing stuck
  • #17789 - Added a note on events in SmallRye GraphQL Document
  • #17788 - A note on true in the Maven docs
  • #17787 - Support constructor injection into providers
  • #17784 - Improve test/dev mode output
  • #17782 - Attempt to fix CT intermittent failures
  • #17781 - Rename BuildItem and remove unused method
  • #17780 - Enable continuous testing from the IDE
  • #17777 - Create a MongoDB with Panache and Kotlin guide
  • #17769 - Fix a few things in the Hibernate Search Dev UI
  • #17768 - Fix typo in name of AdditionalSecuredClassesBuildIem class
  • #17764 - Bump to ubi-minimal:8.4
  • #17760 - QuarkusIntegrationTest on java jar, should support Jacoco
  • #17757 - Give processes launched by @QuarkusIntegrationTest a chance to terminate normally
  • #17755 - 'Cannot delegate to an abstract method' for scoped bean with complex interfaces
  • #17753 - Pull docker image when necessary for @QuarkusIntegrationTest
  • #17744 - Bump awssdk.version from 2.16.78 to 2.16.79
  • #17741 - Export maven.repo.local property for Jbang cli tests
  • #17737 - QuarkusIntegrationTest docker run, does not clean container after timeout
  • #17736 - Register all ConfigMapping group super types for reflection
  • #17733 - GraphQL NullPointerException when running Quarkus project
  • #17730 - QuarkusIntegrationTest docker run, does not pull the image
  • #17725 - Add extension for Apicurio Registry Avro
  • #17723 - gRPC Dev UI: slight improvements
  • #17719 - quarkus:test output does not always start
  • #17717 - Continuous testing quarkus:test goal requires @QuarkusTest annotation
  • #17716 - Fix generatedCode output dir
  • #17714 - Propagate Quarkus Redis Config to Vertx Redis Client
  • #17710 - 2.0.0.CR3 org.hibernate.LazyInitializationException for fetched relation ouside the transaction
  • #17709 - Bump awssdk.version from 2.16.76 to 2.16.78
  • #17707 - Bump aws-lambda-java-events from 3.8.0 to 3.9.0
  • #17706 - 2.0.0.CR3 gradle quarkus-generated-sources in wrong place
  • #17704 - Double check misleading unknown config warnings
  • #17703 - Add OTEL Config Params
  • #17690 - Use @Identifier instead of @Named in kafka client
  • #17689 - Capabilities are not persisted
  • #17686 - Always setup build time logging
  • #17685 - SecurityContext override with no quarkus-security
  • #17683 - Bump flyway-core from 7.9.1 to 7.9.2
  • #17681 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.9.0 to 2.9.1
  • #17677 - Adds argLine to instrument Integration Tests
  • #17676 - Common URL Template path handling for REST requests (server and client)
  • #17673 - Vertx Redis client configuration via Quarkus properties
  • #17671 - ArC - document io.quarkus.arc.WithCaching
  • #17667 - GraphQL handler blows up if request contains newline breaks
  • #17659 - Allow specifying per-port nodePort
  • #17653 - NPE in ConfigMapping on Native when using -H:ResourceConfigurationFiles or quarkus.native.resources.includes property
  • #17646 - Bump awssdk.version from 2.16.75 to 2.16.76
  • #17643 - Export maven.repo.local for gradle tests
  • #17641 - Add OpenTelemetry OTLP Exporter
  • #17625 - ArC - document io.quarkus.arc.WithCaching
  • #17621 - CLI: Change default short option to display version from "-V" to "-v"
  • #17619 - Fix Windows input issue
  • #17618 - Live Coding (Regression): Warnings when the changing code contains @ConfigProperty
  • #17615 - Bump awssdk.version from 2.16.74 to 2.16.75
  • #17610 - Use main.java for JBang projects
  • #17600 - Add 'hibernate.discriminator.ignore_explicit_for_joined' property
  • #17592 - re-augmentation causes information to get lost in 2.0.0.CR2
  • #17582 - NodePort cannot be defined if the service contains several ports
  • #17564 - Support for resolving extension catalog given platform stream, align member BOM imports using quarkus.platform.group-id and quarkus.platform.version
  • #17563 - OIDC redirect-path property
  • #17529 - Bump awssdk.version from 2.16.73 to 2.16.74
  • #17527 - Overriding SecurityContext doesn't work with quarkus-resteasy-reactive, but works with quarkus-resteasy
  • #17525 - smallrye.config.locations property didn't work on 2.0.0.CR2
  • #17514 - Use ';' as default delimiter in Hibernate ORM's generated DDL scripts
  • #17510 - Bump awssdk.version from 2.16.71 to 2.16.73
  • #17487 - Bump awssdk.version from 2.16.70 to 2.16.71
  • #17424 - Add option to support selection of SSL key in JKS keystore using an alias property
  • #16952 - High HTTP span name cardinality with opentelemetry extension
  • #16927 - Quarkus slow Hibernate startup - Property hard coded on FastBootHibernatePersistenceProvider
  • #16520 - Opentelemetry: Distributed tracing with Reactive Routes
  • #16507 - Opentelemetry - VertxHttpClient doesn't have his own span
  • #16472 - Closed OidcClients should throw ISE in its methods and OidcClients should ignore close IO Exceptions
  • #15370 - quarkus-logging-gelf: mapper_parsing_exception when include-log-message-parameters is true (default)
  • #15338 - Provides a Kotlin MongoDB with Panache guide
  • #15231 - Client Metrics does not use template URI variables
  • #15213 - injecting Instance results in NPE at io.quarkus.amazon.s3.runtime.S3ClientProducer.client()
  • #15044 - Better detection of rest request templated paths for metrics (micrometer)
  • #10927 - Panache docs should have a full REST resource before the advance query section
  • #9569 - Make the console logging output stream configurable.
  • #7536 - Quarkus code coverage with failsafe
  • #5883 - Hibernate hbm2ddl in application.properties is not working as mentioned
quarkus - 1.13.7.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #17763 - SimpleScheduler - fix CronTrigger#evaluate()
  • #17758 - Also register CustomResource implementors fully for reflection.
  • #17727 - Add resteasy extension to generated app in the AMQP guide
  • #17724 - Scheduler is not triggered or triggered 2 times randomly with native image
  • #17721 - Add artemis-mqtt-protocol dependency
  • #17720 - Add artemis-mqtt-protocol in the bom
  • #17688 - Use Maven version 3.8.1 in the generated projects
  • #17668 - Quarkus bundles generated projects with maven wrapper 3.6.3
  • #17632 - Correctly propagate dispatchToWorker to websockets
  • #17605 - Pass max frame size to VertxServerWebSocketContainer
  • #17599 - Bump gradle jandex plugin version in test and doc
  • #17580 - Create log file parent directories for @QuarkusIntegrationTest
  • #17571 - Option quarkus.websocket.dispatch-to-worker=true doesn't work anymore in Quarkus 1.13
  • #17565 - @QuarkusIntegrationTest with docker image fails on unable to create logfile
  • #17555 - Make VertxInputStream#available not fail on large content-type
  • #17551 - Don't write error response when it's already been written
  • #17473 - Gradle: create quarkusDeploymentOnlyClasspath configuration
  • #17455 - Resteasy fails with NumberFormatException if file is larger than 2047 MB
  • #17206 - maxFramePayloadLength seems to be hardcoded when using WebSocketClient
  • #16727 - Ensure that a non-indexed entry doesn't break generic type resolution
quarkus - 2.0.0.CR3

Published by gsmet over 3 years ago

Major changes

  • #17609 - Upgrade to Hibernate ORM 5.5.0.Final
  • #17004 - Return an Uni for persist/update/persistAndFlush methods

Complete changelog

  • #17692 - Upgrade Quarkus HTTP to 4.1.1
  • #17669 - Make sure the gRPC server is started after synthetic beans init
  • #17663 - Initialize io.grpc.internal.RetriableStream at runtime
  • #17661 - Add documentation for @Cache and @NoCache
  • #17660 - Initialize io.vertx.ext.auth.impl.jose.JWT at runtime
  • #17657 - Using Vert.x Auth, Native image build failures on GraalVM 21.1 with Random/SplittableRandom initialized at build time
  • #17656 - Prevent double registration of MpPublisherMessageBodyReader in rest client
  • #17654 - Rename quarkus.neo4j.pool.metrics-enabled for unification
  • #17652 - Disable GraphQL metrics by default
  • #17651 - Change the way Resteasy injection is initialized
  • #17644 - Add support for @Cache and @NoCache in RESTEasy Reactive
  • #17639 - Add Guide for OpenTelemetry
  • #17636 - gRPC: IOThreadInterceptor must check if context is not null before calling runOnContext
  • #17634 - Remove default Jaeger endpoint
  • #17632 - Correctly propagate dispatchToWorker to websockets
  • #17630 - Add @Cache annotation to resteasy-reactive
  • #17628 - Hot reload fails when using custom beans validator and MP Rest Client
  • #17627 - RESTEASY002160 warning when starting an application with @RegisterRestClient
  • #17623 - Ensure @QuarkusIntegrationTest works properly with any Filesystem path
  • #17620 - Update Vert.x to version 4.1.0 and related dependencies
  • #17617 - Don't run maven IT names by default
  • #17613 - Upgrade to Hibernate Reactive 1.0.0.CR6
  • #17609 - Upgrade to Hibernate ORM 5.5.0.Final
  • #17608 - Move OpenTelemetry REST Client filter into hidden extension
  • #17607 - QuarkusIntegrationTest cannot locate build output directory if it contains special characters like #
  • #17606 - Upgrade to Jandex 2.3.0
  • #17605 - Pass max frame size to VertxServerWebSocketContainer
  • #17604 - Do not delete BrotliDecoder and let GraalVM DCE do it for us
  • #17601 - Preserve TCCL when using coroutines in RESTEasy Reactive
  • #17599 - Bump gradle jandex plugin version in test and doc
  • #17598 - Bump kubernetes-client-bom from 5.4.0 to 5.4.1
  • #17597 - Dev mode fails to reload classes when using reactive rest client with coroutines in Quarkus 2.0.0.CR2
  • #17590 - Update to GraphQL client user guide
  • #17585 - Use project's Quarkus version when resolving extension catalogs using a registry client
  • #17584 - Update to SmallRye JWT 3.2.0
  • #17580 - Create log file parent directories for @QuarkusIntegrationTest
  • #17577 - gRPC: fail code generation gracefully on default java package
  • #17576 - Upgrade SmallRye OpenAPI to 2.1.5
  • #17575 - gRPC: support @Blocking on class
  • #17574 - Create generic build item for DevServices native
  • #17573 - Continuous tests may not run for unit tests
  • #17572 - Propagate environment for CLI tests
  • #17571 - Option quarkus.websocket.dispatch-to-worker=true doesn't work anymore in Quarkus 1.13
  • #17570 - @UnlessBuildProperty to suppress default instance
  • #17567 - CLI tests: prereqs and property propagation
  • #17565 - @QuarkusIntegrationTest with docker image fails on unable to create logfile
  • #17557 - Continuous testing: not all tests are re-run automatically
  • #17556 - SmallRye GraphQL Client: remove hard dependency on Rest client
  • #17555 - Make VertxInputStream#available not fail on large content-type
  • #17554 - Updated SmallRye GraphQL to 1.2.3
  • #17553 - Ensure that Spring Cloud Config Server can be reached when port is not set
  • #17551 - Don't write error response when it's already been written
  • #17550 - gRPC - fix a bug in service validation
  • #17549 - Allow extensions to suppress build time config change warnings
  • #17547 - Add some doc regarding the new features in the maven plugin
  • #17546 - Ensure that VertxInputStream doesn't result in infinite attempts to read data
  • #17544 - ArC - do not activate request context for Inialized/Destroyed events
  • #17541 - Devtools: introduces a platform release index allowing proper platform releases ordering when selecting BOMs for import
  • #17540 - Continuous testing is inconsistent with resteasy-reactive
  • #17538 - Remove support for hibernate.properties (long deprecated)
  • #17537 - Remove (deprecated) support for hibernate.properties
  • #17524 - Update gitflow-incremental-builder to 3.14.2
  • #17522 - Port number must be set on quarkus.spring-cloud-config.url to pass the test
  • #17521 - Add ability to use Pact version >=4.1.0
  • #17519 - quarkus.container-image.password stored in image
  • #17518 - Use proper parent first artifacts Set in fast-jar
  • #17517 - Update to Vert.x 4.1.0.CR2
  • #17512 - Parent First ClassLoader issue with JimFS
  • #17506 - Resteasy Reactive: InputStream is closed too early
  • #17505 - Restructure OpenTelemetry extensions to use a parent aggregator
  • #17504 - gRPC Dev UI - init service health statuses after hotdeploy
  • #17503 - Safer annotations removal
  • #17502 - CLI v2.x docs (part 2)
  • #17500 - Fix generated configuration include for Continuous Testing guide
  • #17498 - Catch more deployment artifacts on the runtime CP
  • #17496 - Bump kotlin version of integration-test projects
  • #17491 - Quarkus project using hibernate validator on classes from separate jars does not compile with 1.13.5.Final
  • #17485 - gRPC: Mutiny classes generation fails without java package definition
  • #17484 - Make the maven build task compatible with parallel builds
  • #17481 - Using custom MeterRegistry implementations (aka suppressing the default MeterRegistry)
  • #17478 - Utilize Vert.x Tracing SPI in OpenTelemetry
  • #17475 - Make @Blocking work on gRPC services
  • #17473 - Gradle: create quarkusDeploymentOnlyClasspath configuration
  • #17468 - Implement Dev Services for Kafka
  • #17455 - Resteasy fails with NumberFormatException if file is larger than 2047 MB
  • #17453 - gRPC Dev UI - service status is always UNKNOWN after hotdeploy
  • #17442 - gRPC Dev UI - support streaming calls
  • #17386 - Dev mode hot reload fails with OpenTelemetry in dependencies
  • #17385 - MP RestClient calls fail if OpenTelemetry is in list of dependencies
  • #17234 - Building native images with quarkus-opentelemetry extension throw a Random/SplittableRandom initialized error at build time
  • #17206 - maxFramePayloadLength seems to be hardcoded when using WebSocketClient
  • #17173 - Rest Client Reactive - multipart support
  • #17117 - Switch OpenTelemetry extension to use Vert.x 4 Tracing SPI
  • #17004 - Return an Uni for persist/update/persistAndFlush methods
  • #16932 - Make the maven build task compatible with parallel builds
  • #16753 - Problem with quarkus-websockets on 2.0.0.Alpha1
  • #16107 - Remove default Jaeger endpoint except in DEV mode
  • #16093 - Add Quickstart/Guide for OpenTelemetry extension
  • #14475 - Hibernate Reactive's Panache persist methods should return the persisted entity
quarkus - 1.13.6.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #17493 - Hibernate Validator - Work around Jandex issue in enclosingTarget()
  • #17472 - Introduce build item to override weak reflection semantics
  • #17464 - Fix the indentation of the smallrye-metrics example
quarkus - 2.0.0.CR2

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #17495 - Scheduler - use an application class predicate when generating invokers
  • #17492 - IllegalAccessError invoking non-public @Scheduled method
  • #17477 - Add a named producer for the current HttpServerRequest
  • #17476 - Add newline at EOF in smallrye-graphql-client's POM file
  • #17471 - Let OIDC users block the opaque tokens if only JWT tokens are expected
  • #17457 - OIDC introspection (opaque access token, not jwt)
  • #17446 - Support for platform streams in the registry client
  • #17353 - Exposing the request object in Qute
  • #16407 - Change CLI commands and options (part 1)
  • #16318 - CLI: consider autocomplete support via TAB
  • #16316 - CLI: make it possible to specify additional quarkus config properties
  • #16033 - review quarkus cli command / flag structure
  • #15552 - Handle kotlin compiler args in dev mode
  • #15418 - Dev reload ignores Kotlin compiler arguments
quarkus - 1.13.5.Final

Published by gsmet over 3 years ago

Major changes

  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows

Complete changelog

  • #17454 - Hibernate Validator - Fix container element constraints detection
  • #17452 - Injected Bean Validator has different behavior than the static default Hibernate one
  • #17433 - Add ChangeStreamDocument Mongo class for reflection
  • #17432 - MongoDB Client Extension - NullPointerException in native mode with ChangeStreamDocumentCodec
  • #17390 - Update SmallRye Config to 1.13.1
  • #17377 - Suspend GET requests as well
  • #17366 - Fix case of lost TCCL in dev-mode when RESTEasy Reactive reads the HTTP body
  • #17359 - Dev mode fails to reload classes when using reactive rest client
  • #17354 - ArC dev mode - fix business method invocations monitoring
  • #17352 - Depend on Keycloak 12.0.4 for the moment
  • #17333 - Bump xstream from 1.4.16 to 1.4.17
  • #17327 - WebSockets in Extensions
  • #17322 - Quarkus random ConcurrentModificationException
  • #17296 - Use StandardCharsets.UTF_8 where appropriate
  • #17294 - Add configuration reference to Deploying to OpenShift
  • #17278 - More config issues in Quarkus 1.13.4.Final
  • #17216 - Resteasy hangs on null header
  • #17202 - Workaround jpa-oracle failure when using Mandrel
  • #17199 - Honor GenerateResourceBuildItem while building UberJar
  • #17179 - Keycloak Authorization 'policy-enforcer.lazy-load-paths=true' regression
  • #17168 - Null as HTTP header value results in hanging thread
  • #16999 - Fix case where REST Client returns JAX-RS Response from a JAX-RS endpoint
  • #16277 - Update aws-sdk to 2.16.36
  • #16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #16233 - Maven 3.8.1 update causes warning
  • #16139 - [native] 1.13.0.Final Fails To Build Native Image
  • #15897 - Runtime initialize amazon-services classes using j.u.Random
  • #15611 - Add ConstraintVerifier infomation to OptaPlanner documentation
quarkus - 2.0.0.CR1

Published by gsmet over 3 years ago

Major changes

  • #17425 - Remove the ThreadLocalPgPool implementation: vertx 4 has a Pool which doesn't need wrapping
  • #16909 - Hibernate with Panache: rework getEntityManager and flush

Complete changelog

  • #17470 - gRPC - fix dev mode recorder
  • #17467 - gRPC client injection - fix NPE
  • #17464 - Fix the indentation of the smallrye-metrics example
  • #17462 - Bump jboss-logging from 3.4.1.Final to 3.4.2.Final
  • #17460 - Bump awssdk.version from 2.16.69 to 2.16.70
  • #17458 - Upgrade to SmallRye GraphQL 1.2.2
  • #17456 - Remove outdated maven-plugin-plugin version
  • #17450 - Support Vert.x context switching
  • #17449 - Get rid of false warning message during remote-dev shutdown
  • #17447 - gRPC - support micrometer metrics
  • #17445 - Fail at build time if @Inject is used in JAX-RS Application class
  • #17440 - Bump bctls-fips from 1.0.11.3 to 1.0.11.4
  • #17439 - Bump awssdk.version from 2.16.67 to 2.16.69
  • #17438 - Update to SmallRye Reactive Messaging 3.3.2
  • #17437 - Rename test configuration property names clashing with maven deploy
  • #17436 - Update Vert.x to 4.1.0.CR1 and Netty to 4.1.65.Final
  • #17435 - Upgrade to Hibernate ORM 5.5.0.CR1 and matching Hibernate Reactive 1.0.0.CR5
  • #17434 - ConfigMapping validation documentation
  • #17431 - Dependency doc fix in the OIDC Bearer Token test section
  • #17429 - gRPC client - make it possible to specify the deadline via configuration
  • #17427 - gRPC dev reload - fix ConcurrentModificationException on stream close
  • #17426 - Optimisations in ResteasyReactiveResourceInfo
  • #17425 - Remove the ThreadLocalPgPool implementation: vertx 4 has a Pool which doesn't need wrapping
  • #17423 - Subscription Handler - Allow multiple connections
  • #17420 - Bump rest-assured from 4.3.3 to 4.4.0
  • #17417 - Remove support for list of objects in YAML configuration
  • #17415 - Make support for advanced Jackson features optional in RESTEasy Reactive
  • #17414 - Doc: Mutiny RoutingContext is not injected in @Route method
  • #17412 - Cannot inject io.vertx.mutiny.ext.web.RoutingContext in @Route annotated method
  • #17411 - Raise the Dependabot limit a bit as we have a backlog with 3
  • #17410 - Add Configuration Reference
  • #17409 - Bump micrometer-bom from 1.6.6 to 1.7.0
  • #17408 - gRPC - expose AbstractStub.withDeadlineAfter() via GrpcClientConfiguration
  • #17407 - Bump kubernetes-client-bom from 5.3.1 to 5.4.0
  • #17406 - GraphQL client guide
  • #17405 - Fix case of RESTEasy Reactive in TCK job
  • #17404 - RESTEasy Reactive: allow, test and document HttpServerResponse injection
  • #17403 - Turn the PathsCollection back into a class to not break binary backward compatibility
  • #17402 - Make WebClientApplicationException usable from application code
  • #17401 - Improvements to GraphQL Client tests
  • #17399 - Manage kotlinx-coroutines-core in addition to kotlinx-coroutines-core-jvm
  • #17398 - Bump flyway-core from 7.9.0 to 7.9.1
  • #17397 - Reactive Rest Client should allow extracting response status from WebClientApplicationException
  • #17395 - Bump awssdk.version from 2.16.65 to 2.16.67
  • #17394 - Fallback on jar file for dev mode if gradle project is not found
  • #17393 - Bump com.gradle.plugin-publish from 0.14.0 to 0.15.0 in /devtools/gradle
  • #17392 - Allow to define parent first artifacts in fast jar mode
  • #17391 - Cannot load artifacts in parent first manner in fast jar mode
  • #17388 - gRPC Dev UI fixes
  • #17387 - gRPC - generate a convenient Mutiny client
  • #17384 - Dokka build needs to be attached to the package phase
  • #17383 - Support boxed boolean properties whose getters starts with "is" in BytecodeRecorder
  • #17382 - Clean code for Continuous Testing color and format
  • #17381 - Dev UI - initial gRPC support
  • #17380 - Use InputStream.readAllBytes in FileUtil
  • #17369 - Support nonProxyHosts for Vault client
  • #17368 - Replace deprecated serviceAccount with serviceAccountName in Knative plugin
  • #17367 - NPE in QuarkusModelBuilder for Gradle composite builds
  • #17365 - Do not initialize collections just to take a snapshot of their size
  • #17360 - gRPC - generate a convenient client bean to improve the user experience
  • #17355 - Update dokka-maven-plugin and put it into build-parent
  • #17351 - Introduction of maven.top-level-basedir property and updated docs
  • #17349 - [native] The upgrade of smallrye graphql to 1.2.0 breaks backwards compatibility with GraalVM/Mandrel 20.3
  • #17328 - Update to SmallRye Fault Tolerance 5.1.0 and add Vert.x integration
  • #17291 - Hibernate collections initialized on call to getMyCollection
  • #17264 - Allow multiple files with same form name in RESTEasy Reactive Multipart support
  • #17241 - Changes to ThreadFactory and ExecutorFactory
  • #17240 - Spring extension documentation graduation to stable
  • #17231 - Quarkus multi module projects should use the compiled source, instead of downloading it from nexus (or local .m2 folder)
  • #17184 - Add support of several resource and test resource folders in dev mode
  • #17183 - Support gRPC micrometer metrics
  • #17080 - Enable fault-tolerance tests on JDK 16+
  • #16909 - Hibernate with Panache: rework getEntityManager and flush
  • #16842 - Move dokka execution to a profile
  • #16677 - hibernate-reactive NullPointerException in case quarkus log level is set to debug and sql logging is enabled
  • #16606 - Reaugmentation documentation
  • #16453 - Upgrading from 1.11.x to 1.13.x breaks kubernetes authentication for quarkus-vault extension
  • #15595 - DB/Panache API around getting sessions is badly designed
  • #15414 - Vertx sqlclient Pool - mandatory ThreadLocalPool issue
  • #14608 - Vertx PgPool lost connection unexpectedly
  • #14542 - static flush or automaticlly flush static methods for hibernate reactive panache
  • #10298 - Enable quarkus:dev to hot-reload resources from non-standard paths
  • #9464 - Multiple import.sql files
quarkus - 2.0.0.Alpha3

Published by gsmet over 3 years ago

Major changes

  • #17350 - SmallRye GraphQL Client extension + 1.2.1 upgrade
  • #17232 - Introduce coroutine support in Reactive Messaging
  • #17056 - Add support for coroutines to the rest client
  • #17014 - Update to GraalVM 21.1
  • #16951 - Add support for hibernate.metadata_builder_contributor
  • #16857 - Add Amazon SSM extension
  • #16963 - Add quarkus:test goal

Complete changelog

  • #17379 - Continuous testing display fixes
  • #17378 - Attempt to shutdown even if zip file has changed
  • #17377 - Suspend GET requests as well
  • #17375 - Bump bctls-fips from 1.0.11.2 to 1.0.11.3
  • #17374 - Bump wildfly-elytron.version from 1.15.3.Final to 1.15.4.Final
  • #17363 - Add support for resolving Maven plugin artifacts and their dependencies
  • #17350 - SmallRye GraphQL Client extension + 1.2.1 upgrade
  • #17348 - Fix StoredProcedure call with cursor in native mode
  • #17346 - Update to SmallRye Reactive Messaging 3.3.0
  • #17345 - A couple trivial optimisations in the Classloader
  • #17342 - gRPC - generate a Mutiny service interface and a convenient bean to improve user experience
  • #17339 - Auto-indexing in Jandex of classes referenced from Hibernate ORM entities/embedables/XML mappings/etc
  • #17338 - gRPC treating clients without configuration as self-calling
  • #17336 - Run all tests even in broken only mode
  • #17335 - Integration tests for Oracle Database: fix Oracle Database connect string, decrease wait time
  • #17334 - XML Mapping for Hibernate ORM
  • #17332 - Bump impsort-maven-plugin from 1.6.0 to 1.6.2
  • #17331 - Bump awssdk.version from 2.16.64 to 2.16.65
  • #17330 - Pressing "r" when all tests are passing in broken only mode won't re-run any tests (continuous testing)
  • #17329 - Rename test configuration property names clashing with maven deploy
  • #17327 - WebSockets in Extensions
  • #17326 - ConfigMappingValidatorTest failing when deploying snapshots
  • #17325 - When container image credentials present, use only those
  • #17324 - AeshConsole exception happening randomly when killing continuous testing
  • #17323 - DevTools glogal registry client enabling system property and env var
  • #17321 - Allows multiple reply-to addresses
  • #17319 - CI incremental: fix insufficent number of native builds due to internal grep error
  • #17317 - Improve BytecodeRecorderImpl error message
  • #17315 - Configure GitHub Actions concurrency
  • #17313 - Qute type-safe validation - various fixes
  • #17312 - Fix double slash issue in not found page
  • #17310 - Bump junit-bom from 5.7.1 to 5.7.2
  • #17309 - Flyway: Fix Scanner constructor substitution for Flyway 7.9.0
  • #17308 - Quarkus Mailer - support multiple replyTo Addresses
  • #17306 - Add ability to control which classes are cloned
  • #17305 - Fix some test suite CL leaks
  • #17303 - Upgrade to Hibernate ORM 5.5.0.Beta1
  • #17302 - Bump awssdk.version from 2.16.63 to 2.16.64
  • #17301 - Bump jgit.version from 5.11.0.202103091610-r to 5.11.1.202105131744-r
  • #17300 - Remove deprecated code
  • #17299 - Bump junit-jupiter from 5.7.1 to 5.7.2 in /devtools/gradle
  • #17298 - Bump junit-jupiter from 5.7.1 to 5.7.2 in /integration-tests/gradle
  • #17297 - Fix typo in RESTEasy Reactive Serialisers
  • #17295 - Oracle StoredProcedure call with cursor in native mode raises a NullPointerException
  • #17293 - Support OidcClient refresh_token mode only
  • #17286 - Mailer templates - make it possible to pass template attributes
  • #17285 - Auto-indexing in Jandex of classes referenced from Hibernate ORM entities/embedables/XML mappings/etc.
  • #17282 - Upgrade to Flyway 7.9.0
  • #17281 - Apply minor polish to RESTEasy Reactive extension using Java 11 Collection methods
  • #17277 - Inner classes mapped as entity should be static
  • #17276 - Qute - introduce Eval section
  • #17273 - Bump junit-jupiter from 5.7.1 to 5.7.2
  • #17272 - Add a guide howto deploy a Quarkus app to Heroku
  • #17270 - Add artifact coords and enable resource filtering for quarkus-extension.yaml
  • #17267 - Disable mongodb-client IT in windows as they are unreliable
  • #17265 - Support Kotlin enums as params in RESTEasy Reactive methods
  • #17263 - Activate Coroutine request scope
  • #17262 - Continuous testing fails with multiple outputs
  • #17259 - Remove jcenter plugin repos from *-panache-kotlin
  • #17258 - Java 16+: Don't exec AllConfigGenerator as long as --add-opens is required
  • #17257 - Update Vert.x to version 4.1.0.Beta1
  • #17252 - Basic changes to integrate the new platform model based on the decomposed 'universe' BOM
  • #17251 - Using kotlin enums as resteasy reactive jackson params fails
  • #17250 - Add Information on How to Assign Properties ar Startup
  • #17249 - Quarkus 2.0.0.Alpha2 continous testing not working with kotlin kapt plugin
  • #17247 - Base codestarts: declare mavenCentral() before mavenLocal()
  • #17246 - Multipart file upload, bind files with same field name to the specified field
  • #17245 - Fix Minor Errors in Blaze Persistence Guide
  • #17243 - Bump awssdk.version from 2.16.62 to 2.16.63
  • #17239 - Support Keycloak Authorization for OIDC web-app applications
  • #17235 - Disable MongoDB IT on windows as they are un-reliable
  • #17232 - Introduce coroutine support in Reactive Messaging
  • #17230 - gRPC always start server in development mode
  • #17229 - gRPC - generate a Mutiny service class to simplify UX
  • #17225 - Load base codestarts before extra codestarts
  • #17221 - Rename DevConsoleProcessor
  • #17219 - DevServices fixes for in memory DBs
  • #17218 - Rename quarkus-extension.yaml
  • #17214 - Bump mockito-core from 3.9.0 to 3.10.0
  • #17212 - docs: fix mvn parameter for dockerbuild on windows in aws-lambda guide
  • #17211 - Bump gizmo from 1.0.7.Final to 1.0.8.Final
  • #17210 - Update OIDC/JWT docs how to check the errors in the logs and add info about Keycloak Frontend Url
  • #17208 - Bump awssdk.version from 2.16.61 to 2.16.62
  • #17203 - DevUI: Ignore keybindings if input
  • #17201 - Improve continuous testing status message
  • #17200 - More test CL changes
  • #17198 - Fix issues with changes to test resources
  • #17195 - (Quarkus 2.0.0.Alpha2) Cannot run @QuarkusTest with database rider
  • #17193 - Support Keycloak Authorization for OIDC 'web-app' applications
  • #17191 - Upgrade SmallRye GraphQL to 1.2.0 (Initial subscription support)
  • #17189 - Bump mockito.version from 3.9.0 to 3.10.0
  • #17188 - Bump mariadb-java-client from 2.7.2 to 2.7.3
  • #17187 - Bump mockito-core from 3.9.0 to 3.10.0 in /devtools/gradle
  • #17186 - Bump mockito-core from 3.9.0 to 3.10.0 in /integration-tests/gradle
  • #17185 - Add setAttribute to MailTemplateInstance or provide another way to set the locale
  • #17181 - Make sure that resteasy-reactive uses the same Jackson used in Quarkus
  • #17180 - Save a small amount of allocations during init
  • #17178 - Clear separation between constinuous test runs in the console
  • #17177 - NPE during live reload on 2.0.0.Alpha2
  • #17176 - Introduce quarkus.jackson.accept-case-insensitive-enums
  • #17175 - Problems loading classpath resources within QuarkusTestResource classes
  • #17174 - Keycloak Authorization must block access to the public resource if a matching enforcing policy exists
  • #17172 - Amazon S3 guide - Switch to new Mutiny transform() method
  • #17171 - Provide an actionable error message when byte[] is used as a field of the Multipart POJO
  • #17169 - Bump to dekorate 2.1.4
  • #17167 - gRPC - specify client compression via GrpcClientConfiguration
  • #17166 - CI: workflow unifications to reduce noise, run_jvm flag for jvm-tests
  • #17164 - Regression Issue: Secured endpoints are exposed when no token is provided using Keycloak-Authorization extension
  • #17162 - DevConsoleFilter - query string should not be stripped away
  • #17160 - Console "failed" counter is wrong using continuous testing
  • #17159 - Delay when hitting "r" to enable continuous testing
  • #17158 - Fix the outdated distroless documentation
  • #17157 - Fix large blank space in stack traces
  • #17155 - Fix wrong failure number
  • #17152 - Bump mysql-connector-java from 8.0.24 to 8.0.25
  • #17151 - Bump awssdk.version from 2.16.60 to 2.16.61
  • #17149 - Qute reflection resolver - support methods with params
  • #17142 - Extension metadata: support local dependencies assembled with plugins instead of built from sources
  • #17139 - Log presence of Docker at DEBUG level, not INFO
  • #17138 - Fixed qute TemplateException in RESTEasy Reactive Endpoint Page
  • #17137 - Quarkus 2.0.0.Alpha2 : quarkus-bootstrap-maven-plugin fails in camel-quarkus project
  • #17134 - Add initial continuous testing docs
  • #17133 - Adds redis-devservices it
  • #17132 - Add information about DevServices in Redis documentation
  • #17131 - Bump awaitility from 4.0.3 to 4.1.0
  • #17130 - Keycloak absolute URL for quarkus.oidc.authorization-path property
  • #17128 - Bump awssdk.version from 2.16.59 to 2.16.60
  • #17127 - Bump awaitility from 4.0.3 to 4.1.0 in /integration-tests/gradle
  • #17126 - Bump awaitility from 4.0.3 to 4.1.0 in /devtools/gradle
  • #17115 - Update kotlin version in gradle sample project
  • #17114 - Allow to run the main build manually
  • #17113 - Upgrade to Mutiny 0.17.0 and Smallrye Reactive Utils 2.5.1
  • #17112 - CI: Fix build of TCKS modules not using GIB args & use mvnw from resteasy-reative-testsuite
  • #17111 - Improve adding extension xp in all tooling
  • #17109 - ArC - build fails if an injection point of raw type Instance is defined
  • #17107 - CI: Fix native matrix calculation for modules with slash
  • #17106 - gRPC - fail the build if an unsupported client stub is injected
  • #17101 - Update repository declaration order
  • #17100 - Prevent a failed cancellation of a file upload from hanging a request
  • #17098 - Kotlin testing fix
  • #17097 - Work around xstream issues in main ITs on Java 16
  • #17096 - 16942: Update scheduler-reference.adoc for pause/resume of single method
  • #17095 - Fix issue with primitive param types in rest client
  • #17091 - Enable xstream based tests on JDK 16+
  • #17090 - Renamed NativeImageBuildStepTest to GraalVMTest
  • #17089 - 2.0.0.Alpha2: Failed to generate client for Mp rest client interface
  • #17083 - Add DevServices support for Vault extension
  • #17082 - CI: Bump 'JVM Tests - JDK 15' to JDK 16 and EA job to 17-ea
  • #17079 - Bump awssdk.version from 2.16.58 to 2.16.59
  • #17075 - Enhance TestSecurity OIDC to support UserInfo and OidcConfigurationMetadata
  • #17073 - Update SmallRye Config to 2.3.0
  • #17070 - Add DevServices for Redis extension
  • #17068 - Bump gradle wrapper to 6.9
  • #17067 - Make client-id optional for OIDC service applications
  • #17066 - gRPC - consider exposing AbstractStub.withCompression(String) via GrpcClientConfiguration
  • #17063 - Allow to disable ConfigProperties
  • #17062 - gRPC cannot inject async and ListenableFuture-style client stubs but does not fail during build
  • #17061 - Allow to disable ConfigProperties
  • #17060 - Use quarkus-bom in QuarkusCodestartTest with standaloneExtensionCatalog
  • #17057 - Add polish to coroutine support in RESTEasy Reactive
  • #17056 - Add support for coroutines to the rest client
  • #17055 - Bump narayana.version from 5.11.1.Final to 5.11.2.Final
  • #17054 - Bump awssdk.version from 2.16.57 to 2.16.58
  • #17053 - JDK16 fixes and workarounds that should make the EA job pass
  • #17050 - Support Multi-Tenancy in Keycloak Authorization
  • #17049 - Fix reflection registration issue with Jackson's @JsonSerialize & @JsonDeserialize
  • #17048 - Renaming package for the H2 DevServicesProcessor
  • #17047 - Vertx ConsumeEvent - document failure handling
  • #17045 - Reactive routes - support CompletionStage as a method return type
  • #17044 - Delete unused html file in Dev UI
  • #17043 - Update SmallRye and MicroProfile OpenAPI versions
  • #17042 - Remove reference deprecated callback
  • #17040 - Documentation for @ConsumeEvent could mention that exceptions are not logged
  • #17039 - Improve Multipart support with regards to multiple file uploads
  • #17037 - Vertx-web return Vertx Future support.
  • #17036 - Add support for SNI (Server Name Indication) for the HTTP server
  • #17035 - Ability to pause live reload
  • #17033 - Allow explicitly specifying options sign/verify to Vault transit methods
  • #17032 - Support providing explicit options to VaultTransitSecretEngine sign & verifySignature
  • #17031 - Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
  • #17030 - Bump jacoco.version from 0.8.6 to 0.8.7
  • #17029 - Bump awssdk.version from 2.16.55 to 2.16.57
  • #17027 - Remove deprecated QuarkusTestBeforeAllCallback
  • #17025 - Multiple file upload using Quarkus and RestEasy reactive
  • #17024 - Fixes VaultTransitSecretEngine.readKey to work with symmetric & asymmetric keys
  • #17022 - CI: Fix failure on empty native jobs matrix
  • #17021 - Make OIDC client-id optional for service applications but only if introspection is disabled
  • #17019 - Removed deprecated BuildStep.loadsApplicationClasses()
  • #17018 - Removing deprecated BuildStep.applicationArchiveMarkers()
  • #17017 - Removed deprecated BuildStep.providesCapabilities()
  • #17016 - Set RoutingContext as AuthenticationRequest attribute
  • #17015 - Remove deprecated build items
  • #17014 - Update to GraalVM 21.1
  • #17013 - Allow injecting the authorization client
  • #17011 - Remove usage of deprecated NativeImageEnableAllTimeZonesBuildItem
  • #17010 - Upgrade to Hibernate ORM 5.5.0.Alpha1
  • #17009 - Add Javadoc for RESTEasy Reactive Kotlin
  • #17007 - Dev UI - handle file: protocol when locating /dev-templates
  • #17003 - Scheduler - fix tests for pause/resume of scheduled methods
  • #17001 - Enable Oracle DB container images for testing, normalize build properties
  • #17000 - Upgrade SmallRye Health to 3.0.2 and Add security context propagation to the health check invocations
  • #16997 - Fixed the path to the extension catalog json for the all-config gen
  • #16996 - Create the structure to handle ADRs
  • #16994 - RESTEasy Reactive: align produces between client and server
  • #16989 - Make vert.x http register static resources in native
  • #16988 - VaultTransitSecretEngine.readKey fails with asymmetric keys
  • #16985 - Fix card layout in Dev UI
  • #16983 - Reduce 20 mins grace period in DevModeTestUtils to 3 mins
  • #16980 - Raise kotlin-maven-plugin jvmTarget from 1.8 to 11
  • #16973 - add multi-tenancy support to keycloak-authorization
  • #16972 - Allow direct access to the keycloak PolicyEnforcer or the AuthzClient
  • #16971 - Improve the JavaDoc in io.quarkus.arc.processor.QualifierRegistrar
  • #16969 - Enhance Lifecycle Guide: How to Add Command Line Arguments
  • #16963 - Add quarkus:test goal
  • #16962 - Use the watch service when possible
  • #16956 - Initial checkin of feature to allow faking the Cognito user
  • #16953 - [1.13.3] Static resources disappear in native executable
  • #16951 - Add support for hibernate.metadata_builder_contributor
  • #16942 - Scheduler - document how to pause/resume a @Scheduled method with identity
  • #16931 - Dispatches coroutines in the correct thread on suspending endpoints
  • #16857 - Add Amazon SSM extension
  • #16851 - It would be great for Quarkus to Support SNI for multiple HTTPS Certs available against a single IP address and port
  • #16813 - Security context not available in health check
  • #16792 - SmallRye GraphQL Client extension
  • #16789 - Context is not propagated within IdentityProvider (AuthenticationRequestContext's runBlocking method)
  • #16739 - RESTEasy Reactive Kotlin is using a Worker-Thread and not a Vert.x-Event-Thread
  • #16714 - Add DevServices for Redis extension
  • #16699 - Dev UI does not use embedded.html when extension module is in same project as application
  • #16697 - Enhance TestSecurity OIDC module to support the injection of UserInfo and OidcConfigurationMetadata
  • #16634 - Support for path-specific authentication mechanisms
  • #16586 - Update OidcClient to accept dynamic parameters and AccessTokenPropagationFilter to exchange the tokens
  • #16496 - Rewrite of the configuration reference guide
  • #16430 - Regression Test: Validation errors on Reactive routes are no longer propagated
  • #16353 - Tooling should display a message saying the extension to add has not been found
  • #16195 - CI: replace JDK 15 with 16
  • #16184 - Align Reactive RestEasy default mime types
  • #16056 - Create a MongoDB test extension
  • #15953 - Regression issue: Exception when using OpenShift/Kubernetes extensions and having an external Ansi dependency
  • #15702 - Fixing the optaplanner guide
  • #15388 - OidcClient should support dynamic properties
  • #15081 - Validation on configuration using interfaces doesn't work
  • #14996 - Quarkus Rest client can't consume /health and /metrics properly
  • #14842 - [Mongodb Client Extension] Expose MongoTestResource
  • #14762 - JPA orm.xml file handling to support multiple database vendors
  • #14731 - Safer Annotations
  • #13807 - Hibernate: Add support for hibernate.metadata_builder_contributor
  • #12792 - Qute data eval mechanism
  • #11886 - Basic Authentication for a single URL
  • #10683 - Jib extension ignores quarkus.container-image.username and quarkus.container-image.password
  • #9677 - ConversionException/NPE in @QuarkusTest and using Pact-JVM Jupiter Provider
  • #5755 - Support a token exchange protocol for OIDC 'service' applications
  • #5691 - Java 11 migration
  • #973 - Add to quarkus:dev the ability to run the "unit tests"
quarkus - 1.11.7.Final

Published by gsmet over 3 years ago

Major changes

  • #14732 - Update Kafka to 2.7.0

Complete changelog

  • #17279 - Handle Class.getMethods() returning multiple getters with just the return type differring
  • #17116 - Use mvnw in CI to make sure we have a stable Maven version
  • #16954 - Cannot serialise field parent on object ... as setter and getters were different types
  • #16915 - Http path backport
  • #16836 - Bump dokka-maven-plugin to remove jcenter repository
  • #16811 - Switch to using s01.oss.sonatype.org everywhere
  • #16800 - Add Jackson extension dependency in the Kafka Client extension
  • #16796 - Fix typo in cdi-integration.adoc
  • #16769 - Native packaging fail with kafka-client
  • #16766 - kafka-client : missing substituted JmxReporter method
  • #16765 - kafka-client : Detected a MBean server in the image heap
  • #16726 - Fix path of java.security in Dockerfile
  • #16543 - Fix RESTEasy Reactive Default Codestart on 1.11
  • #16515 - Raise log level to warn there's no topology found
  • #16514 - KafkaStream extension should report better that no topology is found
  • #16471 - Wrong location for java.security used in Dockerfile.jvm and others
  • #16435 - Attempt to fix the Kafka flaky tests
  • #16415 - KafkaStreamsITCase is flaky causing endless TimeoutException warnings leading to job being aborted
  • #16372 - Bump agroal.version from 1.10 to 1.11
  • #16371 - SslKafkaConsumerTest and SaslKafkaConsumerTest are both flaky
  • #16301 - More consistency for the step names, job name is already descriptive
  • #16298 - Use the job name in Surefire Reports artifact names
  • #16297 - Disable live reload instrumentation by default
  • #16295 - Fix wrong location of Micrometer Prometheus extension descriptor
  • #16229 - Upload the Surefire reports as artifacts
  • #16138 - Make sure all the project modules are loaded into workspace in case the root pom does not declare any
  • #16100 - Update Vert.x to version 3.9.6
  • #16038 - Use plugin repositories to resolve plugin descriptors
  • #16036 - Perform absolute basic Dockerfile validation in Openshift s2i extension
  • #16008 - Runtime initialize grpc class using j.u.Random
  • #15975 - ArC - fix disposer method resolution
  • #15960 - Add a more informative error message when Dockerfile is unavailable during s2i
  • #15958 - Fix QuarkusTestResourceLifecycleManager property mismatch in rest-client.adoc
  • #15949 - Upgrade to Agroal 1.10
  • #15946 - Fix broken kubernetes tests
  • #15922 - Graceful shutdown fixes
  • #15915 - Allow adding multiple realms
  • #15908 - Quartz extension - graceful shutdown for @Scheduled does not work
  • #15879 - Initialize classes using j.u.Random at runtime in kafka-client
  • #15817 - Quarkus maven plugin does not take pluginRepositories into consideration
  • #15762 - Fix invalid anchors in deploying-to-openshift.adoc
  • #15726 - Added class files should trigger a full reload
  • #15670 - Running app in OpenShift fails because of classpath set after jar
  • #15489 - Update SR OpenAPI to 2.0.23 and MP OpenAPI to 1.1.3-RC1
  • #15443 - SmallRye OpenAPI generates incorrect content type when using Spring Web annotations
  • #15435 - Move instrumentation config to quarkus.live-reload namespace
  • #15416 - Running app in OpenShift fails because of classpath set after jar
  • #15025 - Quarkus keeps dead database connections in its connection pool
  • #14732 - Update Kafka to 2.7.0
  • #14366 - Kafka consumer consumes all CPU when shutting down the broker
quarkus - 1.13.4.Final

Published by gsmet over 3 years ago

Major changes

Complete changelog

  • #17154 - Fix last modified and CL for memory resources
  • #17144 - Update to RestEasy 4.5.12
  • #17108 - Update SmallRye Config to 1.13.0
  • #17099 - Jacoco does not report on other modules
  • #17087 - Update to Keycloak 13.0.0
  • #17086 - Jacoco Extension does not report on sub projects as of 1.13.3
  • #17085 - Fixed typo in Kafka documentation: @Output -> @Outgoing
  • #17077 - Introduce UberJarMergedResourceBuildItem and UberJarIgnoredResourceBuildItem
  • #17076 - Doc: working with reactive batch query results
  • #17026 - Update OIDC to use GET for UserInfo
  • #17023 - Update OidcClient to recognize non-standard grant response properties
  • #17020 - OIDC does not work with Azure Hosted Keycloak (HTTP Error 411)
  • #17012 - Allow defining a fixed port for datasource DevServices
  • #16984 - Enable synthetic beans to be application classes
  • #16974 - Reactive routes - fix the way a return value const violation is detected
  • #16957 - Enhance OidcClient to accept non-standard token grant responses
  • #16936 - Allow injection of RoutingContext in RESTEasy Reactive
  • #16934 - Resteasy-reactive : JPA TenantResolver fails with Normal scoped producer method may not return null: io.quarkus.vertx.http.runtime.CurrentVertxRequest
  • #16911 - Improve documentation around native resources
  • #16907 - Fix generic type handling of body parameter in RESTEasy Reactive
  • #16906 - Fix possible NPE resolving user settings.xml
  • #16905 - Resteasy reactive - Handling Generics in request body
  • #16903 - When using random ports in a docker test, resort to host networking
  • #16900 - QuarkusIntegrationTest failing on containerized native image with quarkus.http.test-(ssl-)port set to 0
  • #16883 - Removed extra char in docs
  • #16879 - OIDC: Fix IllegalStateException when processing opaque tokens
  • #16823 - Allow to support inheritance in JAX-RS Resource included via Application#getClasses
  • #16768 - Being able to fix the Postgres listening port property with DevServices
  • #16490 - Bump jackson-bom from 2.12.1 to 2.12.3
  • #16338 - Quarkus sql client PreparedQuery.executeBatch number of rows affected always equal to 1
  • #16105 - Substitute BouncyCastle self-tests which rely on SecureRandom
  • #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
  • #16008 - Runtime initialize grpc class using j.u.Random
  • #15952 - Runtime initialize RandomUtil in artemis-core extension
  • #15889 - Bouncycastle FIPs leaving a SecureRandom in heap
  • #15879 - Initialize classes using j.u.Random at runtime in kafka-client
  • #15864 - Initialize vertx redis client classes using SplittableRandom at runtime
  • #12755 - OIDC introspection of opaque access-token does not fill principal of SecurityIdentity
  • #5677 - shade-like transformers for uberjar creation
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