[webanno/webanno] beb1eb: [maven-release-plugin] prepare release webanno-4.0...

0 views
Skip to first unread message

Richard Eckart de Castilho

unread,
Oct 25, 2022, 4:32:01 PM10/25/22
to webanno...@googlegroups.com
Branch: refs/heads/feature/no-issue-better-warnings-on-dangling-relations
Home: https://github.com/webanno/webanno
Commit: beb1eb5d46f86af6923ac12df5a6543fb970e2d2
https://github.com/webanno/webanno/commit/beb1eb5d46f86af6923ac12df5a6543fb970e2d2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-4.0.0-beta-24


Commit: 4e10b73a91505e7ac731df5318ab11102e10f114
https://github.com/webanno/webanno/commit/4e10b73a91505e7ac731df5318ab11102e10f114
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: 8c5a8b2e2a3fe3bf128d3f1098f1777b3d64675d
https://github.com/webanno/webanno/commit/8c5a8b2e2a3fe3bf128d3f1098f1777b3d64675d
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)

Changed paths:
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/CasStorageServiceImpl.java
M webanno-api-dao/src/test/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/CasStorageServiceImplTest.java
M webanno-api-dao/src/test/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/DocumentServiceImplTest.java

Log Message:
-----------
#1887 - Race condition for shared-read-only access can cause re-initialization of CAS

- Fixed potential concurrent modification exception when marking CAS holders as obsolete
- Increased iterations for CasStorageServiceTest and DocumentServiceImplTest


Commit: e2f81c3589d4f1ad81ae0a6d66762730487b0209
https://github.com/webanno/webanno/commit/e2f81c3589d4f1ad81ae0a6d66762730487b0209
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-4.0.0-beta-25


Commit: 826669d9f35514bae69646f10d34d221c3cd0e37
https://github.com/webanno/webanno/commit/826669d9f35514bae69646f10d34d221c3cd0e37
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: 07c401ee2f8719a45c4d6c520089bbe22712adb4
https://github.com/webanno/webanno/commit/07c401ee2f8719a45c4d6c520089bbe22712adb4
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)

Changed paths:
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java

Log Message:
-----------
#1891 - Cannot add any users to project if hideUsers is enabled

- Fix ability to add users if hideUsers is enabled


Commit: 24625e5ea9588ddb97a2dd3904451f6fcfe38c0d
https://github.com/webanno/webanno/commit/24625e5ea9588ddb97a2dd3904451f6fcfe38c0d
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)

Changed paths:
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java

Log Message:
-----------
Merge pull request #1892 from webanno/bugfix/1891-Cannot-add-any-users-to-project-if-hideUsers-is-enabled

#1891 - Cannot add any users to project if hideUsers is enabled


Commit: 6caf23751374570397d4657e1d4451a510ddcc6f
https://github.com/webanno/webanno/commit/6caf23751374570397d4657e1d4451a510ddcc6f
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-4.0.0-beta-26


Commit: 9ff9206b7c3cac934e3f50cf674b4369f34edab5
https://github.com/webanno/webanno/commit/9ff9206b7c3cac934e3f50cf674b4369f34edab5
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)

Changed paths:
M pom.xml
M webanno-agreement/pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-plugin-api/pom.xml
M webanno-plugin-manager/pom.xml
M webanno-plugin-parent/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: a3eabe8cf2a82c2bd32f9c8c1f0bb7af92b126c2
https://github.com/webanno/webanno/commit/a3eabe8cf2a82c2bd32f9c8c1f0bb7af92b126c2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/AnnotationSchemaService.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java
A webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/checks/DanglingRelationsCheck.java
M webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/repairs/RemoveDanglingRelationsRepair.java
M webanno-diag/src/main/resources/META-INF/asciidoc/user-guide/casdoctor.adoc
M webanno-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/detail/AnnotationDetailEditorPanel.java

Log Message:
-----------
#1893 - Deleting a span to which relations connect leaves dangling relations

- Delegate deletion of attached relations properly to the respective adapter
- Added / expanded checks and repairs to test for this kind of dangling relations


Commit: 67831ff97fde8e5aef72e99a9a96ee79abde1352
https://github.com/webanno/webanno/commit/67831ff97fde8e5aef72e99a9a96ee79abde1352
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)

Changed paths:
M webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/repairs/RemoveDanglingRelationsRepair.java

Log Message:
-----------
#1893 - Deleting a span to which relations connect leaves dangling relations

- Fix count of deleted annotations


Commit: 618dc389d1825fc0ae2a9b5980409fe088b45264
https://github.com/webanno/webanno/commit/618dc389d1825fc0ae2a9b5980409fe088b45264
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)

Changed paths:
M webanno-curation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casmerge/CasMerge.java

Log Message:
-----------
#1895 - Merging relations and slots is broken

- Need to use the types from the target CAS when selecting


Commit: faab92f4c0ff696f0569ccca61a4faaeb3b1121f
https://github.com/webanno/webanno/commit/faab92f4c0ff696f0569ccca61a4faaeb3b1121f
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/AnnotationSchemaService.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java
A webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/checks/DanglingRelationsCheck.java
M webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/repairs/RemoveDanglingRelationsRepair.java
M webanno-diag/src/main/resources/META-INF/asciidoc/user-guide/casdoctor.adoc
M webanno-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/detail/AnnotationDetailEditorPanel.java

Log Message:
-----------
Merge pull request #1894 from webanno/bugfix/1893-Deleting-a-span-to-which-relations-connect-leaves-dangling-relations

#1893 - Deleting a span to which relations connect leaves dangling relations


Commit: 8f9dd64b28c23f304823859983d867ab856869b1
https://github.com/webanno/webanno/commit/8f9dd64b28c23f304823859983d867ab856869b1
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/AnnotationSchemaService.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java
A webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/checks/DanglingRelationsCheck.java
M webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/repairs/RemoveDanglingRelationsRepair.java
M webanno-diag/src/main/resources/META-INF/asciidoc/user-guide/casdoctor.adoc
M webanno-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/detail/AnnotationDetailEditorPanel.java

Log Message:
-----------
Merge branch 'master' into bugfix/1895-Merging-relations-and-slots-is-broken


Commit: eade84e7b586a08295b2bea27a81322f7504d6f7
https://github.com/webanno/webanno/commit/eade84e7b586a08295b2bea27a81322f7504d6f7
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-13 (Sat, 13 Mar 2021)

Changed paths:
M webanno-curation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casmerge/CasMerge.java

Log Message:
-----------
Merge pull request #1896 from webanno/bugfix/1895-Merging-relations-and-slots-is-broken

#1895 - Merging relations and slots is broken


Commit: 3e50f05df3d420cc24271ec95424207cbeedbe4f
https://github.com/webanno/webanno/commit/3e50f05df3d420cc24271ec95424207cbeedbe4f
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-13 (Sat, 13 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/coloring/ColoringServiceImpl.java

Log Message:
-----------
#1897 - "Dynamic" and "dynamic pastelle" do not differ

- The pastelle / non-pastelle settings actually make a difference now


Commit: 5a74639b7939d41a0b9c738be4204d293501b8b7
https://github.com/webanno/webanno/commit/5a74639b7939d41a0b9c738be4204d293501b8b7
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-13 (Sat, 13 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/coloring/ColoringServiceImpl.java

Log Message:
-----------
Merge pull request #1898 from webanno/bugfix/1897-Dynamic-and-dynamic-pastelle-do-not-differ

#1897 - "Dynamic" and "dynamic pastelle" do not differ


Commit: 3da88e2e3551847c9ad9d29e79a820db037a83bf
https://github.com/webanno/webanno/commit/3da88e2e3551847c9ad9d29e79a820db037a83bf
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-14 (Sun, 14 Mar 2021)

Changed paths:
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/documents/ProjectDocumentsPanel.properties

Log Message:
-----------
No issue. Fix message.


Commit: 13d6938cfd9cc93e4bde4963959dc29a74dc14d2
https://github.com/webanno/webanno/commit/13d6938cfd9cc93e4bde4963959dc29a74dc14d2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-14 (Sun, 14 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/AnnotationSchemaService.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java

Log Message:
-----------
No issue. findAdapter must be transactional


Commit: 07b9669505d4bb622c02e626c5c1ae19e30d1173
https://github.com/webanno/webanno/commit/07b9669505d4bb622c02e626c5c1ae19e30d1173
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-14 (Sun, 14 Mar 2021)

Changed paths:
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/layer/ChainLayerTraits.java

Log Message:
-----------
No issue. Avoid possible Jackson exception due to empty beans


Commit: a52488637e3ef5ed23e30b437c03676b74846efb
https://github.com/webanno/webanno/commit/a52488637e3ef5ed23e30b437c03676b74846efb
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)

Changed paths:
M webanno-io-tsv/src/main/resources/META-INF/asciidoc/user-guide/webannotsv.adoc

Log Message:
-----------
No issue. Note that the tokens need to start at the sentence begin.


Commit: 464a4cd9336f82fd69ad5907ff844e8c6aa8fa66
https://github.com/webanno/webanno/commit/464a4cd9336f82fd69ad5907ff844e8c6aa8fa66
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)

Changed paths:
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/AnnotationDocument.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/Project.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/SourceDocument.java
M webanno-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/model/User.java
M webanno-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/model/TelemetrySettings.java

Log Message:
-----------
#1899 - Creation timestamp not set properly on some tables

- Fix timestamp setting condition


Commit: 10d708eb2c72350cb11c938f7c250d1d158cd21d
https://github.com/webanno/webanno/commit/10d708eb2c72350cb11c938f7c250d1d158cd21d
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)

Changed paths:
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/AnnotationDocument.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/Project.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/SourceDocument.java
M webanno-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/model/User.java
M webanno-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/model/TelemetrySettings.java

Log Message:
-----------
Merge pull request #1900 from webanno/bugfix/1899-Creation-timestamp-not-set-properly-on-some-tables

#1899 - Creation timestamp not set properly on some tables


Commit: 4761897ae08d59cec265a4712eaa0655b8cf333e
https://github.com/webanno/webanno/commit/4761897ae08d59cec265a4712eaa0655b8cf333e
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)

Changed paths:
M webanno-agreement/src/main/java/de/tudarmstadt/ukp/clarin/webanno/agreement/measures/krippendorffalphaunitizing/KrippendorffAlphaUnitizingAgreementMeasure.java

Log Message:
-----------
#1901 - Unitizing agreement not properly calculated

- Fixed issue by ensuring that annotations extracted from CASes are re-based using the offset of the document containing them within the batch continuum


Commit: 017625f0badad77c2eb4211ce21cb5a10424e7ab
https://github.com/webanno/webanno/commit/017625f0badad77c2eb4211ce21cb5a10424e7ab
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)

Changed paths:
M webanno-agreement/src/main/java/de/tudarmstadt/ukp/clarin/webanno/agreement/measures/krippendorffalphaunitizing/KrippendorffAlphaUnitizingAgreementMeasure.java

