Commit Graph

2718 Commits

Author SHA1 Message Date
arolfes 0caff9d327 Closes #2229 load correct constructor to init TaskanaJob
instead of using always the first constructor, load the constructor with correct parameters
2023-05-08 14:29:59 +02:00
dependabot[bot] 82b572b1ef Bump maven-gpg-plugin from 3.0.1 to 3.1.0
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0.
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 09:13:52 +02:00
dependabot[bot] 17375620eb Bump maven-surefire-plugin from 3.0.0 to 3.1.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 08:59:23 +02:00
dependabot[bot] 839117416b Bump checkstyle from 10.9.3 to 10.10.0
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.9.3 to 10.10.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.3...checkstyle-10.10.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 08:30:24 +02:00
dependabot[bot] 1cc68a838e Bump jacoco-maven-plugin from 0.8.9 to 0.8.10
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.9...v0.8.10)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 08:01:47 +02:00
arolfes 58a751a538 Closes #2222 refactor TaskCleanupJobAccTest to use new TestApi
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-05-05 10:48:12 +02:00
jamesrdi ee914db0ca Closes #2205 - Refactor CreateTaskAccTest to use test-api 2023-04-25 14:09:11 +02:00
dependabot[bot] 34752acd79 Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 08:37:10 +02:00
dependabot[bot] 7628110766 Bump version.spring.boot from 2.7.10 to 2.7.11
Bumps `version.spring.boot` from 2.7.10 to 2.7.11.

Updates `spring-boot-dependencies` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v2.7.11)

Updates `spring-boot-maven-plugin` from 2.7.10 to 2.7.11
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v2.7.11)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 08:36:09 +02:00
dependabot[bot] 93ab85b8a5 Bump version.camunda.dmn from 7.18.0 to 7.19.0
Bumps `version.camunda.dmn` from 7.18.0 to 7.19.0.

Updates `camunda-dmn-model` from 7.18.0 to 7.19.0

Updates `camunda-engine-dmn` from 7.18.0 to 7.19.0

---
updated-dependencies:
- dependency-name: org.camunda.bpm.model:camunda-dmn-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.camunda.bpm.dmn:camunda-engine-dmn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 08:02:53 +02:00
arolfes 127c976b41 Closes #2227 : ClassificationCategories are ordered as defined in properties 2023-04-20 11:44:47 +02:00
Mustapha Zorgati f1d23fc152 Updated poms to version 6.1.1-SNAPSHOT 2023-04-14 11:37:19 +00:00
arolfes d73beb3a3c Closes #2211 classificationTypes are List instead of Set, because of sorting 2023-04-14 07:06:10 +02:00
arolfes 54382bc8f5 Closes #2211 domains are List instead of Set, because of sorting 2023-04-14 07:06:10 +02:00
arolfes ea5c004c04 Closes #2211 add master domain always to configured domains 2023-04-14 07:06:10 +02:00
arolfes e4fb057d88 Closes #2219 fixes exception when running taskana locally
With a SpringBoot Upgrade the CorsConfiguration changed a bit.
therefore we need to adjust our config.
2023-04-13 12:22:20 +02:00
dependabot[bot] 7e02b1808e Bump ojdbc8 from 21.9.0.0 to 23.2.0.0
Bumps ojdbc8 from 21.9.0.0 to 23.2.0.0.

---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 09:14:55 +02:00
Elena Mokeeva f6937e1d25 Closes #2184 - fix setting ownerLongName during claim 2023-04-06 14:53:56 +02:00
dependabot[bot] bc778d068d Bump version.testcontainers from 1.17.6 to 1.18.0
Bumps `version.testcontainers` from 1.17.6 to 1.18.0.

Updates `db2` from 1.17.6 to 1.18.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.18.0)

Updates `oracle-xe` from 1.17.6 to 1.18.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.18.0)

Updates `postgresql` from 1.17.6 to 1.18.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.18.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:db2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:oracle-xe
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 11:42:08 +02:00
jamesrdi d7130ee50f Closes #2202 - ClaimTaskAccTest refactored to use test-api 2023-04-05 09:05:27 +02:00
dependabot[bot] d6992500db Bump jacoco-maven-plugin from 0.8.8 to 0.8.9
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 17:20:59 +02:00
dependabot[bot] 84befcf695 Bump maven-resources-plugin from 3.3.0 to 3.3.1
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.0...maven-resources-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 09:03:18 +02:00
dependabot[bot] 95a6d018a8 Bump version.spring.boot from 2.7.9 to 2.7.10
Bumps `version.spring.boot` from 2.7.9 to 2.7.10.

Updates `spring-boot-dependencies` from 2.7.9 to 2.7.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.9...v2.7.10)

Updates `spring-boot-maven-plugin` from 2.7.9 to 2.7.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.9...v2.7.10)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 08:17:00 +02:00
dependabot[bot] 921bd31872 Bump checkstyle from 10.9.2 to 10.9.3
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.9.2 to 10.9.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.2...checkstyle-10.9.3)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 07:57:40 +02:00
Elena Mokeeva b2da5910d7 TSK-2185: upgrade postgres to version 14.7 2023-03-28 07:41:17 +02:00
Luis Rivas 0197e42e9c reformatting updates for issue #2162 2023-03-28 07:38:57 +02:00
Luis Rivas e3489ba3ec Update lib/taskana-core/src/main/java/pro/taskana/task/internal/TaskServiceImpl.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas d13b3542f0 Update lib/taskana-core/src/main/java/pro/taskana/task/api/TaskService.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas 180dcef03f Update lib/taskana-core/src/main/java/pro/taskana/task/api/TaskService.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas a5f323a38f Updating JavaDoc 2023-03-28 07:38:57 +02:00
Luis Rivas 5ffccd216e removing NotAuthorizedOnWorkbasketException from interface method 2023-03-28 07:38:57 +02:00
Luis Rivas 0ec00c37bd Update lib/taskana-core/src/main/java/pro/taskana/task/internal/TaskServiceImpl.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas ae51e9c0e7 Returning TaskService.java to original form 2023-03-28 07:38:57 +02:00
Luis Rivas 06b7404ecd Surround NotAuthorizedException with try catch #2162 2023-03-28 07:38:57 +02:00
Luis Rivas 62c2defeff Returning TaskService.java to original form 2023-03-28 07:38:57 +02:00
Luis Rivas a29158bb21 deleting, accidentally created new file in wrong place 2023-03-28 07:38:57 +02:00
Luis Rivas af108f3295 deleting, accidentally created new file in wrong place 2023-03-28 07:38:57 +02:00
Luis Rivas 2cdde1989b fixed issue #2162 in correct file this time 2023-03-28 07:38:57 +02:00
Luis Rivas 7fdbaccae0 Surround NotAuthorizedException with try catch in the force-methods of TaskService #2162 2023-03-28 07:38:57 +02:00
Mustapha Zorgati 9d04449779 Updated poms to version 6.0.3-SNAPSHOT 2023-03-24 09:04:27 +00:00
Mustapha Zorgati 0155bef510
Revert "TSK-1985: removed test modules from release"
This reverts commit 221b97fe2c.
2023-03-24 09:26:55 +01:00
Mustapha Zorgati c25e94d03b Updated poms to version 6.0.2-SNAPSHOT 2023-03-22 09:15:38 +00:00
Mustapha Zorgati f6380c2d3c #2181: init PriorityServiceProviders during TaskanaEngine init 2023-03-22 09:48:40 +01:00
Mustapha Zorgati 54bf3d8d69 Updated poms to version 6.0.1-SNAPSHOT 2023-03-21 13:06:32 +00:00
Mustapha Zorgati 3f60a98ef2 TSK-1991: fixed renaming of user properties 2023-03-21 12:08:57 +01:00
Mustapha Zorgati 221b97fe2c
TSK-1985: removed test modules from release 2023-03-20 16:52:38 +01:00
dependabot[bot] f28c474281 Bump asciidoctor-maven-plugin from 2.2.2 to 2.2.3
Bumps [asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.3/CHANGELOG.adoc)
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.2...asciidoctor-maven-plugin-2.2.3)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 08:59:49 +01:00
dependabot[bot] c4a5a82506 Bump checkstyle from 10.8.1 to 10.9.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.1 to 10.9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.8.1...checkstyle-10.9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 08:59:31 +01:00
dependabot[bot] cbeff4b982 Bump equalsverifier from 3.14 to 3.14.1
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.14 to 3.14.1.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14...equalsverifier-3.14.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-18 09:49:01 +01:00
Mustapha Zorgati d3b59dfd6a TSK-2016: replaced MapCreator methods with Map#of calls 2023-03-16 16:52:24 +01:00