jack
jack copied to clipboard
A set of scripts for generating fully functional Java database models from Ruby's ActiveRecord models and migrations.
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Attempts to silence this warning: ```WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by...
Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.6.1 to 1.7.32. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade com.google.guava:guava from 13.0.1 to 31.0.1-jre. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade postgresql:postgresql from 9.1-901.jdbc4 to 9.1-901-1.jdbc4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade com.google.code.gson:gson from 2.8.1 to 2.8.9. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade com.liveramp:jack-core from 1.7-SNAPSHOT to 1.7.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...
# Expected When a model defines `updated_at` field of type Long, the value of updated_at should always be automatically set to the current time when the model is modified. #...
When some of the options are incorrectly specified, jack will throw an NPE when trying to craft a user-friendly error message. You can see this in the current version by...