Skip to content

Commit

Permalink
Merge pull request #90 from linartova/refactor_naming_from_Java_EE_to…
Browse files Browse the repository at this point in the history
…_Jakarta_final

Refactor naming from Java EE to Jakarta
  • Loading branch information
michalvavrik authored Jul 25, 2023
2 parents c2a1f27 + 0f72f5e commit cd9e261
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are the selected ones:
* JDK17 [2021-09-14] [features list](https://openjdk.java.net/projects/jdk/17/)

## Scenarios
### Jaxrs-panache
### Jakarta-rest-panache
* [Records](https://openjdk.java.net/jeps/395)
* [Text Blocks](https://openjdk.java.net/jeps/378)
* [Sealed Interfaces](https://openjdk.java.net/jeps/409)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jaxrs-panache</artifactId>
<artifactId>jakarta-rest-panache</artifactId>
<packaging>jar</packaging>
<name>Quarkus JDK17 TS: jaxrs-panache</name>
<name>Quarkus JDK17 TS: jakarta-rest-panache</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<jdk>17</jdk>
</activation>
<modules>
<module>jdk17/jaxrs-panache</module>
<module>jdk17/jakarta-rest-panache</module>
<module>jdk17/graphql</module>
</modules>
</profile>
Expand Down

0 comments on commit cd9e261

Please sign in to comment.