)]}'
{
  "commit": "25cdbfa643025a811e0b074f634f59c0090b794b",
  "tree": "a2ed7347e78f2e95db65266b041b10fc137e4086",
  "parents": [
    "33a231124ae7ab85a8e2e7cc86df20d4e6e492c1",
    "8ce066032ad1aec3ab15553c2094423c7695679b"
  ],
  "author": {
    "name": "Marge Bot",
    "email": "marge@benkard.de",
    "time": "Thu Sep 21 03:22:45 2023 +0000"
  },
  "committer": {
    "name": "Marge Bot",
    "email": "marge@benkard.de",
    "time": "Thu Sep 21 03:22:45 2023 +0000"
  },
  "message": "Update all non-major dependencies (mulk/mulkcms2!39)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [io.hypersistence:hypersistence-utils-hibernate-62](https://github.com/vladmihalcea/hypersistence-utils) | compile | patch | `3.5.2` -\u003e `3.5.3` |\n| [org.hibernate.orm:hibernate-envers](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `6.3.0.Final` -\u003e `6.3.1.Final` |\n| [org.hibernate.orm:hibernate-core](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `6.3.0.Final` -\u003e `6.3.1.Final` |\n| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.3.3` -\u003e `3.4.1` |\n| [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | minor | `3.3.3` -\u003e `3.4.1` |\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003evladmihalcea/hypersistence-utils\u003c/summary\u003e\n\n### [`v3.5.3`](https://github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-353---September-19-2023)\n\n\\\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nAdd QueryStackTraceLogger that allows you to locate the source of an SQL query executed by Hibernate [#\u0026#8203;653](https://github.com/vladmihalcea/hypersistence-utils/issues/653)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003ehibernate/hibernate-orm\u003c/summary\u003e\n\n### [`v6.3.1.Final`](https://github.com/hibernate/hibernate-orm/blob/HEAD/changelog.txt#Changes-in-631Final-September-19-2023)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.3.0...6.3.1)\n\nhttps://hibernate.atlassian.net/projects/HHH/versions/32188\n\n\\*\\* Bug\n\\* \\[HHH-17221] - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field\n\\* \\[HHH-17203] - ElementCollection doesn\u0027t consider [@\u0026#8203;Where](https://github.com/Where) annotation on delete of elements\n\\* \\[HHH-17202] - ArrayStoreException for single field id class entity collection batch loading\n\\* \\[HHH-17201] - Unexpected value type exception for unordered multi id Load with ordered return disable\n\\* \\[HHH-17189] - Audited annotations are ignored on embeddable super types\n\\* \\[HHH-17177] - JDBC type code is ignored in XML mapping for an id attribute\n\\* \\[HHH-17173] - Getting one-to-one association through a referenece to a bytecode enhanced entity fails\n\\* \\[HHH-17168] - Investigate failures on db10\\_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength\n\\* \\[HHH-17167] - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId\n\\* \\[HHH-17166] - query methods returning primitive types incorrectly inferred to be mutation query methods\n\\* \\[HHH-17165] - short method names in metamodel generator cause SIOBE\n\\* \\[HHH-17163] - persist() should throw JPA\u0027s EntityExistsException if passed detached instance\n\\* \\[HHH-17159] - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON\n\\* \\[HHH-17156] - NPE when an Embeddable column is reused in another class related by inheritance\n\\* \\[HHH-17154] - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl\n\\* \\[HHH-17135] - CriteriaQuery error passing nullLiteral with entity type class\n\\* \\[HHH-17131] - Regression in entity streams with associated collections resulting in result duplication\n\\* \\[HHH-17105] - SQL clause from [@\u0026#8203;WhereJoinTable](https://github.com/WhereJoinTable) is no longer used for DELETE queries (6.2 regression)\n\\* \\[HHH-17104] - Bug with max() request inside projection\n\\* \\[HHH-17100] - CustomType wrongly calls UserType#disassemble\n\\* \\[HHH-17080] - \\[Envers] AuditReader.getRevisionNumberForDate(LocalDateTime) uses Epoch Seconds instead of Epoch Millis\n\\* \\[HHH-17079] - NPE when using CompositeUserType with generic fields in Hibernate 6\n\\* \\[HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor\n\\* \\[HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation \"Latin1\\_General_CI_AS\"\n\\* \\[HHH-15968] - Sporadic ClassCastException when querying for Set\u003cEnum\u003e.\n\n\\*\\* Improvement\n\\* \\[HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure\n\\* \\[HHH-17171] - JPA and multiple query roots\n\\* \\[HHH-16768] - HQL parsed predicates don\u0027t validate type comparability\n\n\\*\\* Task\n\\* \\[HHH-17204] - Relax visibility of some methods for reactive upsert() support\n\\* \\[HHH-17187] - Avoid 0 byte trailing UUID\u0027s in tests\n\\* \\[HHH-17160] - Gradle 8.3 upgrade\n\\* \\[HHH-17087] - Update container images to the latest version\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus\u003c/summary\u003e\n\n### [`v3.4.1`](https://github.com/quarkusio/quarkus/releases/tag/3.4.1)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.4.0...3.4.1)\n\n##### Major changes\n\n-   [#\u0026#8203;35732](https://github.com/quarkusio/quarkus/pull/35732) - Rework how to enable/activate Flyway\n\n##### Complete changelog\n\n-   [#\u0026#8203;36000](https://github.com/quarkusio/quarkus/pull/36000) - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /docs\n-   [#\u0026#8203;35999](https://github.com/quarkusio/quarkus/pull/35999) - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /bom/application\n-   [#\u0026#8203;35990](https://github.com/quarkusio/quarkus/pull/35990) - Don\u0027t ignore empty SSE events in client\n-   [#\u0026#8203;35987](https://github.com/quarkusio/quarkus/pull/35987) - Improve the way HTTP authorizer logs exceptions\n-   [#\u0026#8203;35981](https://github.com/quarkusio/quarkus/pull/35981) - Fix link to AWS Lambda SnapStart in documentation\n-   [#\u0026#8203;35979](https://github.com/quarkusio/quarkus/pull/35979) - Add `@ConfigDocEnumValue` \u0026 `@ConfigDocDefault` to writing-extensions guide\n-   [#\u0026#8203;35977](https://github.com/quarkusio/quarkus/pull/35977) - Recompute cached value when the Redis connection fails\n-   [#\u0026#8203;35975](https://github.com/quarkusio/quarkus/issues/35975) - OIDC: AuthenticationRedirectionException after successful login\n-   [#\u0026#8203;35968](https://github.com/quarkusio/quarkus/pull/35968) - Warn when wrong token proxy is accessed\n-   [#\u0026#8203;35966](https://github.com/quarkusio/quarkus/issues/35966) - SSE: Reactive SseEventSource client doesn\u0027t consume empty events\n-   [#\u0026#8203;35964](https://github.com/quarkusio/quarkus/issues/35964) - OIDC: NPE when accessing IdToken when Bearer access token is sent\n-   [#\u0026#8203;35959](https://github.com/quarkusio/quarkus/pull/35959) - Log invalid CORS origin and method\n-   [#\u0026#8203;35958](https://github.com/quarkusio/quarkus/issues/35958) - \\[GraalVM 24.0] Hibernate ORM elasticsearch native integration tests fail with return type mismatch\n-   [#\u0026#8203;35956](https://github.com/quarkusio/quarkus/pull/35956) - Fix return type of hibernate-search substitution\n-   [#\u0026#8203;35949](https://github.com/quarkusio/quarkus/pull/35949) - Properly initialize reactive Pool beans\n-   [#\u0026#8203;35938](https://github.com/quarkusio/quarkus/pull/35938) - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /bom/application\n-   [#\u0026#8203;35937](https://github.com/quarkusio/quarkus/pull/35937) - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /independent-projects/tools\n-   [#\u0026#8203;35926](https://github.com/quarkusio/quarkus/pull/35926) - Fix use of multiple `@ClientXXX` annotations in REST Client Reactive\n-   [#\u0026#8203;35925](https://github.com/quarkusio/quarkus/issues/35925) - Add a property to bypass cache mechanism in case of Redis failure\n-   [#\u0026#8203;35919](https://github.com/quarkusio/quarkus/pull/35919) - Honor OIDC logout requests when ID token has expired\n-   [#\u0026#8203;35914](https://github.com/quarkusio/quarkus/pull/35914) - Prevent recording configuration coming from Gradle\n-   [#\u0026#8203;35900](https://github.com/quarkusio/quarkus/pull/35900) - Fix RESTEasy CDI dependency issue\n-   [#\u0026#8203;35899](https://github.com/quarkusio/quarkus/pull/35899) - Add note about unsupported `@Lock` in Spring Data JPA\n-   [#\u0026#8203;35895](https://github.com/quarkusio/quarkus/pull/35895) - Update liquibase to 4.23.2, liquibase-mongodb to 4.23.1\n-   [#\u0026#8203;35889](https://github.com/quarkusio/quarkus/issues/35889) - UriInfo can not be injected in presence of quarkus-rest-client dependency\n-   [#\u0026#8203;35886](https://github.com/quarkusio/quarkus/pull/35886) - OTel Scope.close() warning improvement\n-   [#\u0026#8203;35885](https://github.com/quarkusio/quarkus/pull/35885) - Applying the QE feedback for the Logging guide\n-   [#\u0026#8203;35884](https://github.com/quarkusio/quarkus/issues/35884) - Application fails to start when eactive restclient uses both ClientExceptionMapper and ClientObjectMapper\n-   [#\u0026#8203;35883](https://github.com/quarkusio/quarkus/pull/35883) - Bring back the HTTP console commands\n-   [#\u0026#8203;35879](https://github.com/quarkusio/quarkus/issues/35879) - Quarkus 3.4.0.CR1 does not have HTTP commands in dev mode\n-   [#\u0026#8203;35858](https://github.com/quarkusio/quarkus/issues/35858) - NullPointerException when entity primary key has the type `byte[]`\n-   [#\u0026#8203;35777](https://github.com/quarkusio/quarkus/pull/35777) - Add a note about HR not being a replacement for ORM\n-   [#\u0026#8203;35732](https://github.com/quarkusio/quarkus/pull/35732) - Rework how to enable/activate Flyway\n-   [#\u0026#8203;35728](https://github.com/quarkusio/quarkus/issues/35728) - OIDC logout not working for virtual callback paths, if id_token is expired but session cookie is present\n-   [#\u0026#8203;35690](https://github.com/quarkusio/quarkus/pull/35690) - Upgrade to Hibernate ORM 6.2.9.Final and HR 2.0.5.Final\n-   [#\u0026#8203;35655](https://github.com/quarkusio/quarkus/issues/35655) - Flyway does not work without default datasource 3.3\n-   [#\u0026#8203;35528](https://github.com/quarkusio/quarkus/issues/35528) - flyway with one supported and one unsupported Db throws exception at startup\n\n### [`v3.4.0`](https://github.com/quarkusio/quarkus/releases/tag/3.4.0)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.3.3...3.4.0)\n\n##### Complete changelog\n\n-   [#\u0026#8203;35888](https://github.com/quarkusio/quarkus/pull/35888) - Restore missing parameters in OIDC Dev UI client cred and password SwaggerUI/GraphQL handlers\n-   [#\u0026#8203;35870](https://github.com/quarkusio/quarkus/pull/35870) - Use default Vert.x client settings in OTel exporters\n-   [#\u0026#8203;35866](https://github.com/quarkusio/quarkus/issues/35866) - Automatic TLS support in new Vert.x based open telemetry implementation\n-   [#\u0026#8203;35862](https://github.com/quarkusio/quarkus/pull/35862) - Only remove OTLP trace services when otlp is not configured\n-   [#\u0026#8203;35846](https://github.com/quarkusio/quarkus/pull/35846) - Fixes aggregation of configurations with two different executions ids\n-   [#\u0026#8203;35844](https://github.com/quarkusio/quarkus/pull/35844) - Improve description of the duration format in configuration documentation\n-   [#\u0026#8203;35840](https://github.com/quarkusio/quarkus/pull/35840) - Updates Infinispan to 14.0.17.Final\n-   [#\u0026#8203;35831](https://github.com/quarkusio/quarkus/issues/35831) - Quarkus aggregate configurations from different executions that share the same goal\n-   [#\u0026#8203;35822](https://github.com/quarkusio/quarkus/pull/35822) - Check that embedded property types are marked as `@Embeddable`\n-   [#\u0026#8203;35817](https://github.com/quarkusio/quarkus/pull/35817) - Improve Qute + Cache integration\n-   [#\u0026#8203;35804](https://github.com/quarkusio/quarkus/pull/35804) - HTTP fix response compression support\n-   [#\u0026#8203;35792](https://github.com/quarkusio/quarkus/pull/35792) - Do not include in the list of property names Kubernetes config fallbacks\n-   [#\u0026#8203;35789](https://github.com/quarkusio/quarkus/pull/35789) - Improve OTel Sampler docs\n-   [#\u0026#8203;35786](https://github.com/quarkusio/quarkus/issues/35786) - OpenTelemetry exporter (otlp) startup dependency error when running as a Docker container image\n-   [#\u0026#8203;35784](https://github.com/quarkusio/quarkus/pull/35784) - Document the ability to automatically compress rotated log files\n-   [#\u0026#8203;35778](https://github.com/quarkusio/quarkus/pull/35778) - Fix generic handling of ParamConverter\n-   [#\u0026#8203;35774](https://github.com/quarkusio/quarkus/issues/35774) - RESTEasy Reactive fails to handle collections of parameterized types as parameter\n-   [#\u0026#8203;35764](https://github.com/quarkusio/quarkus/pull/35764) - Do not include revision and host-specific info in MANIFEST.MF\n-   [#\u0026#8203;35762](https://github.com/quarkusio/quarkus/pull/35762) - Delete temporary openshift files\n-   [#\u0026#8203;35759](https://github.com/quarkusio/quarkus/pull/35759) - Upgrade Smallrye OpenAPI to 3.5.2\n-   [#\u0026#8203;35757](https://github.com/quarkusio/quarkus/pull/35757) - Update liquibase from 4.20.0 to 4.23.1, liquibase-mongodb to 4.23.0\n-   [#\u0026#8203;35747](https://github.com/quarkusio/quarkus/issues/35747) - Large files remain in /tmp after OpenShift deployments\n-   [#\u0026#8203;35726](https://github.com/quarkusio/quarkus/pull/35726) - Improve matching of config properties to a root\n-   [#\u0026#8203;35722](https://github.com/quarkusio/quarkus/issues/35722) - Since quarkus 3.3.0 a WARN message unrecognized configuration key \"quarkus.kubernetes.route.expose\" is logged\n-   [#\u0026#8203;35718](https://github.com/quarkusio/quarkus/pull/35718) - Packs libraries alongside executable in function.zip\n-   [#\u0026#8203;35713](https://github.com/quarkusio/quarkus/issues/35713) - AWS Lambda extension does not pack necessary .so files when AWT is used\n-   [#\u0026#8203;35710](https://github.com/quarkusio/quarkus/pull/35710) - Fix potential NPE in HTTP proxying\n-   [#\u0026#8203;35706](https://github.com/quarkusio/quarkus/issues/35706) - Azure-Functions crash when X-Forwarded headers are enabled java.lang.NullPointerException\n-   [#\u0026#8203;35599](https://github.com/quarkusio/quarkus/issues/35599) - Keycloak/Quarkus Issues: Dev and Prod\n-   [#\u0026#8203;35598](https://github.com/quarkusio/quarkus/issues/35598) - Improve Error-Message for missing Embedabbles\n-   [#\u0026#8203;35558](https://github.com/quarkusio/quarkus/pull/35558) - Widen conditions under RESTEasy Reactive Server and RESTEasy Classic Client can work together\n-   [#\u0026#8203;12260](https://github.com/quarkusio/quarkus/issues/12260) - Quarkus logging with compress option\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003equarkusio/quarkus-platform\u003c/summary\u003e\n\n### [`v3.4.1`](https://github.com/quarkusio/quarkus-platform/compare/3.3.3...3.4.1)\n\n[Compare Source](https://github.com/quarkusio/quarkus-platform/compare/3.3.3...3.4.1)\n\n\u003c/details\u003e\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\n👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that\u0027s undesired.\n\n---\n\n - [ ] \u003c!-- rebase-check --\u003eIf you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n\u003c!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9--\u003e",
  "tree_diff": []
}
