Published August 30, 2023
| Version v0.23.0
Software
Open
ArDoCo/Core: v0.23.0
Authors/Creators
- 1. KIT @kit-sdq
- 2. @actions
Description
Commits since last release
- d8bcb056 Release 0.23.0
- 0924d445 Auto-Update Dependencies
- Updated io.github.ardoco:docker:jar:0.13.0 to version 0.14.0
- 19fb706b Spelling in readme
- 633d937f Fix after merge
- 16fa4f86 Fix README. Move Packages
- 807a4537 Migrate project to match structure in ardoco core
- 62ef188a Add 'framework/textprovider-json/' from commit 'ead59c0924327207e2fec17f15b0884a6e3a5df6'
- daf62fb7 Release 0.11.0
- 3090ada6 Update ardoco.core.version
- d8137d31 Release 0.10.0
- 1e7cecbb Auto-Update Dependencies Updating parent from 0.18.1 to 0.19.0
- 05456325 Release 0.9.0
- ac29bebe Auto-Update Dependencies Updating parent from 0.18.0 to 0.18.1
- 4ececd18 Release 0.8.0
- dce75d2e Auto-Update Dependencies Updating parent from 0.17.0 to 0.18.0
- 4f06c98d Release 0.7.0
- a9712703 Auto-Update Dependencies Updating parent from 0.16.0 to 0.17.0
- 6d3dff99 Release 0.6.0
- 3c864da9 Auto-Update Dependencies
- 85cc2307 Release 0.5.0
- dbb9568b Auto-Update Dependencies
- afa514db Release 0.4.0
- 4014de40 Auto-Update Dependencies
- Updated com.networknt:json-schema-validator:jar:1.0.85 to version 1.0.86
- bd6215ac Release 0.3.0
- 88c4fd51 Auto-Update Dependencies
- Updated io.vertx:vertx-json-schema:jar:4.4.3 to version 4.4.4
- Updated com.networknt:json-schema-validator:jar:1.0.84 to version 1.0.85
- b0e46ea3 Release 0.2.0
- bd82a9b4 Auto-Update Dependencies
- d7ac7d1d Release 0.1.1
- b154de2f Auto-Update Dependencies
- Updated io.vertx:vertx-json-schema:jar:4.4.2 to version 4.4.3
- Updated com.networknt:json-schema-validator:jar:1.0.83 to version 1.0.84
- 5b8f86d8 Release 0.1.0
- 95ab5ac5 Update versions
- 3242848d Release 0.0.7
- 6464fabf Auto-Update Dependencies
- Updated com.networknt:json-schema-validator:jar:1.0.82 to version 1.0.83
- 3fb6b2c7 Update actions
- e70d9264 Auto-Update Dependencies
- Updated com.fasterxml.jackson.core:jackson-databind:jar:2.15.0 to version 2.15.1
- Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0 to version 2.15.1
- Updated com.networknt:json-schema-validator:jar:1.0.81 to version 1.0.82
- b9970b5c Auto-Update Dependencies
- Updated io.vertx:vertx-json-schema:jar:4.4.1 to version 4.4.2
- 858d2e95 Auto-Update Dependencies
- d159d3eb Auto-Update Dependencies
- Updated com.networknt:json-schema-validator:jar:1.0.80 to version 1.0.81
- 5065c35d Auto-Update Dependencies
- Updated com.fasterxml.jackson.core:jackson-databind:jar:2.15.0-rc3 to version 2.15.0
- Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0-rc3 to version 2.15.0
- Updated com.networknt:json-schema-validator:jar:1.0.79 to version 1.0.80
- 08fd26a7 Auto-Update Dependencies
- Updated com.fasterxml.jackson.core:jackson-databind:jar:2.9.0 to version 2.15.0-rc3
- Updated com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.0 to version 2.15.0-rc3
- Updated io.vertx:vertx-json-schema:jar:4.3.7 to version 4.4.1
- Updated com.networknt:json-schema-validator:jar:1.0.77 to version 1.0.79
- 8d2125f3 Update README.md
- 049e64a5 Merge pull request #2 from ArDoCo/feature/converter
- 04deedc6 Improve code quality slightly
- 5c7577a5 Apply formatting changes
- 855aab85 Change instanceof check
- 9f8c7d50 Add jacoco
- f5d95606 ran spotless:apply
- 5d8df23e added PosTag
- c03c2371 replaced the text, sentence and phrase interfaces with the ones from ardoco common
- d450ccfa removed Sentence::setPhrases and Text::setSentences
- 9f3ba8ac fixed bug in ObjectToDtoConverter
- c0d107a5 ran spotless:apply
- 8495829c added ObjectToDtoTest
- 54e35051 removed unused parent in SentenceImpl
- c27d766f removed code smells in ObjectToDtoConverter
- e8c32076 removed unused parent in PhraseImpl
- e3679f60 refactored DtoToObjectConverter
- 22b63e4f added formatter xml
- ae8c22d3 Fix sonar in maven
- 2426bd43 Remove trailing whitespace
- 2d7d453f Add github actions
- c83defc8 ran spotless:apply
- 8d15adf4 refactored PhraseImpl
- 9c67d91a fixed bug in tree parser
- 2d170de1 refactored ObjectToDtoConverter
- 378cefaa refactored JsonConverter
- acc310ef added text to PhraseImpl
- b99f4a43 refactored DtoToObjectConverter
- 2bc687f9 added Object to DTO Converter
- d2f79183 added dto to object test
- 0c2d14d6 fixed circular equals methods
- 9f74a9fb fixed bug in TestUtil and added missing method in Text
- 167b6f18 added equals and hashcode
- c9510193 completed TestUtil
- e59a7061 refactored DTOtoObjConverter and TreeParserTest
- e37d23f1 added testutil
- 9d94568a updated json converter
- 85de7311 added method convertToSentence
- 83ba58c6 added tree parser test
- 4ae0c050 added tree parser
- 3186b4eb added conversion of dto word
- bdc06b51 started dto converter
- cc4beab8 refactored text, sentence and word impl
- 4c7ea5d9 first skeleton of dto converter
- e5040ac4 renamed the text, sentence and word dtos
- be3f44b6 added Text, Sentence, Word and Phrase Stubs
- 7c476258 pasted TextImpl, refactored package structure
- 145b09f8 overwritten equals methods
- efbb525c added tests and networknt dependency
- 1da54ad9 refactored folder structure
- 8ecc4d79 added valid json example
- 813f2bb0 add some (not fully functional) code
- 7157995f Update gitignore
- 94314d07 Format example
- b02e7b69 Add example json file and update README
- d930b733 Add id to words
- 5e335111 Remove split definitions
- d739afc2 Add definitions to avoid duplicated code
- dbf29f93 Create single file definition
- 3aaa29f8 Remove PhraseType schema
- cd9bb22d Update/Format word schema
- 369b62ef Add text schema
- abdafb1a Add sentence schema
- 921cace6 Add word schema
- 0d639dcd Add gitignore and gitattributes
- 0a8f93a0 Add initial schemas for tag-sets
- f850a65a Initial commit
- Add corenlp provider microservice by @Laxraa in https://github.com/ArDoCo/Core/pull/259
- Feature: Move textprovider json from other repo to core by @dfuchss in https://github.com/ArDoCo/Core/pull/263
Full Changelog: https://github.com/ArDoCo/Core/compare/v0.22.0...v0.23.0
Files
ArDoCo/Core-v0.23.0.zip
Files
(4.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9f49762c0c76cdecf82dd2a09161c3cc
|
4.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ArDoCo/Core/tree/v0.23.0 (URL)