Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io.quarkus:quarkus-bom to v2.16.12.Final #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 2.2.3.Final -> 2.16.12.Final age adoption passing confidence

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-bom)

v2.16.12.Final

Compare Source

Complete changelog
  • #​36431 - Add a test case verifying the RST flood protection
  • #​36390 - Update Netty to 4.1.100
  • #​36241 - Update Snappy to version 1.1.10.5
  • #​36221 - Bump org.apache.avro:avro from 1.11.2 to 1.11.3 in /bom/application
  • #​35968 - Warn when wrong token proxy is accessed
  • #​35964 - OIDC: NPE when accessing IdToken when Bearer access token is sent

v2.16.11.Final

Compare Source

Complete changelog

v2.16.10.Final

Compare Source

Complete changelog
  • #​34067 - Bump snappy-java from 1.1.8.4 to 1.1.10.1 in /bom/application

v2.16.9.Final

Compare Source

Complete changelog
  • #​34953 - Generated docs: move DOM manipulation to build time
  • #​34820 - Keep maven-repo artifact 7 days instead of 1
  • #​34804 - Encode multi char code points correctly in RestEasy Reactive
  • #​34736 - [2.16] io.grpc:grpc-protobuf CVE-2023-1428 & CVE-2023-32731
  • #​34471 - The Common Log Format requires the date to be wrapped into []
  • #​32390 - Fix copy paste typo
  • #​31518 - Prevent ContextNotActiveException during invalid config validation if resteasy-reactive module is present
  • #​31434 - Invalid config value prevents app to startup with invalid stacktrace instead of validation error message
  • #​31053 - Bump grpc.version from 1.52.1 to 1.53.0
  • #​31010 - HTTP access log %t missing enclosing brackets
  • #​30403 - Bump grpc.version from 1.52.0 to 1.52.1
  • #​30323 - Bump grpc.version from 1.51.1 to 1.52.0
  • #​10134 - MicroProfile RestClient Encoding Failing for Emojis

v2.16.8.Final

Compare Source

Complete changelog
  • #​34469 - 2.16 - Enforce the configured TLS version
  • #​34371 - gRPC route to use mainrouter when http.root-path is not '/'
  • #​34261 - grpc service not working when use-separate-server is set to false and custom http.root-path is set
  • #​34142 - Fix NPE in RunningDevService which represens a shared service
  • #​34105 - Avoid calling OIDC UserInfo endpoint if UserInfo is cached
  • #​34104 - OIDC will request UserInfo and TokenIntrospection even if they are cached
  • #​34034 - Also include stream information in CLI project creation
  • #​33897 - NPE with shared Keycloak dev services when exiting Quarkus dev mode
  • #​33595 - Skip manifest entry properties that are missing values
  • #​33491 - Ensure that cookies added in filters are visible to resource methods
  • #​33490 - Cookies created in request filters are not accessible in Resource Methods
  • #​33448 - Fix location and content location headers in Resteasy Reactive
  • #​33419 - RESTEasy ResponseBuilder.location Inadvertently Decodes Path Segments in Relative URI
  • #​33128 - Fix broken link so it points to the config-yaml guide
  • #​33127 - Fix links to point to https://quarkus.io/guides/config-yaml
  • #​32932 - Fix resteasy-reactive-client hostname verification default

v2.16.7.Final

Compare Source

