This is an automated email from the ASF dual-hosted git repository.
pefernan pushed a commit to branch quarkus-3.2LTS
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 6085c8c46 - changed `infinispan-spring-boot-starter-remote` to
infinispan-spring-boot3-starter-remote` (#1836)
6085c8c46 is described below
commit 6085c8c468fe909a2afb674076678ceb6af640f4
Author: Pere Fernández <[email protected]>
AuthorDate: Fri Dec 1 14:49:02 2023 +0100
- changed `infinispan-spring-boot-starter-remote` to
infinispan-spring-boot3-starter-remote` (#1836)
---
kogito-springboot-examples/onboarding-springboot/pom.xml | 2 +-
kogito-springboot-examples/pom.xml | 2 +-
.../process-infinispan-persistence-springboot/pom.xml | 2 +-
kogito-springboot-examples/process-springboot-example/pom.xml | 2 +-
kogito-springboot-examples/process-timer-springboot/pom.xml | 2 +-
.../process-usertasks-custom-lifecycle-springboot/pom.xml | 2 +-
.../process-usertasks-springboot-with-console/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/kogito-springboot-examples/onboarding-springboot/pom.xml
b/kogito-springboot-examples/onboarding-springboot/pom.xml
index 199c4f40e..5deaa76c5 100644
--- a/kogito-springboot-examples/onboarding-springboot/pom.xml
+++ b/kogito-springboot-examples/onboarding-springboot/pom.xml
@@ -125,7 +125,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
</dependencies>
</profile>
diff --git a/kogito-springboot-examples/pom.xml
b/kogito-springboot-examples/pom.xml
index c355fec8c..67ab72ec9 100644
--- a/kogito-springboot-examples/pom.xml
+++ b/kogito-springboot-examples/pom.xml
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
<version>${version.org.infinispan}</version>
</dependency>
</dependencies>
diff --git
a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
index b870388c4..80d7dd673 100644
---
a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
+++
b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
@@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<!-- kogito -->
diff --git a/kogito-springboot-examples/process-springboot-example/pom.xml
b/kogito-springboot-examples/process-springboot-example/pom.xml
index d8da6202f..e372251a5 100644
--- a/kogito-springboot-examples/process-springboot-example/pom.xml
+++ b/kogito-springboot-examples/process-springboot-example/pom.xml
@@ -140,7 +140,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
</dependencies>
</profile>
diff --git a/kogito-springboot-examples/process-timer-springboot/pom.xml
b/kogito-springboot-examples/process-timer-springboot/pom.xml
index c5898835d..bf7b6a113 100644
--- a/kogito-springboot-examples/process-timer-springboot/pom.xml
+++ b/kogito-springboot-examples/process-timer-springboot/pom.xml
@@ -94,7 +94,7 @@
<!-- uncomment these two to enable persistence for Kogito -->
<!-- <dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git
a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
index 62851e196..d0e973f1f 100644
---
a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
+++
b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
@@ -112,7 +112,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git
a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
index 9241308bd..4a94ac755 100644
---
a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
+++
b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
@@ -91,7 +91,7 @@
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
- <artifactId>infinispan-spring-boot-starter-remote</artifactId>
+ <artifactId>infinispan-spring-boot3-starter-remote</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]