-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property mismatch in class CronJobConfiguration.java of digiwf-s3-integration-starter #1706
Comments
👋 Thanks for reporting! The maintainers have been notified and will get back to you. |
Hier sollten alle Properties umgestellt werden: |
Es gibt noch einige Stellen, wo noch die alte Domain verwendet wird: https://github.com/search?q=repo%3Ait-at-m%2Fdigiwf-core+io.muenchendigital&type=code&p=1 |
@boal Wir werden das bei uns einplanen und umsetzen |
Die S3 Properties werden umbenannt, sodass sie ohne package-Namen mit |
…ation-mismatch' of https://github.com/it-at-m/digiwf-core into bugfix/#1706-cronjobconfiguration-property-of-s3-integration-mismatch
…#1812) * #1706: rename de.muenchen.oss.digiwf.s3 / io.muenchendigital.digiwf.s3 to digiwf.s3 * #1706: rename de.muenchen.oss.digiwf.s3 to digiwf.s3 in S3IntegrationClientAutoConfiguration * Update digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/src/main/resources/application.yml Co-authored-by: markostreich <[email protected]> * #1706: review feedback
Describe the bug
The
digiwf-s3-integration-starter
has an property mismatch in classCronJobConfiguration.java
. To enable the cronjobs the propeties underde.muenchen.oss.digiwf.s3.cronjob.cleanup
are expected. The properties under ``io.muenchendigital.digiwf.s3.cronjob.cleanup` are only used to define the cronjob intervall.digiwf-core/digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-starter/src/main/java/de/muenchen/oss/digiwf/s3/integration/configuration/CronJobConfiguration.java
Line 15 in fccc8ee
To Reproduce
Steps to reproduce the behavior:
io.muenchendigital.digiwf.s3.cronjob.cleanup.expired-files
andio.muenchendigital.digiwf.s3.cronjob.cleanup.unused-files
de.muenchen.oss.digiwf.s3.cronjob.cleanup.expired-files
andde.muenchen.oss.digiwf.s3.cronjob.cleanup.unused-files
ConditionalOnProperty
-Annotation is not triggered.Expected behavior
A definition of the properties under ``io.muenchendigital.digiwf.s3.cronjob.cleanup` should be sufficient .
Screenshots
n/a
The text was updated successfully, but these errors were encountered: