[midPoint-git] [Evolveum/midpoint] 4183e7: Smart Integration: Add TTL and manual deletion for...
Michal Zelenčík
noreply at github.com
Mon Jan 12 12:04:43 CET 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 4183e7406196d6d5f10ab7adabae5291cd7fb5a9
https://github.com/Evolveum/midpoint/commit/4183e7406196d6d5f10ab7adabae5291cd7fb5a9
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatisticsService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/MappingsStatisticsComputationActivityRun.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestObjectTypesSuggestionOperation.java
Log Message:
-----------
Smart Integration: Add TTL and manual deletion for statistics objects
- Refactor statistics methods from SmartIntegrationServiceImpl to new StatisticsService
- Add 24-hour TTL for statistics objects with automatic deletion of expired entries
- Implement manual deletion methods
- Fix nullable handling in CorrelationStatisticsComputationActivityRun and
MappingsStatisticsComputationActivityRun for latest statistics OID retrieval
- Add tests in TestObjectTypesSuggestionOperation
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
Commit: 62a394306a5395bc3e757a9bb2657cff4333a74b
https://github.com/Evolveum/midpoint/commit/62a394306a5395bc3e757a9bb2657cff4333a74b
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatisticsService.java
Log Message:
-----------
Smart Integration: Add configurable TTL for smart integration statistics
- Add smartIntegrationStatisticsTtl to InternalsConfigurationType (default: P1D)
- Update StatisticsService to use configurable TTL from system configuration
Commit: 526855ffb36687c1ac14239ce1ac9734b6f12bce
https://github.com/Evolveum/midpoint/commit/526855ffb36687c1ac14239ce1ac9734b6f12bce
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/SmartIntegrationUtils.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/RealResourceStatus.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatisticsService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/MappingsStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/ObjectTypesStatisticsComputationActivityRun.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestObjectTypesSuggestionOperation.java
Log Message:
-----------
Smart Integration: Remove unused Task parameter from statistics
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
Commit: 3282275cd88f200f0bdfb2f01dbb19980db44681
https://github.com/Evolveum/midpoint/commit/3282275cd88f200f0bdfb2f01dbb19980db44681
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/SmartIntegrationUtils.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/smart/RealResourceStatus.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/StatisticsService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/CorrelationStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/MappingsStatisticsComputationActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/ObjectTypesStatisticsComputationActivityRun.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestObjectTypesSuggestionOperation.java
Log Message:
-----------
Merge branch 'feature/statistics-invalidation'
Compare: https://github.com/Evolveum/midpoint/compare/10ec8565adbc...3282275cd88f
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list