This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new e96873647 1289: using jakarka instead javax. (#1935)
e96873647 is described below
commit e9687364730269ab56924a3187e61dbcca153bc4
Author: Alex Porcelli <[email protected]>
AuthorDate: Wed Jun 5 18:09:44 2024 -0400
1289: using jakarka instead javax. (#1935)
---
.../src/main/resources/application.properties | 2 +-
.../src/test/resources/application.properties | 2 +-
.../src/test/resources/application.properties | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/application.properties
b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/application.properties
index 0bf4f46b1..d3332094e 100644
---
a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/application.properties
+++
b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/application.properties
@@ -23,4 +23,4 @@
quarkus.swagger-ui.always-include=true
org.acme.travels.rest.UsersRemoteService/mp-rest/url=https://petstore.swagger.io
-org.acme.travels.rest.UsersRemoteService/mp-rest/scope=javax.enterprise.context.ApplicationScoped
\ No newline at end of file
+org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped
\ No newline at end of file
diff --git
a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/test/resources/application.properties
b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/test/resources/application.properties
index b7c9de9a0..019f9366a 100644
---
a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/test/resources/application.properties
+++
b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/test/resources/application.properties
@@ -21,4 +21,4 @@
quarkus.http.test-port=0
org.acme.travels.rest.UsersRemoteService/mp-rest/url=https://petstore.swagger.io
-org.acme.travels.rest.UsersRemoteService/mp-rest/scope=javax.enterprise.context.ApplicationScoped
\ No newline at end of file
+org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped
\ No newline at end of file
diff --git
a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/test/resources/application.properties
b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/test/resources/application.properties
index b7c9de9a0..019f9366a 100644
---
a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/test/resources/application.properties
+++
b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/test/resources/application.properties
@@ -21,4 +21,4 @@
quarkus.http.test-port=0
org.acme.travels.rest.UsersRemoteService/mp-rest/url=https://petstore.swagger.io
-org.acme.travels.rest.UsersRemoteService/mp-rest/scope=javax.enterprise.context.ApplicationScoped
\ No newline at end of file
+org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]