Complete changelog
  • #​33023 - Fix algorithm comparison bug in OIDC code loading the token decryption key
  • #​33020 - Fixed example in command-mode-reference.adoc
  • #​33012 - Update JReleaser guide for native executables
  • #​32842 - Correct a typo in redis-reference.adoc
  • #​32841 - Add a column before a table column separator |
  • #​32838 - Fix a typo in security-openid-connect-multitenancy.adoc
  • #​32771 - Prevent NPE for UserInfo String and Boolean properties
  • #​32762 - Normalize paths for POM Model providers
  • #​32753 - Update codestarts to use openjdk container images 1.15
  • #​32751 - Codestarts - OpenJDK-Container Image not updated
  • #​32740 - Add missing static import in config interceptor doc
  • #​32738 - Fix guide oidc trust-store config parameter name
  • #​32703 - Include MariaDB deprecated.properties
  • #​32702 - Native MariaDb with useSsl throw NPE
  • #​32692 - Allow ConfigMappings with default visibility
  • #​32690 - Quarkus dev mode is not working with a certain type of folder tree due to dependency injection
  • #​32679 - Logging with Panache: fix LocalVariablesSorter usage
  • #​32669 - Replace remaining references to bcX-jdk150
  • #​32663 - infov impacts local variable type
  • #​32655 - Correct a minor error in native-reference.adoc
  • #​32636 - Remove reference Uni::then in Mutiny primer
  • #​32635 - Quarkus Mutiny guide mistake
  • #​32603 - Avoid calling after construct callbacks twice when using @Nested tests
  • #​32514 - Bump OWASP dependency check plugin version to 8.2.1
  • #​32505 - Throw the exception if OIDC client fails to acquire the token
  • #​32501 - Remove unnecessary line split from metadata yaml
  • #​32500 - YamlMetadataGenerator emits yaml with line splits
  • #​32481 - Fix NPE when OIDC TenantConfigResolver returns null
  • #​32480 - RestClient with Oidc Token (OidcClientRequestReactiveFilter) is NOT failing when Token is wrong/unauthorized
  • #​32449 - Multitenancy OIDC permit tenant enumeration
  • #​32442 - Add one more CORS same origin unit test
  • #​32419 - Correcting Resteasy Reactive docs
  • #​32403 - Make SDKMAN releases minor for maintenance and preview releases
  • #​32383 - Using @InjectSpy from a JUnit5 @Nested inner class leads to unreliable test result
  • #​32360 - Qute validation - fix the way the namespace expressions are collected
  • #​32355 - Cannot using 2 classes with Qute @MessageBundle with different namespace
  • #​32349 - Better error on unparseable GraphQL JSON request
  • #​31939 - A bit of javadoc for codegen
  • #​31581 - Arc - Do not validate static members in inner non-static classes for CDI annotations
  • #​31558 - JUnit @Nested Inner Classes with @BeforeAll and @Transactional annotations fail on initialization after upgrading to 2.16.3.Final
  • #​31554 - RunTimeMappingsConfigBuilder failures (native build/tests) with 2.16.4

v2.16.6.Final

Compare Source

Complete changelog
  • #​32319 - [2.16] Revert io.netty.noUnsafe change
  • #​32302 - Qute - fix validation of expressions with the "cdi" namespace
  • #​32253 - (2.16) Upgrade to graphql-java 19.4
  • #​32223 - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
  • #​32110 - Prevent splitting of cookie header values when using AWS Lambda
  • #​32107 - Fix Podman detection on Windows
  • #​32106 - Native building with container: Podman not detected on Windows
  • #​32093 - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
  • #​32090 - K8s moved its registry
  • #​32088 - Remove the session cookie if ID token verification failed
  • #​32082 - Add missing quote in Hibernate Reactive with Panache guide
  • #​32079 - Quarkus JaCoCo extension fails to start Gradle daemon
  • #​32058 - Allow use of null in REST Client request body
  • #​32047 - rest client reactive throws npe on null request body
  • #​32041 - K8s is moving it's images
  • #​32037 - Set-Cookie Header is Split when using OIDC together with AWS Lambda
  • #​32015 - Support repeatable Incomings annotation for reactive messaging
  • #​32002 - Quarkus: Kafka Event Processor with 2 @incoming annotations throws Null Pointer SRMSG00212
  • #​31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #​31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #​31930 - Native build fails for JWT
  • #​31893 - Docker or Podman required for tests since 3.0.0.Alpha6
  • #​31857 - Container runtime detection cached in sys prop, container-docker extension
  • #​31811 - Check the expiry date for inactive OIDC tokens
  • #​31717 - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
  • #​31714 - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
  • #​31662 - Warning when docker is not running
  • #​31525 - Bump Keycloak version to 21.0.1
  • #​31490 - Enable Podman and Docker Windows quarkus-container-image-docker testing
  • #​31307 - Native Build on Windows has incorrect resource slashes
  • #​30383 - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT

v2.16.5.Final

Compare Source

