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

mariofusco pushed a change to branch q3lts
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


 discard aa551eb001 CI: update mvn and jdk in GHA
 discard 7f22624621 wip
 discard 4c0a4f1a7d wip
 discard 4cb2899623 wip : fix jakarta.validation-api version
 discard d5e21883c5 Apply patches
 discard a55c8ae75a fixed quarkus3 patches
 discard 3158578c68 [Quarkus 3] Updated rewrite data
 discard 4755322042 Bump to Quarkus 3.2.9.Final
     add a7d9bd7c71 Bump to Quarkus 3.2.9.Final
     add 611fcbc052 [Quarkus 3] Updated rewrite data
     add 105ef96788 fixed quarkus3 patches
     add cd3cf7092b Apply patches
     add 88ff1c5216 wip : fix jakarta.validation-api version
     add f2c5b6f769 TEMPORARY: adjust pipeline config
     add fe7889b85e CI - limit generated jobs
     add c2f15fe491 CI: update mvn and jdk in GHA
     add 11337830d3 Fixing_ForEachRestIT (#3304)
     add cd6f724350 kie-issues#262: Spring-Boot 3.0.5 migration: Fix SVG Addon 
(#3303)
     add f29092493d A property that use to be optional is now mandatory.
     add df2e6f047f Formatting (#3306)
     add a9ad592593 Fix #3308 - Configure SpringBoot Kubernetes to add Client 
in test context (#3311)
     add 3f6a34df86 issues#3320 Flaky timeout tests (#3321)
     add d7998144d9 Using different topics (#3322)
     add 4e22974c07 Fixing Fabric8 version alignment on Quarkus and SB (#3324)
     add 095e0f1110 Cancel should not interrupt current thread (#3325)
     add b3de64f77b Do not interrut in CancelActionCommand (#3326)
     add 7e34b1ec8b There is not need to to do that check (#3329)
     add a83695fcf5 - Removing @Lazy injections on RestWorkItemHandler 
constructors (#3330)

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   (aa551eb001)
            \
             N -- N -- N   refs/heads/q3lts (a83695fcf5)

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:
 addons/common/kubernetes/pom.xml                   |  2 +
 .../services/jobs/impl/InMemoryJobService.java     |  4 +-
 kogito-build/kogito-dependencies-bom/pom.xml       | 19 +++-----
 .../kogito/codegen/process/ProcessGenerator.java   |  2 +-
 ...CallbackStateServerlessWorkflowParsingTest.java |  4 +-
 .../resources/exec/callback-state-timeouts.sw.json |  2 +-
 quarkus/addons/process-definitions/.gitignore      |  1 +
 .../python/PythonWorkItemHandlerConfig.java        |  8 ++--
 quarkus/bom/pom.xml                                | 15 ++++++
 .../src/main/resources/application.properties      |  1 +
 .../livereload/LiveReloadProcessorTest.java        |  3 +-
 ...lback-state-with-timeouts-error-handler.sw.json |  2 +-
 .../src/main/resources/eventWithError.sw.json      |  2 +-
 .../src/main/resources/specs/callbackResults.yaml  | 13 +++--
 .../CallbackStateWithTimeoutsErrorHandlerIT.java   |  2 +-
 .../kogito/quarkus/workflows/EventTimedoutIT.java  |  2 +-
 .../kogito/quarkus/workflows/ForEachRestIT.java    |  2 +-
 .../kogito/quarkus/workflows/WorkflowEventIT.java  |  2 +-
 springboot/addons/kubernetes/README.md             |  9 ++++
 springboot/addons/kubernetes/pom.xml               | 20 +-------
 .../src/test/resources/application.properties      |  2 +
 springboot/addons/process-svg/pom.xml              | 16 +------
 .../kogito/svg/auth/PrincipalAuthTokenReader.java  |  7 +--
 .../kie/kogito/svg/auth/SpringBootAuthHelper.java  | 56 ++++++++++++++++++++++
 .../auth/impl/JwtPrincipalAuthTokenReader.java}    | 29 ++++++-----
 .../auth/impl/OIDCPrincipalAuthTokenReader.java}   | 29 ++++++-----
 .../svg/dataindex/SpringBootDataIndexClient.java   | 35 ++++----------
 .../dataindex/SpringBootDataIndexClientTest.java   | 47 +++++++++++++-----
 springboot/bom/pom.xml                             | 33 +++++++------
 .../springboot/SignalProcessTest.java              |  4 +-
 30 files changed, 219 insertions(+), 154 deletions(-)
 create mode 100644 quarkus/addons/process-definitions/.gitignore
 create mode 100644 
quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-extension-live-reload-test/src/main/resources/application.properties
 create mode 100644 
springboot/addons/kubernetes/src/test/resources/application.properties
 copy 
api/kogito-api/src/main/java/org/kie/kogito/internal/process/runtime/KogitoWorkItemNodeInstance.java
 => 
springboot/addons/process-svg/src/main/java/org/kie/kogito/svg/auth/PrincipalAuthTokenReader.java
 (83%)
 create mode 100644 
springboot/addons/process-svg/src/main/java/org/kie/kogito/svg/auth/SpringBootAuthHelper.java
 copy 
springboot/addons/{persistence/postgresql/src/main/java/org/kie/kogito/persistence/springboot/PgClientProducer.java
 => 
process-svg/src/main/java/org/kie/kogito/svg/auth/impl/JwtPrincipalAuthTokenReader.java}
 (62%)
 copy 
springboot/addons/{persistence/postgresql/src/main/java/org/kie/kogito/persistence/springboot/PgClientProducer.java
 => 
process-svg/src/main/java/org/kie/kogito/svg/auth/impl/OIDCPrincipalAuthTokenReader.java}
 (62%)


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

Reply via email to