[midPoint-git] [Evolveum/midpoint] c5ad45: Clarify "bucket in wrong state" error messages

Viliam Repan noreply at github.com
Thu Feb 19 20:28:25 CET 2026


  Branch: refs/heads/feature/totp
  Home:   https://github.com/Evolveum/midpoint
  Commit: c5ad4531f1e76c77520c42825fec06764b877e0c
      https://github.com/Evolveum/midpoint/commit/c5ad4531f1e76c77520c42825fec06764b877e0c
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/BucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/CompleteBucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/ReleaseBucketsOperation.java

  Log Message:
  -----------
  Clarify "bucket in wrong state" error messages

These messages were technically correct but now they are more
informative with an indication why they probably occured.


  Commit: 92cab404e4c51f3bf2eb1a71e19040c669a0d0ce
      https://github.com/Evolveum/midpoint/commit/92cab404e4c51f3bf2eb1a71e19040c669a0d0ce
  Author: jirihuf <85359357+jirihuf at users.noreply.github.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M docs/tasks/task-manager/index.adoc

  Log Message:
  -----------
  fix quartz cron-like expression


  Commit: 05c90e2059598a2176cd17681005c795dc154797
      https://github.com/Evolveum/midpoint/commit/05c90e2059598a2176cd17681005c795dc154797
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelatorEvaluator.java

  Log Message:
  -----------
  Smart Integration: Enable shadow fetching in correlator evaluation

Changed NO_FETCH_SHADOWS constant from true to false to allow
fetching shadow data from external resources during correlator
evaluation. This ensures the evaluation works with fresh data
from connected systems rather than only cached repository data.

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 2415c7ecf7c76449c7b3247f6f1b5a0ff2ad5d63
      https://github.com/Evolveum/midpoint/commit/2415c7ecf7c76449c7b3247f6f1b5a0ff2ad5d63
  Author: tchrapovic <chrapovic.tadeas at gmail.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/SchemaHandlingTypesTableWizardPanel.java

  Log Message:
  -----------
  Smart Integration: fix cannot edit base context filter from the initial wizard


  Commit: 2e496ec39ee0fb3afa3b0dfd788061e1de8d690a
      https://github.com/Evolveum/midpoint/commit/2e496ec39ee0fb3afa3b0dfd788061e1de8d690a
  Author: tchrapovic <chrapovic.tadeas at gmail.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M docs/tasks/task-manager/index.adoc
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ValueMetadataTypeUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/OperationalDataManager.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestBasicValueMetadata.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestValueMetadata.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelatorEvaluator.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/BucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/CompleteBucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/ReleaseBucketsOperation.java
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/asserter/AbstractAsserter.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 84972fb8d9d5ac2d839df5c49215ab7cfd4d386c
      https://github.com/Evolveum/midpoint/commit/84972fb8d9d5ac2d839df5c49215ab7cfd4d386c
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ObjectTypesSuggestionOperation.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/FilterValidationException.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/ObjectTypeFiltersValidator.java

  Log Message:
  -----------
  Smart Integration: Introduce FilterValidationException for object type filter validation

Add custom FilterValidationException to handle filter validation failures
during object type suggestion operations. This exception wraps underlying
errors when suggested filters cannot be executed on the resource.

Changes:
- Add FilterValidationException in scoring package
- Update ObjectTypeFiltersValidator to throw FilterValidationException
  from both testObjectTypeFilter and testBaseContextFilter methods
- Catch FilterValidationException in ObjectTypesSuggestionOperation

Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>


  Commit: 57b0ff1fee79968096d4930296ae1640117c1de6
      https://github.com/Evolveum/midpoint/commit/57b0ff1fee79968096d4930296ae1640117c1de6
  Author: Michal Zelencik <michal.zelencik at evolveum.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ObjectTypesSuggestionOperation.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/FilterValidationException.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/ObjectTypeFiltersValidator.java

  Log Message:
  -----------
  Merge branch 'fix/object-type-suggestion-exception-handling'


  Commit: baddf7857009c7da091537974a4850038cc37594
      https://github.com/Evolveum/midpoint/commit/baddf7857009c7da091537974a4850038cc37594
  Author: Viliam Repan <vilo.repan at evolveum.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M docs/tasks/task-manager/index.adoc
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/SchemaHandlingTypesTableWizardPanel.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/CorrelatorEvaluator.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ObjectTypesSuggestionOperation.java
    A model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/FilterValidationException.java
    M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/scoring/ObjectTypeFiltersValidator.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/BucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/CompleteBucketOperation.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/buckets/ReleaseBucketsOperation.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into feature/totp


Compare: https://github.com/Evolveum/midpoint/compare/6a357196c4b6...baddf7857009

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