quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are hidden (Show)

quarkus - 1.11.0.Beta1

Published by gsmet almost 4 years ago

Major changes

  • #13694 - Allow injection of Session/SessionFactory
  • #13601 - Move non application endpoints to separate URL path
  • #13361 - Disable Jackson's FAIL_ON_UNKNOWN_PROPERTIES by default
  • #13198 - Expose metrics for kafka-streams with Micrometer
  • #12971 - Quarkus REST

Complete changelog

  • #13936 - Fixed typo in name of settings.xml
  • #13933 - Bump testcontainers-bom from 1.15.0 to 1.15.1
  • #13931 - Handle single result custom type in custom query method
  • #13928 - Updated RESTEasy Reactive README
  • #13927 - Set the status code to 404 in Vert.x Web's ResourceNotFoundHandler
  • #13925 - Reactive routes - identify application handler classes correctly
  • #13922 - Suggest using Quarkiverse Hub to publish extension
  • #13918 - Add GenericType to the signature of ServerMessageBodyWriter methods
  • #13912 - Wire up web.xml session config
  • #13911 - Changing http to https on apache license
  • #13909 - Bump rest-assured from 4.3.2 to 4.3.3
  • #13907 - Fix broken redirect for /metrics sub paths
  • #13906 - Update to smallrye-jwt 2.4.1
  • #13903 - Fix overflow handling in RESTEasy Reactive
  • #13901 - Redirect for /metrics sub paths is not working
  • #13891 - Basic ClientHeadersFactory documentation
  • #13885 - Bump jgit.version from 5.9.0.202009080501-r to 5.10.0.202012080955-r
  • #13881 - Register SignatureAlgorithm and KeyEncryptionAlgorithm for reflection in smallrye-jwt
  • #13875 - Qute - support Mutiny Uni directly in the templates
  • #13866 - Issue with the SecurityIdentity on the IO Thread
  • #13865 - Add test for MTLS+Basic Auth
  • #13861 - CI: drop superfluous build step in TCKS job
  • #13860 - CI: replace netstat with ss for upcoming Ubuntu 20
  • #13857 - Reactive RestEasy JAX-RS client - passing entities
  • #13853 - Implement Various Reactive fixes
  • #13852 - Reactive RESTEasy - Project demonstrating various issues
  • #13849 - Bump awssdk.version from 2.15.43 to 2.15.45
  • #13846 - Bump to jGit 5.9.0.202009080501-r
  • #13835 - IllegalStateException "The current thread cannot be blocked: vert.x-eventloop-thread-1" in kafka topic message processing while invoking SecurityIdentity.getPrincipal()
  • #13833 - Fix param converter handling in RESTEasyReactive
  • #13829 - Validate that Kotlin entities do not extend PanacheEntity and also declare its own ID
  • #13827 - Bump liquibase-core from 4.2.0 to 4.2.2
  • #13825 - Add missing ConfigItem in the service binding configuration
  • #13824 - MongoDB read preferences by query
  • #13822 - Upgrade to Hibernate Search 6.0.0.Final
  • #13816 - CDI docs - fix invalid references
  • #13815 - IDE dev mode: add only reloadable local dependencies to the devmode context
  • #13813 - Remove the now useless em field from Hibernate Search ORM guide
  • #13811 - Warnings when building CDI docs
  • #13802 - Resteasy reactive docs
  • #13800 - Delegate final handling of un-mapped exceptions to Vert.x
  • #13799 - Ensure than an exception during serialization of json is properly handled
  • #13798 - RESTEasy Reactive: empty 500 response when reader throws
  • #13797 - RESTEasy Reactive: headers already sent when writer throws exception
  • #13796 - Qute type-safe templates: fix parameter assignability check
  • #13793 - Add RESTEasy Reactive example codestart
  • #13792 - Remove unused test injection code
  • #13790 - Bump awssdk.version from 2.15.38 to 2.15.43
  • #13789 - Make it possible for integration tests to observe Classloading events
  • #13786 - Bump caffeine from 2.8.7 to 2.8.8
  • #13785 - Bump jib-core to 0.16.0
  • #13780 - RESTEasy Reactive: valueOf parameter converters don't work
  • #13774 - Remove a few things handled by the bot from COMMITTERS.adoc
  • #13772 - Simplify the form of CDI doc
  • #13771 - Provide M2Eclipse metadata to silence errors in Eclipse
  • #13766 - Bump flyway-core from 7.3.0 to 7.3.1
  • #13764 - Move optional micrometer registries to quarkiverse
  • #13761 - Scan for packages in the Hibernate ORM extension
  • #13760 - Fix NPE in BytecodeRecorderImpl
  • #13759 - Dev mode: init timestamps for the added classes when they are detected
  • #13751 - Support for multiple persistence units in the Hibernate Search extension
  • #13750 - rest-client @RegisterClientHeaders documentation
  • #13749 - Quarkus ArC integration refactoring
  • #13748 - Convert test logging level to debug
  • #13746 - Introduce new quarkus cli command create-jbang
  • #13745 - Support SmallRye Config 1.10.0
  • #13744 - Bump caffeine from 2.8.6 to 2.8.7
  • #13743 - MongoDB Panache: Update field access with appropriate get/set methods
  • #13740 - Properly close the app launched in devmode from the IDE
  • #13737 - Introduce first version for supporting K8S Service Binding Specification
  • #13735 - Disambiguate Codestart and Extension codestarts in the doc
  • #13734 - Update jbang-maven-plugin to allow use of Maven 3.6.2, jbang version bump
  • #13732 - Use setters for Person in the example usage
  • #13725 - Also ignore the ReactiveX version of Buffer
  • #13721 - Remove lambdas from RESTEasy Reactive Uni/Multi handling
  • #13720 - Fix parent of some extensions
  • #13712 - Fix test for verifying 2LC can be disabled
  • #13707 - Correctly mark return type as nullable.
  • #13700 - Add exposed option to ResourceProperties
  • #13699 - Improve documentation about quarkus.native.container-runtime property
  • #13698 - Updating database container images used for testing
  • #13697 - Dev classloader concurrency fixes
  • #13696 - Allow injection of SearchSession/SearchMapping
  • #13695 - Make value field of @ServerExceptionMapper optional
  • #13694 - Allow injection of Session/SessionFactory
  • #13691 - Spring Data JPA @Modifying(clearAutomatically and flushAutomatically)
  • #13689 - Funqy generics improvement
  • #13688 - Add AwsProxyRequestContext to quarkus context
  • #13687 - Unsafe concurrent ClassLoader use
  • #13686 - Bump wildfly-elytron.version from 1.13.2.Final to 1.14.0.Final
  • #13680 - Fix Panache / Reactive integration tests in native mode
  • #13675 - Allow methods annotated with @ServerRequestFilter and @ServerResponseFilter to return various types
  • #13673 - Reset TCCL in QuarkusLauncher when the app terminates
  • #13672 - Reactive Panache: Entity bytecode replacements seem ignored by native-image
  • #13669 - Auto-detect container runtime
  • #13668 - Panache / Hibernate Reactive integration tests are not run on CI
  • #13659 - Update Keycloak Authorization docs and UserInfo
  • #13652 - Outdated section "Checking Permissions Programmatically" in security-keycloak-authorization guide
  • #13647 - Adding picocli codestart
  • #13646 - Bump awssdk.version from 2.15.36 to 2.15.38
  • #13642 - Consolidate surefire systemPropertyVariables in ITs
  • #13639 - Align artifactId of extensions/resteasy-reactive
  • #13636 - Make value field of @ServerExceptionMapper optional in RESTEasy Reactive
  • #13634 - Add default value for elasticsearch hosts/protocol in tests
  • #13633 - Update the Quarkus Codestart doc
  • #13628 - Make various improvements to RESTEasy Reactive ExceptionMapper handling
  • #13626 - Create quarkus-smallrye-jwt-build extension
  • #13625 - Add ability to set user in JIB container
  • #13619 - Detect wrong usage of singleton annotations
  • #13618 - Implement missing JpaRepository method deleteAllInBatch()
  • #13616 - RESTEasy Reactive: Move more logic outside Quarkus
  • #13613 - Updated gRPC and protobuf-java versions
  • #13612 - Wrong generics on ReactivePanacheMongoRepositoryBase.kt findById
  • #13609 - Bump awssdk.version from 2.15.35 to 2.15.36
  • #13608 - Support S3Event aws lambda
  • #13603 - Remove -H:+TraceClassInitialization from redis-client IT
  • #13601 - Move non application endpoints to separate URL path
  • #13597 - Adjust triage rules to be a lot less aggressive
  • #13592 - Support Async return types for @ServerResponseFilter in RESTEasy Reactive
  • #13591 - Support global exception mappers with the annotation style in RESTEasy Reactive
  • #13590 - Replace remaining quarkus-rest name in error message
  • #13589 - Adds assertions to the Amazon IAM test
  • #13587 - Qute: fix expression validation algorithm
  • #13580 - Introduce async exception mapping to RESTEasy Reactive
  • #13566 - Add Jackson's @JsonView support to RESTEasy Reactive
  • #13562 - Revert "Use temporary branch for RESTEast Reactive TCK"
  • #13561 - Add @JsonView support to quarkus-resteasy-reactive-jackson
  • #13560 - Support injectable loggers
  • #13558 - Upgrade to Hibernate Search 6.0.0.CR2 / Elasticsearch 7.10.0
  • #13557 - Increase timeout for native https tests
  • #13556 - Minor RESTEasy Reactive housekeeping
  • #13553 - Allow repeatable interceptor bindings
  • #13549 - Remove runtime dependency on ASM
  • #13548 - ASM no longer needs to be parent first
  • #13545 - Prepare removal of transformed caching interceptor bindings
  • #13544 - AWS Lambda S3Event deserialization fails
  • #13538 - Create Maven plugin command to generate JBang project
  • #13517 - .debug file next to the native executable is not present when building on macOS using the docker image
  • #13515 - Remove the ProtectionDomain Map in RunnerClassLoader
  • #13514 - Validate REST Data Panache sort query parameter
  • #13513 - Docs - CDI introduction - ApplicationScoped VS Singleton
  • #13510 - What about being able to inject a Logger?
  • #13509 - Update gradle documentation on native args settings
  • #13507 - Runtime ClassLoader's buffer evictions
  • #13505 - Bump mockito-core from 3.6.0 to 3.6.28
  • #13504 - Bump mockito.version from 3.6.0 to 3.6.28
  • #13503 - Runtime classloader micro optimisations
  • #13500 - Qute extension method with parameters not working in loop
  • #13499 - Add smallrye-jwt-build extension
  • #13498 - Move VaultRuntimeConfig to BOOTSTRAP phase
  • #13497 - Update to smallrye-jwt-2.4.0
  • #13494 - Minor changes related to resteasy-reactive
  • #13493 - Qute: TemplateInstance - add createUni(), remove deprecated publisher()
  • #13492 - Resteasy reactive cleanup
  • #13490 - Update mariadb-java-client to 2.7.1
  • #13488 - Break dependency cycle in Quarkus REST deployment tests
  • #13487 - Bump flyway-core from 7.2.1 to 7.3.0
  • #13486 - Bump wildfly-elytron.version from 1.13.1.Final to 1.13.2.Final
  • #13483 - Bump mockito-core from 3.6.0 to 3.6.28 in /integration-tests/gradle
  • #13482 - Bump mockito-core from 3.6.0 to 3.6.28 in /devtools/gradle
  • #13481 - Use newer
  • #13480 - Remove some unnecessary null statements
  • #13477 - Fix widespread errors in "relativePath" use of our pom.xml parent definition
  • #13473 - Workaround graal#3003 by passing IncludeResources via AutomaticFeature
  • #13472 - Workaround graal#3003 by passing IncludeResources via AutomaticFeature instead of command line argument
  • #13471 - Qute: implement strategies if a property is not found in an expression
  • #13469 - Added HTTP and Web Socket reactive messaging connector
  • #13468 - Update OIDC web-app and multitenancy docs, remove the deprecated 'xhr-auto-redirect' property'
  • #13462 - Bump awssdk.version from 2.15.29 to 2.15.35
  • #13460 - Allow Prometheus annotations to be modified/omitted
  • #13458 - Reactive routes - if needed propagate req. context activated by filter
  • #13450 - Make BytecodeRecorderImpl usable without reference to StartupTask
  • #13445 - Load Kotlin parent first
  • #13443 - Bump neo4j-java-driver from 4.1.1 to 4.2.0
  • #13442 - Bump cron-utils from 9.1.2 to 9.1.3
  • #13439 - Update hibernate multi-tenancy test docs
  • #13436 - Document how to disable wildcard imports in IDEA
  • #13435 - Infer database capabilities from JDBC-provided metadata on runtime init
  • #13432 - CI: Skip master in forks
  • #13429 - Update to cron-utils 9.1.2
  • #13427 - ArC - use DEBUG log level for disabled @Alternative test classes
  • #13422 - Add triage rules for Flyway and Liquibase
  • #13419 - Revert testing GELF
  • #13415 - CI: Don't run 'Deploy Snapshots' or 'Release Test Build' in forks
  • #13414 - Make "server_name" configurable in "logging-sentry" extension
  • #13412 - logging-sentry: Add config option for "server_name"
  • #13406 - Terminate gRPC channels and handle gRPC client invocations on the IO Thread when needed
  • #13405 - Introduce @UnlessBuildProperty
  • #13404 - Document gRPC blocking usage
  • #13403 - Using Integer.parseInt instead of valueOf
  • #13402 - Split the configuration guide into "introduction" and "reference"
  • #13401 - Refreshing expired IDToken fails if the auto-refresh interval is bigger than the ID token lifespan
  • #13398 - Attempt to fix Graylog CI issues
  • #13397 - Increase timeouts for grpc dev mode test
  • #13394 - Configure label in Spring Cloud Config Client extension
  • #13384 - Add more configuration option for logging gelf
  • #13383 - Introduce full indexing of specific directories of the classpath
  • #13379 - Make REST Data HAL collection name configurable
  • #13371 - Set the CurrentVertxRequest for reactive routes
  • #13370 - Add additional properties to the quarkus GELF extension
  • #13369 - Bump flyway-core from 7.2.0 to 7.2.1
  • #13366 - Better document end reactive routes
  • #13364 - Gelf test timing out
  • #13361 - Disable Jackson's FAIL_ON_UNKNOWN_PROPERTIES by default
  • #13359 - Split the configuration guide into "introduction" and "reference"
  • #13357 - gRPC client reponse dispatched on the wrong thread
  • #13332 - Repeated @InterceptorBinding are ignored by arc-processor
  • #13330 - Bump awssdk.version from 2.15.28 to 2.15.29
  • #13329 - Bump liquibase-core from 4.1.1 to 4.2.0
  • #13325 - Initialize the Maven project's Model for the tests
  • #13320 - Bumps smallrye-common-bom from 1.4.1 to 1.5.0
  • #13315 - Fix configuration processing to also process superclasses
  • #13313 - Vastly speed up lookup of META-INF/microprofile-config.properties for the common case (where the file is missing)
  • #13311 - Implement JpaRepository return type Set
  • #13308 - Support specifying TLS keys from classpath for gRPC clients
  • #13305 - Support reading grpc client trust store from classpath
  • #13300 - Fix secret-config-kv-prefix-path property
  • #13299 - Update README.md
  • #13296 - Introduce cache injection and NoOpCache
  • #13293 - Bump awssdk.version from 2.15.27 to 2.15.28
  • #13291 - Micro adjustments to read json matrix to make things more readable
  • #13290 - Make quarkus-bot matching a bit less aggressive for common extensions
  • #13289 - Suspicious CI failure in AddExtensionsMojoTest.testAddSingleDependency
  • #13287 - Use Uni to run OIDC Refresh token calls
  • #13286 - Enable automatic testing of logging-gelf with Graylog
  • #13285 - Bump bouncycastle.version from 1.66 to 1.67
  • #13283 - Qute: introduce switch/when section
  • #13281 - Update to JBoss Logging Annotations 2.2.0
  • #13276 - Invalid warning on quarkus.vault.secret-config-kv-path."prefix" property
  • #13274 - Needless INFO Ignoring bean defined via ... declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives
  • #13270 - Update to micrometer 1.6.1
  • #13268 - Bump jandex from 2.2.1.Final to 2.2.2.Final
  • #13267 - Bump awssdk.version from 2.15.26 to 2.15.27
  • #13266 - Bump debezium-core from 1.3.0.Final to 1.3.1.Final
  • #13262 - Error with RoutingContext Inject with Reactive routing
  • #13258 - Deferred release of JarFile buffers in RunnerClassLoader
  • #13255 - Qute: introduce convenient ValueResolverBuilder
  • #13246 - Bump awssdk.version from 2.15.25 to 2.15.26
  • #13245 - Reorder codec registry configuration so that custom codecs are registered first
  • #13238 - Add support for setting vert.x address resolver options
  • #13237 - Initial Support for BouncyCastle FIPS
  • #13236 - wrong initialisation order of mongo codec providers
  • #13226 - Qute type-safe checks: fix template extension method matching algorithm
  • #13222 - Bump kubernetes-client-bom from 4.12.0 to 4.13.0
  • #13221 - Bump awssdk.version from 2.15.24 to 2.15.25
  • #13220 - Bump aws-alexa-sdk.version from 2.36.0 to 2.37.1
  • #13219 - Introduce runnerParentFirstArtifact for use with RunnerClassLoader
  • #13216 - Evaluate the use of parentFirst artifacts in io.quarkus.bootstrap.runner.RunnerClassLoader
  • #13214 - Support configuration of AddressResolverOptions of managed vert.x instance
  • #13209 - Introduce a new CLI command to create JBang Quarkus projects
  • #13198 - Expose metrics for kafka-streams with Micrometer
  • #13186 - Qute: type-safe expressions - fix the template extension method matching algorithm
  • #13165 - Add Vault Transit key administration
  • #13163 - Expose metrics for kafka-streams with Micrometer
  • #13144 - Configuration of non application endpoints
  • #13079 - Upgrade Micrometer to 1.6.1
  • #13073 - @RequestScope with Filter and reactive routes
  • #12995 - Add RuntimeInitializedPackageBuildItem
  • #12971 - Quarkus REST
  • #12933 - Qute: if needed throw an exception if a property is not found
  • #12633 - Create the Picocli Example codestart in Java & Kotlin
  • #12620 - Various Gradle issues releasing 1.9
  • #12563 - Hot Reload Performance Improvements
  • #12514 - IllegalAccessError with Panache MongoDB
  • #12434 - TraceClassInitialization not a boolean starting from GraalVM 20.3
  • #12419 - Make it easier to load additional config properties files at build time
  • #12412 - hibernate.jdbc.use_get_generated_keys Support
  • #12266 - Trust All Ssl certificate in http rest client
  • #12026 - Hibernate's @AnyMetaDef in package-info.java not working
  • #11887 - Kotlin Hibernate with Panache didn't validate bad usage of PanacheEntity
  • #11724 - Reduce the amount of duplicate/redundant code shared between the jpa/mongo/java/kotlin/imperative/reactive panache implementations
  • #11273 - More flexible quarkus configuration
  • #11211 - Spring Cloud Config Label
  • #11026 - Qute: document Mutiny usage in API
  • #10909 - MongoDB ReadPreferences Configuration per collection
  • #10571 - Update Kotlin Panache docs
  • #9855 - Add global quarkus.tls.trust-all configuration property
  • #8975 - have a global default flag for trusting certificates
  • #8559 - Vertx OAuth2 runs the blocking quarkus-oidc calls in the event loop
  • #6286 - integration-tests/logging-gelf are not executed in CI runs, risk for regression
  • #3044 - Reactive Messaging - Implement a HTTP & WebSocket connector for Quarkus
