Commit Graph

3348 Commits

Author SHA1 Message Date
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
Robert von Burg e6c298b3ab
[Minor] show time stamp in ISO8601 format in Packet 2022-11-04 13:53:48 +01:00
Robert von Burg 9641dc2fb5
[New] Added ITimeVariable.equals() contract with tests 2022-10-19 10:54:36 +02:00
Robert von Burg 0cd54539bf
[New] Updated implementations of equals()/hashCode() for state variables 2022-10-19 10:53:57 +02:00
Robert von Burg 0ccb3aaa83
[Fix] Catch and log failing warning task 2022-10-11 16:39:45 +02:00
Robert von Burg 0ce29fb2a1
[New] Extending execution policies for warning task 2022-10-11 15:53:50 +02:00
Robert von Burg 7f3bfd8fac
[Fix] Controller.toStopped() should work for not in exec activity 2022-10-10 16:27:22 +02:00
Robert von Burg a7c00671ff
[Project] Removed obsolete StrolchQuery privileges 2022-10-10 14:23:25 +02:00
Robert von Burg a8304d6745
[Project] Updated compiler property to JDK 17 2022-10-10 12:46:12 +02:00
Robert von Burg a17b89b833
[Fix] logger fix 2022-10-07 16:05:51 +02:00
Robert von Burg df9bc79041
[New] DurationExecution now respects 0s duration 2022-10-07 08:38:34 +02:00
Robert von Burg 429976025c
[New] Added new Checked consumer and function 2022-10-06 17:40:52 +02:00
Robert von Burg a864ff74cf
[Fix] Fixed broken test 2022-09-30 14:54:03 +02:00
Robert von Burg 5e95f0ad94
[Minor] OperationsLog start is now async 2022-09-29 13:42:17 +02:00
Robert von Burg 0aa38c4e5b
[Minor] OperationsLog start is now async 2022-09-27 15:13:20 +02:00
Robert von Burg 6a8f2abe8d
[Minor] interning strings for log messages 2022-09-15 10:17:36 +02:00