Log Message:
-----------
Merge pull request #1902 from webanno/bugfix/1901-Unitizing-agreement-not-properly-calculated

#1901 - Unitizing agreement not properly calculated


Commit: 3798db8907d58a3a37211dc509c497cfa3840ab7
https://github.com/webanno/webanno/commit/3798db8907d58a3a37211dc509c497cfa3840ab7
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)

Changed paths:
M webanno-io-tsv/pom.xml
M webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XCasDocumentBuilder.java
M webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java
M webanno-io-tsv/src/test/resources/tsv3-suite/testStackedSubMultiTokenSpanWithFeatureValue/reference.tsv
M webanno-io-tsv/src/test/resources/tsv3-suite/testSubMultiTokenSpanWithFeatureValue/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.xmi
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.xmi

Log Message:
-----------
#1904 - Prefix annotations propagate to the entire token

- Added additional unit tests
- Fixed bug
- Adjusted existing bad test reference data


Commit: baa36c89b6efda531ccac3c59503fa6b266d6f21
https://github.com/webanno/webanno/commit/baa36c89b6efda531ccac3c59503fa6b266d6f21
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)

Changed paths:
M webanno-io-tsv/pom.xml
M webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XCasDocumentBuilder.java
M webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java
M webanno-io-tsv/src/test/resources/tsv3-suite/testStackedSubMultiTokenSpanWithFeatureValue/reference.tsv
M webanno-io-tsv/src/test/resources/tsv3-suite/testSubMultiTokenSpanWithFeatureValue/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.xmi
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.xmi

Log Message:
-----------
Merge pull request #1905 from webanno/bugfix/1904-Prefix-annotations-propagate-to-the-entire-token

#1904 - Prefix annotations propagate to the entire token


Commit: 650c5b04c36e5b05c46418f55215b529aabded95
https://github.com/webanno/webanno/commit/650c5b04c36e5b05c46418f55215b529aabded95
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)

Changed paths:
M webanno-io-tsv/pom.xml
M webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XCasDocumentBuilder.java
M webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java
M webanno-io-tsv/src/test/resources/tsv3-suite/testStackedSubMultiTokenSpanWithFeatureValue/reference.tsv
M webanno-io-tsv/src/test/resources/tsv3-suite/testSubMultiTokenSpanWithFeatureValue/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.xmi
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.xmi

Log Message:
-----------
Merge branch '3.6.x'

* 3.6.x:
#1904 - Prefix annotations propagate to the entire token

% Conflicts:
% webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java


Commit: 5dd05b98138b6a38014f1ac72ffd9e1c6cd39ac1
https://github.com/webanno/webanno/commit/5dd05b98138b6a38014f1ac72ffd9e1c6cd39ac1
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)

Changed paths:
M pom.xml

Log Message:
-----------
#1472 - Upgrade dependencies

- commons-io 2.6 -> 2.8.0