quarkus - 1.10.5.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13916 - Fix scope for junit-jupiter-api in Panache artifacts - 1.10
  • #13913 - Trim security config usernames and roles
  • #13908 - Ensure lib directory exists when building debug-enabled native-images
  • #13848 - Native container build with debug symbols fails during copying of jar sources
  • #13787 - Authorization using properties does not work
quarkus - 1.10.4.Final

Published by gsmet almost 4 years ago

Major changes

  • #13677 - Upgrade to Hibernate Reactive 1.0.0.Beta1

Complete changelog

  • #13894 - Throw an exception when model classes and no datasource
  • #13890 - Qute type-safe templates: fix parameter assignability check
  • #13886 - Fixes around default JSON handling
  • #13879 - Upgrade to Hibernate ORM 5.4.26.Final
  • #13876 - Amazon Lambda HTTP native image failure archetype fix
  • #13873 - Fix link in security testing guide
  • #13864 - Fast-jar does not deploy correctly to OpenShift
  • #13855 - Ensure that suspended transaction is always resumed
  • #13843 - Register Liquibase Precondition services
  • #13839 - Liquibase failing dbms-type pre-condition in native build
  • #13820 - Update SmallRye GraphQL, adding more test cases for reactive
  • #13819 - Set targetDirectory when launching from IDE
  • #13814 - It is not possible to start quarkus application using IDELauncer with quarkus-kubernetes dependency
  • #13812 - Add documentation on how to constrain providers to specific env
  • #13791 - Hibernate NPE with Quarkus 1.10.3.Final
  • #13788 - Add .env to .gitignore in generated projects
  • #13777 - SmallRye GraphQL and Hibernate Validator not works together in native
  • #13769 - Added link of cache quickstart in cache.adoc
  • #13758 - Handle null gradle resource directory in dev mode
  • #13757 - Update DefaultTokenStateManager to remove all session cookies when tokens are split
  • #13736 - SmallRye GraphQL 1.0.19 + tests for context propagation
  • #13711 - IDE Launcher fails for gradle project containing a submodule without resources
  • #13692 - Fail to generate native image
  • #13677 - Upgrade to Hibernate Reactive 1.0.0.Beta1
  • #13629 - A mutable jar can't be accessible in OpenShift for remote development
  • #13607 - Upgrade to Hibernate ORM 5.4.25.Final
  • #13431 - "Authorization" header is being overwritten.
  • #13385 - GraphQL Batch processing throws a ContextNotActiveException
quarkus - 1.7.6.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13869 - Upgrade to Vert.x 3.9.5
  • #13808 - Amazon Services - Make native work even if nothing configured
  • #13651 - Remove spaces from quarkus.container-image.group when it's set to the username
  • #13622 - Quarkus Jib fails if username contains a space although it is not even used
  • #13582 - Improve logging and documentation about objcopy dependency
  • #13532 - Fix SimpleScheduler pause functionality
  • #13521 - Update documentation to reflect correct native-image sources location
  • #13518 - Native image - sources folder is not generated at the location mentioned by documentation
  • #13424 - Don't log error message on bad request
  • #13392 - Eagerly reject malformed requests
  • #13335 - Create a new Resteasy Context Map
  • #13333 - Remove the usage of set-env from the doc workflow
  • #13317 - Quarkus HTTP response gets messed up under load
  • #13116 - Qute: do not ignore a user-provided template variant
  • #13113 - Character escaping in Qute doesn't work
  • #13015 - Make embedded fields with camel-case work in Spring Data JPA repositories
  • #13014 - Spring Data Repository with camel-case properties not working with Quarkus
  • #12940 - Improved the parsing of the host and port in vertx
  • #12939 - Wrong host forwarded after enabling proxy address forwarding
  • #12931 - If no password set don't attempt to connect
  • #12912 - Runtime initialization of some imageio related classes
  • #12823 - Fix dependency name in Qute doc
  • #12798 - Fix NPE in mutable-jar packaging non-jar dependencies
  • #12796 - Add missing dependencies in SmallRye GraphQL for Mandrel native
  • #12795 - Smallrye graphql native missing classes with Mandrel
  • #12775 - Fix spring-data-jpa field lookup with layered @MappedSuperclasses
  • #12763 - buildRunnerJar threw an exception: java.lang.NullPointerException
  • #12760 - Add allow java.lang annotations for resources
  • #12753 - multi layered entity inheritance not supported by JpaRepository
  • #12710 - Fixed the default platform version range for the create command
  • #12703 - At create from command line are have wrong version dependency
  • #12688 - Fix Bootstrap dependencies
  • #12679 - Update to Apache Http Client 4.5.13
  • #12677 - Liquibase - Support loading data in native
  • #12675 - Reduce error logging in Vert.x proxy address forwarding
  • #12672 - Move Bootstrap dependency out of the BOM
  • #12667 - Reduce error logging in vertx proxy address forwarding
  • #12643 - Native application failed to start when liquibase enabled
  • #12635 - Add jsonp for cases where jsonb is not in scope
  • #12632 - Do not include Twitter Bootstrap in quarkus-bom
  • #12627 - Don't consider the hierarchy of Object when marked with @Valid
  • #12595 - make gRPC work in native when other extensions added
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12552 - Update Infinispan to 11.0.4
  • #12535 - Quarkus-native failure "No instances of java.awt.color.ICC_ColorSpace are allowed in the image heap as this class should be initialized at image runtime."
  • #12460 - Native image build with quarkus-infinispan-client and quarkus-grpc
  • #12443 - Hibernate Validator - @Valid Object causes CNFE
  • #12440 - Upgrade Hibernate Validator to 6.1.6.Final
  • #12410 - Don't log warnings about duplicate build.metadata
  • #12406 - Add tip for making gdb aware of the sources cache
  • #12405 - Avoid copying sources directly in the source cache
  • #12351 - Improve Debugging experience by copying sources
  • #12301 - gRPC and Reactive Kafka Fails Native Build
  • #12300 - Quarkus fails to startup if resource is annotated with @Deprecated annotation
  • #12234 - Spring's @Scope#scopeName is now taken into account
  • #12233 - Spring DI layer ingores @Scope#scopeName
  • #12151 - Upgrade to Quarkus HTTP 3.0.15.Final
  • #12148 - Fix the capability to connect to MySQL in XA mode
  • #12072 - Fix smallrye-jwt documentation typo
  • #12067 - Unable to build Hibernate SessionFactory error with native mode in 1.8.0.final
  • #12045 - Register String constructors for reflection
  • #12041 - Upgrade Quarkus HTTP to 3.0.15.Final
  • #12040 - Smallrye-JWT config property naming bug
  • #11984 - manage.sh doesn't work on Ubuntu and Mint
  • #10801 - RestEasy throws a NPE on a bad uri
