[midPoint-git] [Evolveum/midpoint] d818ee: AbstractIntegrationTest: "initializing" log made o...
    virgo47 
    noreply at github.com
       
    Fri Feb 11 20:06:51 CET 2022
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: d818ee721de72cd508f080fcaa90ead60b9508e3
      https://github.com/Evolveum/midpoint/commit/d818ee721de72cd508f080fcaa90ead60b9508e3
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)
  Changed paths:
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
  Log Message:
  -----------
  AbstractIntegrationTest: "initializing" log made only once
Previously it was always logged before the "already initialized" check,
now it's called only when not initialized yet.
  Commit: d0a710eea5d59f7eb386a8ba47bdead30a3c10cb
      https://github.com/Evolveum/midpoint/commit/d0a710eea5d59f7eb386a8ba47bdead30a3c10cb
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)
  Changed paths:
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/MidpointTestContextWithTask.java
  Log Message:
  -----------
  MidpointTestContextWithTask: test name is used for thread name
This was previously done for unit tests only.
  Commit: 6d2a0c4e3df1af54196a4e0f8b731b9af6d17219
      https://github.com/Evolveum/midpoint/commit/6d2a0c4e3df1af54196a4e0f8b731b9af6d17219
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)
  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-notifications-3.xsd
    M model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/EventHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/EventHandlerRegistry.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/handlers/AggregatedEventHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/handlers/BaseHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/BaseNotificationHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/CategoryFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/ChainHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/ExpressionFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/FocusTypeFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/ForkHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/KindIntentFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/OperationFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/helpers/StatusFilterHelper.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/notifiers/AbstractGeneralNotifier.java
  Log Message:
  -----------
  notification schema: added BaseEventHandlerType, used for notifiers
Now notifiers are not extending EventHandlerType anymore and the nesting
of notifiers is deprecated.
This required many changes in notification-impl, but mostly minor ones.
Compare: https://github.com/Evolveum/midpoint/compare/3b4cb13775a8...6d2a0c4e3df1
    
    
More information about the midPoint-svn
mailing list