-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCR-2647 hibernate 6 jpa 3.1 #1587
Conversation
Waits currently for fix of https://hibernate.atlassian.net/browse/HHH-15331 |
ed0040f
to
1d3a072
Compare
ee6f60e
to
74cb9a1
Compare
Ready for review! |
We have already MyCoRe applications, that are based the main branch / LTS 2023.06 and in production. As far as I can see, at least the persistence.xml changes. Anything else? |
Tested with postgres in mir-docker and this requires no migration, also those old properties (javax.* instead of jakarta.*) seems to work (but produce a warning). For development environments this requires to migrate to a newer version of H2.
|
Also note: If you have custom JQL queries in your code: They are validated more strictly and no "guessing" is done anymore in Hibernate 6.x. But all those obstacles in MyCoRe should be tackled in this PR. |
deprecate MCRCategoryID.getID()
74cb9a1
to
bbcbab8
Compare
* 2023.06.x: MCR-2647 hibernate 6 jpa 3.1 (#1587) MCR-2959 fix property guid xslt directory MCR-2964 [jobqueue] update yarn dependencies MCR-2966 move saxon compatible stylesheets to folder xslt (#1964) MCR-2990 Added support of <xinclude @uri="..."/> element. (#1988) MCR-2993 Fixed NullPointerException MCR-2995 always return Source with systemId (#1995) MCR-2998 add save-xsl to xslt folder (#1997) MCR-3000 fix exception in MCRACLResolver on factbased access system (#2000) MCR-3002 Fix Javadoc for log4j2 (#2008) MCR-2995 always return Source with systemId (#1995) MCR-3002 fix log4j2 javadoc URL MCR-3003 jobs in queue do not trigger onCommitTasks Revert "MCR-3002 fix log4j2 javadoc URL"
Link to jira.