Skip to content

v2.1.0-rc4

Pre-release
Pre-release

Choose a tag to compare

@Pfeil Pfeil released this 10 Nov 12:08
· 15 commits to main since this release
22a8c33

🚀 Highlights

  • You can now add a DataEntity without adding it to the roots "hasPart", by providing the ID of another entity (addDataEntity(entity, parentId)). This other entity needs to be in the crate already in order to validate this action. You may use this to build your hierarchies as you need.
  • The hierarchy of files and directories is (for local files) already encoded in the file paths. You can now map this automatically to hasPart/isPartOf connections using Crate::createDataEntityFileStructure.

What's Changed

  • chore(deps): update dependency commons-io:commons-io to v2.20.0 by @renovate[bot] in #278
  • chore(deps): update dependency commons-validator:commons-validator to v1.10.0 by @renovate[bot] in #277
  • chore(deps): update dependency gradle to v8.14.3 by @renovate[bot] in #276
  • chore(deps): update dependency com.networknt:json-schema-validator to v1.5.8 by @renovate[bot] in #275
  • chore(deps): update plugin io.freefair.maven-publish-java to v8.14 by @renovate[bot] in #274
  • chore(deps): update jacksonversion to v2.19.2 by @renovate[bot] in #273
  • chore(deps): update dependency org.junit:junit-bom to v5.13.4 by @renovate[bot] in #272
  • chore(deps): update jacksonversion to v2.20.0 by @renovate[bot] in #286
  • chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #285
  • chore(deps): update plugin io.freefair.maven-publish-java to v8.14.2 by @renovate[bot] in #284
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #283
  • chore(deps): update dependency com.github.fslev:json-compare to v7.1 by @renovate[bot] in #281
  • chore(deps): update actions/upload-artifact action to v5 by @renovate[bot] in #297
  • chore(deps): update dependency jacoco to v0.8.14 by @renovate[bot] in #296
  • chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #295
  • chore(deps): update dependency com.apicatalog:titanium-json-ld to v1.7.0 by @renovate[bot] in #294
  • chore(deps): update gradle/actions action to v5 by @renovate[bot] in #293
  • chore(deps): update plugin io.freefair.maven-publish-java to v9 by @renovate[bot] in #290
  • chore(deps): update dependency org.junit:junit-bom to v5.14.1 by @renovate[bot] in #291
  • chore(deps): update dependency com.networknt:json-schema-validator to v1.5.9 by @renovate[bot] in #287
  • chore(deps): update jacksonversion to v2.20.1 by @renovate[bot] in #299
  • chore(deps): update dependency org.junit:junit-bom to v6 by @renovate[bot] in #292
  • chore(deps): update dependency commons-io:commons-io to v2.21.0 by @renovate[bot] in #301
  • fix 289 addDataEntity no longer supports toHasPart parameter by @Pfeil in #298
  • Next Version (2.1.0-rc4) by @Pfeil in #279

Full Changelog: v2.1.0-rc3...v2.1.0-rc4