Commit Graph

1749 Commits

Author SHA1 Message Date
Mustapha Zorgati d29021da0b TSK-1482: adapted custom taskana formatter changes to new formatter 2020-12-07 12:54:34 +01:00
Mustapha Zorgati f8b1932e0b TSK-1482: reformated all pom files 2020-12-04 21:11:38 +01:00
Mustapha Zorgati b64e7f6773 TSK-1482: provide new IntelliJ code formatter 2020-12-04 21:11:38 +01:00
Mustapha Zorgati 86150aa47a TSK-1480: updated travis-ci badge to link to new repo 2020-12-03 16:49:25 +01:00
tge20 8c6beb6e96
TSK-1239: All tests now working with Assertj instead of junit Assertion. (#1346) 2020-12-03 12:53:29 +01:00
Tim Gerversmann 70a3ade7f2 TSK-1443: improvements after review 2020-12-02 23:24:08 +01:00
Tim Gerversmann 0c084dc3d8 TSK-1443: Implemented an option to order the result of the TaskQuery by the Workbasket-Name. 2020-12-02 23:24:08 +01:00
Joerg Heffner 6133b66059 TSK-1419: Null check for Service Level in classification service 2020-11-30 12:25:03 +01:00
dependabot-preview[bot] bfa2245bd0 Bump checkstyle from 8.37 to 8.38
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.37 to 8.38.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.37...checkstyle-8.38)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 07:05:14 +00:00
Mustapha Zorgati 1aa4cd69fe TSK-1471: now using docker-compose for all database containers 2020-11-18 23:18:46 +01:00
dependabot-preview[bot] c17a15d1ea Bump json from 20200518 to 20201115
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 06:43:21 +00:00
dependabot-preview[bot] e405b2d618 Bump mybatis-spring from 2.0.5 to 2.0.6
Bumps [mybatis-spring](https://github.com/mybatis/spring) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/mybatis/spring/releases)
- [Commits](https://github.com/mybatis/spring/compare/mybatis-spring-2.0.5...mybatis-spring-2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 06:42:53 +00:00
Mustapha Zorgati 7207c14523 TSK-1464: now adding thymeleaf template to sonar index
This is done in order to enable the XSS vulnerabilities check
2020-11-11 10:39:40 +01:00
Mustapha Zorgati 29d8152eb9 TSK-1463: travis now using maven-wrapper 2020-11-10 11:03:38 +01:00
Mustapha Zorgati 3dc115d23e TSK-1461: added maven-wrapper 2020-11-09 14:28:03 +01:00
Mustapha Zorgati 7198a9d9ae TSK-1282: finally found a fix for the gpg issue 2020-11-09 01:09:12 +01:00
Joerg Heffner 81b89e1c08 TSK-1441: Enable Admin to complete tasks already claimed by other users 2020-11-06 14:53:40 +01:00
Holger Hagen 5ddb81a618 TSK-1452: update to Spring Boot 2.3.5 2020-11-05 14:18:13 +01:00
Mustapha Zorgati 6a53b50456 TSK-1282: fixed build by properly importing gpg key 2020-11-04 13:52:25 +01:00
dependabot-preview[bot] 63dbfa3d73 Bump checkstyle from 8.36.2 to 8.37
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.37.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 06:52:54 +00:00
Mustapha Zorgati 0328922428 TSK-1282: provide gpg passphrase during key import 2020-11-02 13:37:29 +01:00
Mustapha Zorgati 9433f387c0 TSK-1282: optimized thread count for provided cores during build (n=2)
and unified mvn usage in pipeline + scripts
2020-11-02 09:41:48 +01:00
Mustapha Zorgati 28b3ce6f8a TSK-1282: replaced all usages of Arrays.asList with List.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 4f7b1fc867 TSK-1282: replaced Collections.emptyCollection with List/Map/Set.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati ab152f87b1 TSK-1282: replaced Collections.singletonMap with Map.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 0eb877705b TSK-1282: replaced Collections.singletonList with List.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati c25075ab25 TSK-1282: replaced Collections.singleton with Set.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 7721fbb428 TSK-1282: configured travis for jdk11 + jdk8 for wildfly 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 3f44b32ac0 TSK-1282: downgraded taskana-rest-spring-example-wildfly to jdk8
This is done to preserve the wildfly version we agreed with our client
2020-11-02 09:41:48 +01:00
Mustapha Zorgati 2c1d77a637 TSK-1282: added maven compiler configuration so that IntelliJ sets the language level to 11 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 760393301a TSK-1282: maven build now validating jdk8 compatibility for source code 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 45f51a3e22 TSK-1282: fixed missing dependency for taskana-spring 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 039dee4fb2 TSK-1282: updated taskana-core to jdk11 2020-11-02 09:41:48 +01:00
Franzi321 e44b699607 TSK-1444: enable disabled tests 2020-10-30 20:09:28 +01:00
SAllhusen 19746c5c08 TSK-1442: Disabled serialization compiler warnings 2020-10-30 17:03:38 +01:00
SAllhusen 00be5e4b5f TSK-1442: Used ParameterizedTypeReference properly for list of AccessIds 2020-10-30 17:03:38 +01:00
SAllhusen 85573e9ce7 TSK-1442: Removed serialVersionUID class variable from all entities 2020-10-30 17:03:38 +01:00
Mustapha Zorgati fbc623bd31 TSK-1430: further grouped and renamed endpoints 2020-10-30 01:36:27 +01:00
Mustapha Zorgati 4561e6c4f9 TSK-1430: expand strings to increase readability 2020-10-30 01:36:27 +01:00
Chi Nguyen 6dc782e37a TSK-1430: Rename Mapping to RestEndpoints, groups relevant endpoints together 2020-10-30 01:36:27 +01:00
SAllhusen 9c2453659a TSK-1439: Removed all @author tags in *.java files 2020-10-29 13:03:00 +01:00
Mustapha Zorgati 3849ee385f TSK-1429: automatically formatted all backend code 2020-10-29 13:02:41 +01:00
Gerversmann Tim 8437b1fd6e TSK-1416: Truncation of Instant Membervariables 2020-10-28 17:59:38 +01:00
SAllhusen 4152bf92d0 TSK-1437: Fixed some SonarCloud Code Smells 2020-10-28 14:25:44 +01:00
SAllhusen 04bb137411 TSK-1438: explicitly listed all releasable modules in travis config file 2020-10-28 11:52:52 +01:00
Mustapha Zorgati fe393ca51c TSK-1428: fixed tests for QueryClassificationHistory due to current date issue 2020-10-27 09:50:22 +01:00
dependabot-preview[bot] ef2c3da954 Bump equalsverifier from 3.4.3 to 3.5
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.4.3 to 3.5.
- [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.4.3...equalsverifier-3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 07:39:56 +00:00
Mustapha cd47ce2256 Updated poms to version 4.2.1-SNAPSHOT 2020-10-20 10:55:57 +00:00
Joerg Heffner d7e1b5cea9 TSK-1403: Add a log message to each SPI operation in case of a thrown Exception 2020-10-20 10:03:48 +02:00
Joerg Heffner a0c092b3b9 TSK-1417: fix update scripts postgres 2020-10-20 08:41:18 +02:00