summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update all non-major dependencies to v3.17.4Renovate Bot11 days1-1/+1
|
* chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ↵Renovate Bot2024-12-071-1/+1
| | | | to v3.11.2
* chore(deps): update dependency org.jboss.logmanager:jboss-logmanager to ↵Renovate Bot2024-12-051-1/+1
| | | | v3.1.1.final
* chore(deps): update all non-major dependencies to v3.17.3Renovate Bot2024-12-041-1/+1
|
* chore(deps): update all non-major dependencies to v3.17.2Renovate Bot2024-11-281-1/+1
|
* chore(deps): update all non-major dependencies to v3.17.1Renovate Bot2024-11-281-1/+1
|
* chore(deps): update all non-major dependencies ↵Renovate Bot2024-11-272-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/quarkus-googlecloud-jsonlogging!25) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.16.3` -> `3.17.0` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.16.3` -> `3.17.0` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.16.3` -> `3.17.0` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.16.3` -> `3.17.0` | | [org.jboss.logmanager:jboss-logmanager](https://jboss.org) ([source](https://github.com/jboss-logging/jboss-logmanager)) | optional | minor | `3.0.6.Final` -> `3.1.0.Final` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.17.0`](https://github.com/quarkusio/quarkus/compare/3.16.4...3.17.0) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.16.4...3.17.0) ### [`v3.16.4`](https://github.com/quarkusio/quarkus/releases/tag/3.16.4) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.16.3...3.16.4) ##### Complete changelog - [#&#8203;37040](https://github.com/quarkusio/quarkus/issues/37040) - The flyway extension generates Kubernetes resources as if quarkus.flyway.enabled was a runtime property - [#&#8203;42446](https://github.com/quarkusio/quarkus/pull/42446) - Add explanation/concept for extension maturity model - [#&#8203;44367](https://github.com/quarkusio/quarkus/issues/44367) - Gradle 3.16 fails with missing required property `additionalForcedProperties` - [#&#8203;44399](https://github.com/quarkusio/quarkus/pull/44399) - Declaring explicitly the build service in the QuarkusBuildTask - [#&#8203;44433](https://github.com/quarkusio/quarkus/issues/44433) - Reflection free serializers ArrayIndexOutOfBoundsException - [#&#8203;44438](https://github.com/quarkusio/quarkus/issues/44438) - Gradle `buildForkOptions` no longer used since quarkus 3.16.1 - [#&#8203;44457](https://github.com/quarkusio/quarkus/pull/44457) - Support for short and uncommon field names like set, get, and is - [#&#8203;44468](https://github.com/quarkusio/quarkus/pull/44468) - Use `QUARKUS_FLYWAY_ACTIVE` instead of `QUARKUS_FLYWAY_ENABLED` env in Kubernetes resources - [#&#8203;44472](https://github.com/quarkusio/quarkus/issues/44472) - Kotlin native Jackson serialization regression: EmptyList & EmptyMap missing - [#&#8203;44480](https://github.com/quarkusio/quarkus/pull/44480) - Fix nullpointer on null code websockets-next - [#&#8203;44493](https://github.com/quarkusio/quarkus/pull/44493) - Using BuildForkOptions in QuarkusBuildTask - [#&#8203;44494](https://github.com/quarkusio/quarkus/pull/44494) - Register Kotlin's empty list and map for reflection - [#&#8203;44505](https://github.com/quarkusio/quarkus/pull/44505) - Log in smallrye-jwt and oauth2 extensions when no bearer access token is available - [#&#8203;44507](https://github.com/quarkusio/quarkus/pull/44507) - Fixed Timestamp not being set for otel log signals - [#&#8203;44509](https://github.com/quarkusio/quarkus/pull/44509) - Updates to Infinispan 15.0.11.Final - [#&#8203;44515](https://github.com/quarkusio/quarkus/pull/44515) - Coordinated Vert.x 4.5.11 upgrades - [#&#8203;44531](https://github.com/quarkusio/quarkus/pull/44531) - Correct image file name to resolve broken image - [#&#8203;44537](https://github.com/quarkusio/quarkus/pull/44537) - Update smallrye-jwt to 4.6.1 - [#&#8203;44545](https://github.com/quarkusio/quarkus/pull/44545) - Wrong index of ParameterizedType argument of Map when register type to be generated in JacksonCodeGenerator - [#&#8203;44571](https://github.com/quarkusio/quarkus/pull/44571) - Update `CacheJsonRPCService.java` reference - [#&#8203;44574](https://github.com/quarkusio/quarkus/pull/44574) - Grammar corrections for en-us </details> <details> <summary>jboss-logging/jboss-logmanager</summary> ### [`v3.1.0.Final`](https://github.com/jboss-logging/jboss-logmanager/releases/tag/v3.1.0.Final): 3.1.0.Final [Compare Source](https://github.com/jboss-logging/jboss-logmanager/compare/3.0.6.Final...v3.1.0.Final) #### What's Changed - \[LOGMGR-345] Ensure logger FQCN is correct for system logger by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/457 - Migrate tests to keep the log files that were created. Put the log fi… by [@&#8203;jamezp](https://github.com/jamezp) in https://github.com/jboss-logging/jboss-logmanager/pull/459 - Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/461 - \[LOGMGR-346] Bump org.jboss.modules:jboss-modules from 2.1.2.Final to 2.1.3.Final by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/462 - \[LOGMGR-347] Do not use deprecated SmallRye Common OS `Process` by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/464 - \[LOGMGR-349] Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/466 - \[LOGMGR-351] Fix periodic file rotation by week, month, year. by [@&#8203;alex-pumpkin](https://github.com/alex-pumpkin) in https://github.com/jboss-logging/jboss-logmanager/pull/468 - Bump org.jboss.modules:jboss-modules from 2.1.3.Final to 2.1.5.Final by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/467 - \[LOGMGR-350] Avoid TCCL when configuring the log manager by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/469 - \[LOGMGR-351] Remove the deprecated per-deployment logging options. by [@&#8203;jamezp](https://github.com/jamezp) in https://github.com/jboss-logging/jboss-logmanager/pull/471 - Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/478 - Bump org.jboss.byteman:byteman-bmunit5 from 4.0.22 to 4.0.23 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/476 - Bump org.junit:junit-bom from 5.10.3 to 5.11.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/488 - Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/490 - \[LOGMGR-354] Avoid expensive JLine setup on JDK 23+ by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/491 - Save head encoding on sanitized String(s) by [@&#8203;franz1981](https://github.com/franz1981) in https://github.com/jboss-logging/jboss-logmanager/pull/492 - Use `NO_FORMAT` when using parameterless log methods by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/493 - Switch to formal module descriptor by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/494 - Module descriptor updates by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/496 - Bump org.jboss.modules:jboss-modules from 2.1.5.Final to 2.1.6.Final by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/jboss-logging/jboss-logmanager/pull/495 - Add smart service provider method by [@&#8203;dmlloyd](https://github.com/dmlloyd) in https://github.com/jboss-logging/jboss-logmanager/pull/497 #### New Contributors - [@&#8203;alex-pumpkin](https://github.com/alex-pumpkin) made their first contribution in https://github.com/jboss-logging/jboss-logmanager/pull/468 - [@&#8203;franz1981](https://github.com/franz1981) made their first contribution in https://github.com/jboss-logging/jboss-logmanager/pull/492 **Full Changelog**: https://github.com/jboss-logging/jboss-logmanager/compare/3.0.4.Final...v3.1.0.Final </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. 👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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 dependenciesRenovate Bot2024-11-272-2/+2
|/
* chore(deps): update all non-major dependencies to v3.16.3 ↵Renovate Bot2024-11-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/quarkus-googlecloud-jsonlogging!24) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | patch | `3.16.1` -> `3.16.3` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `3.16.1` -> `3.16.3` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | patch | `3.16.1` -> `3.16.3` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `3.16.1` -> `3.16.3` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.16.3`](https://github.com/quarkusio/quarkus/compare/3.16.2...3.16.3) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.16.2...3.16.3) ### [`v3.16.2`](https://github.com/quarkusio/quarkus/releases/tag/3.16.2) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.16.1...3.16.2) ##### Complete changelog - [#&#8203;34824](https://github.com/quarkusio/quarkus/issues/34824) - AmazonLambdaRecorder Handler Discovery Erroneously Considers Decorators - [#&#8203;38086](https://github.com/quarkusio/quarkus/issues/38086) - Documentation about `RecordCodecProvider` in MongoDB with Panache - [#&#8203;42149](https://github.com/quarkusio/quarkus/issues/42149) - Upgrade Postgres 16 - [#&#8203;44039](https://github.com/quarkusio/quarkus/pull/44039) - WebSockets Next: create a new event loop context for each client - [#&#8203;44132](https://github.com/quarkusio/quarkus/pull/44132) - Update getting-started-reactive.adoc - [#&#8203;44149](https://github.com/quarkusio/quarkus/pull/44149) - Fix Config Error Screen - [#&#8203;44152](https://github.com/quarkusio/quarkus/pull/44152) - Do not throw NPE in AfterAll interceptor if application didn't start - [#&#8203;44155](https://github.com/quarkusio/quarkus/pull/44155) - Amazon Lambda - Support decorators - [#&#8203;44156](https://github.com/quarkusio/quarkus/issues/44156) - Make OidcRequestContextProperties modifiable - [#&#8203;44178](https://github.com/quarkusio/quarkus/pull/44178) - Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 - [#&#8203;44183](https://github.com/quarkusio/quarkus/pull/44183) - Properly apply the update recipes in version order - [#&#8203;44184](https://github.com/quarkusio/quarkus/pull/44184) - Add Support for Trusted Proxy Detection on Forwarded Requests - [#&#8203;44185](https://github.com/quarkusio/quarkus/issues/44185) - Repeating `@PermissionsAllowed` annotations totally disable method authentication - [#&#8203;44189](https://github.com/quarkusio/quarkus/pull/44189) - Small improvements to the Deploying to Google Cloud guide - [#&#8203;44190](https://github.com/quarkusio/quarkus/issues/44190) - ResteasyReactiveProcessor#setupEndpoints reports duplicate endpoints when a rest client matches a resource - [#&#8203;44191](https://github.com/quarkusio/quarkus/pull/44191) - Update PostgreSQL image to 17 - [#&#8203;44201](https://github.com/quarkusio/quarkus/issues/44201) - Broken link - [#&#8203;44202](https://github.com/quarkusio/quarkus/issues/44202) - Broken link? - [#&#8203;44203](https://github.com/quarkusio/quarkus/pull/44203) - Make OidcRequestContextProperties modifiable - [#&#8203;44204](https://github.com/quarkusio/quarkus/pull/44204) - Fix broken doc links - [#&#8203;44207](https://github.com/quarkusio/quarkus/pull/44207) - Bump bouncycastle.version from 1.78.1 to 1.79 - [#&#8203;44209](https://github.com/quarkusio/quarkus/pull/44209) - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.1.6 to 1.1.7 - [#&#8203;44221](https://github.com/quarkusio/quarkus/pull/44221) - Add extension description for websockets next - [#&#8203;44227](https://github.com/quarkusio/quarkus/pull/44227) - Add stork-configuration-generator as an annotationProcessorPath - [#&#8203;44229](https://github.com/quarkusio/quarkus/issues/44229) - ContainerResponseFilter with `@Priority(Integer.MIN_VALUE)` will be actually invoked with max priority - [#&#8203;44232](https://github.com/quarkusio/quarkus/pull/44232) - Quartz: use a more reasonable default for quarkus.quartz.thread-count - [#&#8203;44235](https://github.com/quarkusio/quarkus/issues/44235) - 3.16: `@WithTestResource` starts all test resources (regression) - [#&#8203;44237](https://github.com/quarkusio/quarkus/pull/44237) - Properly implement priority of ContainerResponseFilter - [#&#8203;44238](https://github.com/quarkusio/quarkus/pull/44238) - Refactor SecurityTransformerUtils to consider repeated annotations - [#&#8203;44239](https://github.com/quarkusio/quarkus/pull/44239) - Replace oidc auth facebook screenshots with generic ones - [#&#8203;44244](https://github.com/quarkusio/quarkus/pull/44244) - Bump `quarkiverse-parent` to 18 - [#&#8203;44245](https://github.com/quarkusio/quarkus/pull/44245) - Delete disabled job - [#&#8203;44248](https://github.com/quarkusio/quarkus/pull/44248) - Ignore client interfaces when detecting duplicate endpoints - [#&#8203;44263](https://github.com/quarkusio/quarkus/issues/44263) - Quarkus Dev UI - Clicking on gRPC - Services - service implementation class Uncaught exception received by Vert.x - [#&#8203;44277](https://github.com/quarkusio/quarkus/pull/44277) - Dev UI Open in IDE make sure lineNumber is in quotes - [#&#8203;44279](https://github.com/quarkusio/quarkus/pull/44279) - Limit `MATCHING_RESOURCES` TestResources to the test that declares them - [#&#8203;44281](https://github.com/quarkusio/quarkus/issues/44281) - Included pages within a fragment ignores rendered=false property. - [#&#8203;44298](https://github.com/quarkusio/quarkus/pull/44298) - Qute: fix rendered=false if a fragment includes nested fragment - [#&#8203;44300](https://github.com/quarkusio/quarkus/issues/44300) - When testing request payload is populated with string "null" if enable-reflection-free-serializers enabled - [#&#8203;44309](https://github.com/quarkusio/quarkus/pull/44309) - Avoid deserializing null nodes in reflection free Jackson serialization - [#&#8203;44316](https://github.com/quarkusio/quarkus/issues/44316) - Duplicated field serialization using the generated reflection free Jackson serializers - [#&#8203;44317](https://github.com/quarkusio/quarkus/pull/44317) - Avoid duplicated field serialization in reflection free Jackson serializers - [#&#8203;44321](https://github.com/quarkusio/quarkus/pull/44321) - Use Java 21 by default in the Deploying to Google Cloud guide - [#&#8203;44322](https://github.com/quarkusio/quarkus/pull/44322) - Explain in MongoDB docs that records are supported - [#&#8203;44324](https://github.com/quarkusio/quarkus/pull/44324) - Take config annotation when trying to match test resources </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.16.3Renovate Bot2024-11-131-1/+1
|/
* chore(deps): update all non-major dependenciesRenovate Bot2024-11-021-2/+2
|
* chore(deps): update all non-major dependencies to v3.16.1Renovate Bot2024-10-301-1/+1
|
* chore(deps): update all non-major dependencies to v3.16.0Renovate Bot2024-10-231-1/+1
|
* chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0Renovate Bot2024-10-221-1/+1
|
* chore(deps): update junit5 monorepo to v5.11.3Renovate Bot2024-10-211-2/+2
|
* chore(deps): update all non-major dependencies to v3.5.1Renovate Bot2024-10-061-1/+1
|
* chore(deps): update junit5 monorepo to v5.11.2Renovate Bot2024-10-041-2/+2
|
* chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ↵Renovate Bot2024-10-011-1/+1
| | | | to v3.10.1
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-09-271-1/+1
| | | | v3.2.7
* chore(deps): update all non-major dependencies to v3.15.1Renovate Bot2024-09-251-1/+1
|
* chore(deps): update all non-major dependencies to v3.15.0 ↵Renovate Bot2024-09-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/quarkus-googlecloud-jsonlogging!23) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.14.4` -> `3.15.0` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.14.4` -> `3.15.0` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.14.4` -> `3.15.0` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.14.4` -> `3.15.0` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.15.0`](https://github.com/quarkusio/quarkus/releases/tag/3.15.0) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.14.4...3.15.0) ##### Complete changelog - [#&#8203;43207](https://github.com/quarkusio/quarkus/pull/43207) - Cleanup & nitpicks on guide: security-jwt - [#&#8203;43297](https://github.com/quarkusio/quarkus/issues/43297) - Using jib with opentelemetry cannot produce a stable library layer - [#&#8203;43300](https://github.com/quarkusio/quarkus/pull/43300) - Set filtered jar's manifest time to epoch - [#&#8203;43309](https://github.com/quarkusio/quarkus/pull/43309) - Follow up of the fix making jar file reference close idempotent with minor comments and refactor - [#&#8203;43313](https://github.com/quarkusio/quarkus/pull/43313) - Smallrye GraphQL: add missing federation annotations to index - [#&#8203;43314](https://github.com/quarkusio/quarkus/pull/43314) - Make sure server log load on Dev UI start - [#&#8203;43315](https://github.com/quarkusio/quarkus/pull/43315) - TLS reference guide IDs' unification </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.15.0Renovate Bot2024-09-251-1/+1
|/
* chore(deps): update junit5 monorepo to v5.11.1Renovate Bot2024-09-251-2/+2
|
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-09-141-1/+1
| | | | v3.2.6
* fix(deps): update dependency io.quarkus:quarkus-bom to v3.14.4Renovate Bot2024-09-141-1/+1
|
* chore(deps): update all non-major dependencies to v3.14.3Renovate Bot2024-09-111-1/+1
|
* chore(deps): update all non-major dependenciesRenovate Bot2024-09-091-3/+3
|
* fix!: Move from @ConfigRoot/@ConfigItem to @ConfigMapping.Matthias Andreas Benkard2024-08-264-41/+12
| | | | | | | | | | The old way is deprecated. BREAKING CHANGE: This makes GoogleCloudJsonLoggingConfiguration into an interface (it was a class before) and its 'enabled' field into a method. Change-Id: I1a5db74e009ad5427ab7348ab6a6c34b970d4148
* build: Bump version to 6.6.1-SNAPSHOT.Matthias Andreas Benkard2024-08-264-4/+4
| | | | Change-Id: I48b8eeb21baa6fed22e831405fee716e35c0b3bf
* chore(deps): update all non-major dependencies to v3.14.0 ↵Marge Bot2024-08-263-1/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/quarkus-googlecloud-jsonlogging!22) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.13.3` -> `3.14.0` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.14.0`](https://github.com/quarkusio/quarkus/compare/3.13.3...3.14.0) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.13.3...3.14.0) </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-->
| * build: Pass -AlegacyConfigRoot to the compiler.Matthias Andreas Benkard2024-08-262-0/+34
| | | | | | | | | | | | | | This is required while we are still using @ConfigRoot, which is deprecated in favor of @ConfigMapping. Change-Id: I07a97661ff874466e65f3d7a4d029aca63beea5d
| * chore(deps): update all non-major dependencies to v3.14.0Renovate Bot2024-08-211-1/+1
|/
* chore(deps): update all non-major dependencies to v3.13.3Renovate Bot2024-08-201-1/+1
|
* chore(deps): update all non-major dependencies to v3.4.0Renovate Bot2024-08-181-1/+1
|
* chore(deps): update junit5 monorepo to v5.11.0Renovate Bot2024-08-141-2/+2
|
* chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1Renovate Bot2024-08-121-1/+1
|
* chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to ↵Renovate Bot2024-08-121-1/+1
| | | | v3.2.5
* chore(deps): update all non-major dependencies to v3.13.2Renovate Bot2024-08-091-1/+1
|
* chore(deps): update all non-major dependencies to v3.13.1Renovate Bot2024-08-071-1/+1
|
* chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.0Renovate Bot2024-08-061-1/+1
|
* fix(deps): update dependency org.eclipse.parsson:parsson to v1.1.7Renovate Bot2024-07-301-1/+1
|
* chore(deps): update all non-major dependencies to v3.13.0Renovate Bot2024-07-241-1/+1
|
* Release 6.6.0v6.6.0Matthias Andreas Benkard2024-07-229-27/+27
| | | | Change-Id: I8a5b9a99f6aea3ae846cb80079aa026b9d0e3256
* chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ↵Renovate Bot2024-07-201-1/+1
| | | | to v3.8.0
* test: Null-mark the unit tests.Matthias Andreas Benkard2024-07-202-20/+24
| | | | Change-Id: I0d7fc3443cacda222a58e6f098ebed4310bb4691
* feat: Null-mark the 'logmanager' package.Matthias Andreas Benkard2024-07-201-0/+3
| | | | Change-Id: I42c3e1db77c6a30966c045faa492103c0946dedc
* feat: JSpecify 1.0.0.Matthias Andreas Benkard2024-07-1810-43/+98
| | | | Change-Id: I84cc903128d013ff7f6b6cee29353abbe0a84fc8
* chore(deps): update all non-major dependencies to v3.12.3Renovate Bot2024-07-171-1/+1
|
* chore(deps): update all non-major dependencies to v3.3.1Renovate Bot2024-07-101-1/+1
|
* chore(deps): update all non-major dependencies to v3.12.2Renovate Bot2024-07-101-1/+1
|