rzo1 opened a new pull request, #164: URL: https://github.com/apache/openjpa/pull/164
Adds a `jpa_4.2` section to `migration_considerations.xml` covering the changes introduced by #144 (Jakarta Persistence 3.2), derived from the merged diff and the review discussion on that PR: platform and dependency requirements, JPQL/query semantics (new reserved identifiers, materialized `getResultList()`, non-cascading bulk `DELETE`, `FlushModeType.AUTO`, rollback-only marking, argument validation), mapping and schema changes (default map key column, attribute overrides, converters, access type, generated DDL, schema generation), database-specific changes (PostgreSQL, MySQL/MariaDB, SQL Server, Oracle, HSQLDB), SPI changes and a compact list of notable new features. Each item states the previous and the new behaviour and, where one exists, the property that restores the old behaviour. The PostgreSQL `StoreCharsAsNumbers` paragraph describes the behaviour after #163; the corresponding hunk in #163 should then be dropped, since it was placed under the OpenJPA 3.2.0 section. Draft: the section is long and some per-database / SPI subsections may deserve trimming — reviews welcome on what to keep. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