Complete changelog
  • #​31959 - New home for Narayana LRA coordinator Docker images
  • #​31931 - Support raw collections in RESTEasy Reactive server and client
  • #​31922 - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
  • #​31904 - [2.16] Upgrade SmallRye GraphQL to 1.9.4
  • #​31894 - Supply missing extension metadata for reactive keycloak client
  • #​31891 - Fix truststore REST Client config when password is not set
  • #​31867 - Qute type-safe fragments - fix validation for loop metadata and globals
  • #​31866 - The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List
  • #​31864 - Fix incorrect generic type passed to MessageBodyWriter#writeTo
  • #​31818 - Jackson JAX-RS YAML Provider for Resteasy Reactive
  • #​31804 - [2.16] A test to make sure non-existing modules are ignored during workspace discovery
  • #​31793 - [2.16] Fix NPE loading workspace modules
  • #​31770 - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
  • #​31769 - Capability added for quarkus-rest-client-reactive-jackson
  • #​31756 - quarkus-rest-client-reactive-jackson doesn't provide capabilities
  • #​31728 - Register additional cache implementations for reflection
  • #​31718 - Properly close metadata file in integration tests
  • #​31713 - "Too many open files" When test native image.
  • #​31712 - Make request scoped beans work properly in ReaderInterceptors
  • #​31705 - Remove all dev services for kubernetes dependencies from kubernetes-client-internal
  • #​31692 - RequestScoped context not active when using a ReaderInterceptor with large HTTP requests
  • #​31688 - Suppress config changed warning for quarkus.test.arg-line
  • #​31643 - Fix iterator issue when executing a zrange with score on a missing key
  • #​31626 - quarkus.test.arg-line has become a built-time fixed property in 2.16.4
  • #​31624 - native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour
  • #​31617 - Bump Stork version 1.4.2
  • #​31579 - Reinitialize sun.security.pkcs11.P11Util at runtime
  • #​31560 - Prevent SSE writing from potentially causing accumulation of headers
  • #​31559 - SseUtil unexpectedly stores headers in Serialisers.EMPTY_MULTI_MAP
  • #​31551 - Scheduler - detect scheduled methods of the same name on a class
  • #​31547 - Scheduler - it's possible to declare two scheduled methods of the same name on the same class
  • #​31545 - Append System.lineSeparator() to config error messages
  • #​31536 - Missing newline characters in config error message
  • #​31532 - Interpret negative/zero body-limit as infinite when logging REST Client request body
  • #​31523 - Request rejected by CORS for fonts in dev UI when quarkus.http.cors=true is set
  • #​31496 - Filter out RESTEasy related warning in ProviderConfigInjectionWarningsTest
  • #​31482 - Remove incorrect default value for keepAliveEnabled
  • #​31440 - Several quarkus integration tests fail to compile to native with latest GraalVM master
  • #​31384 - Ignore required documentation for @ConfigMapping default methods
  • #​30757 - Allow same origin CORS requests without 3rd party origins being configured
  • #​30744 - [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
  • #​30698 - CORS Request same origin ignored if no other origin set

v2.16.4.Final

Compare Source