quarkus - 1.10.3.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13739 - Updates XStream due to published CVE
  • #13727 - Fix dev mode when the same file is marked multiple times for hot deploy
  • #13726 - Fix typos in getting-started.adoc
  • #13722 - Error on quarkus:dev after upgrade to 1.10.2.Final only with multiple persistence units
  • #13717 - DevMojo invokes other goals only if those are actually configured
  • #13715 - Upgrade SmallRye OpenAPI to 2.0.16
  • #13713 - Properly parse the jvmArgs passed to make it a list
  • #13710 - Add guide link for RESTEasy Mutiny
  • #13709 - Add guide link for RESTEasy Multipart
  • #13708 - Make sure that remote-dev mode listens on all interfaces instead of localhost
  • #13706 - Close the app in the finally of IDELauncherImpl
  • #13704 - Register ServerFormUrlEncodedProvider manually
  • #13701 - DevMojo invoking other goals should filter out goal params that aren't supported
  • #13693 - Escaping JSON strings in QuarkusErrorHandler
  • #13683 - OASFilter is called twice
  • #13682 - Make sure the StartupEvent is fired after the runtime config is set
  • #13681 - Invalid JSON returned from the default QuarkusErrorHandler (Vert.x)
  • #13674 - Missing reflection registration for Hibernate Reactive: OneToMany persisters
  • #13671 - Cannot find 'jvmArgs' in class io.quarkus.maven.GenerateCodeMojo
  • #13670 - Missing reflective registration of ReactiveOneToManyPersister
  • #13667 - Unable to invoke request: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: javax.ws.rs.core.Form$1
  • #13657 - Interceptors - always skip bridge methods
  • #13654 - Regression: Maven uberJar plugin parameter configuration
  • #13653 - uberJar may appear to be ignored in Quarkus Maven plugin configuration
  • #13651 - Remove spaces from quarkus.container-image.group when it's set to the username
  • #13640 - Use System.err for configuration startup errors
  • #13638 - Listening on: http://localhost:8080 by default when a mutable jar is deployed to OpenShift
  • #13637 - Allow codestarts override and avoid duplicates
  • #13630 - Update OptaPlanner guide to 8.0 improvements
  • #13622 - Quarkus Jib fails if username contains a space although it is not even used
  • #13615 - Implicit JSON Content-type impacts swagger-ui POST endpoints
  • #13586 - Create src/main/java when using -DnoExamples
  • #13585 - Fix generated project with wrong duplicated package name
  • #13583 - Fix doc style on the deploying to google cloud guide
  • #13582 - Improve logging and documentation about objcopy dependency
  • #13581 - Generated project have wrong package when using org.acme.something
  • #13578 - Fix failing github action (codestart)
  • #13577 - DevMojo: pick up invoked plugin goal configs from executions
  • #13573 - Fix potential hang if exception is thrown from authenticator
  • #13572 - Uppercase long suffix for mongodb-panache and hibernate-orm-panache
  • #13568 - CodeStarts - When using -DnoExamples, src/main/java is not created
  • #13563 - Fix name of elasticsearch-rest-client-common-deployment
  • #13559 - Throwing AuthenticationFailedException from IdentityProvider.authenticate stalls connection.
  • #13521 - Update documentation to reflect correct native-image sources location
  • #13518 - Native image - sources folder is not generated at the location mentioned by documentation
  • #13484 - Maven Devmode in Quarkus 1.10.0 not working when maven-toolchains-plugin is configured
  • #13088 - Fix narayana-jta ClassNotFoundException in native mode
  • #10180 - ClassNotFoundException when using narayana-jta extension in the native mode
quarkus - 1.10.2.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13554 - Maven devmode launcher regression: pass application args
  • #13552 - Add guides's link for AWS XRay
  • #13550 - Some fixes to allow JBang to work
  • #13546 - Fix JBang ClassLoading issue
  • #13532 - Fix SimpleScheduler pause functionality
  • #13529 - Rework constrained method inheritance for Hibernate Validator extension
  • #13526 - Gradle: process all the dependency constraints looking for the platform properties artifacts
  • #13524 - Ensure that primitive types in @ConfigProperties work as expected
  • #13523 - @ConfigProperties doesn't handle unset primitives
  • #13516 - Upgrade SmallRye GraphQL to 1.0.18
  • #13512 - SimpleScheduler: pause doesn't work
  • #13508 - JBang project fails to start using 1.10.0.Final version
  • #13501 - Update OpenShift doc to account for new environment variable options
  • #13470 - Hibernate validator does not work with extending interfaces
  • #13454 - Fix debugHost for Gradle's QuarkusDev
  • #13451 - Arguments passed with -Dquarkus.args are ignored in dev mode
  • #13223 - Change the dev/test mode defaults to localhost
  • #11536 - Hibernate Validator: Consider all superclasses when checking for annotations and add tests
quarkus - 1.10.1.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13461 - Bump mutiny from 0.10.1 to 0.11.0
  • #13456 - @JsonIgnore QuarkusJsonPlatformDescriptor.getManagedDependencies
  • #13452 - Only add suppressed exceptions when we have several of them for Event
  • #13449 - Properly handle Flyway locations prefixed with 'filesystem:'
  • #13448 - Fix substratevm documentation links
  • #13447 - Link to Graal (substratevm) reflection documentation is broken
  • #13433 - Add a note to Security Authorization doc how to disable the permissions
  • #13424 - Don't log error message on bad request
  • #13421 - Flyway filesystem location not supported
  • #13418 - Fix gRPC Server port configuration in kubernetes descriptor
  • #13416 - gRPC port not well configured in kubernetes.yml
  • #13410 - Fix cache exception handling
  • #13409 - Add additional class to ImageIOProcessor
  • #13400 - Ensure no-args ctor only added once to beans
  • #13399 - Cache exception handling broken in Quarkus 1.10.0.Final
  • #13392 - Eagerly reject malformed requests
  • #13389 - Wrong comparison in cache guide
  • #13388 - Print gradle error when test fails
  • #13381 - Fix MongoDB with Panache enum handling
  • #13380 - Upgrade to Mutiny 0.11.0
  • #13374 - Mongodb panache entities with enums persist vs query
  • #13372 - fails to start in production with Duplicate method name "" with signature "()V"
  • #13367 - Support custom package in codestarts
  • #13362 - Generated projects don't follow the given package name (codestarts)
  • #13312 - Spring Data Repository nested camel-case properties resolution fix
  • #13250 - Fix gradle test assertion
  • #13067 - Spring Data Repository with nested camel-case properties does not work with Quarkus
  • #10801 - RestEasy throws a NPE on a bad uri
quarkus - 1.10.0.Final

Published by gsmet almost 4 years ago

Major changes

  • #13244 - Compute cache value on calling thread to fix thread starvation

Complete changelog

  • #13391 - Fix GRPC client config and add GPRPC server maxInboundMetadataSize
  • #13362 - Generated projects don't follow the given package name (codestarts)
  • #13352 - Upgrade to Hibernate ORM 5.4.24.Final
  • #13351 - Missing jboss-logging-jdk dependency in application bom
  • #13350 - Missing quarkus-openshift-client dependencies in application bom
  • #13347 - Upgrade Vault to 1.6.0 in vault test extension and documentation
  • #13346 - Make Quarkus Maven plugin smart create consistent with codestarts
  • #13345 - Update to proton-j 0.33.8
  • #13344 - Remove package namespacing for core examples, clean path & class names
  • #13343 - Ensure that the import file is checked for hot-reload even if it's missing
  • #13342 - Provide actionable information when EntityManager is not available in Hibernate Panache
  • #13339 - Bump Vault to 1.6 in extension IT and doc
  • #13338 - Panache fails with NPE when @Entity is forgotten
  • #13337 - import.sql file creation no longer triggers a Quarkus reload and of Hibernate to run the changes
  • #13336 - Ensure that jib extra files directories retain the proper permissions
  • #13335 - Create a new Resteasy Context Map
  • #13333 - Remove the usage of set-env from the doc workflow
  • #13328 - Fix links to the Weld documentation
  • #13327 - Update smallrye-openapi version
  • #13324 - Panache entity leads to NPE when no database config is present
  • #13323 - Spring Web app fails when using @RequestMapping.path vs value
  • #13322 - /app folder not readable by others, when Jib extra directories feature is used
  • #13319 - Blocking on the reactive route guide
  • #13317 - Quarkus HTTP response gets messed up under load
  • #13314 - Fix two typos
  • #13310 - Close admin client now to avoid rely on admin client polling timeout
  • #13309 - Quarkus KafkaStream application do not close immediately when no broker is present
  • #13302 - Replace usage of deprecated Capabilities constants
  • #13295 - Fix the case where the webjar does not have a version in the jar path
  • #13294 - Webjar locator when the artifact has no version
  • #13284 - Bump assertj-core from 3.18.0 to 3.18.1
  • #13280 - Prefer Jackson over JSON-B in the documentation
  • #13279 - Fix generation of quarkus-all-config.adoc
  • #13278 - All Configuration documentation isn't generated properly anymore
  • #13272 - Make Quarkus Maven plugin smart "create" consistent with codestarts
  • #13271 - Ensure @JsonProperty value on Panache Entity is honored
  • #13264 - Update to Keycloak 11.0.3
  • #13259 - Made JarResult.originalArtifact point to the actual original jar instead of where it should end up after renaming
  • #13257 - Remove Uni await for OIDC code access token validation and user info calls
  • #13249 - OIDC 1.10.0.CR1 - event loop thread blocked
  • #13244 - Compute cache value on calling thread to fix thread starvation
  • #13242 - Bump assertj-core from 3.18.0 to 3.18.1 in /integration-tests/gradle
  • #13241 - Bump assertj-core from 3.18.0 to 3.18.1 in /devtools/gradle
  • #13240 - Security documentation updates
  • #13235 - Reactive routes: support primitive wrappers conversion for method params
  • #13234 - JPA AttributeConverter does not persist entity in some cases
  • #13232 - Gradle: remote dev fix
  • #13231 - Escape special character in Qute reference adoc
  • #13230 - SmallRye Health and GraphQL UI configuration name update
  • #13229 - Properly output warning about unsupported defaultValue in @ConfigProperties field
  • #13228 - Invalid warning 'defaultValue' of '@ConfigProperty' is ignored when added to a field of a class annotated with '@ConfigProperties'
  • #13217 - Update removeExtension gradle tests to fix CI
  • #13215 - No parameter injector found for parameter 1 of route method
  • #13211 - Reactive routes - change the defaults for failure handlers
  • #13176 - No parameter injector found for parameter 1 of route method void listGroup
  • #13174 - Handle gradle multiple source directories in test extension
  • #13158 - Deadlock using Caffeine cache and context propagation
  • #13155 - Gradle + mixed Kotlin/Java application: @QuarkusTest ignores annotations on classes implemented in Java
  • #13124 - [CI] Use fromJson to dynamically define native-tests matrix
  • #13110 - Enhance metadata for security guides so the search under https://quarkus.io/guides provides relevant guides
  • #13100 - Entity Manager null when implementing Panache Repository with hibernate
  • #12980 - Quarkus JPA does not seem to apply EntityGraph hints
  • #12583 - Vault guides are missing from the website
  • #11505 - Value of @JsonProperty on a field inside a subclass of PanacheEntityBase is ignored
  • #11481 - Support for Integer parameters in quarkus-vertx-web
  • #7548 - DeadLock when using CacheResult with Spring Data
quarkus - 1.10.0.CR1

Published by gsmet almost 4 years ago

Major changes

  • #13194 - Update SmallRye Reactive Messaging to version 2.5.0
  • #13118 - Support multiple datasources for reactive SQL clients
  • #13053 - Hibernate ORM 5.4.23 and Hibernate Reactive 1.0.0.Alpha11
  • #13037 - Support micrometer StatsD meter registry
  • #13034 - Upgrade to Mutiny 0.10.1
  • #13016 - Allow disabling the Swagger/GraphQL/Health/OpenAPI UIs at Runtime
  • #12949 - Allow to define part of the Hibernate ORM config at runtime
  • #12907 - Qute: display custom error page during dev mode
  • #12782 - Add Swagger UI Options via config
  • #12759 - Add a Deploying to Google Cloud guide
  • #12744 - Export Micrometer metrics to Signalfx
  • #12692 - Changed the usage from slf4j-jboss-logging to slf4j-jboss-logmanager.
  • #12566 - Change default media type to JSON
  • #12473 - Use Codestarts as default project generation tool
  • #12372 - Adding an IAM Amazon-service extension

