Commit Graph

2801 Commits

Author SHA1 Message Date
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
Mustapha Zorgati 2592a7f562 TSK-1991: verify immutability for TaskanaConf Map<?, Collection<?>>
and restructured TaskanaConfigurationTest for better readability / maintainability
2023-03-16 16:29:09 +01:00
dependabot[bot] 3ebbb5da14 Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 14:36:28 +01:00
Mustapha Zorgati 42e6c9bb47 fixed documentation smoke tests 2023-03-15 11:22:47 +01:00
Mustapha Zorgati d96b1c392a TSK-1991: rework of property names 2023-03-15 01:00:50 +01:00
Mustapha Zorgati 45df9e7500 fixed possible NPE in SqlReplacer 2023-03-14 14:51:16 +01:00
Mustapha Zorgati 6ded54484b adjusted checkstyle config to match new google-java-format changes 2023-03-13 19:02:53 +01:00
Mustapha Zorgati 55d939ca7b format entire codebase with new google-java-format version 2023-03-13 19:02:53 +01:00
dependabot[bot] 6bcfed53de Bump google-java-format from 1.15.0 to 1.16.0
Bumps [google-java-format](https://github.com/google/google-java-format) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](https://github.com/google/google-java-format/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 19:02:53 +01:00
Mustapha Zorgati fb11ff97b3 TSK-1972: Task.dueDate is inclusive. 2023-03-13 10:39:04 +01:00
Jochen Just d33c16e790 TSK-1972: Use Mondays instead of Sundays for tests
a) That makes it easier to reason about
b) Complex cases (like starting on non working days) are tests in
WorkingTimeCalculatorImplTest
2023-03-13 10:39:04 +01:00
Mustapha Zorgati b916d577ca TSK-1972: Uses time zone for working time calculations 2023-03-13 10:39:04 +01:00
arolfes 37280cc73b TSK-2013 selectAndClaim TasK return Optional and does not throw Exception if Task is notFound 2023-03-13 10:39:04 +01:00
Mustapha Zorgati 0d66e9b09d TSK-1988: cleanup of TaskanaConfiguration 2023-03-13 10:39:04 +01:00
Holger Hagen d21eb47ffe TSK-2012: renamed Mismatched_Exceptions to NotAuthorizedExceptions 2023-03-13 10:39:04 +01:00
Mustapha Zorgati ac95f8b181 TSK-2002: rename taskanaEngineConfiguration to taskanaConfiguration 2023-03-13 10:39:04 +01:00
arolfes 773ac7619d TSK-2005: validate TaskanaConfiguration 2023-03-13 10:39:04 +01:00
arolfes 0e52daae4a TSK-1998 Use DB Enum to determine SQL Scripts 2023-03-13 10:39:04 +01:00