Commit: 0bab97a4d42846c2c54fb60557a0ecc7c59dfb0d
https://github.com/webanno/webanno/commit/0bab97a4d42846c2c54fb60557a0ecc7c59dfb0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2021-05-12 (Wed, 12 May 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-security-web from 5.4.2 to 5.4.4

Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 5.4.2 to 5.4.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.4.2...5.4.4)

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 7bececc721ed879821c05d77c8cdee574fd4044b
https://github.com/webanno/webanno/commit/7bececc721ed879821c05d77c8cdee574fd4044b
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-05-12 (Wed, 12 May 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1906 from webanno/dependabot/maven/org.springframework.security-spring-security-web-5.4.4

Bump spring-security-web from 5.4.2 to 5.4.4


Commit: 839749aa642f13d7dff9ea5f05ce4988d7e48021
https://github.com/webanno/webanno/commit/839749aa642f13d7dff9ea5f05ce4988d7e48021
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Bump hibernate-validator from 6.1.4.Final to 6.1.5.Final

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.4.Final to 6.1.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/6.1.5.Final/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/6.1.4.Final...6.1.5.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 6f71c5e0450c58717f2939d72aafc8eaadb6a4c7
https://github.com/webanno/webanno/commit/6f71c5e0450c58717f2939d72aafc8eaadb6a4c7
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1907 from webanno/dependabot/maven/org.hibernate.validator-hibernate-validator-6.1.5.Final

Bump hibernate-validator from 6.1.4.Final to 6.1.5.Final


Commit: dd400d081214b8bd8999d2aba61e3bf33f8b9653
https://github.com/webanno/webanno/commit/dd400d081214b8bd8999d2aba61e3bf33f8b9653
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Bump tomcat-embed-core from 9.0.41 to 9.0.43

Bumps tomcat-embed-core from 9.0.41 to 9.0.43.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: d914dc6b7b415e3b82a38dac594eb3126f9f1bb1
https://github.com/webanno/webanno/commit/d914dc6b7b415e3b82a38dac594eb3126f9f1bb1
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1909 from webanno/dependabot/maven/org.apache.tomcat.embed-tomcat-embed-core-9.0.43

Bump tomcat-embed-core from 9.0.41 to 9.0.43


Commit: a7a3e936ee0e3197baa667d410047df40b91362a
https://github.com/webanno/webanno/commit/a7a3e936ee0e3197baa667d410047df40b91362a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-security-core from 5.4.4 to 5.4.7

Bumps [spring-security-core](https://github.com/spring-projects/spring-security) from 5.4.4 to 5.4.7.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.4.4...5.4.7)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 50468755b35b6842646c51b129a08ff66469b3b6
https://github.com/webanno/webanno/commit/50468755b35b6842646c51b129a08ff66469b3b6
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-10-24 (Sun, 24 Oct 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1910 from webanno/dependabot/maven/org.springframework.security-spring-security-core-5.4.7

Bump spring-security-core from 5.4.4 to 5.4.7


Commit: 07ade1457d4fe40b6474a9632bb73e1d456f26ac
https://github.com/webanno/webanno/commit/07ade1457d4fe40b6474a9632bb73e1d456f26ac
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)

Changed paths:
M README.md

Log Message:
-----------
Update README.md


Commit: 7f2c38ec1b0c6b38a1afbe48a373d3d076796470
https://github.com/webanno/webanno/commit/7f2c38ec1b0c6b38a1afbe48a373d3d076796470
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
#1932 - Upgrade dependencies

- DKPro Parent POM 24 -> 26
- Jackson 2.9.10 -> 2.13.0
- UIMA Java SDK 2.10.4 -> 2.11.0
- Spring Security 4.2.15 -> 4.2.20
- SLF4J 1.7.26 -> 1.7.32
- Log4J 2.7 -> 2.15.0
- Wicket 8.11.0 -> 8.13.0
- Wicket Bootstrap 2.0.10 -> 2.0.15
- Wicket JQuery Selectors 2.0.6 -> 2.0.11
- Wicket Webjars 2.0.15 -> 2.0.20
- Wicket Spring Boot 2.1.7 -> 2.1.9
- Hibernate 5.3.10 -> 5.3.24
- Mockito 2.27.0 -> 2.28.2
- AssertJ 3.19.0 -> 3.21.0
- Tomcat 8.5.63 -> 8.5.73
- MySQL Driver 8.0.20 -> 8.0.27
- JUnit 4.13.1 -> 4.13.2
- Commons IO 2.6 -> 2.11.0
- Commons CSV 1.8 -> 1.9.0
- Commons Lang3 3.10 -> 3.12.0
- Hibernate Validator 5.3.5 -> 5.3.6
- Javasisst 3.25.0 -> 3.28.0
- Byte Buddy 1.9.12 -> 1.12.3
- HSQLDB 2.4.1 -> 2.6.1


Commit: e648c2506807538ef244a0761edf9bc37e36a0d6
https://github.com/webanno/webanno/commit/e648c2506807538ef244a0761edf9bc37e36a0d6
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide/scripts/docker-compose.yml
A webanno-docker/README.md
A webanno-docker/pom.xml
A webanno-docker/src/main/docker/Dockerfile
M webanno-webapp/pom.xml
R webanno-webapp/src/main/docker/Dockerfile
R webanno-webapp/src/main/docker/README
R webanno-webapp/src/main/docker/docker-compose.yml

Log Message:
-----------
#1935 - Move docker build to own module and upgrade

- Create new docker module
- Backport docker build setup from INCEpTION
- Update Docker base image to Java 11
- Remove mem_limit and mem_swap which are not longer supported by Docker


Commit: ef4a6bfec942abf9cbff68b4a40061e82a532503
https://github.com/webanno/webanno/commit/ef4a6bfec942abf9cbff68b4a40061e82a532503
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java

Log Message:
-----------
#1932 - Upgrade dependencies

- Backport adjustments to API change in Wicket JQuery Kendo from INCEpTION


Commit: 0b70f6897e9aa99bf029d07ea0b2596225ebc142
https://github.com/webanno/webanno/commit/0b70f6897e9aa99bf029d07ea0b2596225ebc142
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
#1932 - Upgrade dependencies

- Fix build


Commit: 639992afe1f3835cd183171c0697327a8f66842d
https://github.com/webanno/webanno/commit/639992afe1f3835cd183171c0697327a8f66842d
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java
M webanno-webapp/pom.xml

Log Message:
-----------
Merge pull request #1934 from webanno/refactoring/1932-Upgrade-dependencies

#1932 - Upgrade dependencies


Commit: f09974af55d350b4ee9142afe6ed17bef7e5ae7a
https://github.com/webanno/webanno/commit/f09974af55d350b4ee9142afe6ed17bef7e5ae7a
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java
M webanno-webapp/pom.xml

Log Message:
-----------
Merge branch '3.6.x' into refactoring/1935-Move-docker-build-to-own-module-and-upgrade


Commit: 72b9560b9d871965cbc23f7136c7a1b426071bf2
https://github.com/webanno/webanno/commit/72b9560b9d871965cbc23f7136c7a1b426071bf2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M webanno-doc/src/main/resources/META-INF/asciidoc/common/systemrequirements.adoc

Log Message:
-----------
#1935 - Move docker build to own module and upgrade

- Update system requirements


Commit: 3505027cf58db71d14400d989b57de16fcbe2a84
https://github.com/webanno/webanno/commit/3505027cf58db71d14400d989b57de16fcbe2a84
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/developer-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/user-guide.adoc

Log Message:
-----------
#1935 - Move docker build to own module and upgrade

- Point users reading the documentation to INCEpTION


Commit: 6daa53e8f24333c8135b0b7f60e1aef668075fc4
https://github.com/webanno/webanno/commit/6daa53e8f24333c8135b0b7f60e1aef668075fc4
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide/scripts/docker-compose.yml
M webanno-doc/src/main/resources/META-INF/asciidoc/common/systemrequirements.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/developer-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/user-guide.adoc
A webanno-docker/README.md
A webanno-docker/pom.xml
A webanno-docker/src/main/docker/Dockerfile
M webanno-webapp/pom.xml
R webanno-webapp/src/main/docker/Dockerfile
R webanno-webapp/src/main/docker/README
R webanno-webapp/src/main/docker/docker-compose.yml

Log Message:
-----------
Merge pull request #1936 from webanno/refactoring/1935-Move-docker-build-to-own-module-and-upgrade

#1935 - Move docker build to own module and upgrade


Commit: 1dc64d5f9714a41c1c6d353f5337beb71e8272b0
https://github.com/webanno/webanno/commit/1dc64d5f9714a41c1c6d353f5337beb71e8272b0
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide/scripts/docker-compose.yml
M webanno-doc/src/main/resources/META-INF/asciidoc/common/systemrequirements.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/developer-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/user-guide.adoc
A webanno-docker/README.md
A webanno-docker/pom.xml
A webanno-docker/src/main/docker/Dockerfile
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java
M webanno-webapp/pom.xml
R webanno-webapp/src/main/docker/Dockerfile
R webanno-webapp/src/main/docker/README
R webanno-webapp/src/main/docker/docker-compose.yml

Log Message:
-----------
Merge branch '3.6.x'

* 3.6.x:
#1935 - Move docker build to own module and upgrade
#1935 - Move docker build to own module and upgrade
#1932 - Upgrade dependencies
#1932 - Upgrade dependencies
#1935 - Move docker build to own module and upgrade
#1932 - Upgrade dependencies

% Conflicts:
% pom.xml
% webanno-doc/src/main/resources/META-INF/asciidoc/common/systemrequirements.adoc
% webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java


Commit: 0f63c9ab2b60fe2a094799a93d80154440be20c0
https://github.com/webanno/webanno/commit/0f63c9ab2b60fe2a094799a93d80154440be20c0
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-3.6.8


Commit: a72830eed5377a1a114bc95d2ae3dc4f5fafc91c
https://github.com/webanno/webanno/commit/a72830eed5377a1a114bc95d2ae3dc4f5fafc91c
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: fc2108f1f524847ba06030287cb3cdc7e4ca2a42
https://github.com/webanno/webanno/commit/fc2108f1f524847ba06030287cb3cdc7e4ca2a42
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)

Changed paths:
M pom.xml
M webanno-docker/pom.xml

Log Message:
-----------
No issue. Fix versions.


Commit: 283b03575508b5f8cb95356cba6d67ad0f0d66e8
https://github.com/webanno/webanno/commit/283b03575508b5f8cb95356cba6d67ad0f0d66e8
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-12 (Sun, 12 Dec 2021)

Changed paths:

Log Message:
-----------
Empty merge of branch '3.6.x' after release


Commit: 5182181aefbcf6bf68c88ebb5e9d91bf723920f3
https://github.com/webanno/webanno/commit/5182181aefbcf6bf68c88ebb5e9d91bf723920f3
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
#1937 - Unable to boot WebAnno 3.6.8 with MySQL DB

- Downgrade to MySQL driver 8.0.20 again due to classcast exception in liquibase


Commit: 08e1e7a9024162ffe3d066ceb0b81fed3f1b8ae7
https://github.com/webanno/webanno/commit/08e1e7a9024162ffe3d066ceb0b81fed3f1b8ae7
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1938 from webanno/bugfix/1937-Unable-to-boot-WebAnno-3.6.8-with-MySQL-DB

#1937 - Unable to boot WebAnno 3.6.8 with MySQL DB


Commit: cfbff29ab32772d067928e51bec8bf3fd7e6ca1d
https://github.com/webanno/webanno/commit/cfbff29ab32772d067928e51bec8bf3fd7e6ca1d
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-3.6.9


Commit: 84f435184c9757353f67c0da9984fba4cfaec392
https://github.com/webanno/webanno/commit/84f435184c9757353f67c0da9984fba4cfaec392
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: f966f5de96d484cd84807dc84791168fd25b4044
https://github.com/webanno/webanno/commit/f966f5de96d484cd84807dc84791168fd25b4044
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
#1942 - Update dependencies

- Log4J 2.15.0 -> 2.16.0


Commit: b8998e7dab2dd368112a4f19b929610fa3c63d2b
https://github.com/webanno/webanno/commit/b8998e7dab2dd368112a4f19b929610fa3c63d2b
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)