Complete changelog
  • #​31510 - Add logging to CompiledJavaVersionBuildStep
  • #​31507 - Adjust API in transaction.adoc code snippet
  • #​31498 - Added a note to get correct OpenAPI documentation
  • #​31486 - smallrye-openapi generates wrong definition for grouped parameters
  • #​31483 - Fix documentation for quarkus.hibernate-orm.enabled
  • #​31477 - Qute generated value resolvers - fix varArgs methods with 1 argument
  • #​31471 - [2.16] Make sure parent modules are loaded into workspace before those that depend on them
  • #​31467 - Don't run kubernetes-client Dev Services transitively
  • #​31465 - Propagate Quarkus related failsafe system properties
  • #​31462 - Do not append single '&' with empty query params in Resteasy Reactive
  • #​31449 - Qute: VarArgs processing error with 1 element
  • #​31447 - SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • #​31422 - Fix client jackson body writer to propagate the client context
  • #​31418 - Fix doc generation for quarkus.hibernate-orm.enabled
  • #​31416 - Fix copy paste error in qute docs
  • #​31405 - Propagate SystemProperties set in Failsafe plugin to the Test launcher
  • #​31394 - Fix afterEach callback for integration tests
  • #​31393 - Integration Test AfterEach callbacks are not called
  • #​31355 - [Regression] Very slow startup in dev mode when the Kubernetes extension is present
  • #​31350 - Also set io.netty.noUnsafe at runtime when set at build time
  • #​31349 - Netty complaining about access to heap buffer in native
  • #​31347 - Adjust image name substitution for Elasticsearch Dev Services
  • #​31339 - Improve logging in DevServicesKubernetesProcessor
  • #​31336 - Pass --userns=keep-id to podman only when in rootless mode
  • #​31331 - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
  • #​31316 - Improve CSRF documentation
  • #​31302 - Updated OpenAPI mp.openapi.extensions.smallrye.openapi key mapping
  • #​31300 - Support UUID serialization in REST Client multipart bodies
  • #​31298 - RESTEasy Reactive doesn't support java.util.UUID
  • #​31291 - Bump org.jetbrains.annotations from 17.0.0 to the latest(24.0.0)
  • #​31289 - Return a null InputStream from REST Client when response is 204
  • #​31280 - Bump SQL Server JDBC driver to 12.2.0
  • #​31276 - Bump protobuf from 3.21.9 to 3.22.0
  • #​31274 - Try to solve disk space issues on GitHub Actions
  • #​31261 - Bump Microsoft SQL Server JDBC driver to 12.2.0
  • #​31260 - Make OIDC connection error log messages more visible
  • #​31250 - Clarify in keycloak-authorization doc when it should be used
  • #​31249 - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an &
  • #​31245 - [Regression in 2.16.3] NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null
  • #​31240 - protobuf code generated w/ 3.22.0 broken w/ Quarkus
  • #​31236 - Bump postgresql from 42.5.3 to 42.5.4
  • #​31234 - Bump mermaid from 9.1.1 to 9.4.0
  • #​31231 - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
  • #​31211 - Fix the non-default constructor mechanism of bytecode recording [2.16]
  • #​31209 - Another fix for the Redis Search aggregation test
  • #​31186 - Show how to enable all origins in HTTP CORS section
  • #​31150 - Add keycloak authorization capability
  • #​31127 - Enhancements to instructions for contributing to the Quarkus docs
  • #​31334 - podman4 can't build any code with quarkus builder
  • #​30601 - Generate a preview website for documentation PRs
  • #​30549 - Enhancements and fixes for the Authorization of Web Endpoints section
  • #​30419 - Enhancing the Authorization of Web endpoints guide
  • #​30333 - Can't work with Google Oauth2 using qaurkus-oidc
  • #​29427 - quarkus.oidc.auth-server-url causing weird start-up failure
  • #​26152 - Resteasy Reactive: ContextResolver not used

v2.16.3.Final

Compare Source

Major changes
  • #​29756 - Support custom Flyway credentials/URL
Complete changelog
  • #​31141 - Resolve roles allowed configuration expression after config setup is completed
  • #​31129 - Fix stuck HTTP2 request when sent challenge has resumed request
  • #​31125 - Add "keep-alive-enabled" parameter to REST client reactive
  • #​31112 - Qute - fix assignability check when validating expressions
  • #​31099 - Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #​31092 - Make sure quarkus:go-offline properly supports test scoped dependencies
  • #​31077 - Qute: regression in template extension method with byte array
  • #​31076 - Quarkiverse: Install instead of verify
  • #​31074 - Added quarkus-jms-spi to quarkus bom
  • #​31059 - Path lookup must also consider interfaces
  • #​31046 - Simplify Quarkiverse release.yml workflow
  • #​31038 - Update Instrumentation Processor check logic to match comment
  • #​31036 - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #​31028 - Fix typo in snapstart enable config
  • #​31016 - Re-initialize platform dependent netty classes/values at runtime
  • #​30988 - Race condition in SmallRye Config property expansion for @​RolesAllowed value?
  • #​30964 - Add ConfigMappings from a builder class to support full hot reload
  • #​30961 - Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #​30960 - Register CDI Bean when ConfigMapping is marked as Unremovable
  • #​30922 - Fix dependency parsing in JBangBuilderImpl
  • #​30885 - Add concurrency configuration to the GitHub Action workflows
  • #​30843 - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #​30672 - Avoid creating CSRF cookie if no CSRF token was created
  • #​30648 - Support passing filename to multipart form data output
  • #​30594 - CSRF: exception thrown when authentication falied
  • #​30570 - Set filename for PartItems in MultipartFormDataOutput
  • #​30455 - Introduce quarkus.datasource.devservices.init-script-path
  • #​29756 - Support custom Flyway credentials/URL
  • #​29631 - @​Unremovable ConfigMapping is still removed
  • #​29630 - Changes to configmappings not being applied during hot reload
  • #​28709 - QuarkusTransaction does not fire @​Initialized(TransactionScoped.class)
  • #​24639 - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #​23360 - "Request has already been read" using vertx + auth
  • #​17839 - Invalid memory configuration for netty maxDirectMemory in native image

v2.16.2.Final

Compare Source

Complete changelog
  • #​30976 - Metrics - check if index contains class before attempting to use it
  • #​30965 - JandexBeanInfoAdapter.getMetricAnnotationsThroughStereotype is not null safe
  • #​30959 - Return text from /q/metrics when the Accept header contains html
  • #​30953 - Fix OIDC capability string
  • #​30947 - Ignore interface/class without default constructs fields in SB config
  • #​30940 - Use SchemaType.ARRAY instead of "ARRAY" for native support
  • #​30919 - Compilation to native fails, when quarkus-smallrye-openapi is included
  • #​30916 - Add AppCDS documentation
  • #​30896 - Quarkus spring-boot-properties extension unable to handle complex configuration.
  • #​30878 - Bump postgresql from 42.5.2 to 42.5.3
  • #​30866 - Only run the quickstart compilation for main
  • #​30851 - Fixed return type typo in smallrye graphQL guide
  • #​30844 - Fixed greeting in getting started guide
  • #​30839 - Fix handling of Accept header in graphQL
  • #​30833 - Update docs to show BuildProducer use as method parameter instead of field
  • #​30828 - Make OIDC session cookie same site lax by default
  • #​30826 - Caffeine - Automatically register metrics cache impls if Micrometer is around
  • #​30825 - Fix comment about Caffeine optimization
  • #​30823 - Change accept header to valid plain text in micrometer documentation
  • #​30821 - Packaging type -Dquarkus.package.create-appcds=true isn't documented
  • #​30815 - Update SmallRye Config to 2.13.2
  • #​30812 - Manage the apache-mime4j dependency
  • #​30806 - / in Accept header is ignored if not listed as the first item
  • #​30805 - MailTemplateInstance with attachments
  • #​30803 - Support file and byte array attachments in MailTemplateInstance
  • #​30797 - OIDC login not work
  • #​30783 - uses 'quarkus.platform.artifact-id' property
  • #​30778 - Avoid creating 3 Liquibase MongoDB instances for startup operations
  • #​30776 - Ensure that AwsProxyRequestContext can be used with @​Context in RESTEasy Reactive
  • #​30767 - Remove duplicate notification of SseBroadcaster's onErrorListeners
  • #​30765 - Bump postgresql from 42.5.1 to 42.5.2
  • #​30755 - Update ForwardedParser to validate the port
  • #​30744 - [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
  • #​30536 - munitnyucontextmanager non helpful error reporting
  • #​29753 - Introduce ConnectionFactoryWrapperBuildItem
  • #​29605 - Update docs to reflect that injection should not
  • #​27774 - PLANNER-1709 Avoid deprecated penalize/reward overloads
  • #​23442 - problem using quarkus-resteasy-reactive-kotlin-serialization with AwsProxyRequestContext

v2.16.1.Final

Compare Source

