-
Notifications
You must be signed in to change notification settings - Fork 109
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 hsqldb to 2.7.1 #1494
update hsqldb to 2.7.1 #1494
Conversation
Signed-off-by: Sally MacFarlane <[email protected]>
Getting 3 errors from running
|
Signed-off-by: Sally MacFarlane <[email protected]>
with extra work I am down to one error
|
^ so in test we are using a class org.hsqldb.persist.HsqlProperties which is not exported by the org.hsqldb module - not sure if there's a way around this |
Signed-off-by: Sally MacFarlane <[email protected]>
luckily there is an overloaded method that accepts java.util.Properties and wraps them into HsqlProperties internally. |
Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
2.7.1 is out so suppression can be removed |
Signed-off-by: Sally MacFarlane <[email protected]>
current failures seem to boil down to this
|
Signed-off-by: Sally MacFarlane <[email protected]>
closing this as it is fixed with #1498 |
Signed-off-by: Sally MacFarlane [email protected]
Documentation
doc-change-required
label to this PR if updates are required.Changelog