Changed paths:

Log Message:
-----------
Merge commit '08e1e7a9024162ffe3d066ceb0b81fed3f1b8ae7'

* commit '08e1e7a9024162ffe3d066ceb0b81fed3f1b8ae7':
#1937 - Unable to boot WebAnno 3.6.8 with MySQL DB

% Conflicts:
% pom.xml


Commit: f2e5a238834b97486260834e4885f4030a83ac29
https://github.com/webanno/webanno/commit/f2e5a238834b97486260834e4885f4030a83ac29
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)

Changed paths:

Log Message:
-----------
Empty merge of branch 3.6.x after release'


Commit: 3fd3de8b1898263baa9ecee08c52f31493a3e452
https://github.com/webanno/webanno/commit/3fd3de8b1898263baa9ecee08c52f31493a3e452
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge branch '3.6.x'

* 3.6.x:
#1942 - Update dependencies

% Conflicts:
% pom.xml


Commit: c6d6f65f106db7080baae94e0e39d06d154e7b80
https://github.com/webanno/webanno/commit/c6d6f65f106db7080baae94e0e39d06d154e7b80
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release webanno-3.6.10


Commit: 8daa4bb5bb26f7dc507cd10de285155ec42319ce
https://github.com/webanno/webanno/commit/8daa4bb5bb26f7dc507cd10de285155ec42319ce
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)

