Skip to content

Releases: folio-org/mod-linked-data-import

v1.0.0

17 Apr 11:32

Choose a tag to compare

What's Changed

  • MODLDI-1: module skeleton by @PBobylev in #1
  • fix(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.40 by @dependabot[bot] in #3
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 11.0.0 to 11.0.1 by @dependabot[bot] in #2
  • fix(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #5
  • fix(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #4
  • fix(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.5 to 3.5.6 by @dependabot[bot] in #8
  • fix(deps): bump org.projectlombok:lombok from 1.18.40 to 1.18.42 by @dependabot[bot] in #6
  • MODLDI-3: DI endpoint with underlying Batch Job structure by @PBobylev in #11
  • fix(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #10
  • MODLDI-4: file download step (S3 storage connection) by @PBobylev in #12
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 by @dependabot[bot] in #14
  • fix(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.15.0 to 7.16.0 by @dependabot[bot] in #13
  • MODLDI-5: LccnResourceProvider introduced by @PBobylev in #15
  • MODLDI-6: core changes by @PBobylev in #16
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.0.0 by @dependabot[bot] in #17
  • MODLDI-6: ImportIT (no LD/SRS interactions case) and necessary fixes by @PBobylev in #18
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.0.0 to 12.0.1 by @dependabot[bot] in #19
  • Revert "MODLDI-6: ImportIT (no LD/SRS interactions case) and necessar… by @pkjacob in #20
  • MODLDI-6: ImportIT (no LD/SRS interactions case) and necessary fixes by @PBobylev in #21
  • MODLDI-6: parallel execution, cleaning step added, import with LCCN resources test case added by @PBobylev in #22
  • MODLDI-6: declare tenant API in the module descriptor by @PBobylev in #23
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.0 by @dependabot[bot] in #24
  • MODLDI-8 - Revert "MODLDI-6: declare tenant API in the module descriptor (#23)" by @pkjacob in #25
  • Revert "MODLDI-8 - Revert "MODLDI-6: declare tenant API in the module descriptor (#23)"" by @PBobylev in #28
  • fix(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 3.5.7 by @dependabot[bot] in #26
  • fix(deps): bump org.springframework.boot:spring-boot-configuration-processor from 3.5.6 to 3.5.7 by @dependabot[bot] in #27
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.1.0 to 12.1.1 by @dependabot[bot] in #29
  • MODLDI-7: linked-data-import/start endpoint returns job instance id by @PBobylev in #30
  • fix(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.16.0 to 7.17.0 by @dependabot[bot] in #31
  • MODLDI-9: defaultWorkType API parameter introduced by @PBobylev in #32
  • fix(deps): bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 by @dependabot[bot] in #33
  • MODLDI-6: Own ObjectMapper config introduced and used in KafkaProducerConfig by @PBobylev in #34
  • MODLDI-7: output kafka message size tuning + adaptation to LD Resource as DTO by @PBobylev in #35
  • fix(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #37
  • fix(deps): bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #38
  • MODLDI-7: rdf2ld conversion falure handling by @PBobylev in #36
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2 by @dependabot[bot] in #39
  • MODLDI-7: optimized integrations cleaning by @PBobylev in #42
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0 by @dependabot[bot] in #44
  • fix(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #45
  • MODLDI-12: Update README file; Remove unwanted dependencies; by @pkjacob in #43
  • MODLD-901: preserve initial RDF line number by @PBobylev in #46
  • Bump folio-s3-client from 2.4.0-SNAPSHOT to 3.0.0-SNAPSHOT by @julianladisch in #49
  • fix(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 by @dependabot[bot] in #47
  • MODLD-901: Import results are exposed through API by @PBobylev in #48
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0 by @dependabot[bot] in #50
  • chore(deps-dev): bump testcontainers.version from 1.21.3 to 1.21.4 by @dependabot[bot] in #52
  • fix(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #51
  • fix(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.17.0 to 7.18.0 by @dependabot[bot] in #56
  • MODLDI-18: Switch from jobInstanceId to jobExecutionId by @PBobylev in #55
  • MODLDI-18: fix mapping statistic counting + job cancel endpoint by @PBobylev in #57
  • MODLDI-18: code review improvements by @PBobylev in #60
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 12.3.0 to 13.0.0 by @dependabot[bot] in #59
  • MODLDI-22: Remove <sonar.exclusions> from pom.xml by @julianladisch in #63
  • MODLDI-20: Fix LICENSE file by @julianladisch in #62
  • MODLDI-21: Add issue tracker link in README file; Some minor updates in README file. by @pkjacob in #64
  • MODLDI-19: Resolve Kafka-related issues with LDI by @PBobylev in #61
  • MODLDI-15: fix csv file format by @PBobylev in #67
  • chore(deps-dev): bump org.openapitools:openapi-generator-maven-plugin from 7.18.0 to 7.19.0 by @dependabot[bot] in #66
  • MODLDI-15: saving an RDF file to the DB by @PBobylev in #65
  • Fix markdown syntax: mask backslash by @julianladisch in #70
  • MODLDI-24: Update PERSONAL_DATA_DISCLOSURE by @pkjacob in #71
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.0 by @dependabot[bot] in #74
  • chore(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #75
  • MODLDI-24: Add comment about false positive S2638 sonar warning by @julianladisch in #73
  • MODLDI-26: Update permission names based on naming conventions by @pkjacob in #76
  • fix(deps): bump com.puppycrawl.tools:checkstyle from 13.1.0 to 13.2.0 by @dependabot[bot] in #77
  • MODLDI-27: Separated directories for each ...
Read more