This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/dot-ci/jenkins/tests/ch.qos.logback-logback-core-1.5.25
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


 discard 58f4d4f64d Bump ch.qos.logback:logback-core in /.ci/jenkins/tests
     add 0eefb39bf1 Update rhino version to 1.8.1 (#4171)
     add 0846f43435 [incubator-kie-issues#2215] Fixed authentication issue when 
impersonation allowed and params missing (#4169)
     add 52348294fd [incubator-kie-issues#2211] Data not correctly handled for 
broadcast messages (#4168)
     add 4b7a242561 [incubator-kie-issues#2154] Support for suspendUntil 
operation for User Tasks in WS-HT lifecycle (#4164)
     add 9c7695d8f5 Bump ch.qos.logback:logback-core (#4173)
     add e908841362 [SRVLOGIC-787] Metrics.exporter to "otlp" provokes 
dependency not found (#4179)
     add 45ed909d4b Bump org.assertj:assertj-core in 
/kogito-build/kogito-dependencies-bom (#4175)
     add 46f103aa78 Bump ch.qos.logback:logback-core in /.ci/jenkins/tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (58f4d4f64d)
            \
             N -- N -- N   
refs/heads/dependabot/maven/dot-ci/jenkins/tests/ch.qos.logback-logback-core-1.5.25
 (46f103aa78)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../auth/impl/IdentityProviderFactoryImpl.java     |   6 +-
 .../org/kie/kogito/usertask/UserTaskInstance.java  |   1 +
 .../usertask/lifecycle/UserTaskLifeCycle.java      |   5 +
 .../auth/impl/IdentityProviderFactoryImplTest.java |  97 +++++
 .../kogito/event/impl/ProcessEventDispatcher.java  |  34 +-
 .../handler/UserTaskKogitoWorkItemHandler.java     |  13 +
 jbpm/jbpm-usertask/pom.xml                         |   4 +
 .../usertask/impl/DefaultUserTaskInstance.java     |   5 +
 .../impl/lifecycle/WsHumanTaskLifeCycle.java       | 133 ++++++-
 kogito-build/kogito-dependencies-bom/pom.xml       |   6 +-
 .../opentelemetry/OtlpMockTestResource.java        |   4 +-
 .../src/main/resources/pong_message_signal.bpmn    | 152 ++++++++
 .../quarkus/PingPongMessageIT.java                 |  48 ++-
 .../integration-tests-quarkus-wshumantasks/pom.xml |   4 +
 ...ager_multiple_users.bpmn => suspend_until.bpmn} |  25 +-
 ...iple_users.bpmn => suspend_until_variable.bpmn} |  27 +-
 .../usertask/jpa/it/WsHumanTaskLifeCycleIT.java    | 392 +++++++++++++++++++--
 .../src/main/resources/suspend_until.bpmn          |  25 +-
 .../src/main/resources/suspend_until_variable.bpmn |  27 +-
 .../usertask/jpa/it/WsHumanTaskLifeCycleIT.java    | 392 +++++++++++++++++++--
 20 files changed, 1244 insertions(+), 156 deletions(-)
 create mode 100644 
quarkus/integration-tests/integration-tests-quarkus-processes/src/main/resources/pong_message_signal.bpmn
 copy 
quarkus/integration-tests/integration-tests-quarkus-wshumantasks/src/main/resources/{manager_multiple_users.bpmn
 => suspend_until.bpmn} (89%)
 copy 
quarkus/integration-tests/integration-tests-quarkus-wshumantasks/src/main/resources/{manager_multiple_users.bpmn
 => suspend_until_variable.bpmn} (87%)
 copy 
quarkus/integration-tests/integration-tests-quarkus-wshumantasks/src/main/resources/manager_multiple_users.bpmn
 => 
springboot/integration-tests/integration-tests-springboot-wshumantasks-it/src/main/resources/suspend_until.bpmn
 (89%)
 copy 
quarkus/integration-tests/integration-tests-quarkus-wshumantasks/src/main/resources/manager_multiple_users.bpmn
 => 
springboot/integration-tests/integration-tests-springboot-wshumantasks-it/src/main/resources/suspend_until_variable.bpmn
 (87%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to