Commit Graph

3809 Commits

Author SHA1 Message Date
Robert von Burg e209608c3b
[Project] Set new version 2.3.0 2024-04-23 15:03:34 +02:00
Robert von Burg dc93800fd1
[Project] Set new version 2.3.0-SNAPSHOT 2024-04-23 14:46:57 +02:00
Robert von Burg 4b78b30600
[Minor] Updated restful logging 2024-04-23 14:29:03 +02:00
Robert von Burg 3edcec4d08
[Minor] Cleaned up logging in BasicAuth and ServletRequestHelper 2024-04-23 11:37:09 +02:00
Robert von Burg cf4ae20d0b
[Minor] Fixed HTTP return code for BasicAuth errors 2024-04-23 10:33:12 +02:00
Robert von Burg 68bd3dd6d6
[New] Added ServletRequestHelper.logRequest() 2024-04-23 10:32:52 +02:00
Robert von Burg c4ac21ec98
[New] Added ExceptionHelper.getRootCauseExceptionMessage() 2024-04-23 10:32:43 +02:00
Robert von Burg a45475f783
[Fix] BasicAuth should check root cause of exception 2024-04-23 09:47:31 +02:00
Robert von Burg baa7a0af4e
[New] Added enabled flag to notifications 2024-04-23 08:19:52 +02:00
Robert von Burg 1080096549
[New] Added LogRequestFilter to log requests prior to filter mapping 2024-04-22 15:01:05 +02:00
Robert von Burg 393659ff19
[Fix] Fixed Strolch exception i18n hierarchy 2024-03-25 10:18:43 +01:00
Robert von Burg a7258f0d06
[Major] Refactored basic auth and getRemoteIp() helper 2024-03-21 14:23:49 +01:00
Robert von Burg 2aca456729
[New] Added CertificateThreadLocal 2024-03-21 14:23:04 +01:00
Robert von Burg f4f9e2c798
[Project] Removed duplicate version declaration 2024-03-21 12:06:48 +01:00
Robert von Burg f051008d68
[Project] Updated dependencies to JAX-WS 2024-03-18 11:11:51 +01:00
Robert von Burg 1e6ac0c042
[Minor] Code cleanup 2024-03-14 16:06:56 +01:00
Robert von Burg a103864eb8
[Project] Updated to camel 3.22.1 2024-03-11 08:31:06 +01:00
Robert von Burg 125dfe9b03
[Fix] Notification only visible to all if forAll
otherwise role, etc. must be set and match
2024-03-07 12:26:51 +01:00
Robert von Burg 2914889172
[Minor] Code cleanup 2024-03-05 15:33:34 +01:00
Robert von Burg d3c261b750
[Fix] Fixed action name in NotificationResource 2024-03-05 15:33:02 +01:00
Robert von Burg de8d35480d
[Minor] Code cleanup 2024-03-05 13:31:15 +01:00
Robert von Burg 1158acfd90
[Fix] Use existing TX when writing audits for invalidating sessions 2024-03-05 13:30:46 +01:00
Robert von Burg faf05126b4
[Fix] Fixed CME in tx.streamCached*() methods 2024-03-05 11:12:12 +01:00
Robert von Burg d00b00d234
[Fix] Fixed updating sessions on changes of user or roles 2024-03-05 10:16:32 +01:00
Robert von Burg 76d38e9af0
[Minor] Made methods public 2024-03-04 17:21:55 +01:00
Robert von Burg f850367d2b
[Fix] Trying to fix broken test 2024-03-04 16:28:44 +01:00
Robert von Burg a4119ef1da
[New] Completed implementation of notifications 2024-03-04 16:10:38 +01:00
Robert von Burg abe089f95c
[Minor] Allow RoleAccessPrivilege to use String parameter 2024-03-04 16:10:14 +01:00
Robert von Burg 15b2788b9a
[WIP] Further implementing notifications 2024-03-01 16:22:11 +01:00
Robert von Burg f02b541848
[Minor] Sorting of supported languages 2024-03-01 16:21:52 +01:00
Robert von Burg 5526f20220
[New] Added StrolchAgent.getRuntimeConfiguration() 2024-03-01 09:58:19 +01:00
Robert von Burg a9c393f02a
[Fix] Implemented to JSON for notifications 2024-02-29 17:05:45 +01:00
Robert von Burg 22359e51d8
[New] Added CRUD services for notifications 2024-02-27 16:44:53 +01:00
Robert von Burg 7b9f2f867f
[New] Extended builder pattern 2024-02-27 14:46:41 +01:00
Robert von Burg a9067bf161
[Major] Refactored SimpleExecution.runWith* actions to take a Consumer<Throwable> in the event of an exception 2024-02-27 12:01:42 +01:00
dependabot[bot] e91a96b549
Bump org.postgresql:postgresql from 42.5.1 to 42.7.2 (#31)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 10:28:07 +01:00
Robert von Burg 5c2bcc1620
[New] Added NotificationResource 2024-02-15 17:24:35 +01:00
Robert von Burg f3adc63af2
[New] Added new FileHelper.getTempFile() option MILLIS_FIRST, code cleanup 2024-02-13 09:49:39 +01:00
Robert von Burg a07bd83249
[WIP] Implementing system notifications 2024-02-12 16:43:57 +01:00
Robert von Burg c46c60c8fe
[Project] Changed final name to include strolch- prefix 2024-02-12 12:48:38 +01:00
Robert von Burg a2c720ce48
[New] Allow override of methods in DefaultStrolchSessionHandler 2024-02-09 11:27:40 +01:00
Robert von Burg c66446391a
[Fix] Fixed NPE in toString() 2024-02-06 15:22:43 +01:00
Robert von Burg 69d1f77364
[Fix] Searches should search on items in cache as well
But then ignore the item from the ElementMap stream
2024-02-06 08:00:44 +01:00
Robert von Burg e33950b7a1
[New] Better cache management in TX
- Added items to cache when modified
- added streaming of cached elements
2024-02-06 07:59:28 +01:00
Robert von Burg 56098c96fa
[Minor] Changed the toString()-methods to include the Locator 2024-02-05 14:01:13 +01:00
Robert von Burg 63670a77b6
[Fix] Fixed ExecutionPolicy not initialized before use 2024-01-19 10:22:41 +01:00
Robert von Burg 9c15d0d1d2
[Fix] Don't set Action to WARNING if already Executed 2024-01-18 14:46:34 +01:00
Robert von Burg 77cd9264d0
[Minor] Code cleanup 2024-01-15 14:37:12 +01:00
Robert von Burg bf01876f7c
[Minor] Don't log exception for session validation 2024-01-11 16:24:31 +01:00
Robert von Burg 373235f5e2
[Fix] Renamed varargs methd ExpressionBuilder.isInArray 2024-01-11 14:21:41 +01:00