Complete changelog

  • #13207 - Quartz - replace Arc.container() with Instance
  • #13204 - Add possibility to configure LDAP referral mode
  • #13202 - Allow releasing runner class loader resources
  • #13201 - Bump flyway-core from 7.1.1 to 7.2.0
  • #13200 - Bump awssdk.version from 2.15.23 to 2.15.24
  • #13199 - Bump quarkus-http.version from 3.0.15.Final to 3.0.16.Final
  • #13194 - Update SmallRye Reactive Messaging to version 2.5.0
  • #13191 - Fix Micrometer configuration documentation issues
  • #13190 - Upgrade REST Assured to 4.3.2
  • #13189 - Avoid ObjectMapper CDI warning in Funky Google Cloud Functions
  • #13184 - Add referral mode config property to the quarkus.security.ldap.dir-context
  • #13182 - Upgrade SmallRye GraphQL to 1.0.15
  • #13181 - Fix the name of registerHealthUiHandler method
  • #13177 - Bump ubi minimal version to 8.3
  • #13175 - Propagate system property in gradle sub command
  • #13173 - Fix return type in the kafka guide
  • #13172 - Remove private modifier from injection point in MP FT guide
  • #13167 - Upgrade to SmallRye OpenAPI 2.0.14
  • #13162 - Bump testcontainers-bom from 1.14.3 to 1.15.0
  • #13160 - Bump awssdk.version from 2.15.22 to 2.15.23
  • #13159 - Bump aws-lambda-java-events from 3.5.0 to 3.6.0
  • #13157 - Optimise memory retention in production: tuning of RunnerClassLoader
  • #13153 - General Quarkus Platform doc describing how a platform is defined
  • #13152 - Qute: fix template extension validation
  • #13151 - Bump awssdk.version from 2.15.21 to 2.15.22
  • #13148 - Forbid caching annotations on private methods
  • #13147 - Deprecate field- and ctor-based BuildProducers
  • #13143 - Vert.x event-loop threads start as "vert.x-eventloop-thread-"
  • #13142 - REST Clients JSON extensions should produce RESTEASY_JSON capability
  • #13140 - Check X-Forwarded-Prefix when building OIDC redirect_uri
  • #13139 - Improve documentation of quarkus.http.access-log.pattern
  • #13138 - Example should use lambda variable
  • #13137 - Support intermediate Spring repositories
  • #13136 - Explicitly set gradle local repo in test projects
  • #13135 - Bootstrap Maven resolver: resolve pom.xml from the workspace only if the main artifact is also available
  • #13134 - Simplify container testing
  • #13132 - Revert Funqy root handling commit and add a new commit only for Funqy Knative
  • #13131 - Qute docs: fix section names
  • #13130 - Qute: fix parsing of section parameters
  • #13127 - Fix various doc issues
  • #13126 - Missing reference in qute-reference.adoc
  • #13125 - Bump awssdk.version from 2.15.18 to 2.15.21
  • #13121 - Use Uni to resolve TenantContextConfig
  • #13120 - Use conventional artifact file naming for the generated platform properties and descriptor files
  • #13118 - Support multiple datasources for reactive SQL clients
  • #13117 - Knative traffic splitting
  • #13112 - Upgrade to Hibernate Search 6.0.0.CR1 / Elasticsearch 7.9.2
  • #13111 - Qute: add @CheckedTemplate#basePath()
  • #13107 - Qute: fishy #if expressions
  • #13104 - QuarkusBootstrap can't resolve quarkus-bom-quarkus-platform-properties:properties:999-SNAPSHOT when running integration-tests
  • #13101 - Upgrade Gizmo to 1.0.6.Final and ASM to 9.0
  • #13099 - Bump flyway-core from 7.0.4 to 7.1.1
  • #13098 - Bump aws-alexa-sdk.version from 2.35.1 to 2.36.0
  • #13096 - Make sure Maven commands use the effective project deps, props and managed deps
  • #13095 - Regression/Change of behavior for root path when using quarkus-funqy-http on master
  • #13090 - Qute: support non-public @CheckedTemplate methods
  • #13087 - Gradle devmode: if the resources dir is empty the corresponding resources output dir won't exist
  • #13083 - Remove ExtensionState shutdown hook upon close()
  • #13082 - Explicitly set maven local repo in gradle command
  • #13077 - Bump mutiny from 0.9.0 to 0.10.1
  • #13066 - Document the limitations of CDI request context with Context Propagation
  • #13064 - Mark quarkus-core extensions as hidden in the descriptor
  • #13062 - OIDC not appending X-Forwarded-Prefix to redirect_uri
  • #13056 - keycloak-admin-client extension imposes quarkus-oidc extension properties
  • #13053 - Hibernate ORM 5.4.23 and Hibernate Reactive 1.0.0.Alpha11
  • #13045 - Add useCurrentDirectory parameter in CreateExtensionMoJo
  • #13040 - OIDC Extension - resolve method of TenantConfigResolver is getting invoked twice for every request
  • #13038 - Add search-recursive property in Elytron LDAP config
  • #13037 - Support micrometer StatsD meter registry
  • #13036 - Revert "Run OIDC Challenge in the blocking mode if needed"
  • #13034 - Upgrade to Mutiny 0.10.1
  • #13030 - invalid warning in ResteasyCommonProcessor when using rest-client
  • #13028 - Improved Quarkus platform detection mechanism
  • #13027 - Support for BouncyCastle providers
  • #13026 - Bump awssdk.version from 2.15.17 to 2.15.18
  • #13025 - Bump aws-lambda-java-events from 3.4.0 to 3.5.0
  • #13022 - Verify project build tool before creating Gradle model
  • #13021 - Quarkus should verify that build.gradle or pom.xml exists rather than defaulting to gradle
  • #13019 - Avoid retaining empty instances of HashSet
  • #13016 - Allow disabling the Swagger/GraphQL/Health/OpenAPI UIs at Runtime
  • #13013 - Request scope sometimes not propagated to ManagedExecutor.runAsync()
  • #13012 - Add native service providers for SR Config.
  • #13011 - Bump awssdk.version from 2.15.16 to 2.15.17
  • #13009 - Bump micrometer.version from 1.5.5 to 1.5.6
  • #13004 - Quarkus JBang project type
  • #12999 - Use the project object as the source of dependencies instead of 'connecting' to the project
  • #12994 - Bump mockito.version from 3.5.15 to 3.6.0
  • #12992 - Bump awssdk.version from 2.15.15 to 2.15.16
  • #12989 - removed System.out.println from DevMojo
  • #12988 - Bump mockito-core from 3.5.15 to 3.6.0 in /devtools/gradle
  • #12987 - Bump mockito-core from 3.5.15 to 3.6.0 in /integration-tests/gradle
  • #12979 - Init container probes
  • #12977 - Reimplement the QuarkusJTAPlatform to avoid leaking the ORM registry
  • #12976 - Hibernate ORM's JTAPlatform implementation is leaking a reference to its registry
  • #12973 - Respect Maven toolchains launching dev mode
  • #12970 - Introduced io.quarkus.restclient.NoopHostnameVerifier
  • #12969 - Improve pom.xml changes in remote dev mode
  • #12967 - Bump awssdk.version from 2.15.14 to 2.15.15
  • #12966 - Remove duplicate gradle test
  • #12964 - Confirming that combining tika and narayana-jta has no native image build failures
  • #12958 - Upgrade REST Assured to 4.3.1
  • #12955 - Rename bind-param config property to bind-parameters
  • #12954 - Bump assertj-core from 3.17.2 to 3.18.0
  • #12953 - Bump rest-assured.version from 4.3.0 to 4.3.1
  • #12952 - Bump assertj-core from 3.17.2 to 3.18.0 in /devtools/gradle
  • #12951 - Bump assertj-core from 3.17.2 to 3.18.0 in /integration-tests/gradle
  • #12949 - Allow to define part of the Hibernate ORM config at runtime
  • #12945 - Add xml-apis:xml-apis as parentFirstArtifact to io.quarkus:quarkus-core
  • #12942 - Add the ability to enable/disable Swagger UI and OpenAPI at runtime
  • #12937 - Mark the extension-descriptor goal as thread-safe
  • #12934 - fix typo
  • #12932 - Ensure that k8s integration tests don't use locally configured cluster
  • #12921 - Added example of using OpenSSL to generate keys in the JWT RBAC docs
  • #12917 - Propagate AWS context to RESTEasy Undertow
  • #12916 - Update pom files if create mojo is called inside a parent project
  • #12915 - Kubernetes Invoker tests deploy to OpenShift cluster if logged in
  • #12913 - java.lang.NoSuchMethodError when using json-schema-validator and quarkus-resteasy-jackson
  • #12911 - Common dev mode launcher API for Maven and Gradle
  • #12910 - Bump awssdk.version from 2.15.13 to 2.15.14
  • #12907 - Qute: display custom error page during dev mode
  • #12906 - Scope of java env vars for OpenShift builds
  • #12903 - Set a higher timeout in BasicRestProjectGeneratorTest
  • #12902 - Fix RedisClientName and MongoClientName can't be applied to parameters
  • #12901 - Update to Keycloak 11.0.2
  • #12900 - Micrometer: support StatsD registry
  • #12899 - Restore code.quarkus.io master compatibility
  • #12898 - @RedisClientName can't be applied to parameters
  • #12896 - CDI: programmatic lookup problem detected - Nayarana - 1.9.0.Final
  • #12895 - Improve the Cloud-Native Codestarts experience
  • #12894 - deployment-target=knative not working with Quarkus 1.9
  • #12893 - Add stricter validation for bytecode recorders
  • #12891 - Bump awssdk.version from 2.15.12 to 2.15.13
  • #12890 - Minor BuildMojo refactoring
  • #12886 - Change quarkus.hibernate-orm.log.sql to run time property
  • #12885 - Bump dekorate to 0.13.5
  • #12884 - feat: Introduce 3.x and 4.x style of openshift manifests.
  • #12868 - Relax the Quarkus core compatibility check for individual extensions
  • #12867 - Bump smallrye-common-bom from 1.4.0 to 1.4.1
  • #12866 - Bump awssdk.version from 2.15.11 to 2.15.12
  • #12865 - Catch and log when project and container image info can't be created
  • #12864 - Recorder must fail fast when it can't find the getter/setter instead of siliently replacing a field with null
  • #12863 - Funqy HTTP handles root URI
  • #12860 - Extract gRPC common stuff
  • #12858 - Failure to boot in kubernetes in dev mode
  • #12857 - Optimize OIDC code flow to do one less redirect when the original path has to be restored
  • #12853 - fix: remove un-used config properties
  • #12852 - Add support for blocking annotation
  • #12851 - Remove unnecessary kotlin path declaration in gradle build file
  • #12849 - Gradle Kotlin codegen: do not execute the test code generating task unless the tests need to run
  • #12847 - spring data - support manual method implementations in intermediate interfaces
  • #12840 - Propagate AWS context to RESTEasy standalone
  • #12839 - Bump awssdk.version from 2.15.10 to 2.15.11
  • #12838 - Memory leak via MojoLogger.logSupplier
  • #12837 - Memory leak via MojoLogger.logSupplier
  • #12835 - Correcting the micrometer quick start example
  • #12834 - Add property expansion and dotted secret config kv path name in Vaut Config Source
  • #12833 - Check Reactive Redis Client for healthcheck
  • #12829 - Maven plugin should be able to create a new Quarkus module when there is a root pom.xml file
  • #12828 - Use buildtool build command in Dockerfile documentation
  • #12827 - Add OpenTracing support for Kafka
  • #12825 - Upgrade MySQL Connector to 8.0.22
  • #12824 - Kubernetes extension does not generate init containers properly
  • #12822 - Add oidc-wiremock to CI Security2 category
  • #12818 - Quarkus Caching extention: Invalidation does not work
  • #12817 - fix dockerfile documentation
  • #12816 - Use buildtool data to generate requested dockerfile buildtool command
  • #12815 - Invalid dockerfile fast-jar doc
  • #12814 - Gizmo 1.0.5.Final
  • #12812 - Bump awssdk.version from 2.15.9 to 2.15.10
  • #12811 - Bump mockito-core from 3.5.13 to 3.5.15
  • #12810 - Replace recursiveDeleteAndThenCreate(dir) with createOrEmptyDir(dir)
  • #12809 - Ignore amazon deps when validating extensions json
  • #12807 - Bump mockito-core from 3.5.13 to 3.5.15 in /integration-tests/gradle
  • #12806 - Bump mockito-core from 3.5.13 to 3.5.15 in /devtools/gradle
  • #12803 - Duplicated root-path in OpenAPI document for JAX-RS sub-resource
  • #12797 - grpc code generation - option to scan dependencies for imports
  • #12793 - Inject any number of gRPC stubs per configured client
  • #12791 - Feat/doc and test traced
  • #12790 - Rename extension hibernate-search-elasticsearch to hibernate-search-orm-elasticsearch
  • #12788 - Enable Maven extensions for the Quarkus Maven plugin
  • #12787 - BuildMojo - Delete .jar.original for both file and directory case
  • #12786 - devtools/cli generates quarkus-cli-999-SNAPSHOT.jar.original as directory and BuildMojo code can't handle it
  • #12785 - Externalized Quarkus platform properties
  • #12783 - Clean up the config of service integration
  • #12782 - Add Swagger UI Options via config
  • #12781 - Improved MongoHealthCheck to include reactiveClients
  • #12772 - Added config for disabling HTTP policies
  • #12767 - Bump guava from 27.0.1-jre to 30.0-jre
  • #12765 - Bump flyway-core from 7.0.3 to 7.0.4
  • #12764 - Bump awssdk.version from 2.15.8 to 2.15.9
  • #12762 - Simplify dockerfile declaration in codestart
  • #12759 - Add a Deploying to Google Cloud guide
  • #12754 - oidc use Programmatically Resolving Tenants Configuration BUT hangs
  • #12752 - Request scope performance improvements
  • #12750 - Bump flyway-core from 7.0.2 to 7.0.3
  • #12749 - Bump postgresql from 42.2.17 to 42.2.18
  • #12748 - Bump awssdk.version from 2.15.7 to 2.15.8
  • #12744 - Export Micrometer metrics to Signalfx
  • #12742 - Improve OAuth2 security guide
  • #12738 - Support disabling HTTP policies
  • #12737 - Assorted fixes to making JSON the default
  • #12734 - Fix syntax highlighting for all code examples in guides
  • #12733 - Some documentation examples are not correctly highlighted
  • #12731 - Create a "Deploying to Google Cloud" guide
  • #12729 - Added OIDC Wiremock Integration Test
  • #12728 - Bump picocli.version from 4.5.1 to 4.5.2
  • #12725 - Common Maven Quarkus app bootstraping Mojo
  • #12720 - Security documentation improvements
  • #12719 - grpc compile fail with google-protobuf
  • #12718 - Upgrade Flyway to 7.0.2
  • #12716 - MongoHealthCheck doesn't work with ReactiveMongoClient
  • #12713 - Update to Agroal 1.9
  • #12711 - Update to Agroal 1.9
  • #12706 - Dockerfile codestart could be factorized to ease maintenance
  • #12704 - Change the version when the creation of test structure was introduced in create-extension mojo
  • #12702 - Add integration test for kafka reactive messaging
  • #12698 - Make sure class names don't start with /
  • #12692 - Changed the usage from slf4j-jboss-logging to slf4j-jboss-logmanager.
  • #12690 - Re-enable creation of the test structure (unit and devmode test) when using create-extension Maven Mojo.
  • #12687 - Revert "create the test structure (unit and devmode test) when using create-extension Maven Mojo"
  • #12686 - Export Micrometer metrics to SignalFX
  • #12684 - Allow custom path and class for spring-web codestart
  • #12682 - Remove/Replace deprecated additionalBuildArgs from integration-tests and enhance docs
  • #12681 - Use RouteBuildItem instead of DefaultRouteBuildItem
  • #12678 - Unable to add a channel config property from an environement variable inside smallrye reactive messaging Kafka
  • #12668 - Bump awssdk.version from 2.15.6 to 2.15.7
  • #12666 - NativeImageMojo: Make additionalBuildArgs not override quarkus.native.additional-build-args property
  • #12665 - Updated tests to remove the use of deprecated properties
  • #12664 - Make deployment class loader resettable and coordinate the reset via a BuildItem
  • #12663 - Disable REST Client encoding test on Windows
  • #12660 - Add default values for Hibernate ORM properties
  • #12657 - Devmode: throw an error if a hot-reloadable module hasn't been compiled before the launch
  • #12656 - Qute Template - add convenient data() methods
  • #12655 - Kubernetes cleanup
  • #12654 - Document Hibernate config property default values
  • #12652 - Consolidate all UI related extensions.
  • #12645 - Fix exception message typo
  • #12641 - Bump postgresql from 42.2.16 to 42.2.17
  • #12637 - Bump aws-alexa-sdk.version from 2.35.0 to 2.35.1
  • #12625 - quarkus-elytron-security-oauth2 does not work as described in documentation
  • #12623 - Rename application-config.properties to application.properties
  • #12622 - Upgrade to Hibernate Search 6.0.0.Beta11
  • #12613 - Kubernetes Container Resources Management
  • #12611 - Update Micrometer to 1.5.5
  • #12610 - Externalize gradle/maven wrapper command from codestart template
  • #12609 - Replace use of shell syntax for dates with extended JSON syntax
  • #12604 - Add a system to allow custom path and class for spring-web codestart
  • #12602 - Extract grpc-common for Quarkiverse Google Cloud Services
  • #12590 - Added detailed for deploying to OpenShift and how to test the app
  • #12589 - Bump wildfly-elytron.version from 1.13.0.Final to 1.13.1.Final
  • #12588 - Bump rxjava from 2.2.19 to 2.2.20
  • #12587 - Revert "fix(redis): re-introduce "ssl", "database" and "password" configuration for backward compatibility"
  • #12577 - SwaggerUiProcessor leaves behind non-empty temporary directories in dev mode
  • #12571 - remote-dev: LiveReloadConfig is not always properly initialized
  • #12566 - Change default media type to JSON
  • #12559 - Codestarts: Spring code examples aren't generated
  • #12555 - Create default OIDC TokenStateManager
  • #12545 - Split KubernetesProcessor into pieces
  • #12528 - NullPointerException in UnixPath.normalizeAndCheck()
  • #12500 - Create Extension mojo should allow creating the project structure from the current working directory
  • #12497 - Remote-dev with mutable jar throws connection errors
  • #12494 - Create RESTEasy Jackson codestart
  • #12473 - Use Codestarts as default project generation tool
  • #12464 - Update liquibase to 4.1.1
  • #12438 - Make sure github action codestarts works without maven/gradle wrapper
  • #12398 - Ability to declare Kubernetes resources requests and limits through properties
  • #12386 - Create Logging JSON Codestart
  • #12372 - Adding an IAM Amazon-service extension
  • #12337 - Create the JSON logging Example codestart in Java & Kotlin
  • #12334 - Create the RESTEasy Jackson Example codestart in Java & Kotlin
  • #12254 - [OIDC] Too large JWT cookie cause infinite redirect loop
  • #12190 - RESTful Lambda should expose the execution context
  • #12158 - Panache REST Data with MongoDB
  • #12139 - Create an integration test for kafka reactive messaging extension
  • #12113 - Activate Codestart as the default Quarkus project creation option
  • #12082 - Set a injected CDI CommandListener to the mongodb configuration.
  • #11975 - Import.sql not trimming blank space at the end of an sql statement
  • #11969 - Separate REST Data Panache controller from resource
  • #11921 - Wrong work is parsing configuration VaultRuntimeConfig
  • #11689 - Limit the amount of memory surefire can use
  • #11664 - Enable the implicit cascading delete for Spring data jpa
  • #11535 - Quarkus GRPC with blocking objects such as Hibernate EntityManager
  • #11524 - NullPointerException reading mongodb bson date (native image)
  • #11410 - SmallRye Context Propagation 1.0.16
  • #11398 - Spring Data JPA deleteAll incompatibility with Spring
  • #11391 - REST Data with Panache paging parameters should be visible at Swagger/OpenAPI
  • #11378 - Allow to autogenerate no-args constructor for synthetic beans
  • #11348 - Introduce ensure-only-one: name to example codestarts
  • #11342 - Add Amazon Services transport truststore configuration
  • #11096 - Externalize default builderImage URL for native image
  • #10896 - Register PropertyCodecProvider automatically
  • #10763 - Creates maven profiles for integration tests
  • #10564 - Reorganize quarkus-kubernetes source
  • #10528 - Mongo Panache : PropertyCodecProvider not registered
  • #10390 - VaultConfigSource in quarkus-vault cannot be configured with properties requiring property expansion
  • #10246 - REST client encoding test
  • #10110 - ldap - setRecursive
  • #9195 - Added a new property to support more algorithms
  • #9122 - Security: Support password algorithms besides MD5 in elytron-security-properties-file extension
  • #8756 - Qute: nice error page
  • #8700 - Implements Panache REST for MongoDB
  • #8202 - Update JWT guide with how to generate a key pair with openssl
  • #7788 - Create custom properties for Knative generation
  • #7427 - Add Gradle support in multi-stage docker build for native images
  • #7359 - Build error when using quarkus-tika and quarkus-narayana-jta extensions, provider com.ctc.wstx.stax.WstxInputFactory not found
  • #6513 - Provide Gradle GraalVM compatible builder image
  • #5639 - [openapi] Add Ability to Configure Swagger UI
  • #5438 - create the test structure (unit and devmode test) when using create-extension Maven Mojo
  • #4766 - swagger-ui is not mapping oauth2-redirect.html
  • #3585 - Create the test structure when using create-extension Maven Mojo.
