Skip to content
Success

Changes

Summary

  1. [Enhancement #11] Implement support for Jackson JsonIgnoreProperties annotation. (details)
  2. [0.13.0] Bump version. (details)
  3. [Doc] Add license info into readme. (details)
Commit 95890be8f37e4845ab72ed1db5fb51eb5b200e50 by Martin Ledvinka
[Enhancement #11] Implement support for Jackson JsonIgnoreProperties annotation.
The file was modified src/test/java/cz/cvut/kbss/jsonld/jackson/common/JsonPropertyAccessResolverTest.java (diff)
The file was modified src/test/java/cz/cvut/kbss/jsonld/jackson/environment/model/User.java (diff)
The file was modified src/test/java/cz/cvut/kbss/jsonld/jackson/serialization/JsonLdSerializationTest.java (diff)
The file was modified src/main/java/cz/cvut/kbss/jsonld/jackson/common/JsonPropertyAccessResolver.java (diff)
The file was modified pom.xml (diff)
Commit febdc7c2ffa5006c10d5f1ee19bb590a802c7022 by Martin Ledvinka
[0.13.0] Bump version.

Require Java 11, update to Jackson 2.15.2.
The file was modified pom.xml (diff)
The file was modified .github/workflows/maven.yml (diff)
The file was modified src/main/java/cz/cvut/kbss/jsonld/jackson/common/JsonPropertyAccessResolver.java (diff)
Commit 1d4e4444f2a1ca93851128a2e36a4f6b5ed61f17 by Martin Ledvinka
[Doc] Add license info into readme.
The file was modified README.md (diff)