Commit Graph

3003 Commits

Author SHA1 Message Date
Robert von Burg 685b101585 [Project] Set new version 1.6.100 2021-06-25 15:13:30 +02:00
Robert von Burg ce73a39c59 [Fix] Fix GenericReport.generateFilterCriteria() 2021-06-25 13:25:56 +02:00
Robert von Burg 8635e2d96f [Fix] Don't throw exception on missing roles, privileges or policies 2021-06-21 16:14:43 +02:00
Robert von Burg 35039f69da [Minor] code cleanup 2021-06-21 16:13:32 +02:00
Robert von Burg 323ecfce23 [Minor] trimming of strings in privilege from import and update 2021-06-21 16:13:18 +02:00
Robert von Burg 77a18aa5b1 [New] ResponseUtil.toResponse to add i18n if available 2021-06-16 13:03:07 +02:00
Robert von Burg 870f336d29 [Fix] Remove adding empty criteria facets 2021-06-14 22:38:51 +02:00
Robert von Burg fb2b9ad73a [New] Sorting of facet types using i18n for report API 2021-06-14 22:38:18 +02:00
Robert von Burg b3ff1b1726 [Fix] Different strategy to stop generating filter facets 2021-06-14 16:09:22 +02:00
Robert von Burg 6061bd4088 [Fix] Return distinct values for Report.generateFilterCriteria() 2021-06-14 16:08:41 +02:00
Robert von Burg a65d22ccf1 [Fix] Added jobs as recurring in registerAndScheduleJob() 2021-06-14 16:07:49 +02:00
Robert von Burg ddf2bdb6e8 [Minor] Added JavaDoc to StrolchJobsHandler 2021-06-14 16:07:27 +02:00
Robert von Burg 8eaf7d9625 [Fix] Fixed PeriodHelper shift for days 2021-06-11 11:54:19 +02:00
Robert von Burg 51c6d74955 [Fix] Fixed PeriodHelper shift for days 2021-06-11 11:36:44 +02:00
Robert von Burg ad3a22a170 [Fix] Parameter.isEqualTo() should not get the value 2021-06-10 19:18:17 +02:00
Robert von Burg 3bae4ace13 [Fix] Only overwrite Privilege*.xml if changed in memory 2021-06-09 10:56:20 +02:00
Robert von Burg 242b0584bd [Fix] Fixed UOM check on join in reports 2021-06-08 11:05:07 +02:00
Robert von Burg 431f4265f8 [New] Added Tags.Json.RESOURCE_NAME 2021-06-08 11:04:45 +02:00
Robert von Burg 80d8bcadb6 [New] Added StrolchElementToJsonVisitor.withoutValueChanges() 2021-06-07 17:08:39 +02:00
Robert von Burg ef230cf040 [Fix] Fixed StrolchJobsHandler stop() and destroy() 2021-06-07 17:07:37 +02:00
Robert von Burg 2bec7d89cf [Fix] Fixed ModelHelper.copyExistingRelation() 2021-05-31 21:47:49 +02:00
Robert von Burg 78b576b514 [Fix] Nicely handle missing unit on update 2021-05-29 23:31:12 +02:00
Robert von Burg cf37ef8a2c [New] Added StringParamBuilder.enumeration() 2021-05-29 22:12:57 +02:00
Robert von Burg db8592db41 [Fix] fix shift by weeks 2021-05-26 16:02:02 +02:00
Robert von Burg e99e9ad12c [Fix] truncate production start to day, before shifting 2021-05-26 14:59:53 +02:00
Robert von Burg 4842adeecf [Fix] When shifting by hours, shift one day lest 2021-05-26 14:29:38 +02:00
Robert von Burg 5a05d14bd5 [Project] Updated to HikariCP 4.x 2021-05-26 09:28:15 +02:00
Robert von Burg c254246013 [Minor] Added reconfigure of logging on web context destroyed
This solves the logs not showing the shutdown process
2021-05-25 16:48:32 +02:00
Robert von Burg 514454c02b [Project] Added DB pool keepaliveTime=10min 2021-05-25 08:42:06 +02:00
Robert von Burg 9631d80ca2 [New] Allow to retry execution on locking exception in ExecutionHandler
Default is trying twice:
executionHandler.getConfiguration().getInt(PROP_LOCK_RETRIES, 2)
2021-05-25 08:34:16 +02:00
Robert von Burg 668181e46b [New] Added StrolchTransaction.lockAndGetConfiguration() 2021-05-25 08:12:11 +02:00
Robert von Burg 6787214cfe [Minor] Honor persisting of users in PrivilegeAddUserAndSetPasswordCommand 2021-05-17 21:52:29 +02:00
Robert von Burg 8acad0f502 [New] Added PrivilegeHandler.isPersistOnUserDataChanged 2021-05-17 21:40:46 +02:00
Robert von Burg 2e86dd7f71 [New] Added UserRep.hasProperty() 2021-05-17 21:21:55 +02:00
Robert von Burg b7ce4b355c [Minor] Added StrolchAgent.runAsWithResult() 2021-05-17 18:03:06 +02:00
Robert von Burg b99ef252a9 [Minor] Added ResponseUtil.toResponse(JsonObject) 2021-05-17 17:41:01 +02:00
Robert von Burg 476d652294 [Project] Updated grizzly dependencies 2021-04-30 14:41:46 +02:00
Robert von Burg cf56240bc6 [New] added PeriodHelper.shiftDate() and fixed .shiftByMultipleOfPeriod() with tests 2021-04-29 21:19:42 +02:00
Robert von Burg 0967b413ac [New] Added PeriodHelper.shiftMonths() 2021-04-28 17:39:18 +02:00
Robert von Burg 6eb3229a69 [Project] Updated jersey version to 2.34 2021-04-28 13:03:27 +02:00
Robert von Burg e6e6cfcf18 [Minor] ParameterizedElement.set*() to build param name when creating param 2021-04-27 15:15:49 +02:00
Robert von Burg efe7755f3c [Project] change logback dependency definition 2021-04-23 14:58:56 +02:00
Robert von Burg 3eda5149b8 [Project] Updated tyrus and grizzly versions 2021-04-23 14:48:08 +02:00
Robert von Burg 7cf4949a58 [Fix] Domain must be configured as agent property 2021-04-23 13:33:09 +02:00
Robert von Burg 5842e2f60a [New] Added setting for SameSite and Domain attributes on auth cookies 2021-04-23 12:55:32 +02:00
Robert von Burg 92143b9154 [New] ServiceResult.toJson() also checks if ex has I18n 2021-04-22 16:34:03 +02:00
Robert von Burg 523d1372c1 [New] Added I18nMessage property to StrolchException 2021-04-22 16:33:32 +02:00
Robert von Burg b3d2501e5b [Fix] Freeze jSerialComm version to 2.6.2 2021-04-20 14:05:00 +02:00
Robert von Burg 48948a5707 [Project] fixed import of javax.servlet 2021-04-19 17:25:19 +02:00
Robert von Burg 69ae85ec34 [New] Added ModelHelper to copy params 2021-04-19 17:07:11 +02:00