quarkus - 1.9.2.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #13122 - Cleanup the local cache of redis connections after closing them
  • #13116 - Qute: do not ignore a user-provided template variant
  • #13113 - Character escaping in Qute doesn't work
  • #13105 - Make Amazon Services interceptors config a list of string
  • #13093 - Fix invalid handling of List in spring-data-jpa custom queries
  • #13092 - Synchronize security-jwt.adoc with smallrye-jwt
  • #13091 - Document config property smallrye.jwt.verify.key.location
  • #13085 - Upgrade jboss-logmanager-embedded to 1.0.6 and ban jboss-logmanager
  • #13078 - com.amazonaws.xray.interceptors.TracingInterceptor Native Image Failure
  • #13074 - Fix link to security-testing in getting-started-testing
  • #13069 - Update multipart dependency used in S3 documentation to Quarkus extension
  • #13065 - Remove dependency on quarkus-oidc from keycloak-admin-client
  • #13060 - Do not end the response if sendChallenge has already done it
  • #13047 - Dead link "https://quarkus.io/guides/security.adoc#testing-security" in documentation
  • #13044 - Spring Data JPA error when selecting property value
  • #13035 - 1.9.1 throws Response has already been written from RouteFilter
  • #13020 - Remove unnecessary semicolon in config guide
  • #13015 - Make embedded fields with camel-case work in Spring Data JPA repositories
  • #13014 - Spring Data Repository with camel-case properties not working with Quarkus
  • #13001 - Fix jvm.info metric naming to match micrometer convention
  • #12996 - Fix typo in column name
quarkus - 1.9.1.Final

Published by gsmet almost 4 years ago

Major changes

  • #12789 - Support SmallRye Config 1.9.2.

Complete changelog

  • #12978 - Fix typos in asciidoc documentation
  • #12963 - support abstract classes for resteasy #12927
  • #12962 - Add Caffeine cache implementations required by users
  • #12940 - Improved the parsing of the host and port in vertx
  • #12939 - Wrong host forwarded after enabling proxy address forwarding
  • #12931 - If no password set don't attempt to connect
  • #12930 - Add client example to websocket guide
  • #12929 - Disabled proactive authentication and @TestSecurity does not work
  • #12927 - RESTEasy tries to instantiate abstract resource base class
  • #12920 - Updated the doc examples to show the auth scheme returned is Bearer instead of MP-JWT
  • #12919 - JWT RBAC guide lists incorrect authentication scheme
  • #12912 - Runtime initialization of some imageio related classes
  • #12892 - Exclude Xerces dependency in Tika extension
  • #12882 - Disabled proactive authentication and @TestSecurity does not work
  • #12880 - Qute - fix async resolution and CompletionStage
  • #12879 - Handle no main sourceset in gradle multi module project
  • #12878 - doc: fix typo
  • #12877 - Qute Asynchronous Data Resolution not working as stated in example
  • #12875 - Remove dead link
  • #12872 - Fix remote dev for Gradle
  • #12862 - Fixed typo in getting started
  • #12861 - Small typo in the CDI reference guide
  • #12859 - doc: fix typo of bytecode
  • #12855 - Clean up the Container Image extensions
  • #12848 - Panache Data REST - Use correct tmp var when iterating over class hierarchy
  • #12843 - Amazon services: Added xray package to the index scope
  • #12842 - Amazon S3 Extension: Interceptors Configuration Fails to AWS Shipped Interceptors
  • #12832 - Add missing punctuations, spaces, etc. in grpc-getting-started doc
  • #12823 - Fix dependency name in Qute doc
  • #12821 - Store EntityManager per unit in TransactionSynchronizationRegistry
  • #12819 - gradle quarkus:dev task should be more lenient when analysing project dependencies
  • #12808 - Fix typo in "Building my first extension" guide
  • #12805 - Wait for dev mode end after ctrl-C
  • #12804 - Cannot use multiple persistence units in same transaction
  • #12798 - Fix NPE in mutable-jar packaging non-jar dependencies
  • #12789 - Support SmallRye Config 1.9.2.
  • #12778 - Fix typo of quarkus-resteasy in GCP functions documentation
  • #12776 - quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0
  • #12775 - Fix spring-data-jpa field lookup with layered @MappedSuperclasses
  • #12774 - Remove metrics spi dependency
  • #12773 - Quarkus Kubernetes extension conflict with Micrometer extension
  • #12771 - Update to Vert.x 3.9.4
  • #12763 - buildRunnerJar threw an exception: java.lang.NullPointerException
  • #12760 - Add allow java.lang annotations for resources
  • #12758 - CNFE when using Smallrye @ConfigMapping
  • #12753 - multi layered entity inheritance not supported by JpaRepository
  • #12727 - Bump smallrye-jwt from 2.3.0 to 2.3.1
  • #12723 - Quitting quarkus:dev with Ctrl+C doesn't allow @PreDestroy hooks to finish
  • #12722 - Use builder to create stackdriver registry
  • #12717 - Match Mutiny version from quarkus-bom
  • #12710 - Fixed the default platform version range for the create command
  • #12707 - Fix gradle uber-jar in codestarts
  • #12705 - Fix codestarts encoding problem
  • #12703 - At create from command line are have wrong version dependency
  • #12683 - Provide helpful error-message for BindException on quarkus.http.port
  • #12648 - Cassandra doc explains how to configure the required annotation processor
  • #12561 - Bump debezium-core from 1.2.5.Final to 1.3.0.Final
  • #12535 - Quarkus-native failure "No instances of java.awt.color.ICC_ColorSpace are allowed in the image heap as this class should be initialized at image runtime."
  • #12475 - Allow private IDs in Panache Data REST
  • #12458 - rest-data-panache: when native build has to write ID, use accessor trick or deprivitize field trick
  • #12300 - Quarkus fails to startup if resource is annotated with @Deprecated annotation
  • #12156 - Only include bootstrap dependencies in quarkus:dev ClassPath
  • #12136 - ServiceConfigurationError with "not a subtype" for external library in dev mode
  • #10420 - Caffeine error at runtime when using native build
  • #8708 - Kotlin live reload dev mode not working when Tika extension is present
  • #6014 - Example for websocket client
  • #4890 - Improving the BindAddress error
quarkus - 1.9.0.Final

Published by gsmet almost 4 years ago

Major changes

