-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Jakarta variant of jaxb module
Based on automatic rewriting the sources of the javax variant using OpenRewrite rewrite-maven-plugin.
- Loading branch information
1 parent
c83f61a
commit 665185f
Showing
4 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
src/main/java/no/posten/jakarta | ||
src/main/java/no/posten/javax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type: specs.openrewrite.org/v1beta/recipe | ||
name: no.posten.ChangeJavaxPackageToJakarta | ||
displayName: Rename package to jakarta | ||
recipeList: | ||
- org.openrewrite.java.ChangePackage: | ||
oldPackageName: no.posten.javax | ||
newPackageName: no.posten.jakarta | ||
recursive: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters