Commit Graph

3073 Commits

Author SHA1 Message Date
Robert von Burg 06dcbdbdda [Project] Updated to strolchjs 0.4.3 2020-11-04 10:50:43 +01:00
Robert von Burg ad80ad4d79 [New] Added StrolchRootElement.setRelation() 2020-10-28 13:15:19 +01:00
Robert von Burg 9f47a72168 [New] Added tx.findParameterOnHierarchy() override 2020-10-27 11:36:35 +01:00
Robert von Burg 8a34f5330d [New] Added missing TX to StrolchJobsResource REST API 2020-10-27 11:36:21 +01:00
Robert von Burg aa6d619e90 [Fix] Fixed TX context in REST calls 2020-10-27 11:36:08 +01:00
Robert von Burg 8b44805274 [New] Allow LDAP privilege handler to set organisation 2020-10-26 23:13:25 +01:00
Robert von Burg 33fe4ae603 [New] Added StrolchTransaction privilege methods 2020-10-26 15:21:51 +01:00
Robert von Burg 6bff9b144f [Major] Refactored privilege services for overrides 2020-10-23 14:36:39 +02:00
Robert von Burg 282bbba3aa [New] Requiring TX for privilege services 2020-10-23 14:36:20 +02:00
Robert von Burg 7d189ad7ae [New] Added User.getOrganisation() 2020-10-23 14:35:50 +02:00
Robert von Burg 435169acf7 [New] Added Certificate.getOrganisation() 2020-10-23 14:35:16 +02:00
Robert von Burg a44876770c [New] Added StringHelper.getStringAsSet() 2020-10-23 14:35:01 +02:00
Robert von Burg 5c5487efdc [New] Added TransactionThreadLocal 2020-10-23 14:34:48 +02:00
Robert von Burg 2953a40aef [Fix] Fixed broken tests 2020-10-22 16:37:19 +02:00
Robert von Burg 90e9fae065 [Fix] Fixed broken tests 2020-10-22 16:28:40 +02:00
Robert von Burg 73d18f0a86 [Fix] Fixed broken tests 2020-10-22 16:16:05 +02:00
Robert von Burg 447cc55cb6 [Fix] Fixed broken tests 2020-10-22 15:31:47 +02:00
Robert von Burg ad0a0f1e10 [Major] Refactoring privilege services, added Organisation checking if required 2020-10-22 15:14:02 +02:00
Robert von Burg c1f9ee01b5 [New] Added PrivilegeConstants.ORGANISATION 2020-10-22 10:44:37 +02:00
Robert von Burg 09a85c3064 [Project] New added ResponseUtil.toResponse(I18nMessage) 2020-10-21 17:49:25 +02:00
Snyk bot 67c429e966
fix: upgrade org.glassfish.jersey.bundles:jaxrs-ri from 2.31 to 2.32 (#17)
Snyk has created this PR to upgrade org.glassfish.jersey.bundles:jaxrs-ri from 2.31 to 2.32.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.glassfish.jersey.bundles/jaxrs-ri/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/373537c8-b6fc-449d-b7bb-a06c0562b79c?utm_source=github&utm_medium=upgrade-pr
2020-10-19 13:37:15 +02:00
Robert von Burg 229cdc4531 [Minor] Code cleanup 2020-10-16 11:51:29 +02:00
Robert von Burg bea39845e0 [New] Added ConfirmationPolicy.doConfirmation(Action)
This is then called in the ExecuteActivityCommand class after calling the ExecutionPolicy, so that the correct confirmation method is called depending on the new state of the action
2020-10-16 11:51:21 +02:00
Robert von Burg 482330bdc8 [Minor] Auto commit in SimpleExecution.runWithFreshAction() 2020-10-15 12:28:09 +02:00
dependabot[bot] 635115164e
Bump junit (#15)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 10:51:42 +02:00
dependabot[bot] 4821a523cd
Bump junit (#16)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 10:51:29 +02:00
Snyk bot 6de07354d6
fix: pom.xml to reduce vulnerabilities (#14)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047
2020-10-14 10:50:16 +02:00
Robert von Burg bdca6998f4 [New] Added Version.getCreatedZdt() and Version.getUpdatedZdt() 2020-10-13 16:50:20 +02:00
Robert von Burg 8f1966fad4 [Minor] code cleanup 2020-10-08 17:39:23 +02:00
Robert von Burg 428ae62ff9 [New] Add non-bagId overrides in SearchExpressions 2020-10-08 10:18:10 +02:00
Robert von Burg 2da3866f67 [New] Added StrolchRootElement.setOrAddParamFromFlatJson() override for parameters bag 2020-10-05 16:49:25 +02:00
Robert von Burg 3736c536f1 [Minor] set initial StrolchJob to Programmatic 2020-10-05 14:12:36 +02:00
Robert von Burg de5ba73ce3 [Minor] code cleanup 2020-10-05 14:12:21 +02:00
Robert von Burg 1cf15fe4e2 [Fix] Fixed MapOfMaps.computeIfAbsent() 2020-10-05 14:11:45 +02:00
Robert von Burg b14b625626 [New] Added ConfigureMethod.isProgrammatic() and isModel() 2020-10-05 10:58:00 +02:00
Robert von Burg 76011f6940 [Fix] Properly handle month periods in PeriodHelper 2020-10-02 15:21:34 +02:00
Robert von Burg 4f52c1852f [Fix] Handle null authorization 2020-10-02 13:40:03 +02:00
Robert von Burg fc5000d00f [New] Allow to disable basic auth, to use in proxies 2020-10-02 11:20:38 +02:00
Robert von Burg c6da3cb560 [Fix] Use start of day in PeriodHelperTest 2020-09-30 10:42:56 +02:00
Snyk bot 9a1812163e
fix: upgrade org.glassfish.tyrus:tyrus-client from 1.13 to 1.17 (#13)
Snyk has created this PR to upgrade org.glassfish.tyrus:tyrus-client from 1.13 to 1.17.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.glassfish.tyrus/tyrus-client/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/373537c8-b6fc-449d-b7bb-a06c0562b79c?utm_source=github&utm_medium=upgrade-pr
2020-09-30 10:30:11 +02:00
Snyk bot e35c012574
fix: upgrade org.postgresql:postgresql from 42.2.15 to 42.2.16.jre7 (#9)
Snyk has created this PR to upgrade org.postgresql:postgresql from 42.2.15 to 42.2.16.jre7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.postgresql/postgresql/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/ad44f97f-ef3a-465e-a126-6d30ac46a757?utm_source=github&utm_medium=upgrade-pr
2020-09-29 11:02:46 +02:00
Snyk bot a64ed1897f
fix: upgrade org.slf4j:slf4j-api from 1.7.28 to 1.7.30 (#12)
Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.28 to 1.7.30.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.slf4j/slf4j-api/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/373537c8-b6fc-449d-b7bb-a06c0562b79c?utm_source=github&utm_medium=upgrade-pr
2020-09-29 10:29:41 +02:00
Robert von Burg 985ec22abf [Project] Updated dependency version in archetype 2020-09-29 10:17:07 +02:00
Robert von Burg 468cd0643a [New] Allow case insensitive usernames in privilege 2020-09-25 17:45:10 +02:00
Robert von Burg 9ec060fe50 [Fix] use LDAP's sAMAccountName as username, and be case insensitive 2020-09-25 17:19:56 +02:00
Robert von Burg 74a0c5f8a4 [New] Allow case insensitive usernames in privilege 2020-09-25 17:19:22 +02:00
Robert von Burg eb702466bf [Fix] validate username case-insensitive 2020-09-25 16:36:39 +02:00
Robert von Burg b7c6d475bb [New] Added Controller.stop() 2020-09-25 14:59:19 +02:00
Robert von Burg 2467202502 [Project] updated JDK to 11 2020-09-25 14:43:21 +02:00
Robert von Burg a31a8643f3 [Project] Updated JDK to 11 -> It is time to leave JDK 8 behind 2020-09-04 15:48:18 +02:00