[midPoint-git] [Evolveum/midpoint] 1fc0f8: Smart Integration: Add TTL and manual deletion for...
Michal Zelenčík
noreply at github.com
Thu Jan 8 09:24:05 CET 2026
Branch: refs/heads/feature/statistics-invalidation
Home: https://github.com/Evolveum/midpoint
Commit: 1fc0f88ac882c4c27fd684f235913b67af43b5f8
https://github.com/Evolveum/midpoint/commit/1fc0f88ac882c4c27fd684f235913b67af43b5f8
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-12-19 (Fri, 19 Dec 2025)
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: f5c6e5f59f587b739e54e972c2ce0b251e741112
https://github.com/Evolveum/midpoint/commit/f5c6e5f59f587b739e54e972c2ce0b251e741112
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2025-12-19 (Fri, 19 Dec 2025)
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
Compare: https://github.com/Evolveum/midpoint/compare/1fc0f88ac882%5E...f5c6e5f59f58
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