Complete changelog
  • #​30729 - Bump mariadb-java-client from 3.1.1 to 3.1.2
  • #​30724 - Upgrade to Mutiny 1.9.0
  • #​30722 - Set SameSite Strict only on OIDC session cookie
  • #​30720 - Bump picocli.version from 4.7.0 to 4.7.1
  • #​30719 - Bump jackson-bom from 2.14.1 to 2.14.2
  • #​30715 - PanacheRepositoryResource should implement ReactiveRestDataResource
  • #​30713 - Use MapProperty instead of Map
  • #​30694 - Use newer API for creating tmp files in RESTEasy Reactive
  • #​30692 - Bump htmlunit version to 2.70.0
  • #​30686 - Don't fail send when a sse sink has been closed
  • #​30681 - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
  • #​30680 - Mark methods generatred by ASM transformations as synthetic
  • #​30659 - Drop unused class GradleLogger
  • #​30653 - Fix opening in IDE when more than IDE is running
  • #​30652 - Match prometheus export metrics format
  • #​30651 - ArC - use reflection fallback for PreDestroy callbacks if needed
  • #​30649 - Document redirect options in RESTEasy Reactive
  • #​30644 - Adjust source language absent in documentation code blocks
  • #​30636 - PreDestroy hooks fail depending on method modifiers
  • #​30635 - Introduce a minimum-java-version in the extension descriptor metadata
  • #​30625 - OIDC authentication loop if Cookie Policy sameSite=strict
  • #​30624 - Fix NPE obtaining a project map from Maven session
  • #​30622 - Update invalid package in guide
  • #​30612 - Fix import file name in redis-reference.adoc
  • #​30609 - Qute generated resolvers - getters should take precedence over fields
  • #​30593 - Qute validation - improve hierarchy indexing to fix assignability issues
  • #​30591 - Resolve correct version when application version is unset
  • #​30589 - Bump junit-bom from 5.9.1 to 5.9.2
  • #​30585 - Bump Microsoft SQL Server JDBC driver to 11.2.3
  • #​30584 - Update MS SQL JDBC driver to version 11.2.3
  • #​30576 - Use accept header to choose metrics export format
  • #​30574 - Handle empty source directory for included builds
  • #​30569 - Add default implementation for REST Data interfaces
  • #​30564 - Update security-openid-connect-client.adoc
  • #​30559 - container-image extension running with kubernetes extension
  • #​30557 - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
  • #​30548 - Add a blurb about not supporting validation.xml in Quarkus
  • #​30526 - RESTEasy classic servlets - add RoutingContext to active request context
  • #​30515 - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
  • #​30513 - Limit application.properties lookup to main source set
  • #​30510 - Simplify logic in create-app.adoc and allow to define stream
  • #​30501 - Fix HibernateOrmCodestart
  • #​30500 - Place extension with an unknown category in the uncategorized category
  • #​30496 - Update documentation
  • #​30490 - Avoid adding the exception itself as a suppressed exception
  • #​30488 - Updates to Infinispan 14.0.6.Final
  • #​30485 - Verify code flow access token first if no UserInfo precondition exists
  • #​30479 - Define defaultValueDocumentation for builderImage
  • #​30474 - Docs - default value of quarkus.native.builder-image is not shown
  • #​30470 - Revert --enable-monitoring with no arguments support
  • #​30460 - Bump kafka3.version from 3.3.1 to 3.3.2
  • #​30453 - Gradle build failing w/ Quarkus 2.16.0
  • #​30430 - Bump gizmo from 1.5.0.Final to 1.6.0.Final
  • #​30429 - Bump Keycloak version to 20.0.3
  • #​30426 - Fix redundant push when using buildx
  • #​30424 - Building of container images with buildx causes build failures
  • #​30423 - 2.15+ - Services dependent on libraries without classes no longer build
  • #​30418 - Disable -D argument propagation in DevMojo
  • #​30415 - Arc - Change Types#getTypeClosure so that superclasses and interfaces of producer types no longer throw on finding wildcards
  • #​30412 - Arc - wildcard detection for producer methods/fields is too aggressive
  • #​30410 - Introduce support for GraalVM --enable-monitoring
  • #​30408 - Warning: Option 'AllowVMInspection' is deprecated and might be removed from future versions: Please use --enable-monitoring
  • #​30405 - Quarkus Undertow doesn't work with blocking SecurityIdentityAugmentor
  • #​30399 - Fix ElasticSearch Dev Services container restart
  • #​30384 - Elasticsearch Dev Services restarts container on every auto-compile
  • #​30368 - Allow Environment variables to populate property Maps in build time Config
  • #​30354 - AWT io.quarkus.awt.it.ImageGeometryFontsIT native integration test failing with "GraalVM for Java 20" dev builds
  • #​30347 - Bump junit-jupiter from 5.9.1 to 5.9.2
  • #​30343 - Trailing comma is lost from prometheus metrics
  • #​30335 - Add native compilation section to Hibernate Validator guide
  • #​30332 - NPE in toString method for Processor Parameters in kafka-streams 3.3.1 version
  • #​30275 - Inline Log category property doesn't work
  • #​30208 - OIDC: 401 when access-token needs to be refreshed and user-info-required=true
  • #​30179 - Add an owasp-check profile
  • #​28781 - RESTEasy Reactive: document redirects
  • #​24027 - Hibernate Validator does not use META-INF/validation.xml, it should work or be stated in the documentation.
  • #​23002 - if more than two running IDE while launching 'x' gives error

v2.16.0.Final

Compare Source

