-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade hsql to 2.7.1 #32
Conversation
…n-gson-2.8.9' into dependancy-updates
…wder/com.google.code.gson-gson-2.8.9' into dependancy-updates
…or-hpc/com.jcraft-jsch-0.1.54' into dependancy-updates
Next time, can you please use the issue number in the branch name? It adds some nice metadata so we can track which issue this was associated with. Thank you! |
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.
Please update to the latest hsqldb.
pom.xml
Outdated
@@ -11,7 +11,7 @@ | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<hibernate.jpa.version>1.0.0.Final</hibernate.jpa.version> | |||
<hibernate.version>4.3.5.Final</hibernate.version> | |||
<hsql.version>2.3.2</hsql.version> | |||
<hsql.version>2.7.1</hsql.version> |
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.
Can we just go to the latest (2.7.3)?
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.
Sure, I just updated it
CHANGELOG.md
Outdated
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
### Changed | |||
- Kubernetes executor prints exception [#23](https://github.com/ncsa/datawolf/issues/23) | |||
- Clean dependency updates [#27](https://github.com/ncsa/datawolf/issues/27) |
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.
Can you change this entry to something like "hsqldb to 2.7.3" so it's more descriptive of what was done? Thanks! After that, I think it's ready to merge.
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.
Sure, just did
I have tested creating tools and execution in the updated image. All work fine.