diff options
author | 2024-11-08 14:40:46 +0100 | |
---|---|---|
committer | 2024-11-11 08:22:03 +0100 | |
commit | e175fd8d122590daeafb01f43ce8aa40bf26d411 (patch) | |
tree | 7fcf82dc873a65e6416ba58e6f7ac45db9cd1340 /src/main/resources/etc | |
parent | 75a6b2e9a67b61bef8b7c4e9096b18a7583789fc (diff) |
Upgrade spring boot to 2.61.15.2
- upgrade spring-boot (2.5.15 -> 2.6.15)
- upgrade vulnerable guava (25.1 -> 33.3.1) and janino (3.1.9 -> 3.1.12) dependencies
- bump snapshot version to 1.15.2-SNAPSHOT
Issue-ID: AAI-4048
Change-Id: I34d8c62894c6398c5a51906469890c2f76f4a745
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources/etc')
-rw-r--r-- | src/main/resources/etc/appprops/datatoolscrons.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/etc/appprops/datatoolscrons.properties b/src/main/resources/etc/appprops/datatoolscrons.properties index e37931f..bbad8d5 100644 --- a/src/main/resources/etc/appprops/datatoolscrons.properties +++ b/src/main/resources/etc/appprops/datatoolscrons.properties @@ -5,7 +5,12 @@ #for more information refer to http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html #this site can generate new expressions for you: http://www.cronmaker.com/ #BUT you must omit the last (seventh) column when you copy its output (spring expects exactly 6 fields and doesn't allow the seventh optional one) +datagroomingcleanup.enabled=${DATA_GROOMING_CLEANUP_ENABLED:true} datagroomingcleanup.cron=0 06 0 * * ? +datagroomingtasks.enabled=${DATA_GROOMING_TASKS_ENABLED:true} +datagroomingtasks.cron=0 10 1,5,9,13,17,21 * * ? + +datasnapshotcleanup.enabled=${DATA_SNAPSHOT_CLEANUP_ENABLED:true} datasnapshotcleanup.cron=0 17 0 * * ? +datasnapshottasks.enabled=${DATA_SNAPSHOT_TASKS_ENABLED:true} datasnapshottasks.cron=0 45 * * * ? -datagroomingtasks.cron=0 10 1,5,9,13,17,21 * * ?
\ No newline at end of file |