Changed paths:
M pom.xml
M webanno-api-annotation/pom.xml
M webanno-api-automation/pom.xml
M webanno-api-dao/pom.xml
M webanno-api-formats/pom.xml
M webanno-api/pom.xml
M webanno-automation/pom.xml
M webanno-brat/pom.xml
M webanno-build/pom.xml
M webanno-constraints/pom.xml
M webanno-curation/pom.xml
M webanno-diag/pom.xml
M webanno-doc/pom.xml
M webanno-docker/pom.xml
M webanno-export/pom.xml
M webanno-io-conll/pom.xml
M webanno-io-json/pom.xml
M webanno-io-tcf/pom.xml
M webanno-io-tei/pom.xml
M webanno-io-text/pom.xml
M webanno-io-tsv/pom.xml
M webanno-io-xmi/pom.xml
M webanno-model-export/pom.xml
M webanno-model/pom.xml
M webanno-project/pom.xml
M webanno-remote/pom.xml
M webanno-security/pom.xml
M webanno-support-standalone/pom.xml
M webanno-support/pom.xml
M webanno-telemetry/pom.xml
M webanno-ui-annotation/pom.xml
M webanno-ui-automation/pom.xml
M webanno-ui-core/pom.xml
M webanno-ui-correction/pom.xml
M webanno-ui-curation/pom.xml
M webanno-ui-menu/pom.xml
M webanno-ui-monitoring/pom.xml
M webanno-ui-project/pom.xml
M webanno-ui-tagsets/pom.xml
M webanno-webapp/pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration


Commit: f72b3ecc418e6df4a16a583c50bc499394e468e0
https://github.com/webanno/webanno/commit/f72b3ecc418e6df4a16a583c50bc499394e468e0
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-18 (Sat, 18 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
#1947 - Dependency updates

- log4j 2.16.0 -> 2.17.0


Commit: c86b8183ec1d2f64ce316841bf860b23bd5a8190
https://github.com/webanno/webanno/commit/c86b8183ec1d2f64ce316841bf860b23bd5a8190
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-18 (Sat, 18 Dec 2021)

Changed paths:

Log Message:
-----------
Empty merge of branch '3.6.x' after release


Commit: 8e7fa2638f8421ba6919e3667c316249fe587954
https://github.com/webanno/webanno/commit/8e7fa2638f8421ba6919e3667c316249fe587954
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-18 (Sat, 18 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1948 from webanno/refactoring/1947-Dependency-updates

#1947 - Dependency updates


Commit: 606aba16d9f874ab1bbbf719edb3d980e5c52122
https://github.com/webanno/webanno/commit/606aba16d9f874ab1bbbf719edb3d980e5c52122
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2021-12-18 (Sat, 18 Dec 2021)

Changed paths:
M pom.xml

Log Message:
-----------
Merge branch '3.6.x'

* 3.6.x:
#1947 - Dependency updates

% Conflicts:
% pom.xml


Commit: 4b56d2b907876154cb44ef87637684f5532b093c
https://github.com/webanno/webanno/commit/4b56d2b907876154cb44ef87637684f5532b093c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump log4j-core from 2.17.0 to 2.17.1

Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 5ebae5ecd2c2e2c552aa92806c25ce36dbec38b2
https://github.com/webanno/webanno/commit/5ebae5ecd2c2e2c552aa92806c25ce36dbec38b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump log4j-api from 2.17.0 to 2.17.1

Bumps log4j-api from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 5d2c6504d7eb2c9e9e677ae00854f9acc7097ce9
https://github.com/webanno/webanno/commit/5d2c6504d7eb2c9e9e677ae00854f9acc7097ce9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump batik-util from 1.12 to 1.14

Bumps batik-util from 1.12 to 1.14.

---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik-util
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 7d140b19e4bd445b57b8d8cb6ee76a7c6e97e2dd
https://github.com/webanno/webanno/commit/7d140b19e4bd445b57b8d8cb6ee76a7c6e97e2dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump hibernate-core from 5.4.15.Final to 5.4.24.Final

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.15.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.15...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: c97199246f44d85b8c921210285f38536f0e330b
https://github.com/webanno/webanno/commit/c97199246f44d85b8c921210285f38536f0e330b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-beans from 5.3.3 to 5.3.18

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.3.3 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 8784beec74cd75954e28df3c60c218489d8b14af
https://github.com/webanno/webanno/commit/8784beec74cd75954e28df3c60c218489d8b14af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-webmvc from 5.3.3 to 5.3.18

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.3 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 7934189c333ca6d9e331aa4da834d5ad8f9a77e7
https://github.com/webanno/webanno/commit/7934189c333ca6d9e331aa4da834d5ad8f9a77e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-core from 5.3.3 to 5.3.18

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.3 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: be435f77a15e444b08e22e77319346d8c75764ea
https://github.com/webanno/webanno/commit/be435f77a15e444b08e22e77319346d8c75764ea
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1960 from webanno/dependabot/maven/org.springframework-spring-core-5.3.18

Bump spring-core from 5.3.3 to 5.3.18


Commit: fa29f2d56edfa3e3fcd7e70a215c5baaf71b0d75
https://github.com/webanno/webanno/commit/fa29f2d56edfa3e3fcd7e70a215c5baaf71b0d75
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:

Log Message:
-----------
Merge pull request #1959 from webanno/dependabot/maven/org.springframework-spring-webmvc-5.3.18

Bump spring-webmvc from 5.3.3 to 5.3.18


Commit: a9a6bba8d4ae1b60be9bed54c93fffa5fa5729fe
https://github.com/webanno/webanno/commit/a9a6bba8d4ae1b60be9bed54c93fffa5fa5729fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump jackson-databind from 2.13.0 to 2.13.2.1

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.2.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 4bd8b55badd1ea44e5e92fa0a17efdbefdc666b2
https://github.com/webanno/webanno/commit/4bd8b55badd1ea44e5e92fa0a17efdbefdc666b2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:

Log Message:
-----------
Merge pull request #1958 from webanno/dependabot/maven/org.springframework-spring-beans-5.3.18

Bump spring-beans from 5.3.3 to 5.3.18


Commit: db1101394e0e0ec05107e9196aa03bd04ac69714
https://github.com/webanno/webanno/commit/db1101394e0e0ec05107e9196aa03bd04ac69714
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1952 from webanno/dependabot/maven/org.apache.xmlgraphics-batik-util-1.14

Bump batik-util from 1.12 to 1.14


Commit: 8df9dc424ad54a1090f16b41311b29a5a743f61c
https://github.com/webanno/webanno/commit/8df9dc424ad54a1090f16b41311b29a5a743f61c
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1950 from webanno/dependabot/maven/org.apache.logging.log4j-log4j-core-2.17.1

Bump log4j-core from 2.17.0 to 2.17.1


Commit: 53de00c181f03a0d55950d2cec53e278a13166c8
https://github.com/webanno/webanno/commit/53de00c181f03a0d55950d2cec53e278a13166c8
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:

Log Message:
-----------
Merge pull request #1951 from webanno/dependabot/maven/org.apache.logging.log4j-log4j-api-2.17.1

Bump log4j-api from 2.17.0 to 2.17.1


Commit: 4134c071c8fe7e3b14acbb6c733ccb0be6897d80
https://github.com/webanno/webanno/commit/4134c071c8fe7e3b14acbb6c733ccb0be6897d80
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1957 from webanno/dependabot/maven/org.hibernate-hibernate-core-5.4.24.Final

Bump hibernate-core from 5.4.15.Final to 5.4.24.Final


Commit: e2ae10da29b4f5e03b9cd9653df04d066479ffed
https://github.com/webanno/webanno/commit/e2ae10da29b4f5e03b9cd9653df04d066479ffed
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge branch 'master' into dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.2.1


Commit: f8beec1626dcdaae704ca855ddc9bf302325c6d1
https://github.com/webanno/webanno/commit/f8beec1626dcdaae704ca855ddc9bf302325c6d1
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M .github/workflows/maven-build-snapshots.yml

Log Message:
-----------
No issue. Do not try to deploy to GitHub packages.


Commit: c2af86fb9bd63aed5ad30cf79968e0f17926cd3a
https://github.com/webanno/webanno/commit/c2af86fb9bd63aed5ad30cf79968e0f17926cd3a
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M pom.xml

Log Message:
-----------
No issue. Fix version.


Commit: 9d229a5642ea645dd6246d3386ef1ce749d3088a
https://github.com/webanno/webanno/commit/9d229a5642ea645dd6246d3386ef1ce749d3088a
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)

Changed paths:
M .github/workflows/maven-build-snapshots.yml

Log Message:
-----------
Merge branch 'master' into dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.2.1


Commit: d1404106d5e27d6e1c74e50dc1d773a77978c419
https://github.com/webanno/webanno/commit/d1404106d5e27d6e1c74e50dc1d773a77978c419
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump spring-core from 5.3.18 to 5.3.19

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.19)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 3b24f83f2fd45c8b306bf8dbbb8440d8c1707988
https://github.com/webanno/webanno/commit/3b24f83f2fd45c8b306bf8dbbb8440d8c1707988
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1962 from webanno/dependabot/maven/org.springframework-spring-core-5.3.19

Bump spring-core from 5.3.18 to 5.3.19


Commit: fd09d0bf096a69ab0a323a930a65ffd881cd64e0
https://github.com/webanno/webanno/commit/fd09d0bf096a69ab0a323a930a65ffd881cd64e0
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge branch 'master' into dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.2.1


Commit: 3c649b16b0ea43572aaf04a5f1e45ca49815d7ca
https://github.com/webanno/webanno/commit/3c649b16b0ea43572aaf04a5f1e45ca49815d7ca
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1961 from webanno/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.2.1

Bump jackson-databind from 2.13.0 to 2.13.2.1


Commit: 18295c17055efeb2e922de31b31fa1c6c9f73c94
https://github.com/webanno/webanno/commit/18295c17055efeb2e922de31b31fa1c6c9f73c94
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-05-22 (Sun, 22 May 2022)

Changed paths:
M .github/workflows/maven-build-snapshots.yml

Log Message:
-----------
No issue: Experimentation with GitHub packages again


Commit: 6cb7604641049ad4499b255ee9ab174455f902e1
https://github.com/webanno/webanno/commit/6cb7604641049ad4499b255ee9ab174455f902e1
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-05-22 (Sun, 22 May 2022)

Changed paths:
M .github/workflows/maven-build-snapshots.yml

Log Message:
-----------
No issue: Experimentation with GitHub packages again


Commit: 66c2ca84c3c18ce43d5da8031da86454ced636e4
https://github.com/webanno/webanno/commit/66c2ca84c3c18ce43d5da8031da86454ced636e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Bump mysql-connector-java from 8.0.27 to 8.0.28

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.27 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.27...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <sup...@github.com>


Commit: 3ee64d01e1d9da1a7174363d4bec516badcee17c
https://github.com/webanno/webanno/commit/3ee64d01e1d9da1a7174363d4bec516badcee17c
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)

Changed paths:
M pom.xml

Log Message:
-----------
Merge pull request #1965 from webanno/dependabot/maven/mysql-mysql-connector-java-8.0.28

Bump mysql-connector-java from 8.0.27 to 8.0.28


Commit: 6911b1b80d9e7a2d28f82e5eca7d4982b0e4e34c
https://github.com/webanno/webanno/commit/6911b1b80d9e7a2d28f82e5eca7d4982b0e4e34c
Author: Jonathan Leitschuh <Jonathan....@gmail.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)

Changed paths:
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/ImportExportServiceImpl.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportCuratedDocumentsTask.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportServiceImpl.java

Log Message:
-----------
vuln-fix: Temporary Directory Hijacking or Information Disclosure



This fixes either Temporary Directory Hijacking, or Temporary Directory Local Information Disclosure.

Weakness: CWE-379: Creation of Temporary File in Directory with Insecure Permissions
Severity: High
CVSSS: 7.3
Detection: CodeQL & OpenRewrite (https://public.moderne.io/recipes/org.openrewrite.java.security.UseFilesCreateTempDirectory)

Reported-by: Jonathan Leitschuh <Jonathan....@gmail.com>
Signed-off-by: Jonathan Leitschuh <Jonathan....@gmail.com>

Bug-tracker: https://github.com/JLLeitschuh/security-research/issues/10


Co-authored-by: Moderne <te...@moderne.io>


Commit: e029a76d68341702747078d9bc412ceeb32de7b6
https://github.com/webanno/webanno/commit/e029a76d68341702747078d9bc412ceeb32de7b6
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)

Changed paths:
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/ImportExportServiceImpl.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportCuratedDocumentsTask.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportServiceImpl.java

Log Message:
-----------
Merge pull request #1967 from BulkSecurityGeneratorProjectV2/fix/JLL/temporary_directory_hijacking_or_temporary_directory_information_disclosure

[SECURITY] Fix Temporary Directory Hijacking or Information Disclosure Vulnerability


Commit: 2d51df30914ccd94ea6d208a8e07c309423423c2
https://github.com/webanno/webanno/commit/2d51df30914ccd94ea6d208a8e07c309423423c2
Author: Richard Eckart de Castilho <richard...@gmail.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)

Changed paths:
M .github/workflows/maven-build-snapshots.yml
M README.md
M pom.xml
M webanno-agreement/src/main/java/de/tudarmstadt/ukp/clarin/webanno/agreement/measures/krippendorffalphaunitizing/KrippendorffAlphaUnitizingAgreementMeasure.java
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/AnnotationSchemaService.java
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/coloring/ColoringServiceImpl.java
M webanno-api-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/annotation/layer/ChainLayerTraits.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/AnnotationSchemaServiceImpl.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/CasStorageServiceImpl.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/ImportExportServiceImpl.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportCuratedDocumentsTask.java
M webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/ProjectExportServiceImpl.java
M webanno-api-dao/src/test/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/CasStorageServiceImplTest.java
M webanno-api-dao/src/test/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/DocumentServiceImplTest.java
M webanno-curation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casmerge/CasMerge.java
A webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/checks/DanglingRelationsCheck.java
M webanno-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/repairs/RemoveDanglingRelationsRepair.java
M webanno-diag/src/main/resources/META-INF/asciidoc/user-guide/casdoctor.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/admin-guide/scripts/docker-compose.yml
M webanno-doc/src/main/resources/META-INF/asciidoc/common/systemrequirements.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/developer-guide.adoc
M webanno-doc/src/main/resources/META-INF/asciidoc/user-guide.adoc
A webanno-docker/README.md
A webanno-docker/pom.xml
A webanno-docker/src/main/docker/Dockerfile
M webanno-io-tsv/pom.xml
M webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XCasDocumentBuilder.java
M webanno-io-tsv/src/main/resources/META-INF/asciidoc/user-guide/webannotsv.adoc
M webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java
M webanno-io-tsv/src/test/resources/tsv3-suite/testStackedSubMultiTokenSpanWithFeatureValue/reference.tsv
M webanno-io-tsv/src/test/resources/tsv3-suite/testSubMultiTokenSpanWithFeatureValue/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenPrefix/reference.xmi
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.tsv
A webanno-io-tsv/src/test/resources/tsv3-suite/testSubTokenRelation/reference.xmi
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/AnnotationDocument.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/Project.java
M webanno-model/src/main/java/de/tudarmstadt/ukp/clarin/webanno/model/SourceDocument.java
M webanno-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/model/User.java
M webanno-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/model/TelemetrySettings.java
M webanno-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/detail/AnnotationDetailEditorPanel.java
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/documents/ProjectDocumentsPanel.properties
M webanno-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/users/UserSelectionPanel.java
M webanno-webapp/pom.xml
R webanno-webapp/src/main/docker/Dockerfile
R webanno-webapp/src/main/docker/README
R webanno-webapp/src/main/docker/docker-compose.yml

Log Message:
-----------
Merge branch 'master' into feature/no-issue-better-warnings-on-dangling-relations


Compare: https://github.com/webanno/webanno/compare/d2393c9b5229...2d51df30914c
Reply all
Reply to author
Forward
0 new messages