Complete changelog
  • #​30416 - Revert "Propagate parent-first flag"
  • #​30407 - Fix invalid JavaScript identifier in DevUI sourceMaps
  • #​30398 - Fix DB devservice restart
  • #​30393 - Update to Vert.x 4.3.7
  • #​30390 - Explicit quarkus.datasource.devservices.enabled=true makes devservices restart DB container on live reload
  • #​30389 - Fix RestAssured URL handling and unexpected restarts in QuarkusProdModeTest
  • #​30388 - Add provided capability to OIDC extension
  • #​30375 - Bump mariadb-java-client from 3.1.0 to 3.1.1
  • #​30355 - Updates to Infinispan 14.0.5.Final
  • #​30350 - Add missing @​Produces in rest-data panache documentation
  • #​30348 - Bump mongo-client.version from 4.8.1 to 4.8.2
  • #​30344 - Support URIs userInfo data in REST Client Reactive
  • #​30330 - hibernate-orm-rest-data-panache ignores additional resource methods
  • #​30301 - Clarify how to pass javac/JVM flags to the Quarkus Maven plugin
  • #​30289 - quarkus-rest-client-reactive-jackson removing credentials from URIs and URLs
  • #​30288 - Send button for GRPC in dev mode broken
  • #​30212 - Fix Logging with Panache interaction with the Kotlin variant of Hibernate ORM with Panache
  • #​30173 - "IllegalArgumentException: LocalVariablesSorter only accepts expanded frames" when logging in PanacheRepository
  • #​8802 - build fail with --enable-preview and hibernate-orm

v2.15.3.Final

Compare Source

Complete changelog
  • #​30255 - Introduce a JSON Stream parser for the reactive rest client
  • #​30242 - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
  • #​30227 - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • #​30218 - OIDC documentation fixes
  • #​30200 - Ensure that Kotlin implementation of QuarkusApplication works properly
  • #​30195 - Log graphql.execution.AbortExecutionException when it occurs
  • #​30190 - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #​30187 - Bump xstream from 1.4.19 to 1.4.20
  • #​30183 - Fixing typos in security overview doc
  • #​30177 - Properly handle SSE comments in RESTEasy Reactive client and server code
  • #​30172 - Codestarts - Fix flattening of log levels
  • #​30169 - NullPointerException when sending SSE with comment only
  • #​30161 - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
  • #​30160 - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
  • #​30157 - Gradle quarkusDev: don't use test classes dir for app classes
  • #​30155 - Show how to verify smallrye-jwt issuer in a shared network
  • #​30154 - Remove remaining references to javax classes
  • #​30152 - Improve error handling of AbortExecutionException in smallrye-graphql extension
  • #​30146 - Properly segregate Json MessageBodyReader/Writer classes for server and client
  • #​30145 - GraphQL federation directives, which allow multiple values, do not match Apollo contract
  • #​30142 - When disabling name and version for label selectod in k8s, don't remove from labels
  • #​30138 - Keycloak Dev Services
  • #​30132 - Register REST Client body parameters for reflection
  • #​30119 - Enable/disable GraphQL Federation automatically (+ add a config property for it)
  • #​30100 - Setting add-version-to-label-selectors: false removes the app.kubernetes.io/version label
  • #​30078 - Quarkus Kotlin Native Reactive REST Client not working properly
  • #​30061 - Adding Kotlin Tests Breaks Kotlin/Java project
  • #​30044 - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
  • #​29998 - Bump to smallrye-config 2.13.1
  • #​29918 - smallrye-config: Converter throws IllegalStateException
  • #​29609 - Remove Reflection replacements, now supported by GraalVM

v2.15.2.Final

Compare Source

Complete changelog
  • #​30153 - Ensure that k8s client's ExecConfig works properly in native mode
  • #​30151 - quarkus-kubernetes-client fails to use ExecCredential when running in native mode
  • #​30143 - Make sure Federation annotations are in the index, add a test
  • #​30140 - Properly read the value of testcontainers.reuse.enable
  • #​30139 - Hibernate Validator - Normalize ClientProxy for bean metadata retrieval
  • #​30135 - Kafka Dev UI Fixes
  • [#​30129](https://togithub.com/quarkusi

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 8fba226 to cd47ff9 Compare June 29, 2022 10:38
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.10.0.Final Update dependency io.quarkus:quarkus-bom to v2.10.1.Final Jun 29, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from cd47ff9 to 8a0f796 Compare July 6, 2022 13:16
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.10.1.Final Update dependency io.quarkus:quarkus-bom to v2.10.2.Final Jul 6, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 8a0f796 to fa7becd Compare July 19, 2022 10:22
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.10.2.Final Update dependency io.quarkus:quarkus-bom to v2.10.3.Final Jul 19, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from fa7becd to 17cd9da Compare July 20, 2022 14:38
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.10.3.Final Update dependency io.quarkus:quarkus-bom to v2.11.0.Final Jul 20, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 17cd9da to 2155503 Compare July 27, 2022 12:45
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.11.0.Final Update dependency io.quarkus:quarkus-bom to v2.11.1.Final Jul 27, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 2155503 to 793d37f Compare August 4, 2022 13:14
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.11.1.Final Update dependency io.quarkus:quarkus-bom to v2.11.2.Final Aug 4, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 793d37f to 9f0f14f Compare August 24, 2022 10:55
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.11.2.Final Update dependency io.quarkus:quarkus-bom to v2.11.3.Final Aug 24, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 9f0f14f to cfdda7c Compare August 24, 2022 21:23
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.11.3.Final Update dependency io.quarkus:quarkus-bom to v2.12.0.Final Aug 24, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from cfdda7c to 4853042 Compare September 7, 2022 16:48
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.12.0.Final Update dependency io.quarkus:quarkus-bom to v2.12.1.Final Sep 7, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 4853042 to 642ddc6 Compare September 13, 2022 11:51
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.12.1.Final Update dependency io.quarkus:quarkus-bom to v2.12.2.Final Sep 13, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 642ddc6 to a18c314 Compare September 25, 2022 20:30
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.12.2.Final Update dependency io.quarkus:quarkus-bom to v2.13.0.Final Sep 25, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from a18c314 to ebd558a Compare November 5, 2022 00:23
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.13.0.Final Update dependency io.quarkus:quarkus-bom to v2.14.0.Final Nov 5, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from ebd558a to 78c80cc Compare November 16, 2022 11:43
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.14.0.Final Update dependency io.quarkus:quarkus-bom to v2.14.1.Final Nov 16, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 78c80cc to d6ac1cb Compare November 25, 2022 15:50
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.14.1.Final Update dependency io.quarkus:quarkus-bom to v2.14.2.Final Nov 25, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from d6ac1cb to 17b5f79 Compare December 6, 2022 15:56
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.14.2.Final Update dependency io.quarkus:quarkus-bom to v2.14.3.Final Dec 6, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 17b5f79 to 6a7ab37 Compare December 7, 2022 14:29
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.14.3.Final Update dependency io.quarkus:quarkus-bom to v2.15.0.Final Dec 7, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 6a7ab37 to 47f1a10 Compare December 21, 2022 13:39
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.15.0.Final Update dependency io.quarkus:quarkus-bom to v2.15.1.Final Dec 21, 2022
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 47f1a10 to 843e189 Compare January 4, 2023 14:47
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.15.1.Final Update dependency io.quarkus:quarkus-bom to v2.15.2.Final Jan 4, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 843e189 to 7c889f5 Compare March 11, 2023 09:48
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.15.2.Final Update dependency io.quarkus:quarkus-bom to v2.16.4.Final Mar 11, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 7c889f5 to d83b8e6 Compare March 24, 2023 17:20
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.4.Final Update dependency io.quarkus:quarkus-bom to v2.16.5.Final Mar 24, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from d83b8e6 to 4d34c59 Compare April 17, 2023 09:55
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.5.Final Update dependency io.quarkus:quarkus-bom to v2.16.6.Final Apr 17, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 4d34c59 to 2209699 Compare May 4, 2023 15:08
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.6.Final Update dependency io.quarkus:quarkus-bom to v2.16.7.Final May 4, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 2209699 to a755d97 Compare July 4, 2023 15:43
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.7.Final Update dependency io.quarkus:quarkus-bom to v2.16.8.Final Jul 4, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from a755d97 to 447874c Compare July 29, 2023 16:29
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.8.Final Update dependency io.quarkus:quarkus-bom to v2.16.9.Final Jul 29, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from 447874c to abbe972 Compare August 25, 2023 19:51
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.9.Final Update dependency io.quarkus:quarkus-bom to v2.16.10.Final Aug 25, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from abbe972 to b52d81b Compare September 14, 2023 16:51
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.10.Final Update dependency io.quarkus:quarkus-bom to v2.16.11.Final Sep 14, 2023
@renovate renovate bot force-pushed the renovate/quarkusplatformversion branch from b52d81b to a455d77 Compare October 17, 2023 10:20
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v2.16.11.Final Update dependency io.quarkus:quarkus-bom to v2.16.12.Final Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants