Commit Graph

91 Commits

Author SHA1 Message Date
Jörg Heffner d7362d40cd TSK-1111 Fix TaskHistoryEventControllerIntTest
- Added overriding beans option to application.json
- Changed junit-vintage-engine version
2020-02-13 08:35:48 +01:00
dependabot-preview[bot] a3c938d1ad Bump version.archunit from 0.13.0 to 0.13.1
Bumps `version.archunit` from 0.13.0 to 0.13.1.

Updates `archunit-junit5-api` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.13.0...v0.13.1)

Updates `archunit-junit5-engine` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.13.0...v0.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 07:48:18 +00:00
dependabot-preview[bot] 52b78392c1 Bump postgresql from 42.2.9 to 42.2.10
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.9...REL42.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 07:47:46 +00:00
dependabot-preview[bot] 0971315ee8 Bump spring-security-test from 5.2.1.RELEASE to 5.2.2.RELEASE
Bumps [spring-security-test](https://github.com/spring-projects/spring-security) from 5.2.1.RELEASE to 5.2.2.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.2.1.RELEASE...5.2.2.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-12 07:46:12 +00:00
Holger Hagen 60d4b29015 TSK-1031: formatting issues fixed. 2020-02-11 17:05:34 +01:00
Holger Hagen e0dbbe2783 TSK-1031: required changes to wildfly/arquillian config 2020-02-11 17:05:34 +01:00
Holger Hagen 007f268be5 TSK-1031: update Spring Boot to 2.2.4.RELEASE except Hateoas. 2020-02-11 17:05:34 +01:00
dependabot-preview[bot] 73ac030bad Bump postgresql from 42.2.9 to 42.2.10
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.9...REL42.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 07:52:18 +00:00
dependabot-preview[bot] 68c016f5c8 Bump version.archunit from 0.13.0 to 0.13.1
Bumps `version.archunit` from 0.13.0 to 0.13.1.

Updates `archunit-junit5-api` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.13.0...v0.13.1)

Updates `archunit-junit5-engine` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.13.0...v0.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 08:20:10 +00:00
dependabot-preview[bot] 4c81714d95 Bump mybatis from 3.5.3 to 3.5.4
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.3...mybatis-3.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 10:45:50 +00:00
dependabot-preview[bot] 5d39ff63e2 Bump byte-buddy-agent from 1.9.7 to 1.10.7
Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.9.7 to 1.10.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 08:37:49 +00:00
dependabot-preview[bot] 39f116bc68 Bump byte-buddy from 1.9.7 to 1.10.7
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.9.7 to 1.10.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 08:20:44 +00:00
Holger Hagen 5dd7031290 TSK-1030: Update H2 to 1.4.200 and fix GENERATED IDENTITY syntax. 2020-01-30 16:36:17 +01:00
Mustapha Zorgati 659272fda9 Updated poms to version 1.2.3-SNAPSHOT 2020-01-30 10:41:25 +00:00
Benjamin Eckstein 08571e7216 TSK-1024: Add tests for ldapclient 2020-01-30 10:03:34 +01:00
dependabot-preview[bot] 5d5e3e975a Bump wildfly-elytron from 1.11.1.Final to 1.11.2.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.11.1.Final to 1.11.2.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.11.1.Final...1.11.2.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 09:33:44 +00:00
dependabot-preview[bot] ebf45950a1 Bump assertj-core from 3.14.0 to 3.15.0
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.14.0...assertj-core-3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 10:32:40 +01:00
dependabot-preview[bot] bb315ea236 Bump equalsverifier from 3.1.11 to 3.1.12
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.11...equalsverifier-3.1.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28 08:33:21 +01:00
dependabot-preview[bot] 0c67dba76a Bump checkstyle from 8.28 to 8.29
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.28 to 8.29.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.28...checkstyle-8.29)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 08:43:20 +01:00
dependabot-preview[bot] 541490bff3 Bump version.powermock from 2.0.4 to 2.0.5
Bumps `version.powermock` from 2.0.4 to 2.0.5.

Updates `powermock-api-mockito2` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Updates `powermock-module-junit4` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 08:43:00 +01:00
Mustapha Zorgati 5b68922590 TSK-1025: added assertj dependency to every module 2020-01-26 20:11:42 +01:00
Mustapha Zorgati afcc47dcd5 Updated poms to version 1.2.2-SNAPSHOT 2020-01-24 13:19:17 +00:00
dependabot-preview[bot] eb53a3de66 Bump wildfly-elytron from 1.11.0.Final to 1.11.1.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.11.0.Final to 1.11.1.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.11.0.Final...1.11.1.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-24 10:37:23 +01:00
dependabot-preview[bot] 6801edc72d Bump jacoco-maven-plugin from 0.8.3 to 0.8.5
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.3 to 0.8.5.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.3...v0.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-23 10:05:24 +01:00
Benjamin Eckstein 25919195ed TSK-369: Fix rest documentation 2020-01-22 13:57:07 +01:00
Benjamin Eckstein 92d4b388d3 TSK-369: Cleanup sonarcloud configuration 2020-01-22 13:57:07 +01:00
Benjamin Eckstein c92f4a42ed TSK-369: Add sonarcloud to travis 2020-01-22 13:57:07 +01:00
Benjamin Eckstein bc82f95632 TSK-369: Add testcoverage to SonarCloud 2020-01-22 13:57:07 +01:00
Mustapha Zorgati f7370170d0 Revert "TSK-369: Add testcoverage to SonarCloud"
This reverts commit 8b3ef85ed0.
2020-01-21 16:59:03 +01:00
Mustapha Zorgati 3bea7412c4 Revert "TSK-369: Add sonarcloud to travis"
This reverts commit 4e7a71bf94.
2020-01-21 16:59:03 +01:00
Mustapha Zorgati c54c64a85c Revert "TSK-369: Cleanup sonarcloud configuration"
This reverts commit af7dee4773.
2020-01-21 16:59:03 +01:00
Benjamin Eckstein 63493c6d48 TSK-369: Cleanup sonarcloud configuration 2020-01-21 12:57:03 +01:00
Benjamin Eckstein 6999f255df TSK-369: Add sonarcloud to travis 2020-01-21 12:57:03 +01:00
Benjamin Eckstein a1a760f2b8 TSK-369: Add testcoverage to SonarCloud 2020-01-21 12:57:03 +01:00
dependabot-preview[bot] 166c96a22c Bump version.junit.jupiter from 5.5.2 to 5.6.0
Bumps `version.junit.jupiter` from 5.5.2 to 5.6.0.

Updates `junit-jupiter` from 5.5.2 to 5.6.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.6.0)

Updates `junit-vintage-engine` from 5.5.2 to 5.6.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.6.0)

Updates `junit-jupiter-api` from 5.5.2 to 5.6.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.6.0)

Updates `junit-jupiter-engine` from 5.5.2 to 5.6.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.5.2...r5.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 10:44:14 +01:00
dependabot-preview[bot] 4bcf7300b7 Bump version.arquillian from 1.5.0.Final to 1.6.0.Final
Bumps `version.arquillian` from 1.5.0.Final to 1.6.0.Final.

Updates `arquillian-junit-container` from 1.5.0.Final to 1.6.0.Final

Updates `arquillian-bom` from 1.5.0.Final to 1.6.0.Final
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](https://github.com/arquillian/arquillian-core/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 08:56:23 +01:00
dependabot-preview[bot] 7c3d7ef9fe Bump version.archunit from 0.12.0 to 0.13.0
Bumps `version.archunit` from 0.12.0 to 0.13.0.

Updates `archunit-junit5-api` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.12.0...v0.13.0)

Updates `archunit-junit5-engine` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.12.0...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:04:03 +01:00
dependabot-preview[bot] e6838121f1 Bump mybatis-spring from 1.3.1 to 2.0.3
Bumps [mybatis-spring](https://github.com/mybatis/spring) from 1.3.1 to 2.0.3.
- [Release notes](https://github.com/mybatis/spring/releases)
- [Commits](https://github.com/mybatis/spring/compare/mybatis-spring-1.3.1...mybatis-spring-2.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 00:01:06 +01:00
dependabot-preview[bot] ab32a21fb7 Bump equalsverifier from 3.1.10 to 3.1.11
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.1.10 to 3.1.11.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.10...equalsverifier-3.1.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 00:00:51 +01:00
dependabot-preview[bot] 4feab621ab Bump maven-resources-plugin from 3.0.2 to 3.1.0
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.0.2...maven-resources-plugin-3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 23:22:28 +01:00
dependabot-preview[bot] 106311cc6a Bump checkstyle from 8.26 to 8.28
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.26 to 8.28.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.26...checkstyle-8.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 23:22:17 +01:00
dependabot-preview[bot] 99d9fdd343 Bump spring-plugin-core from 1.2.0.RELEASE to 2.0.0.RELEASE
Bumps [spring-plugin-core](https://github.com/spring-projects/spring-plugin) from 1.2.0.RELEASE to 2.0.0.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-plugin/releases)
- [Commits](https://github.com/spring-projects/spring-plugin/compare/1.2.0.RELEASE...2.0.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:46:42 +01:00
dependabot-preview[bot] bcf92634aa Bump mockito-junit-jupiter from 3.2.0 to 3.2.4
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.2.0 to 3.2.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.2.0...v3.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:46:25 +01:00
dependabot-preview[bot] 4ade2af89f Bump maven-javadoc-plugin from 3.1.0 to 3.1.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.0...maven-javadoc-plugin-3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:46:11 +01:00
dependabot-preview[bot] 8a38dd55e0 Bump postgresql from 42.2.5 to 42.2.9
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.2.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:45:51 +01:00
dependabot-preview[bot] f3982dc963 Bump wildfly-elytron from 1.6.1.Final to 1.11.0.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.6.1.Final to 1.11.0.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.6.1.Final...1.11.0.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:40:51 +01:00
dependabot-preview[bot] 58af51c09f Bump maven-gpg-plugin from 1.5 to 1.6
Bumps maven-gpg-plugin from 1.5 to 1.6.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:40:33 +01:00
dependabot-preview[bot] bc9a2990ce Bump hamcrest-library from 2.1 to 2.2
Bumps [hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 2.1 to 2.2.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.1...v2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:40:12 +01:00
dependabot-preview[bot] c0882205f0 Bump maven-jar-plugin from 3.1.1 to 3.2.0
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.1...maven-jar-plugin-3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:40:00 +01:00
dependabot-preview[bot] 3670a454db Bump resteasy-client from 3.1.2.Final to 4.4.2.Final
Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 3.1.2.Final to 4.4.2.Final.
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](https://github.com/resteasy/Resteasy/compare/3.1.2.Final...4.4.2.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 22:39:45 +01:00