Commit Graph

3382 Commits

Author SHA1 Message Date
Robert von Burg 28de019ab0
[Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01:00
Robert von Burg 357b900e0e
[Minor] Updated qodana.yaml 2023-02-13 08:32:16 +01:00
Robert von Burg 270288b5ad
[Minor] Cleanup in I18nMessage 2023-02-13 08:31:11 +01:00
Robert von Burg d0faafa247
[Minor] Updated qodana.yaml 2023-02-13 08:06:29 +01:00
Robert von Burg efd58a4d01
[Minor] Code cleanup in ComponentState 2023-02-13 08:04:10 +01:00
Robert von Burg 1ecd0e3c29
[Minor] Code cleanup in ConfigurationSaxParser 2023-02-13 08:03:12 +01:00
Robert von Burg e3ee2fba38
[Minor] Cleanup duplicate switch branch 2023-02-13 07:49:02 +01:00
Robert von Burg 01d07481ff
[Project] Added qodana.yaml 2023-02-13 07:39:36 +01:00
Robert von Burg fd67a493fe
[Fix] Removed use of SecurityManager as slated for removal 2023-02-13 07:37:55 +01:00
Robert von Burg ce24c87d41
Update code_quality.yml 2023-02-13 07:22:01 +01:00
Robert von Burg 22bc1607af
Added Qodana badge 2023-02-13 07:19:37 +01:00
Robert von Burg 87649362e8
Update code_quality.yml 2023-02-13 07:17:47 +01:00
Robert von Burg cb354f8ac6
Created code_quality.yml action for qodana 2023-02-13 07:16:08 +01:00
Robert von Burg 13e0328c1a
[Fix] Fixed broken test 2023-02-10 10:51:02 +01:00
Robert von Burg 7bbab2e0ea
[Minor] Added missing throws arg 2023-02-10 10:08:40 +01:00
Robert von Burg 7db69c6785
[Minor] Show init fail time on HikariCP init 2023-02-10 10:08:26 +01:00
Robert von Burg 7df4d4b720
[Minor] Less logging if sessions fail to load 2023-02-10 10:08:07 +01:00
Robert von Burg 8d8bfd0ede
[New] Allow to override DB config in env 2023-02-10 10:07:44 +01:00
Robert von Burg 405704968e
[Minor] Code cleanup 2023-02-10 10:01:03 +01:00
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