0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#93: only initialize Rhino engine if necessary (#94) More... almost 5 years ago
1.2.14 More... about 5 years ago
Update jackson-coreutils deps. More... about 5 years ago
Bump jackson-databind to 2.11.0 More... about 5 years ago
Allow redirects to schemas with jar:file: URI More... over 5 years ago
Prepare 1.2.14 More... over 5 years ago
1.2.13 More... over 5 years ago
Split monolithic build.gradle into project and settings files. More... over 5 years ago
Announce 1.2.12 More... over 5 years ago
1.2.12 More... over 5 years ago
Allow references to staging jars. More... over 5 years ago
Warnings as errors More... over 5 years ago
Replace OSGi plugin with biz.aQute.bnd. More... over 5 years ago
Use ArgumentMatchers.anyCollection(). More... over 5 years ago
Update java-json-tools deps to the snapshot release. More... over 5 years ago
Bump Guava to 28.1-android. More... over 5 years ago
Update to Gradle 5.6.3. More... over 5 years ago
Use https for JDK javadoc links. More... over 5 years ago
Side-grade Guava to the android variant. More... over 5 years ago
Use https, fix Guava reference version, and fix project refs. More... over 5 years ago
Fix remaining code warnings. * Use try-with-resources to avoid throwing from a finally block. * Switch to anyCollection which requires explicit type arguments. More... over 5 years ago
Bump to Java 7. More... over 5 years ago
Remove unused import. More... over 5 years ago
Put back annotations deps. More... over 5 years ago
Bump rhino version to 1.7.7.2. More... over 5 years ago
Many warnings fixes. * Removed unused headers, unused objects. * Fixed deprecated ObjectNode.put, .putAll to use .set, .setAll. * Added serialVersionUID as calculated by serialver to several exceptions. * Fixed a variety of ErrorProne findings: EqualsGetClass, ArrayAsKeyOfSetOrMap, MutableConstantField, VisibleForTestingMisused. * Suppressed some deprecated warnings on the tests for said deprecated features. * Suppressed an immutability warnings since Jackson databind doesn't include the immutable attribute on `JsonNode`. More... over 5 years ago
Upgrade Fest Assert to AssertJ. More... over 5 years ago
Fix DeadException ErrorProne error. More... over 5 years ago
Add ErrorProne checking and linting. More... over 5 years ago
Travis Gradle improvements * Compile for both OpenJDK8 and 11 * Inhibit the install phase, so the compile warnings are visible in final travis output. * Override the gradle command to get both assemble and check. * Cache the gradle caches and wrapper so builds are less expensive. More... over 5 years ago