Commit Graph

3363 Commits

Author SHA1 Message Date
Robert von Burg 20bcef2b3a
[Project] update pom.xml 2023-02-09 16:01:58 +01:00
Robert von Burg 403be1bc73
[New] Added new constants ENV_STROLCH_ENV, ENV_STROLCH_PATH 2023-02-09 14:18:03 +01:00
Robert von Burg 5ef7c800b0
[New] Added explicit privilege validation in Inspector
Now you need to add a default privilege "Inspector" with either allowing all, or adding each method name as an allowed value
2023-01-24 16:20:15 +01:00
Robert von Burg 6ab6a8863f
[New] Added ExceptionHelper.getCallerMethodNoClass() 2023-01-24 16:19:05 +01:00
Robert von Burg 61ec44452a
[Minor] Updated JavaDoc in SimpleRestrictable 2023-01-24 16:18:52 +01:00
Robert von Burg 608b87e4ee
[New] Added StrolchTransaction.assertHasPrivilege(Restrictable) 2023-01-24 16:18:29 +01:00
Robert von Burg 8b81fbd4ae
[Minor] Use tx.getUsername() where applicable 2023-01-20 10:08:28 +01:00
Robert von Burg 59371210c8
[New] Added StrolchTransaction.getUsername() 2023-01-20 10:05:56 +01:00
Robert von Burg 3a4fde6754
[New] Extended StrolchElementFromJsonVisitor to overwrite existing data 2023-01-19 13:24:15 +01:00
Robert von Burg a54ef16c03
[New] Added Action.clearChanges() 2023-01-19 13:23:50 +01:00
Robert von Burg 2e07512d47
[New] Add Version.isNewerThan() 2023-01-17 22:01:52 +01:00
Robert von Burg d5ebe1f429
Update README.md 2022-12-19 08:13:31 +01:00
Robert von Burg 2f260da12d
Update README.md 2022-12-16 17:13:41 +01:00
Robert von Burg e7a671c4ec
Update README.md 2022-12-16 17:12:22 +01:00
Robert von Burg a61885526a
Update README.md 2022-12-16 17:06:57 +01:00
Robert von Burg 9740619225
[Project] Updated names of modules 2022-12-16 16:22:58 +01:00
Robert von Burg d726ff7d05
[Project] Renamed strolch-bom 2022-12-16 15:28:17 +01:00
Robert von Burg 3c0c323426
[Fix] Fixed broken tests 2022-12-16 15:08:35 +01:00
Robert von Burg a8d240f473
[Project] Moved dev/ to src/resources/ 2022-12-16 15:07:48 +01:00
Robert von Burg 2fda56f954
[Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
Robert von Burg 078a5cb804
[Major] Moved to Jakarta Servlet 5.x and Jersey 3.1 2022-12-15 20:25:57 +01:00
Robert von Burg 64cb39dbb5
[Fix] Fixed LoggingLoader.reloadLoggingConfiguration() using wrong path 2022-12-14 21:14:26 +01:00
Robert von Burg 2f05e768aa
[New] Updated to slf4j 2.x and logback 1.4.x
Updated LoggingLoader to reset configuration
2022-12-14 20:59:04 +01:00
Robert von Burg 3d74f5eaab
[Minor] Code cleanup in LoggingLoader 2022-12-12 16:19:54 +01:00
Robert von Burg a1b1ad763c
[Fix] Fixed ConcurrentModificationError in ExecutorPool.destroyThreads() 2022-12-12 16:19:35 +01:00
Robert von Burg adbb3cab5c
[New] Added state management to LockHandler 2022-12-12 16:18:58 +01:00
Robert von Burg 9e7e865b47
[Major] Enforcing domain path in auth cookies 2022-12-12 11:57:11 +01:00
Robert von Burg 2ee03cd0a2
[Fix] Controller: allow to stop actions not in execution 2022-12-08 09:45:41 +01:00
Robert von Burg 01ee883c11
[Fix] Fixed AbstractTransaction.lock(Locator) for non-root locators 2022-12-08 09:43:23 +01:00
Robert von Burg d5c042c92d
[New] Added RootElementSearchResult.readLock()
Added RootElementSearchResult.readLock() to have a locked and modifiable element after the search
2022-12-01 16:01:33 +01:00
Robert von Burg 00fc65b882
[New] Added StrolchTransaction.readLock(T)
This is a great help to use in searches, when you need a single object which you are then going to modify.
2022-12-01 16:00:33 +01:00
Robert von Burg 9fc26af3f3
[Fix] Fixed AbstractTransaction.removeFromCache()
Fixed AbstractTransaction.removeFromCache() for other objects than resources
2022-12-01 15:34:03 +01:00
Robert von Burg 07f5dc665c
[Project] Adding git-versioner-maven-plugin 2022-11-29 09:11:37 +01:00
Robert von Burg 7cbff0cdfc
[New] Added StrolchRootElement.ensureModifiable() 2022-11-24 17:07:08 +01:00
dependabot[bot] 98956dbb75
Bump postgresql from 42.4.1 to 42.4.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3.
- [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.4.1...REL42.4.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:23:33 +00:00
Robert von Burg ae1aa54b7b
[New] Implemented async parallel loading from pageable persistence layers 2022-11-22 10:19:54 +01:00
Robert von Burg 20c6f96d11
[Minor] ignoring more jars in I18nMessage 2022-11-21 13:26:41 +01:00
Robert von Burg 7116f05bc2
[New] Implemented async parallel loading from pageable persistence layers 2022-11-21 13:26:13 +01:00
Robert von Burg 1eef4b8746
[New] Implemented async parallel loading from pageable persistence layers 2022-11-21 12:12:05 +01:00
Robert von Burg ef0a38db30
[Fix] Fixed WriteRolesFileHelperTest not being idempotent 2022-11-21 12:11:34 +01:00
Robert von Burg 538402e12a
[New] Added PersistenceHandler.supportsPaging() 2022-11-21 12:09:50 +01:00
Robert von Burg 836cbe067f
[New] Added StrolchTransaction.suppressUpdates() 2022-11-21 12:09:20 +01:00
Robert von Burg 68ac34a566
[Minor] Code cleanup 2022-11-18 14:12:58 +01:00
Robert von Burg 4386e311ca
[Minor] Code cleanup 2022-11-18 11:52:18 +01:00
Robert von Burg 905eb9f667
[New] Also log version after starting 2022-11-17 16:21:24 +01:00
Robert von Burg 97bcf85851
[Minor] Properly log bad policy configuration on XML parsing 2022-11-15 13:53:29 +01:00
Robert von Burg 673650812f
[Minor] Log bad StrolchJob configurations on startup 2022-11-15 13:51:50 +01:00
Robert von Burg 04141884c1
[Minor] Properly log bad policy configuration on XML parsing 2022-11-15 13:23:03 +01:00
Robert von Burg a2fcda11e8
[Project] cleaned up pom.xml 2022-11-14 16:11:10 +01:00
Robert von Burg cdeb5d8a4e
[Project] cleaned up pom.xml 2022-11-14 15:18:10 +01:00