Commit Graph

3180 Commits

Author SHA1 Message Date
Robert von Burg 8ff26be321
[Project] Set release SNAPSHOT version 1.7.18 2023-02-17 10:47:19 +01:00
Robert von Burg b10a8b07dc
[Project] Set new version 1.7.18 2023-02-17 10:47:14 +01:00
Robert von Burg 1ad10c8ced
[Fix] Fixed NPE in StrolchTimedState.trim() 2023-02-17 10:46:32 +01:00
Robert von Burg 0993fd22c5
[Project] Set release SNAPSHOT version 1.7.17 2023-02-17 09:54:22 +01:00
Robert von Burg 687f355a2f
[Project] Set new version 1.7.17 2023-02-17 09:54:17 +01:00
Robert von Burg cb343f4f4e
[New][Backport] New methods on StrolchTimedState and ITimeVariable 2023-02-17 09:47:18 +01:00
Robert von Burg d24352ed41
[Project] Set release SNAPSHOT version 1.7.16 2023-02-16 14:32:29 +01:00
Robert von Burg df23d62044
[Project] Set new version 1.7.16 2023-02-16 14:32:21 +01:00
Robert von Burg db2b2acf09
[Fix] Cherry pick changes to AuthenticationService and RestfulStrolchComponent from develop 2023-02-16 14:19:14 +01:00
Robert von Burg bc49e95b9f
[Project] Set release SNAPSHOT version 1.7.15 2022-12-22 15:04:10 +01:00
Robert von Burg 84b87a75b6
[Project] Set new version 1.7.15 2022-12-22 15:04:06 +01:00
Robert von Burg f673852647
[Project] Set new version 1.7.0-SNAPSHOT 2022-12-22 14:50:57 +01:00
Robert von Burg af772d6baa
[New][Backport] Implemented async parallel loading from pageable persistence layers 2022-11-22 13:45:14 +01:00
Robert von Burg 5195b45401
[Project] Set new version 1.7.14 2022-10-11 13:53:46 +02:00
Robert von Burg 9d810cd26e
[Project] Updated dependencies due to CVEs 2022-10-11 11:54:43 +02:00
Robert von Burg be2842ee63
[Project] Set new version 1.7.13 2022-09-15 12:31:06 +02:00
Robert von Burg 4d1d96e7d4
[Fix] Fixed test failure in XmlSignHelperTest 2022-09-15 11:39:39 +02:00
Robert von Burg 4038088139
[Fix] Fixed compile error due to < JDK 17 build 2022-09-15 11:35:38 +02:00
Robert von Burg c17f096c13
[Minor] interning strings for log messages 2022-09-15 11:30:20 +02:00
Robert von Burg 267149284c
[Minor] Garbage collect after startup
This allows us to see the memory usage after startup
2022-09-15 11:29:45 +02:00
Robert von Burg da7f55df5d
[Fix] Properly show memory usage 2022-09-15 11:29:43 +02:00
Robert von Burg c93820b04c
[New] More String interning of some fields 2022-09-15 11:29:40 +02:00
Robert von Burg 418a8d0c7a
[New] String interning of some fields 2022-09-15 11:29:32 +02:00
Robert von Burg 2e2bf893b2
[New] Cloning without getters and setters 2022-09-15 11:29:30 +02:00
Robert von Burg 09889b6e77
[Fix] Check if updateTask is null in DefaultObserverHandler 2022-09-15 11:29:03 +02:00
dependabot[bot] 62b44fd44e
[Project] Bump postgresql from 42.2.20 to 42.4.1 2022-09-15 11:28:48 +02:00
Robert von Burg 9751bacb80
[New] ObjectHelper.equals() converts enums to string, if other is String 2022-09-15 11:26:55 +02:00
Robert von Burg 8976dd950b
[New] Added ParameterizedElement.copyParameterValue() and .copyRelationId() 2022-09-15 11:26:46 +02:00
Robert von Burg 9306648f4d
[Fix] Simplified TimeVariable.getValueAt() and removed value from TimeValue.compareTo() 2022-09-15 11:26:26 +02:00
Robert von Burg e314ff2a46
[New] Added .parse() to Resource, Order and Activity classes 2022-09-15 11:26:21 +02:00
Robert von Burg 0fcc42c2eb
[Fix] Properly check if OperationsLog is available in StrolchJob 2022-09-15 11:25:56 +02:00
Robert von Burg 3a355bb383
[Project] remove bower_components in release profile before running npm install 2022-09-15 11:25:47 +02:00
Robert von Burg 0e4029fe57
[Fix] call accept on param, in setOrAddParamFromFlatJson 2022-09-15 11:25:27 +02:00
Robert von Burg 5b2c577cf3
[New] Added ParameterBagContainer.isRelationEmpty() and cleanup 2022-09-15 11:25:20 +02:00
Robert von Burg eb48d9a174
[New] Added new ParameterizedElement.setParamFromFlatJson() and .setParamFromFlatJson() 2022-09-15 11:25:17 +02:00
Robert von Burg 2bb66ad679
[New] Created new SetParameterValueFromJsonVisitor 2022-09-15 11:25:03 +02:00
Robert von Burg fb2fd390b9
[Minor] code cleanup 2022-09-15 11:24:55 +02:00
Robert von Burg 23191adfae
[Minor] Log long running observer updates 2022-09-15 11:24:48 +02:00
Robert von Burg d2c740e282
[Major] Removed EventCollectingObserverHandler and using single thread for observer updates 2022-09-15 11:24:35 +02:00
Robert von Burg 1cdaaec6e3
[New] Added AbstractModelObserver for using in components 2022-09-15 11:24:31 +02:00
Robert von Burg a0793f72f3
[New] Added default implementations in Observer 2022-09-15 11:24:25 +02:00
Robert von Burg 984c30fe14
[Minor] Code cleanup in observer handler code 2022-09-15 11:24:22 +02:00
Robert von Burg 1e114c1ab2
[Minor] Moved finally block in AbstractTransaction to .close() 2022-09-15 11:24:16 +02:00
Robert von Burg ea983d1113
[New] Added I18nMessage.toString() 2022-09-15 11:21:35 +02:00
Robert von Burg 7350ec0f4c
[Fix] Fixed broken test 2022-09-15 11:21:32 +02:00
Robert von Burg 095b98c2a4
[Fix] Fixed bug when removing single message 2022-09-15 11:21:26 +02:00
Robert von Burg fe4b66dead
[Fix] Removed cherry-picked code not usable 2022-09-15 11:21:10 +02:00
Robert von Burg 63766041e1
[New] Added StrolchElementToJsonVisitor.withBagId() 2022-09-15 11:18:25 +02:00
Robert von Burg 7251a4fe19
[Minor] Code cleanup 2022-09-15 11:16:21 +02:00
Robert von Burg 4b8b5a08af
[New] Added ParameterizedElement and ParameterBagContainer .isParamEmpty() and .isParamSet() 2022-09-15 11:16:18 +02:00