Complete changelog

  • #12700 - Fixed uber jar packaging instructions
  • #12699 - Use counter for JVM Info
  • #12694 - native-image specific micrometer-mp-metrics test failure in io.quarkus.micrometer.runtime.registry.json.JsonExporter, java.lang.NumberFormatException
  • #12688 - Fix Bootstrap dependencies
  • #12679 - Update to Apache Http Client 4.5.13
  • #12677 - Liquibase - Support loading data in native
  • #12676 - Partly fix release 1.9 disabled gradle test
  • #12675 - Reduce error logging in Vert.x proxy address forwarding
  • #12674 - Fix NPE in AsmUtilCopy
  • #12672 - Move Bootstrap dependency out of the BOM
  • #12671 - NPE on Arc in combination with Myfaces extension: Producer for Object type
  • #12667 - Reduce error logging in vertx proxy address forwarding
  • #12662 - Upgrade jboss-logmanager-embedded to 1.0.5
  • #12661 - Ensure that the proper test error is logged instead of a NPE
  • #12659 - Logging issues with log4j2-jboss-logmanager
  • #12653 - Improve Avro support in native applications
  • #12643 - Native application failed to start when liquibase enabled
  • #12639 - Support additional JDBC properties for a DataSource
  • #12636 - Bump swagger-ui from 3.35.0 to 3.35.1
  • #12635 - Add jsonp for cases where jsonb is not in scope
  • #12632 - Do not include Twitter Bootstrap in quarkus-bom
  • #12631 - Reconcile "old" and "new" S2I config properties
  • #12627 - Don't consider the hierarchy of Object when marked with @Valid
  • #12621 - Consume Caffeine Jandex index to register classes for reflection
  • #12618 - Put parentId from trace context into MDC
  • #12617 - ArC auto producers - ignore void methods
  • #12616 - Fix exception handling when a message consumer is blocking
  • #12614 - Bump aws-lambda-java-events from 3.3.1 to 3.4.0
  • #12612 - Bump awssdk.version from 2.15.2 to 2.15.6
  • #12608 - Add commonTags to micrometer doc
  • #12603 - Bootstrap Maven: don't check MAVEN_PROJECTBASEDIR for the root project dir
  • #12599 - Error handling does not work with blocking event bus consumers
  • #12598 - Small OpenShift documentation fixes
  • #12579 - Add codestart for spring-web
  • #12549 - Introduce QuarkusTestBeforeClassCallback
  • #12544 - Introduce BeforeClass test callback
  • #12532 - Ability to handle both exit code and exception when running CLI applications
  • #12510 - Search for quarkus gradle plugin in transitive dependencies
  • #12509 - Allow usage of Quarkus Gradle Plugin as a custom plugin dependency
  • #12506 - Update to Tika 1.24.1
  • #12504 - docs: Restore cdi-ref index-dependency example.
  • #12443 - Hibernate Validator - @Valid Object causes CNFE
  • #12397 - Exception Handling/Mapping When Running Quarkus Command Mode Applications
  • #10420 - Caffeine error at runtime when using native build
  • #8914 - Native Image failure building Kafka
  • #5633 - Build native : kafka + avro
quarkus - 1.8.3.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #12595 - make gRPC work in native when other extensions added
  • #12593 - Add note about configuring OpenShift fields
  • #12580 - Fix REST client extension SSL native include
  • #12568 - Fix potential hang in VertxInputStream
  • #12558 - Fix various typos
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12553 - Disable kubernetes http2 in kubernetes mock server
  • #12525 - Quarkus REST Client extension is not enabling SSL native by default as documented
  • #12460 - Native image build with quarkus-infinispan-client and quarkus-grpc
  • #12301 - gRPC and Reactive Kafka Fails Native Build
quarkus - 1.9.0.CR1

Published by gsmet about 4 years ago

Major changes

  • #12531 - Kafka metrics
  • #12505 - Upgrade to Hibernate ORM 5.4.22.Final and matching Hibernate Reactive 1.0.0.Alpha10
  • #12470 - Update SmallRye Reactive Messaging to 2.4.0 and Mutiny to 0.9.0
  • #12144 - Introduce dedicated JAXP extension
  • #12001 - Remove the legacy datasource configuration
  • #11908 - Support multiple Redis clients
  • #11864 - Bean Validation support in reactive routes
  • #11798 - Add the @TestTransaction annotation
  • #11775 - Introduce quarkus-rest-client-mutiny extension
  • #11760 - OpenShift container image extension

