Skip to content

Commit

Permalink
Renaming of artifacts and as per migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiRajAnand authored and pefernan committed Jan 27, 2025
1 parent 7244d4d commit b3b1a03
Show file tree
Hide file tree
Showing 171 changed files with 248 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

# Container image
quarkus.container-image.build=true
Expand Down
2 changes: 1 addition & 1 deletion kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar
quarkus.swagger-ui.always-include=true

mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# key = value

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.http.port=8080
quarkus.http.cors=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.http.port=8090
quarkus.http.cors=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Configuration file
# key = value
# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar
quarkus.http.port=8081

# Kubernetes related properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Configuration file
# key = value
# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar
quarkus.http.port=8080
quarkus.infinispan-client.hosts=localhost:11222
quarkus.infinispan-client.use-auth=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Configuration file
# key = value
# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar
quarkus.http.port=8082

# Kubernetes related properties
Expand Down
2 changes: 1 addition & 1 deletion kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
6 changes: 3 additions & 3 deletions kogito-quarkus-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Port 0 means dynamic port -->
<tests.quarkus.http.port>0</tests.quarkus.http.port>
<!-- override default to fast-jar packaging for forward-compatibility -->
<quarkus.package.type>fast-jar</quarkus.package.type>
<quarkus.package.jar.type>fast-jar</quarkus.package.jar.type>
</properties>

<profiles>
Expand Down Expand Up @@ -114,7 +114,7 @@
<properties>
<failsafe.include>**/Native*IT.java</failsafe.include>
<failsafe.exclude></failsafe.exclude>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
<quarkus.native.native-image-xmx>8g</quarkus.native.native-image-xmx>
<!-- Native building needs a fixed port for tests -->
<tests.quarkus.http.port>8080</tests.quarkus.http.port>
Expand Down Expand Up @@ -189,7 +189,7 @@
<properties>
<failsafe.include>**/Native*IT.java</failsafe.include>
<failsafe.exclude></failsafe.exclude>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.native.enabled>true</quarkus.native.enabled>
<quarkus.native.native-image-xmx>8g</quarkus.native.native-image-xmx>
<!-- Native building needs a fixed port for tests -->
<tests.quarkus.http.port>8080</tests.quarkus.http.port>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Packaging
#quarkus.package.type=fast-jar
#quarkus.package.jar.type=fast-jar

#https://quarkus.io/guides/openapi-swaggerui
quarkus.http.cors=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

quarkus.swagger-ui.always-include=true
kogito.persistence.type=mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Packaging
# quarkus.package.type=fast-jar
# quarkus.package.jar.type=fast-jar

kafka.bootstrap.servers=localhost:9092

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion kogito-quarkus-examples/process-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down
Loading

0 comments on commit b3b1a03

Please sign in to comment.