Commit Graph

2573 Commits

Author SHA1 Message Date
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
Mustapha Zorgati b2be25e2ef TSK-1997: refactoring DB Enum 2023-03-13 10:39:04 +01:00
Alex f64e38eb27 TSK-1989: integrate execution of jobs in taskana core (#2087)
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-13 10:39:04 +01:00
Jochen Just 4a42a35a21 TSK-1972: calculates working time in any resolution
Prior working time calculation only happened in a full day.
2023-03-13 10:39:04 +01:00
Mustapha Zorgati 4697fbe5be TSK-2004: JavaDoc 4 TaskanaConfiguration.Builder#initTaskanaProperties
And refactoring of some components around the TaskanaConfiguration
2023-03-13 10:39:04 +01:00
Mustapha Zorgati ff643fdff6 TSK-1994: introduce new Generic Interval
Co-authored-by: Alex <arolfes@users.noreply.github.com>
2023-03-13 10:39:04 +01:00
arolfes f9e6b26817 TSK-1993 InvalidArgumentException extends TaskanaRuntimeException 2023-03-13 10:39:04 +01:00
arolfes 20d389a7d5 TSK-1992 remove unnecessary ParentExceptions
Deleted Exceptions:
* NotAuthorizedException
* NotFoundException
* InvalidStateException
2023-03-13 10:39:04 +01:00
Mustapha Zorgati e40417f1fd TSK-2003: minor refactoring 2023-03-13 10:39:04 +01:00
Mustapha Zorgati 3af17ece6a TSK-2003: removed reset of schema name in SqlConRunner#runWithConnection 2023-03-13 10:39:04 +01:00
arolfes b96c68ac6f TSK-1996 taskana.properties file is optional 2023-03-13 10:39:04 +01:00
arolfes 61a5e32865 TSK-1987 immutable TaskanaEngineConfiguration 2023-03-13 10:39:04 +01:00
Alex 53f9dce1db TSK-1986 remove cycle between TaskanaEngineConfiguration und TaskanaEngine (#2078) 2023-03-13 10:39:04 +01:00
arolfes 72cc0882c7 prepare new release 6.0.0 2023-03-13 10:39:04 +01:00
dependabot[bot] 4cb062f4c1 Bump mybatis from 3.5.12 to 3.5.13
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.12 to 3.5.13.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.12...mybatis-3.5.13)

---
updated-dependencies:
- dependency-name: org.mybatis:mybatis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 08:26:15 +01:00
dependabot[bot] a778d4ca8c Bump checkstyle from 10.8.0 to 10.8.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.8.0...checkstyle-10.8.1)

---
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-10 13:06:44 +01:00
Elena Mokeeva 73fed96627 TSK-2001: add filtering by priorityWithin and notWithin 2023-03-03 12:56:38 +01:00
dependabot[bot] ca6aeb084c Bump equalsverifier from 3.13.1 to 3.14
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.13.1 to 3.14.
- [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.13.1...equalsverifier-3.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-02 18:08:12 +01:00
dependabot[bot] 53a30b9db1 Bump mybatis from 3.5.11 to 3.5.12
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.11 to 3.5.12.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.11...mybatis-3.5.12)

---
updated-dependencies:
- dependency-name: org.mybatis:mybatis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 17:48:24 +01:00
dependabot[bot] 02cb25861c Bump maven-compiler-plugin from 3.10.1 to 3.11.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 11:00:47 +01:00
dependabot[bot] 218d0454e6 Bump json from 20220924 to 20230227
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 11:00:22 +01:00
arolfes d46f848cd7 TSK-2007 Bugfix DB-Release Scripts 2023-02-27 11:31:47 +01:00
dependabot[bot] 89299d31f3 Bump checkstyle from 10.7.0 to 10.8.0
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.7.0...checkstyle-10.8.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-02-27 10:32:54 +01:00
dependabot[bot] 5dde648621 Bump version.spring.boot from 2.7.8 to 2.7.9
Bumps `version.spring.boot` from 2.7.8 to 2.7.9.

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

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

---
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-02-27 10:32:20 +01:00
dependabot[bot] c0d94994e4 Bump ojdbc8 from 12.2.0.1 to 21.9.0.0
Bumps ojdbc8 from 12.2.0.1 to 21.9.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-02-16 13:06:47 +01:00
Elena Mokeeva 3dbf98bf92
TSK-2000: add filtering by classification parent key 2023-02-16 12:17:13 +01:00
Mustapha Zorgati adf8a792d5 Updated poms to version 5.10.1-SNAPSHOT 2023-02-14 17:35:33 +00:00
Mustapha Zorgati f6a55621cf
TSK-1946: fix release job due to missing dependencies 2023-02-14 18:17:06 +01:00
dependabot[bot] 3b07d4d3b9 Bump equalsverifier from 3.13 to 3.13.1
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.13 to 3.13.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.13...equalsverifier-3.13.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-02-14 14:01:23 +01:00