Skip to content

Commit

Permalink
1289: using jakarka instead javax. (apache#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli authored and rgdoliveira committed Jun 10, 2024
1 parent a03e6e7 commit c6427fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped
Original file line number Diff line number Diff line change
Expand Up @@ -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
org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped
Original file line number Diff line number Diff line change
Expand Up @@ -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
org.acme.travels.rest.UsersRemoteService/mp-rest/scope=jakarta.enterprise.context.ApplicationScoped

0 comments on commit c6427fa

Please sign in to comment.