-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update spring and hibernate Brianbolt/issue300 #302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a bunch of comments. I'd read over them first. There are lots of files changes but the types of changes are empirically low.
Note also the changes to applicationSecurity-context.xml need to be propagated to deployments which customize this file.
@philippcheung @jmcneil86043 Just a heads up that this is coming down the pike. It's a pretty big change to the base persistence layer of ACAS so wanted to give you a heads up. Still a draft but one thing that I know is broken is the ROO UI. Use of the ROO UI has been waining for years in favor of making proper node admin modules so we aren't inclined to spend a bunch of effort to fix it but if its easy, then we will. |
Remove roo interface
Remove roo as a dependency
Organize all imports, format and remove unused roo generated api methods
Brianbolt/issue315
Description
hibernate.physical_naming_strategy
Related Issue
Fixes #300
How Has This Been Tested?