[midPoint-git] [Evolveum/midpoint] 67d471: remove unused anchor
Radovan Semancik
noreply at github.com
Wed Jan 14 15:56:19 CET 2026
Branch: refs/heads/feature/cel
Home: https://github.com/Evolveum/midpoint
Commit: 67d471e1341ab6880cbea4693bd4d63a8d2b53c8
https://github.com/Evolveum/midpoint/commit/67d471e1341ab6880cbea4693bd4d63a8d2b53c8
Author: dakle <dakle at evolveum.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
Log Message:
-----------
remove unused anchor
Commit: e0d15a2d495ec6fa3a8cf95e68090c57b55e4590
https://github.com/Evolveum/midpoint/commit/e0d15a2d495ec6fa3a8cf95e68090c57b55e4590
Author: dakle <dakle at evolveum.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/credentials/index.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
Log Message:
-----------
Use one mapping strength explanation instead of two
- Remove superfluous explanation from Advanced mappings and link the on in the main Mappings article
- Remove the anchor to the removed expl. from the Advanced mappings article
- Update the mapping strength expl. link in the Credentials article
Commit: 08c7108f4812b11576f2955b3110da2f7aa0acdb
https://github.com/Evolveum/midpoint/commit/08c7108f4812b11576f2955b3110da2f7aa0acdb
Author: dakle <dakle at evolveum.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-entry-point.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-optional.webp
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/mapping-rules-setup-entry-point-via-accounts-configure-menu.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-02-limitations.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-entry-point.webp
Log Message:
-----------
Make the article easier to consume
- Structure
- Deduplicate explanations - there are now more links to "original" explanations (e.g., mapping strength)
Commit: e8cc2900df6947365cb57ffeed7df966ed357129
https://github.com/Evolveum/midpoint/commit/e8cc2900df6947365cb57ffeed7df966ed357129
Author: dakle <dakle at evolveum.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
Log Message:
-----------
Correct "since" version.
The whole mapping wizard is available since at 4.8, at least in a form close to the current one. According to: https://docs.evolveum.com/midpoint/release/4.8/#gui
This change needs to be done across the wizard articles, as it concerns probably most of them, yet it first needs to be confirmed
there are no wizards that have been added or significantly reworked in 4.9. That is why I do not do this change in bulk now.
Commit: 4079bef4db1039239c468722b0ff1628b6f093e6
https://github.com/Evolveum/midpoint/commit/4079bef4db1039239c468722b0ff1628b6f093e6
Author: dakle <dakle at evolveum.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
remove superfluous anchor
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: 9df5adf4dcbd14bd179b27241e6b6a07cdd8a456
https://github.com/Evolveum/midpoint/commit/9df5adf4dcbd14bd179b27241e6b6a07cdd8a456
Author: dakle <dakle at evolveum.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
Log Message:
-----------
Make the article easier to consume
- Fact check
- Language
- Link relevant Docs articles
- Adding missing info, remove superfluous content
- Other minor fixes
Commit: 10ec8565adbc5c18a66bac4a27c858f86f851625
https://github.com/Evolveum/midpoint/commit/10ec8565adbc5c18a66bac4a27c858f86f851625
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-gui-3.xsd
Log Message:
-----------
minor typo fixes in schema
Commit: 3d99593667a30348da79618d9771f54d298b672e
https://github.com/Evolveum/midpoint/commit/3d99593667a30348da79618d9771f54d298b672e
Author: dakle <dakle at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
Log Message:
-----------
minor fixes
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'
Commit: 4a8fe5af5d92632070cd6eeb7259dafb699c539f
https://github.com/Evolveum/midpoint/commit/4a8fe5af5d92632070cd6eeb7259dafb699c539f
Author: honchar <honchar at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M repo/system-init/src/main/resources/initial-objects/archetype/029-archetype-application.xml
Log Message:
-----------
fix for initial object (connected with #10996, #7576)
Commit: c2978f661b6b8d8eacf0c93d2cbaf77ad000a574
https://github.com/Evolveum/midpoint/commit/c2978f661b6b8d8eacf0c93d2cbaf77ad000a574
Author: dakle <dakle at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
Restructure, fact-check, make easier to consume
- Remove superfluous content
- Fact check
- Language
- Link relevant Docs articles
Commit: 930e4128a4e36f4da59ebe4807673bdd3250e7b6
https://github.com/Evolveum/midpoint/commit/930e4128a4e36f4da59ebe4807673bdd3250e7b6
Author: dakle <dakle at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
Make H1 friendlier; correct "since" version
Commit: 8ac0a929661e6102dac96e3a5737293354213510
https://github.com/Evolveum/midpoint/commit/8ac0a929661e6102dac96e3a5737293354213510
Author: dakle <dakle at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M docs/resources/resource-configuration/index.adoc
Log Message:
-----------
fix glossary link
Commit: 68ba9119d0f5d09ee6299a30f60a118bd6855c99
https://github.com/Evolveum/midpoint/commit/68ba9119d0f5d09ee6299a30f60a118bd6855c99
Author: honchar <honchar at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/activity/SaveReportFileSupport.java
Log Message:
-----------
unifying report object name and the name of the created report file with the same date/time suffix;
connected to #10978
Commit: bd73d4c5455f25bc2736a8feee0ec6312fb24be6
https://github.com/Evolveum/midpoint/commit/bd73d4c5455f25bc2736a8feee0ec6312fb24be6
Author: dakle <dakle at evolveum.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
minor adjustments
Commit: 081f492ab6d1561b77bd9db97721ff4bbbb6f64c
https://github.com/Evolveum/midpoint/commit/081f492ab6d1561b77bd9db97721ff4bbbb6f64c
Author: edison23 <dakle at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/credentials/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-entry-point.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-optional.webp
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/mapping-rules-setup-entry-point-via-accounts-configure-menu.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-02-limitations.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-entry-point.webp
M docs/resources/resource-configuration/index.adoc
Log Message:
-----------
Merge pull request #460 from Evolveum/docs/master/improve/gui-mappings
Docs/master/improve/gui mappings
Commit: fac5f696680b1734a48c547a0438437fb7eec54e
https://github.com/Evolveum/midpoint/commit/fac5f696680b1734a48c547a0438437fb7eec54e
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/concepts/polystring.adoc
Log Message:
-----------
polystring doc is updated with Localization implementation info;
connected with #10996
Commit: 6b316566952670bb196b0a36d1c6528ca1c4a6a5
https://github.com/Evolveum/midpoint/commit/6b316566952670bb196b0a36d1c6528ca1c4a6a5
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/credentials/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-entry-point.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-optional.webp
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/mapping-rules-setup-entry-point-via-accounts-configure-menu.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-02-limitations.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-entry-point.webp
M docs/resources/resource-configuration/index.adoc
Log Message:
-----------
Merge branch 'master' of https://github.com/Evolveum/midpoint
Commit: 0f274a234e69ed637613b852c67b202b18806528
https://github.com/Evolveum/midpoint/commit/0f274a234e69ed637613b852c67b202b18806528
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/mapping/SqaleTableMapping.java
Log Message:
-----------
Improve error logging in SqaleTableMapping
We should be able to obtain the full stacktrace by switching the level
to DEBUG, as it is in other parts of midPoint.
It's necessary e.g. for diagnosing #11018.
Commit: 3e39420276b43baf8d621ba8a9b4852764dac69e
https://github.com/Evolveum/midpoint/commit/3e39420276b43baf8d621ba8a9b4852764dac69e
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/concepts/polystring.adoc
Log Message:
-----------
typo in docs
Commit: de8c8e67ffcaffacab91f2caa171c8d655044cc6
https://github.com/Evolveum/midpoint/commit/de8c8e67ffcaffacab91f2caa171c8d655044cc6
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/mapping/SqaleTableMapping.java
Log Message:
-----------
Merge branch 'master' of https://github.com/Evolveum/midpoint
Commit: a6d3e857d2f989822d157f06dce84cc4be55d4b3
https://github.com/Evolveum/midpoint/commit/a6d3e857d2f989822d157f06dce84cc4be55d4b3
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/concepts/polystring.adoc
M release-notes.adoc
Log Message:
-----------
updating polystring docs (orig value is not translated anymore);
updated release notes
Commit: e6d0c2d8e9fdf646ad8880c8202c1e5c2311d6cc
https://github.com/Evolveum/midpoint/commit/e6d0c2d8e9fdf646ad8880c8202c1e5c2311d6cc
Author: dakle <dakle at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
Clarify Expression:Generate modes
Commit: e0a15a9cfc92fe38e2f5c66831e1da0b1bfdc6f5
https://github.com/Evolveum/midpoint/commit/e0a15a9cfc92fe38e2f5c66831e1da0b1bfdc6f5
Author: edison23 <dakle at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
Merge pull request #463 from Evolveum/docs/master/clarify/gui-mappings-generate-mode
Clarify Expression:Generate modes
Commit: fa9c31f1b9471db4490cd32901e2933b81b8c379
https://github.com/Evolveum/midpoint/commit/fa9c31f1b9471db4490cd32901e2933b81b8c379
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/security/authorization/admin-gui.adoc
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/certification/PageCertCampaign.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/AuditLogViewerPanel.java
Log Message:
-----------
fixing visibility of the create report button; docs update
Commit: c81951864542e0af8b6f4fb5db5d1db071360650
https://github.com/Evolveum/midpoint/commit/c81951864542e0af8b6f4fb5db5d1db071360650
Author: honchar <honchar at evolveum.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
Log Message:
-----------
Merge branch 'master' of https://github.com/Evolveum/midpoint
Commit: a9649308872fc07aa476527716eb43c63af2b390
https://github.com/Evolveum/midpoint/commit/a9649308872fc07aa476527716eb43c63af2b390
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M release-notes.adoc
M repo/system-init/src/main/resources/initial-objects/lookup-table/200-lookup-languages.xml
M repo/system-init/src/main/resources/initial-objects/lookup-table/210-lookup-locales.xml
Log Message:
-----------
Added Latvian language to lookup tables
Commit: b5a28c9e594f2b320cce1419a00b4259436aed6a
https://github.com/Evolveum/midpoint/commit/b5a28c9e594f2b320cce1419a00b4259436aed6a
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M docs/admin-gui/resource-wizard/object-type/credentials/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-entry-point.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings-wizard01-optional.webp
M docs/admin-gui/resource-wizard/object-type/mapping/advanced-mappings.adoc
M docs/admin-gui/resource-wizard/object-type/mapping/index.adoc
A docs/admin-gui/resource-wizard/object-type/mapping/mapping-rules-setup-entry-point-via-accounts-configure-menu.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-01-main.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-02-limitations.webp
A docs/admin-gui/resource-wizard/object-type/mapping/mappings-advanced-attribute-override-entry-point.webp
M docs/concepts/polystring.adoc
M docs/resources/resource-configuration/index.adoc
M docs/security/authorization/admin-gui.adoc
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/certification/PageCertCampaign.java
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 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/AuditLogViewerPanel.java
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-gui-3.xsd
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/activity/SaveReportFileSupport.java
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
M release-notes.adoc
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/mapping/SqaleTableMapping.java
M repo/system-init/src/main/resources/initial-objects/archetype/029-archetype-application.xml
M repo/system-init/src/main/resources/initial-objects/lookup-table/200-lookup-languages.xml
M repo/system-init/src/main/resources/initial-objects/lookup-table/210-lookup-locales.xml
Log Message:
-----------
Merge branch 'master' into feature/cel
Commit: 18c47eb3c722170673d00ac8cc5013991c02f9ec
https://github.com/Evolveum/midpoint/commit/18c47eb3c722170673d00ac8cc5013991c02f9ec
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/cel/CelScriptEvaluator.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/script/cel/CelTypeMapper.java
M model/model-common/src/test/java/com/evolveum/midpoint/model/common/expression/script/TestCelExpressions.java
A model/model-common/src/test/resources/expression/cel/expression-polystring-equals-norm.xml
A model/model-common/src/test/resources/expression/cel/expression-polystring-equals-orig.xml
Log Message:
-----------
CEL expressions: polystring orig&norm (caching is problematic, temporarily disabled)
Compare: https://github.com/Evolveum/midpoint/compare/c2be0f42f47d...18c47eb3c722
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