summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update all non-major dependencies to v3.9.1Renovate Bot2024-03-271-1/+1
|
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-03-261-1/+1
| | | | v3.2.2
* chore(deps): update all non-major dependencies to v3.9.0Renovate Bot2024-03-201-1/+1
|
* chore(deps): update dependency ↵Renovate Bot2024-03-181-1/+1
| | | | org.apache.maven.plugins:maven-compiler-plugin to v3.13.0
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-03-181-1/+1
| | | | v3.2.1
* chore(deps): update all non-major dependencies to v3.8.3Renovate Bot2024-03-151-1/+1
|
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-03-111-1/+1
| | | | v3.2.0
* chore(deps): update all non-major dependencies to v3.8.2Renovate Bot2024-03-071-1/+1
|
* chore(deps): update all non-major dependencies to v3.8.1Renovate Bot2024-02-281-1/+1
|
* chore(deps): update all non-major dependencies to v3.8.0 ↵Renovate Bot2024-02-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/quarkus-googlecloud-jsonlogging!21) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.7.2` -> `3.8.0` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.7.2` -> `3.8.0` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.7.2` -> `3.8.0` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.7.2` -> `3.8.0` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.8.0`](https://github.com/quarkusio/quarkus/compare/3.7.4...3.8.0) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.4...3.8.0) ### [`v3.7.4`](https://github.com/quarkusio/quarkus/compare/3.7.3...3.7.4) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.3...3.7.4) ### [`v3.7.3`](https://github.com/quarkusio/quarkus/releases/tag/3.7.3) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.2...3.7.3) ##### Complete changelog - [#&#8203;36341](https://github.com/quarkusio/quarkus/issues/36341) - The API method KafkaStreams#cleanUp() is not applicable when use `@Produces` to build the topology - [#&#8203;37091](https://github.com/quarkusio/quarkus/pull/37091) - Fix VertxGrpcExporter reponse status handling - [#&#8203;37911](https://github.com/quarkusio/quarkus/pull/37911) - Store since JavaDoc tag in the configuration metadata, so that Quarkiverse projects can render it in their documentation if they like - [#&#8203;38055](https://github.com/quarkusio/quarkus/issues/38055) - Make annotation app.quarkus.io/vcs-uri optional in Kubernetes extension - [#&#8203;38079](https://github.com/quarkusio/quarkus/pull/38079) - Make OidcTestSecurityIdentityAugmentor faster by making privateKey's generation final and static - [#&#8203;38196](https://github.com/quarkusio/quarkus/pull/38196) - Use Vert.x pool with Jackson - [#&#8203;38477](https://github.com/quarkusio/quarkus/pull/38477) - Add disabled workflow to deploy snapshots in Quarkiverse extensions - [#&#8203;38489](https://github.com/quarkusio/quarkus/issues/38489) - OIDC authentication.extra-params not added to dev-services auth request - [#&#8203;38602](https://github.com/quarkusio/quarkus/issues/38602) - QuarkusComponentTest: `@TestConfigProperties` not applicable to method (override multiple config properties) - [#&#8203;38607](https://github.com/quarkusio/quarkus/pull/38607) - Gradle: fix IllegalStateException when resolving project deps - [#&#8203;38613](https://github.com/quarkusio/quarkus/issues/38613) - RabbitMQ Health Checks cannot be disabled from 3.7+ - [#&#8203;38615](https://github.com/quarkusio/quarkus/pull/38615) - Updates to Infinispan 14.0.24.Final - [#&#8203;38619](https://github.com/quarkusio/quarkus/pull/38619) - Pass extra authentication params in the OIDC DevUI code flow redirect URL - [#&#8203;38626](https://github.com/quarkusio/quarkus/pull/38626) - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 - [#&#8203;38650](https://github.com/quarkusio/quarkus/issues/38650) - UI doesn't work correct with umlauts - [#&#8203;38653](https://github.com/quarkusio/quarkus/pull/38653) - Enforce Dev UI charset to UTF-8 - [#&#8203;38655](https://github.com/quarkusio/quarkus/pull/38655) - Allow for multiple TestConfigProperty annotations on methods - [#&#8203;38656](https://github.com/quarkusio/quarkus/pull/38656) - Upgrade the Mutiny Vert.x bindings to 3.9.0 - [#&#8203;38658](https://github.com/quarkusio/quarkus/issues/38658) - Configure a REST Client ClientLogger vía CDI - [#&#8203;38662](https://github.com/quarkusio/quarkus/pull/38662) - Bump io.smallrye.config:smallrye-config-source-yaml from 3.5.2 to 3.5.4 in /devtools/gradle - [#&#8203;38663](https://github.com/quarkusio/quarkus/issues/38663) - ContainerRequestContext.getUriInfo().getMatchedURIs() IndexOutOfBoundsException - [#&#8203;38664](https://github.com/quarkusio/quarkus/pull/38664) - Bump Smallrye RM from 4.16.0 to 4.16.1 - [#&#8203;38670](https://github.com/quarkusio/quarkus/pull/38670) - Make ClientLogger beans unremovable - [#&#8203;38671](https://github.com/quarkusio/quarkus/pull/38671) - Redis Client: improve documentation for sentinel and cluster - [#&#8203;38672](https://github.com/quarkusio/quarkus/pull/38672) - Remove WATCH Command in absence of Optimistic Locking - [#&#8203;38673](https://github.com/quarkusio/quarkus/pull/38673) - Fix OidcRequestFiler typo in security docs - [#&#8203;38674](https://github.com/quarkusio/quarkus/pull/38674) - Improve flaky test - [#&#8203;38675](https://github.com/quarkusio/quarkus/pull/38675) - Correct example generated yaml in extension metadata docs - [#&#8203;38676](https://github.com/quarkusio/quarkus/issues/38676) - OpenAPI does not fill roles in SecurityScheme in schema - [#&#8203;38680](https://github.com/quarkusio/quarkus/pull/38680) - Log how Keycloak devservice maps resources - [#&#8203;38681](https://github.com/quarkusio/quarkus/pull/38681) - Upgrade to Hibernate ORM 6.4.4.Final / bytebuddy 1.14.11 - [#&#8203;38686](https://github.com/quarkusio/quarkus/pull/38686) - Make GraphQL Metrics End when Exceptional - [#&#8203;38692](https://github.com/quarkusio/quarkus/pull/38692) - Bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1 - [#&#8203;38693](https://github.com/quarkusio/quarkus/pull/38693) - Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 - [#&#8203;38694](https://github.com/quarkusio/quarkus/pull/38694) - OpenAPI: remove check that avoids running auto-security at build - [#&#8203;38703](https://github.com/quarkusio/quarkus/issues/38703) - RESTEasy Reactive Multipart struggles with non-file binary uploads - [#&#8203;38705](https://github.com/quarkusio/quarkus/pull/38705) - Kafka Streams fire event after created and before scheduling the start - [#&#8203;38706](https://github.com/quarkusio/quarkus/issues/38706) - Elasticsearch container reuse creates a new container on each run - [#&#8203;38709](https://github.com/quarkusio/quarkus/pull/38709) - Don't provide empty paths when using a root prefix - [#&#8203;38710](https://github.com/quarkusio/quarkus/pull/38710) - Avoid Vert.x GraphQL deprecation warning - [#&#8203;38712](https://github.com/quarkusio/quarkus/pull/38712) - Bump Smallrye RM from 4.16.1 to 4.16.2 - [#&#8203;38713](https://github.com/quarkusio/quarkus/pull/38713) - Only configure shared network for Elasticsearch/OpenSearch containers where necessary - [#&#8203;38714](https://github.com/quarkusio/quarkus/pull/38714) - Don't assume that multipart part without filename is always text - [#&#8203;38728](https://github.com/quarkusio/quarkus/pull/38728) - Encode Kafka messages with UTF8 - [#&#8203;38730](https://github.com/quarkusio/quarkus/issues/38730) - Accept-Header in hibernate validator's ResteasyReactiveLocaleResolver is resolved case-sensitive - [#&#8203;38732](https://github.com/quarkusio/quarkus/issues/38732) - Quarkus should still allow to create project with Java 11 (for older streams and other platforms) - [#&#8203;38733](https://github.com/quarkusio/quarkus/pull/38733) - Allow Java 11 as LTS for older streams and other platforms - [#&#8203;38738](https://github.com/quarkusio/quarkus/pull/38738) - Make accept header check in validation case insensitive - [#&#8203;38748](https://github.com/quarkusio/quarkus/pull/38748) - Sanitize app.dekorate.io/vcs-url kubernetes annotation - [#&#8203;38755](https://github.com/quarkusio/quarkus/pull/38755) - Log when a RestEasy Reactive client close method is called - [#&#8203;38756](https://github.com/quarkusio/quarkus/pull/38756) - Bump Keycloak version to 23.0.6 - [#&#8203;38760](https://github.com/quarkusio/quarkus/pull/38760) - Set COMPILE_ONLY flag on relevant dependencies that appear on DEPLOYMENT_CP and RUNTIME_CP </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * chore(deps): update all non-major dependencies to v3.8.0Renovate Bot2024-02-211-1/+1
|/
* chore(deps): update all non-major dependencies to v3.7.2Renovate Bot2024-02-081-1/+1
|
* fix(deps): update dependency io.smallrye.common:smallrye-common-constraint ↵Renovate Bot2024-02-011-1/+1
| | | | to v2.3.0
* chore(deps): update all non-major dependencies to v3.7.1Renovate Bot2024-01-311-1/+1
|
* chore(deps): update all non-major dependencies to v3.7.0Renovate Bot2024-01-241-1/+1
|
* chore(deps): update all non-major dependencies to v3.6.7Renovate Bot2024-01-231-1/+1
|
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Renovate Bot2024-01-231-1/+1
| | | | to v2.43.0
* chore(deps): update all non-major dependencies to v3.6.6Renovate Bot2024-01-161-1/+1
|
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Renovate Bot2024-01-151-1/+1
| | | | to v2.42.0
* chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.6.0Renovate Bot2024-01-141-1/+1
|
* chore(deps): update all non-major dependencies to v3.6.5Renovate Bot2024-01-101-1/+1
|
* chore(deps): update all non-major dependencies to v3.2.5Renovate Bot2024-01-091-1/+1
|
* chore(deps): update dependency ↵Renovate Bot2023-12-241-1/+1
| | | | org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
* chore(deps): update dependency org.jboss.logmanager:jboss-logmanager to ↵Renovate Bot2023-12-201-1/+1
| | | | v3.0.4.final
* chore(deps): update all non-major dependencies to v3.6.4Renovate Bot2023-12-191-1/+1
|
* chore(deps): update all non-major dependenciesRenovate Bot2023-12-182-2/+2
|
* chore(deps): update all non-major dependencies to v3.2.3Renovate Bot2023-12-131-1/+1
|
* chore(deps): update all non-major dependencies to v3.6.3Renovate Bot2023-12-121-1/+1
|
* chore(deps): update all non-major dependencies to v3.6.2Renovate Bot2023-12-121-1/+1
|
* chore(deps): update all non-major dependencies to v3.6.1Renovate Bot2023-12-051-1/+1
|
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Renovate Bot2023-12-041-1/+1
| | | | to v2.41.1
* chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ↵Renovate Bot2023-12-031-1/+1
| | | | to v3.6.3
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Renovate Bot2023-11-271-1/+1
| | | | to v2.41.0
* chore(deps): update all non-major dependencies to v3.6.0Renovate Bot2023-11-221-1/+1
|
* chore(deps): update all non-major dependencies to v3.5.3Renovate Bot2023-11-211-1/+1
|
* chore(deps): update all non-major dependencies to v3.5.2Renovate Bot2023-11-161-1/+1
|
* chore(deps): update all non-major dependencies to v3.5.1Renovate Bot2023-11-081-1/+1
|
* chore(deps): update all non-major dependenciesRenovate Bot2023-11-061-2/+2
|
* chore(deps): update all non-major dependencies to v3.2.1Renovate Bot2023-10-231-1/+1
|
* fix(deps): update dependency org.eclipse.parsson:parsson to v1.1.5Renovate Bot2023-10-201-1/+1
|
* chore(deps): update all non-major dependencies to v3.5.0Renovate Bot2023-10-181-1/+1
|
* fix(deps): update dependency io.quarkus:quarkus-bom to v3.4.3Renovate Bot2023-10-121-1/+1
|
* chore(deps): update all non-major dependencies to v3.4.2Renovate Bot2023-10-041-1/+1
|
* fix(deps): update dependency io.smallrye.common:smallrye-common-constraint ↵Renovate Bot2023-10-021-1/+1
| | | | to v2.2.0
* refactor(build): Add Maven wrapper.Matthias Andreas Benkard2023-09-304-0/+531
| | | | Change-Id: I1859d0edf1576f18564e8d2c2e0afa2ebfd04d01
* Merge remote-tracking branch 'gitlab/master'Matthias Andreas Benkard2023-09-301-1/+1
|\ | | | | | | Change-Id: I3bf7df01070bf05236930d0f8d013f9d8306cf79
| * chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Marge Bot2023-09-301-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to v2.40.0 (mulk/quarkus-googlecloud-jsonlogging!20) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.39.0` -> `2.40.0` | --- ### Release Notes <details> <summary>diffplug/spotless</summary> ### [`v2.40.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2400---2023-07-17) ##### Added - Added support for Protobuf formatting based on [Buf](https://buf.build/). ([#&#8203;1208](https://github.com/diffplug/spotless/issues/1208)) - `enum OnMatch { INCLUDE, EXCLUDE }` so that `FormatterStep.filterByContent` can not only include based on the pattern but also exclude. ([#&#8203;1749](https://github.com/diffplug/spotless/pull/1749)) ##### Fixed - Update documented default `semanticSort` to `false`. ([#&#8203;1728](https://github.com/diffplug/spotless/pull/1728)) ##### Changes - Bump default `cleanthat` version to latest `2.13` -> `2.17`. ([#&#8203;1734](https://github.com/diffplug/spotless/pull/1734)) - Bump default `ktlint` version to latest `0.49.1` -> `0.50.0`. ([#&#8203;1741](https://github.com/diffplug/spotless/issues/1741)) - Dropped support for `ktlint 0.47.x` following our policy of supporting two breaking changes at a time. - Dropped support for deprecated `useExperimental` parameter in favor of the `ktlint_experimental` property. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| | * chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵Renovate Bot2023-09-301-1/+1
| |/ | | | | | | to v2.40.0
* / fix(pom): Point to GitLab for public repository information.Matthias Andreas Benkard2023-09-301-3/+3
|/ | | | | | | | The SCM link should point to GitLab so that Renovate Bot is able to pick up the release notes. The home page is now GitLab, too, since it renders README.adoc correctly, which Gerrit does not. Change-Id: Ibcd8b87ff8e3110df0220d5438414a0cdde6280a
* chore(renovate): Exclude jboss-logmanager-embedded from updates.Matthias Andreas Benkard2023-09-301-0/+3
| | | | | | | jboss-logmanager-embedded must stay at version 1.1.x because version 1.2.x is actually jboss-logmanager, a different library. Change-Id: I2b8074e4a9345508b4f8f71ef3f538a2673c85bb