Complete changelog

  • #12576 - Support Liquibase changelog parameters
  • #12575 - Drop log entry when closing the Kubernetes client
  • #12573 - GraphQL fix for Windows build
  • #12572 - GraphQL deployment schema test failing consistently on Windows
  • #12570 - add missing 'quickly' build profile to the independent projects
  • #12568 - Fix potential hang in VertxInputStream
  • #12567 - remote-dev does not watch config files
  • #12565 - remote-dev is not taking into account HotDeploymentWatchedFileBuildItem
  • #12562 - Bump formatter-maven-plugin from 2.12.2 to 2.13.0
  • #12560 - Bump swagger-ui from 3.34.0 to 3.35.0
  • #12558 - Fix various typos
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12553 - Disable kubernetes http2 in kubernetes mock server
  • #12552 - Update Infinispan to 11.0.4
  • #12550 - Disable KotlinGRPCProjectBuildTest for now
  • #12547 - Check naming strategy in Spring Boot properties
  • #12543 - Update Strimzi version in examples
  • #12542 - Update Strimzi container image versions
  • #12541 - Kubernetes - Don't create a service account if not needed
  • #12539 - Update Kafka Streams Quickstart documentation with Mutiny example
  • #12538 - Update Kafka Quickstart documentation with Mutiny example
  • #12537 - Update AMQP Quickstart documentation with Mutiny example
  • #12536 - quarkus:create-extension Support external parent POMs
  • #12534 - Remove parentheses from RETURNING clauses in Reactive SQL Clients guide
  • #12533 - Bump kubernetes-client to 4.12.0
  • #12531 - Kafka metrics
  • #12527 - Update doc references to refer to Micrometer, and make it the preference
  • #12524 - Correct reflection warning/error
  • #12520 - Use Mutiny instead of RxJava in the Kafka Stream guide
  • #12519 - Use Mutiny instead of RxJava in the AMQP guide
  • #12518 - Use Mutiny instead of RxJava in the Kafka guide
  • #12513 - Qute - improve unparsed character data
  • #12505 - Upgrade to Hibernate ORM 5.4.22.Final and matching Hibernate Reactive 1.0.0.Alpha10
  • #12503 - Fix i18n documentation
  • #12501 - Support SmallRye Config 1.9.1
  • #12499 - Create Extension Maven goal does not honor grandparent settings
  • #12496 - Remove unnecessary var assignement breaking snapshot ci job
  • #12491 - Bump awssdk.version from 2.15.1 to 2.15.2
  • #12490 - Bump jackson-bom from 2.11.2 to 2.11.3
  • #12489 - MongoDB - Batch Size On Aggregate Options & Find Options
  • #12488 - Upgrade SmallRye OpenAPI to 2.0.10
  • #12483 - Spring @ConfigProperties bindings are not relaxed
  • #12482 - ArC docs - fix build time metadata availability
  • #12481 - Update SmallRye GraphQL to 1.0.12
  • #12478 - Warn for weird cases handling @Timed methods
  • #12470 - Update SmallRye Reactive Messaging to 2.4.0 and Mutiny to 0.9.0
  • #12468 - Qute reference guide updates
  • #12465 - Bump awssdk.version from 2.15.0 to 2.15.1
  • #12462 - Add warning for MP Metric API usage with Micrometer
  • #12454 - kafka very noisy in dev mode (master)
  • #12453 - Avoid ContainerFilter import
  • #12452 - Packaging native image fails with SmallRye GraphQL
  • #12450 - Set 'Secured' property for Form authentication cookies
  • #12448 - Integrate AzureMonitorRegistry into Micrometer Extension
  • #12445 - Disable Keycloak Authorization TLS checks if required
  • #12442 - Problem with invalid certification
  • #12441 - Form based authentication cookie will soon be rejected
  • #12435 - quarkus-micrometer does not work with quarkus-kafka-streams
  • #12431 - Bump awssdk.version from 2.14.28 to 2.15.0
  • #12428 - Qute type-safe templates: generate optimized value resolvers
  • #12411 - Don't download the full AWS SDK every time
  • #12407 - Bump awssdk.version from 2.14.25 to 2.14.28
  • #12406 - Add tip for making gdb aware of the sources cache
  • #12405 - Avoid copying sources directly in the source cache
  • #12404 - Changed Execute objcopy command log message to debug
  • #12402 - SmallRye GraphQL conflict with same enum names in different models
  • #12399 - Deprecate OIDC xhr-auto-redirect and add java-script-auto-redirect properties
  • #12396 - Fix the blocked thread issue caused by combining OIDC introspection and userinfo requests
  • #12395 - When JWT token is expired Runtime exception is thrown
  • #12394 - Combining OIDC introspection and userinfo calls causes Vert.x thread to block
  • #12385 - Micrometer @Timed and @Counted
  • #12383 - Unable to build a native image with GraalVM 20.2 and debug enabled
  • #12381 - Mailer extension ITs
  • #12378 - Codestart mixed loading
  • #12374 - Improve error reporting in OIDC extension
  • #12368 - Add micrometer to issue auto-labelling configuration
  • #12366 - Fix broken Kubernetes tests
  • #12365 - KubernetesConfigWithSecretsTest is failing the build
  • #12360 - Defaults for kubernetes mock server
  • #12357 - The reflection link is broken in your CDI page
  • #12354 - Bump debezium-core from 1.2.4.Final to 1.2.5.Final
  • #12352 - Bump aws-alexa-sdk.version from 2.34.0 to 2.35.0
  • #12351 - Improve Debugging experience by copying sources
  • #12344 - Don't re-initialize ThreadLocalRandom in GraalVM > 20.2
  • #12343 - io.micrometer.core.annotation.Timed doesn't work
  • #12335 - Enable quarkus:list-extensions in an empty dir
  • #12332 - Bump mockito.version from 3.5.11 to 3.5.13
  • #12331 - Bump mariadb-java-client from 2.6.2 to 2.7.0
  • #12330 - Bump awssdk.version from 2.14.24 to 2.14.25
  • #12328 - Bump mockito-core from 3.5.11 to 3.5.13 in /integration-tests/gradle
  • #12327 - Bump mockito-core from 3.5.11 to 3.5.13 in /devtools/gradle
  • #12326 - Remove unnecessary code from RestClientRecorder
  • #12325 - Remove unnecessary code in RestClientRecorder wrt ResteasyProviderFactory
  • #12322 - Create GH Action codestart
  • #12321 - Skip jbang execution on -Dquickly
  • #12320 - Support OIDC hybrid application type
  • #12318 - Allow codestarts to be manually selected in CreateProject command
  • #12315 - Upgrade to Debezium 1.2.5.Final
  • #12309 - Remove reference to metrics classes in deployment
  • #12308 - Re-enable Vault tests
  • #12306 - Bump aws-lambda-java-events from 3.3.0 to 3.3.1
  • #12305 - Bump awssdk.version from 2.14.23 to 2.14.24
  • #12297 - Support OIDC hybrid application type
  • #12296 - build items doc: Make sure parent dir exists
  • #12295 - Make OIDC CodeAuthenticationMechanism work with the proactive-auth disabled
  • #12291 - refactor: Remove obsolete decorators
  • #12289 - Quarkus Micrometer and Reactive Messaging kafka conflict
  • #12288 - Kubernetes hostAliases property
  • #12284 - Update to quarkus-security 1.1.3.Final
  • #12280 - Reactive routes - inject throwable for a failure handler
  • #12278 - Bump io.dekorate to 0.12.11
  • #12274 - Remove xstream from dependabot
  • #12271 - Deprecate QuarkusTestBeforeAllCallback
  • #12270 - Bump RESTEasy to 4.5.8.Final
  • #12269 - generated Kubernetes resources : roleBinding.yaml: object name does not conform to Kubernetes naming requirements
  • #12268 - [OIDC] Config inheritance for multi-tenancy OIDC
  • #12264 - Replaced eclipse-minimal-json with Jackson
  • #12263 - Use correct classes in test package
  • #12259 - Move gradle buildscript test in integration test project
  • #12258 - Update the Axle and Mutiny Vert.x clients to version 1.2.1
  • #12251 - Forward protoc log to console for gradle project
  • #12250 - QuarkusTestBeforeAllCallback is run before every @Test method
  • #12249 - Reactive routes - inject throwable for a failure handler
  • #12247 - Bump swagger-ui from 3.32.5 to 3.34.0
  • #12242 - Vault health check not disabled as documented, and explicit disable does not work
  • #12240 - Use micrometer in main IT; add smallrye-metrics IT
  • #12239 - UserInfo support for OIDC service endpoints
  • #12236 - ArC - basic support for single-letter classes in the default package
  • #12227 - OIDC: User-Info for type service
  • #12226 - Qute: bunch of performance improvements
  • #12225 - add TrimmedStringConverter to methods in CORSConfig.
  • #12220 - Introduce BansRuntimeDependency for extensions/*
  • #12216 - RestClientProcessor does not handle classes/interfaces generated during build
  • #12213 - Mutiny 0.8.1
  • #12209 - Support vertx-web and micrometer
  • #12207 - Clean jandex index after test
  • #12206 - Adds new property to configure "hibernate.format_sql" in the application.properties
  • #12204 - Allow configuration of Hibernate to disable "format_sql" property
  • #12203 - Update ADOPTERS.md
  • #12201 - Bump mockito.version from 3.5.10 to 3.5.11
  • #12200 - Bump mockito-core from 3.5.10 to 3.5.11 in /integration-tests/gradle
  • #12199 - Bump mockito-core from 3.5.10 to 3.5.11 in /devtools/gradle
  • #12198 - Add OIDC SecurityEvent
  • #12197 - Re-introduce removed configuration in Redis extension to support minimum backward compatibility
  • #12191 - Fix Gradle test-fixtures class loading issues
  • #12189 - Fix dependency issues causing build problems
  • #12186 - Qute: add logical AND and OR operators
  • #12183 - Update Redis connection property documentation to reflect latest changes
  • #12182 - Quarkus won't start if both the micrometer extension and the vertx-web extension are enabled
  • #12174 - Bump debezium-core from 1.2.3.Final to 1.2.4.Final
  • #12172 - Update SmallRye Config to 1.9.0
  • #12170 - Fix maven wrapper not working in codestarts
  • #12169 - Update to Vert.x 3.9.3
  • #12162 - Add a warning about usage of the clone() method on entities
  • #12161 - Use Java 15 in CI instead of Java 14
  • #12160 - chore: Upgrade dekorate to 0.12.9
  • #12159 - Simplify build instructions: apply Maven heap settings automatically
  • #12157 - Allow a different binary when running docker
  • #12147 - Generate an "All Build Items" documentation page
  • #12146 - No more runtime / deployment BOMs
  • #12145 - Add OidcAuthenticationListener for capturing important code flow events
  • #12144 - Introduce dedicated JAXP extension
  • #12142 - Support '*' in CORS configuration
  • #12141 - Throw a build exception if the deprecated datasource config is used
  • #12138 - Do not rely on svm scope set to provided in the BoM
  • #12135 - Allow the use of podman for creating a container-image
  • #12132 - Use DotNames for BeanValidationAnnotationsBuildItem
  • #12129 - JAXP extension
  • #12128 - Qute: add basic date-time formatting support
  • #12127 - Allow configuring the RestAssured timeouts and provide sensible defaults.
  • #12124 - Add knative to auto-labeler
  • #12123 - Remove lambdas from runtime metrics code
  • #12119 - Bump maven-model-helper to 16
  • #12112 - Implement report for the snapshot deployment build
  • #12108 - Add support for passing custom headers in Spring Cloud Config
  • #12107 - Replace CommandLineArgumentsProducer with a synthetic bean
  • #12105 - Maven Model Merger is messing with properties order in Codestarts
  • #12100 - JUnit 5 version should match in ArC too
  • #12099 - Add support for HTTP headers in Spring Cloud Config Client extension
  • #12098 - Bump aws-lambda-java-events from 3.2.0 to 3.3.0
  • #12096 - Bump junit-bom from 5.6.2 to 5.7.0
  • #12092 - Bump junit-jupiter from 5.6.2 to 5.7.0 in /devtools/gradle
  • #12091 - Bump junit-jupiter from 5.6.2 to 5.7.0 in /integration-tests/gradle
  • #12090 - OIDC CodeAuthenticationMechanism does not work if the proactive authentication is disabled
  • #12076 - AdditionalBeanBuildItem - clarify javadoc and improve the transformer
  • #12075 - caffeine: register CacheLoader and implementors for reflection
  • #12074 - caffeine: register CacheLoader and implementors for reflection
  • #12073 - Add wellness health handling
  • #12071 - /health/well is not exposed
  • #12070 - Introduce the quarkus.container-image.image property
  • #12060 - Bump wildfly-elytron.version from 1.12.1.Final to 1.13.0.Final
  • #12057 - Define the version of the main wildfly-elytron artifact
  • #12054 - Bump snakeyaml from 1.26 to 1.27
  • #12051 - Only create the Reactive PoolProducers and health check beans if we produce a pool
  • #12044 - Allow adding /health endpoint to OpenAPI using config
  • #12043 - Unsatisfied dependency for type io.vertx.db2client.DB2Pool and qualifiers with Quarkus master, works with 1.8.0.Final
  • #12038 - Update gRPC to 1.32.1
  • #12037 - enable uber-jar for cli to make it directly runnable
  • #12036 - quarkus-config-yaml causes ClassCastException
  • #12034 - Bump aws-alexa-sdk.version from 2.33.0 to 2.34.0
  • #12030 - Multi project codestart
  • #12028 - Qute RESTEasy Integration - document RestTemplate
  • #12025 - Move QuarkusModelBuilderTest from the plugin module to Gradle IT
  • #12016 - Bump commons-io from 2.7 to 2.8.0
  • #12013 - Bootstrap Maven: support for MAVEN_OPTS and properties with whitespaces
  • #12011 - security jpa documentation update
  • #12004 - Hibernate ORM build error during enhancement of entity
  • #12001 - Remove the legacy datasource configuration
  • #11990 - Activate RequiresMinimalDeploymentDependency rule for tcks and add min deps
  • #11987 - Avoiding deprecated code in KubernetesClientUtils
  • #11986 - Problem connecting to Redis Cluster on sentinel type
  • #11982 - Add OpenShift Client extension
  • #11980 - ArC - distinguish "bean archive" and "additional" index
  • #11978 - Log a warning if model for default PU and no default datasource
  • #11967 - Allow to ignore explicit JAX-RS application-classes
  • #11966 - Allow configuration of JAX-RS application-class if multiple exist
  • #11965 - Config property to include health endpoints in OpenAPI definition
  • #11959 - Cleanup the log records held in-memory, in Quarkus test extensions
  • #11958 - Change RedisClientProcessor to singleton
  • #11953 - Bump smallrye-common-bom from 1.3.0 to 1.4.0
  • #11950 - Adding fetch configuration option to hibernate-orm module
  • #11947 - Test for listing extensions-Gradle
  • #11943 - Use smallrye-common-bom 1.4.0
  • #11939 - JSON exporter for Micrometer
  • #11938 - Upgrade to Hibernate Search 6.0.0.Beta10
  • #11937 - Support for combining OIDC with other auth mechanisms
  • #11924 - Register a global exception handler on the Vert.x instance so uncaught exceptions are logged properly.
  • #11908 - Support multiple Redis clients
  • #11904 - Re-enable tests that should now work
  • #11881 - Add an SPI BuildItem to publish detected Bean Validation annotations
  • #11879 - quarkus-integration-test-vault needs to be fixed
  • #11876 - Remove unused field
  • #11871 - Bump narayana.version from 5.10.5.Final to 5.10.6.Final
  • #11865 - Support for custom token headers for OIDC service applications
  • #11864 - Bean Validation support in reactive routes
  • #11863 - Generic Type arguments of producer method needs to be in a bean archive
  • #11854 - Fix list output problem in tests
  • #11853 - Quarkus cli test failing
  • #11848 - CDI programmatic lookup - detect "unused" false positives at runtime
  • #11819 - Bootstrap Maven: consult MAVEN_OPTS for relevant options
  • #11813 - Gradle tests failing when releasing
  • #11803 - Add some logging to codestarts
  • #11798 - Add the @TestTransaction annotation
  • #11790 - Customize access token header in OIDC for API
  • #11789 - Rename ContextAwareTokenCredential to OidcTokenCredential and move it out of the runtime package
  • #11787 - Don't use JSON formatted logs for main integration tests
  • #11783 - KubernetesClientTest.testInteractionWithAPIServer is failing
  • #11775 - Introduce quarkus-rest-client-mutiny extension
  • #11774 - Test failures not clear on root causes
  • #11769 - Rest assured timeouts are way too big
  • #11760 - OpenShift container image extension
  • #11661 - Allow removing version from Kubernetes label selectors
  • #11629 - Use HTTPS for the elytron-undertow tests
  • #11614 - Integrate Mutiny 0.8.0
  • #11590 - Add ability to export ports in Jib
  • #11572 - Reactive messaging Emitter interface is missing Mutiny integration
  • #11565 - MongoDB - Batch Size On Aggregate Options
  • #11558 - Support multiple Redis clients
  • #11552 - quarkus 1.7.0.Final gradle plugin hides errors from protoc compilation
  • #11541 - {[ and ]} with Qute
  • #11527 - Add a new config category quarkus.hibernate-orm.fetch
  • #11517 - Improve robustness of our devtools Gradle code
  • #11467 - Command line arguments are not properly passed along when using quarkus.args
  • #11450 - Quarkus CLI 2.0
  • #11406 - Gradle Test task with Quarkus is not always cached
  • #11318 - Gradle Test fixtures do not work when Running Unit tests with IntelliJ
  • #11303 - Improve robustness of our devtools Gradle code
  • #11285 - Qute: document under what conditions are special characters escaped
  • #11181 - Date and Time Formatting for Qute
  • #11174 - Enforce the rule "don't use runtime dependencies in deployment artifacts"
  • #11142 - Support for additional test-to-main directory mappings
  • #11101 - gRPC tests not working when releasing
  • #11084 - Find a way to inform the consumer (print or result) about the Codestart processing
  • #11070 - Kubernetes extension should not use version in labelselectors
  • #10990 - Reactive routes - support Bean Validation for parameters and return value
  • #10907 - Make RoutingContext available in SecurityIdentityAugmentor
  • #10769 - Panache reactive based on Hibernate Reactive
  • #10431 - REST Data Panache dev mode
  • #10265 - mvn:quarkus produce : The AMQP message to address prices has not been sent, the client is closed
  • #10133 - Spring MVC @RequestParam encoding problem on UTF-8
  • #9980 - Quarkus 1.8.1.Final + infinispan-client and deletion of Marshaller.class files
  • #9945 - Create a "All Build Items" page
  • #9709 - Introduce a quarkus-rest-client-mutiny extension
  • #9510 - Error with HTTP POST using "REST Data with Panache" extension
  • #9283 - control over kubernetes service account generation / kubernets-client issue
  • #8790 - Qute: document this
  • #8588 - Support GitLab CI_REGISTRY_IMAGE variable for container build.
  • #7376 - Qute type-safe templates - generate optimized value resolvers
  • #6463 - @Transactional annotation doesn't work in JUnit tests
  • #5422 - quarkus.http.cors.origins=* should be supported
  • #3200 - Implement OpenshiftClient on Kubernetes Client Extension
quarkus - 1.8.2.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

  • #12523 - @TestHTTPEndpoint support for endpoints annotated with Spring Web's @RequestMapping
  • #12508 - docs: Fix companion object link in Panache with Kotlin
  • #12487 - Combine both the combined index and the bean archive one in REST client
  • #12484 - Add Tika PDF FontBox native resources
  • #12477 - Fix add extension in Kafka Streams guide
  • #12476 - Index Envers base entity classes
  • #12474 - Missing publish option in kms docker + specify version of localhost i…
  • #12471 - quarkus-hibernate-envers should add hibernate-envers to Jandex index
  • #12467 - @TestSecurity fails if the method params are primitives
  • #12463 - Hibernate ORM extension boot is not holding the @Startup event
  • #12459 - Fix the private key location in the smallrye-jwt guide
  • #12451 - Startup of Hibernate ORM was not registered as a ServiceStartBuildItem
  • #12449 - The limitation of a single instance of Hibernate was removed
  • #12446 - Update documentation for "kafka" extension
  • #12440 - Upgrade Hibernate Validator to 6.1.6.Final
  • #12437 - Include JVM GC metrics in the Micrometer extension
  • #12436 - Config docs improvements
  • #12425 - Include the JVM GC Binder in the Micrometer extension
  • #12421 - Make producer of MetricRegistry unremovable
  • #12420 - SmallRye GraphQL extension's metrics are broken
  • #12414 - Fix Fault Tolerance metrics via Micrometer
  • #12413 - ClassNotFoundException on primitive arguments with quarkus-test-security
  • #12410 - Don't log warnings about duplicate build.metadata
  • #12401 - Fix the handling of the port 0
  • #12387 - Fix reflection registration issue with Jackson's @JsonSerialize
  • #12382 - Make sasl.mechanism configurable in Kafka Streams extension
  • #12375 - SQS Amazon-service extension: Fixed a little typo in docs
  • #12370 - Always use localhost for @TestHTTPResource
  • #12369 - TestHTTPResource does not return localhost
  • #12367 - Fix broken GraalVM link
  • #12364 - Adjust issuer URL in security-jwt guide
  • #12361 - Fixed incorrect docs for recordDelimiter
  • #12356 - Add details to documentation on how to deploy to OpenShift and test the application
  • #12348 - Upgrade SmallRye GraphQL to 1.0.11 fixing some minor bugs.
  • #12345 - com.fasterxml.jackson.databind.JsonMappingException: Class CustomSerializer has no default (no arg) constructor
  • #12342 - Remove default priority method impl from SecurityIdentityAugmentor examples
  • #12329 - Update description of hibernate-orm-panache-common and google-cloud-functions-http to avoid duplicatetes
  • #12323 - Fix "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide
  • #12316 - "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide.
  • #12310 - Superclass injection will fail if subclass declares same field
  • #12299 - Link to the CDI intro from the getting started guide
  • #12298 - Document Fault Tolerance configuration
  • #12292 - Support OIDC cookie domain property
  • #12281 - OIDC Session Cookie does not allow configuration of Domain
  • #12276 - Fix errors in the CDI guide
  • #12273 - Bump awssdk.version from 2.14.22 to 2.14.23
  • #12272 - Bump flyway-core from 6.5.6 to 6.5.7
  • #12265 - Bump SLF4j JBoss logging to 1.2.1.Final
  • #12261 - Clean smallrye-metrics references
  • #12255 - Fix Sentry usage with fast-jar
  • #12253 - Docs: update s3 docs localstack instructions
  • #12252 - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with fast-jar deployment with Sentry extension
  • #12245 - Bump awssdk.version from 2.14.20 to 2.14.22
  • #12241 - docs: fix some typos in writing-extensions
  • #12234 - Spring's @Scope#scopeName is now taken into account
  • #12233 - Spring DI layer ingores @Scope#scopeName
  • #12230 - Quarkus app fails to start when generics are used in GraphQL endpoint
  • #12224 - Solves quarkus kakfa-streams extension devmode issue
  • #12223 - Kafka-streams dev mode broken
  • #12221 - Fix broken weld links
  • #12215 - Make use of BeanArchiveIndexBuildItem in rest client processor to be aware of generated beans from other extensions
  • #12205 - Fix deployment modules test dependencies
  • #12196 - Intersection of Smallrye, MP Metrics and micrometer not working
  • #12193 - Excluding animal-sniffer annotations and android-annotation dependency
  • #12187 - Add gradle alternatives for generating jandex index in CDI docs
  • #12184 - Fix maven wrapper not working in codestarts for 1.8
  • #12181 - Only clear the DriverManager if a driver was loaded
  • #12180 - Micrometer Vert.x HTTP request propagation
  • #12177 - Trim spaces in CORS config
  • #12176 - JWT Security Vulnerability
  • #12175 - Bump awssdk.version from 2.14.19 to 2.14.20
  • #12173 - Bump flyway-core from 6.5.5 to 6.5.6
  • #12116 - No suitable driver found for Postgresql with TestContainers since Quarkus 1.8
  • #12024 - Dependency on slf4j-jboss-logging violates Apache license
  • #10104 - Native-Image: Newly created project with Tika extension can't extract anything
quarkus - 1.7.4.Final

Published by geoand about 4 years ago

Major changes

Complete changelog

  • #12194 - Add okhttp3-logging explicitly
  • #12314 - Removing jsr305 as dependency to verify if the grpc extension works fine without it
  • #12279 - build-tree mojo should take the POM artifact as the root instead of the JAR
  • #12294 - Create source cache when building native in container #12283
  • #12303 - Infinispan Client doesn't pick up the hotrod-client.properties file
quarkus - 1.7.5.Final

Published by gsmet about 4 years ago

Major changes

Complete changelog

quarkus - 1.8.1.Final

Published by gsmet about 4 years ago

Major changes

  • #11893 - Add a RESTEasy Multipart extension
  • #880 - Introduce a RESTEasy Multipart extension

Complete changelog

  • #12167 - Fix a remaining old datasource config reference in the Vault doc
  • #12166 - Update instructions to set fast-jar flag in codestarts
  • #12165 - hibernate-orm-panache-kotlin: Fix compilation error of example in doc
  • #12164 - Upgrade SmallRye OpenAPI to 2.0.9
  • #12163 - Kotlin Panache doc: Fix broken link
  • #12155 - Improve JBang integration
  • #12152 - Bump awssdk.version from 2.14.18 to 2.14.19
  • #12151 - Upgrade to Quarkus HTTP 3.0.15.Final
  • #12149 - Documentation/Scripting: Missing 'init' parameter added
  • #12148 - Fix the capability to connect to MySQL in XA mode
  • #12143 - Set HTTPS scheme in the final OIDC redirect URI
  • #12140 - Check for null context (oidc logout flow)
  • #12130 - quarkus-oidc does not build final redirect uri with https when using force-redirect-https-scheme=true
  • #12126 - Improve MongoDB with Panache documentation around ObjectId
  • #12122 - Bump awssdk.version from 2.14.17 to 2.14.18
  • #12118 - Fixes Quarkus version and images dir in scripting guide
  • #12114 - fix: use own AddEnvVarDecorator to prevent it from being skipped
  • #12110 - Rename the Micrometer guide for more consistency
  • #12109 - Proofread Scripting with jbang guide
  • #12103 - Prevent potential infinite loop in AutoAddScopeProcessor
  • #12102 - Hang in build when upgrading to 1.8.0 when library class' superclass is not present on classpath
  • #12101 - Lazily init Jaeger
  • #12097 - Bump awssdk.version from 2.14.16 to 2.14.17
  • #12095 - Restore port sysprop values in VertxHttpRecorder
  • #12087 - quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile
  • #12083 - Document how to use QuarkusTestProfile#testResources
  • #12081 - Document how to use QuarkusTestProfile.testResources()
  • #12072 - Fix smallrye-jwt documentation typo
  • #12067 - Unable to build Hibernate SessionFactory error with native mode in 1.8.0.final
  • #12066 - Fix documentation related with forwarding headers
  • #12065 - Add Tika extension dev mode test
  • #12063 - Quarkus kubernetes sidecars EnvVar do not work
  • #12062 - Quarkus Tika's configuration quarkus.tika.tika-config-path not work in quarkus:dev run
  • #12061 - Fix test package declaration
  • #12058 - OpenAPI/SwaggerUI displaying EntityManager schema for PanacheEntity Pojo
  • #12055 - Non-standard proxy forwarded headers are not being parsed
  • #12052 - Bump awssdk.version from 2.14.15 to 2.14.16
  • #12050 - Microprofile OASFilter only executed during build - not in runtime
  • #12045 - Register String constructors for reflection
  • #12041 - Upgrade Quarkus HTTP to 3.0.15.Final
  • #12040 - Smallrye-JWT config property naming bug
  • #12035 - Bump awssdk.version from 2.14.14 to 2.14.15
  • #12033 - Fix typo in the OpenAPI Guide
  • #12032 - More security documentation updates
  • #12031 - Make sure that Funqy types are registered for reflection
  • #12029 - Micrometer extension didn't work with the security-oauth2 extension
  • #12019 - Funqy QueryObjectReader not working in native image.
  • #12018 - Bump awssdk.version from 2.14.13 to 2.14.14
  • #12014 - Add a hint to OIDC and Hibernate Multitenancy docs about passing a tenant id
  • #12010 - Use MetricsCapabilityBuildItem
  • #12009 - Rest Client - support injection for @RegisterClientHeaders
  • #12007 - ArC - normalize @Named qualifier when the name is defaulted
  • #12000 - Application crash with both Micrometer and Fault Tolerance extension
  • #11999 - Manage org.apache.httpcomponents:httpmime
  • #11994 - Prevent potential infinite loop
  • #11991 - Bump awssdk.version from 2.14.12 to 2.14.13
  • #11984 - manage.sh doesn't work on Ubuntu and Mint
  • #11949 - Simplify tenant resolution for the OIDC/Hibernate Multitenancy combination
  • #11940 - Disable random port usage in tests
  • #11936 - Beans enabled via build profile/properties should not be alternatives
  • #11893 - Add a RESTEasy Multipart extension
  • #11892 - Adding @IfBuildProfile("prod") annotation to one grpc service throws away all other services
  • #10323 - UTF-8 encoding problem with MultiPart/RestEasy
  • #9301 - Microprofile rest client - Can't inject config/beans to clientheaderfactory also in 1.4.2.Final
  • #880 - Introduce a RESTEasy Multipart extension
quarkus - 1.8.0.Final

Published by gsmet about 4 years ago

Major changes

  • #11963 - Assorted Quartz cleanup

Complete changelog

  • #11977 - Ensure that user-defined quarkus.kubernetes-config.enabled takes precedence over secret
  • #11973 - Improve index inclusion and Arc exclusion configuration
  • #11972 - Upgrade Debezium to 1.2.3.Final
  • #11970 - Fix Quarkus ClassLoader's jar ProtectionDomain handling
  • #11968 - quarkus.kubernetes-config.secrets.enabled takes precedence over quarkus.kubernetes-config.enabled
  • #11964 - Fix typo in warn message
  • #11963 - Assorted Quartz cleanup
  • #11960 - Increase connection and read timeouts in IncompletePostTestCase
  • #11957 - Fix jbang ClassLoader issue
  • #11956 - Update to xstream 1.4.13 to reduce illegal reflective access warnings
  • #11954 - Bump assertj-core from 3.17.1 to 3.17.2
  • #11952 - Bump assertj-core from 3.17.1 to 3.17.2 in /integration-tests/gradle
  • #11951 - Bump assertj-core from 3.17.1 to 3.17.2 in /devtools/gradle
  • #11946 - Make name of Revapi artifact consistent
  • #11945 - Configurable instance name for quartz
  • #11941 - Various multiple persistence units adjustments
  • #11935 - Fix formatting in BOM for Micrometer artifacts
  • #11932 - Docs - CDI intro - add a note about reading fields on client proxies
  • #11930 - If parent first fails see if the resource exists in this CL
  • #11928 - Allow transformed classes to be dumped
  • #11918 - Drop quarkus.http.host setting from Jib and S2I
  • #11915 - default code gen not working in 1.8.0.CR1
  • #11913 - hibernate with jbang fails with class loader issue
  • #11912 - Make native tests work with random port
  • #11911 - -Dquarkus.http.host=0.0.0.0 force set in s2i and jib despite it being the default
  • #11909 - Bump awssdk.version from 2.14.11 to 2.14.12
  • #11907 - Normalize duration default values rendered in documentation
  • #11901 - Support the ability to create the schemas on database schema generation
  • #11899 - Make store dir relative to build dir when saving OpenAPI schema
  • #11897 - Narayana - make LifecycleManager from SM CP unremovable
  • #11895 - Bump mockito-core from 3.5.9 to 3.5.10
  • #11894 - Bump mockito-core from 3.5.9 to 3.5.10 in /devtools/gradle
  • #11891 - Native Tests fail when quarkus.http.test-port is set to 0
  • #11884 - Update Guava to 29.0-jre
  • #11880 - Google Cloud Functions Funqy HTTP
  • #11870 - Bump awssdk.version from 2.14.10 to 2.14.11
  • #11869 - Bump aws-alexa-sdk.version from 2.32.0 to 2.33.0
  • #11862 - Gradle IT: if set, pass maven.repo.local to the run task
  • #11859 - Bump aws-lambda-java-events from 3.1.0 to 3.2.0
  • #11858 - Bump awssdk.version from 2.14.9 to 2.14.10
  • #11857 - quarkus.debug.transformed-classes-dir does not work anymore
  • #11852 - Fix panache repository operations failure with multiple persistence units
  • #11851 - Quiet down Mongo test logs
  • #11850 - Update instructions to set fast-jar flag
  • #11846 - quarkus.smallrye-openapi.store-schema-directory should be relative to project basedir
  • #11845 - SmallRye GraphQL Documentation update
  • #11844 - MongoDB test cluster far too verbose
  • #11842 - Panache repository persist failure with multiple persistence units in 1.8.0.cr1
  • #11840 - Bump "aws-lambda-java-event" to 3.2.0
  • #11839 - IncompletePostTestCase fails once in a while with SocketTimeoutException: Read timed out
  • #11832 - Bump mockito-core from 3.5.7 to 3.5.9
  • #11830 - Bump awssdk.version from 2.14.8 to 2.14.9
  • #11829 - Bump mockito-core from 3.5.7 to 3.5.9 in /devtools/gradle
  • #11828 - Re-enable MutinyTest
  • #11827 - Fix enforcer rules deployment
  • #11826 - Document the Multiple Persistence Units support
  • #11825 - Default platform version range should be [major.minor-alpha,major.minor+1]
  • #11820 - Clean project with debezium-quarkus-outbox fails with BuildException
  • #11818 - Hibernate ORM: Schema is not generated
  • #11817 - Allow RestEasy JAXB collection serialization in native mode
  • #11815 - Range check makes the release fail
  • #11806 - Serialization of RestEasy JAXB wrapped collections fails in native mode
  • #11804 - Maven bootstrap: resolve workspace for layouts with directory breaks
  • #11711 - ReactiveMongodbPanacheResourceTest is regularly failing
  • #11687 - MutinyTest#testSSE can be unstable
  • #11650 - Platform JSON: support reading BOM's managed deps from a generated POM
  • #11647 - Fast-Jar + quarkus.arc.remove-unused-beans=false causes ClassNotFoundException
  • #11299 - Add documentation and quickstart for Funqy HTTP for Google Cloud Functions
  • #10303 - Remove illegal refletive access warning for xstream for parameterized tests
  • #10022 - Configuration properties of type duration should include the unit when rendering the default value
quarkus - 1.7.3.Final

Published by geoand about 4 years ago

Major changes

Complete changelog

  • #11979 - Fix elasticsearch extension file directory
  • #11955 - Add system property as gradle quarkusBuild task input
  • #11944 - Gradle: Cannot push containers to multiple repositories due to task caching
  • #11933 - Fix incorrect ImagePullPolicy forced setting
  • #11922 - Attempt to get around AccessDeniedException in Windows
  • #11920 - Update grpc-getting-started.adoc
  • #11917 - KubernetesProcessor No registry was set for the container image, so 'ImagePullPolicy' is being force-set to 'IfNotPresent'.
  • #11883 - Incorrect reference to "quarkus.openshift.sidecar" in the "Deploy to Kubernetes" guide.
  • #11882 - Fix issues with OpenShift sidecar handling
  • #11878 - Fix NPE when combining security-jpa with form auth
  • #11877 - fixed property names in docs where grpc-server was used instead of grpc.server
  • #11874 - Prevent potential NPE during shutdown in GrpcServerReloader
  • #11873 - Fix Kotlin integration in the Gradle plugin
  • #11868 - JPA Form Based Authentication throws NullPointerException if username is incorrect
  • #11867 - Gradle build fails after upgrade to 1.7.2
  • #11849 - Backport more Mongo fixes to 1.7
  • #11797 - Make sure the application is shutdown properly in the shutdown hook
  • #11792 - Command line app ignores SIGINT (Ctrl+C)
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