)]}'
{
  "commit": "5bcb613abe760049193cc6cecf9d8d3f99e3cb10",
  "tree": "d0f468d1f9a2505b022ee1614e3d6b9a1d7404fd",
  "parents": [
    "449afba6c208774c1d41a34671e2b4a69c857431",
    "8594b13712d1e6c71f5fa37829ddbe5e234f70c4"
  ],
  "author": {
    "name": "Marge Bot",
    "email": "marge@benkard.de",
    "time": "Sat Sep 02 08:44:28 2023 +0000"
  },
  "committer": {
    "name": "Marge Bot",
    "email": "marge@benkard.de",
    "time": "Sat Sep 02 08:44:28 2023 +0000"
  },
  "message": "Update all non-major dependencies to v6.3.0.Final (mulk/mulkcms2!36)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.hibernate.orm:hibernate-envers](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | minor | `6.2.7.Final` -\u003e `6.3.0.Final` |\n| [org.hibernate.orm:hibernate-core](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | minor | `6.2.7.Final` -\u003e `6.3.0.Final` |\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003ehibernate/hibernate-orm\u003c/summary\u003e\n\n### [`v6.3.0.Final`](https://github.com/hibernate/hibernate-orm/blob/HEAD/changelog.txt#Changes-in-630Final-August-31-2023)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.2.8...6.3.0)\n\nhttps://hibernate.atlassian.net/projects/HHH/versions/32177\n\n\\*\\* Bug\n\\* \\[HHH-17116] - AssertionError when using lateral join to subquery if criteria tree copy is enabled\n\\* \\[HHH-17085] - SQLGrammarException when selecting property of grouped join association in HyperSQL and PostgreSQL\n\\* \\[HHH-17081] - Loading an entity which uses joined inheritance fails if two or more implementations have the same association property name\n\\* \\[HHH-17078] - Memory leak in ScrollableResultsConsumer\n\\* \\[HHH-17075] - Lazy loading of association with non-PK referencedColumnName always yields null when bytecode enhancement is enabled\n\\* \\[HHH-17074] - Type inference in duration arithmetic is wrong\n\\* \\[HHH-17072] - Tenant Id defined in XML mapping is ignored\n\\* \\[HHH-17071] - Basic Collection of \u0027Converted\u0027 Embeddables stopped working with 6.2\n\\* \\[HHH-17064] - Fetch mode select  causes StackOverflowError if used together with fetch type lazy\n\\* \\[HHH-17046] - SchemaManager.truncateMappedObjects() does not repopulate table generators\n\\* \\[HHH-17045] - Unable to locate parameter for RESTRICT - UPDATE error when updating entity with RowId\n\\* \\[HHH-17041] - Embeddable and Generics throws IllegalArgumentException\n\\* \\[HHH-17039] - Variable name confusion in documentation\n\\* \\[HHH-17035] - Bytecode enhancement leads to StackOverflowError with specific setup involving different generic parameter names\n\\* \\[HHH-17034] - Bytecode enhancement leads to broken constructor for a generic embedded field in a twice removed MappedSuperclass\n\\* \\[HHH-17033] - Invalid SQL generated when implicit joins are used\n\\* \\[HHH-17019] - EntityListener is not triggered for a LAZY loaded association when using bytecode enhancement\n\\* \\[HHH-17016] - Using a legacy MySQL dialect leads to an error\n\\* \\[HHH-17014] - Complete \"Mapping Maps\" chapter of User Guide\n\\* \\[HHH-17009] - Hibernate 6.2 migration guide does explain how to deal with removal of AbstractPostInsertGenerator (affects IdentityGenerator)\n\\* \\[HHH-17006] - Query for enum with IS NULL fails with NullPointerException (org.hibernate.metamodel.mapping.JdbcMapping.getJdbcValueBinder())\n\\* \\[HHH-17004] - Nullpointer wenn using setFirstResult and setMaxResults in diffrent combinations\n\\* \\[HHH-17001] - An \"on\"-clause referencing the affected join node causes a StackOverflowException\n\\* \\[HHH-17000] - Do not keep static references to log levels\n\\* \\[HHH-16997] - Embedded components in HibernateProxy are not initilized when entity has reference to another entity of the same type\n\\* \\[HHH-16989] - \u0027cast(string as String(10))\u0027 \u0026 \u0027cast(string as Binary(10))\u0027 broken on MySQL\n\\* \\[HHH-16988] - AssertionError in AbstractSqmPath.copyTo when using subquery correlated to root with more than 1 level in the class hierarchy\n\\* \\[HHH-16979] - SQLGrammarException for JOINED entity with additional join in query\n\\* \\[HHH-16977] - NullPointerException in EntityEntryContext.downgradeLocks\n\\* \\[HHH-16970] - Orphan removal not working in [@\u0026#8203;Embeddable](https://github.com/Embeddable) for FetchType.EAGER collections\n\\* \\[HHH-16968] - StackOverflowError when using NaturalIdLoadAccess and bi-directional association\n\\* \\[HHH-16966] - StackOverFlowError with [@\u0026#8203;ManyToOne](https://github.com/ManyToOne) and [@\u0026#8203;Proxy](https://github.com/Proxy)( lazy\u003dfalse )\n\\* \\[HHH-16962] - General documentation improvements\n\\* \\[HHH-16959] - Fail to batch delete entities with nested embeddeds\n\\* \\[HHH-16952] - Bytecode enhancement now requires embedded component to be [@\u0026#8203;Embeddable](https://github.com/Embeddable)\n\\* \\[HHH-16939] - Optimistic and Pessimistic Force Increment Update Statements are not committed when using a batch\n\\* \\[HHH-16938] - Meta annotation [@\u0026#8203;AnyDiscriminatorValue](https://github.com/AnyDiscriminatorValue) does not work\n\\* \\[HHH-16937] - Persisting entity with nullable [@\u0026#8203;Any](https://github.com/Any) field throws “not-null property references a null or transient value”\n\\* \\[HHH-16918] - Can\u0027t use the the primary id column as the joincolumn for [@\u0026#8203;Any](https://github.com/Any) association\n\\* \\[HHH-16911] - MapBackedClassValue ClassLoader leak\n\\* \\[HHH-16901] - Embedded field in entity association from composite key not correctly instantiated\n\\* \\[HHH-16891] - better typechecking of HQL arithmetic expressions\n\\* \\[HHH-16878] - Invalid SQL generated for mutation when using association with [@\u0026#8203;NotFound](https://github.com/NotFound)\n\\* \\[HHH-16825] - Cascading an entity with a composite key causes NullPointerException in AbstractClassJavaType.extractHashCode\n\\* \\[HHH-16823] - support for \u0027nvarchar\u0027 on MySQL 5.7\n\\* \\[HHH-16819] - JAKARTA_JPA_GROUP_MREFIX is pointing towards incorrect value\n\\* \\[HHH-16816] - Hibernate 6.2 could not execute certain delete statements\n\\* \\[HHH-16798] - ClassCastException in Hibernate 6 when \"join fetch\" is used in a query with entity inheritance\n\\* \\[HHH-16766] - Unable to fully load entity with IdClass lazily or with max fetch depth\n\\* \\[HHH-16759] - Merge fails when entity has an Embedded Java record\n\n### [`v6.2.8.Final`](https://github.com/hibernate/hibernate-orm/compare/6.2.7...6.2.8)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.2.7...6.2.8)\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🔕 **Ignore**: Close this MR and you won\u0027t be reminded about these updates again.\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": []
}
