-
Notifications
You must be signed in to change notification settings - Fork 118
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
dependency cleanup with grails-bom #384
Conversation
hibernate5Version=5.6.15.Final | ||
servletApiVersion=6.0.0 | ||
groovyVersion=4.0.23 | ||
# Tests are built for this version | ||
h2Version=1.4.200 |
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.
h2 is part of the bom.
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 think the h2
version is held back on purpose here, considering the comment above.
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.
It is, but the tests are based on this version so it is overridden.
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.
how are tests based on a version of a database?
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.
There are compatibility issues with h2:2.x
. #385
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.
well, hopefully we will get to updating them at some point.. My h2 issues always have been pretty straightforward upgraades with the exception of cases where I had to do a persisted database update.
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 have updated the tests in for h2:2.x
but I'll wait for this PR to merge before creating a PR because there are some changes here I need.
hibernate5Version=5.6.15.Final | ||
servletApiVersion=6.0.0 | ||
groovyVersion=4.0.23 | ||
# Tests are built for this version | ||
h2Version=1.4.200 |
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 think the h2
version is held back on purpose here, considering the comment above.
No description provided.