-
Notifications
You must be signed in to change notification settings - Fork 110
Add mapping for migration for joda LocalDate #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
YarochkinMichael
wants to merge
31
commits into
openrewrite:main
from
YarochkinMichael:add-localdate-mapping-to-joda-recipe
Closed
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
bce32bb
Add mapping for migration for joda LocalDate
0ed4bf2
Fix safe migration issue.
fa80bf7
Merge branch 'main' into add-localdate-mapping-to-joda-recipe
timtebeek 4d2d32f
Add LocalDateTime mapping
d058821
Add LocalTime mapping
d5f61bc
Add Seconds mapping
e16c12d
Add Days mapping
ccbc050
Add tests
37eb88c
Disable safe check in Visitor
53f40df
add additional mappings
86e5b1d
add additional mappings
8b466aa
add additional mappings
3fc49b1
Update .gitlab-ci.yml file
6a6008b
fix assignment to primitive
60c7759
add mappings
015df71
Fix mappings
6036bb2
Add mappings
214b137
Merge remote-tracking branch 'refs/remotes/origin/add-localdate-mappi…
c8b70f8
Merge branch 'refs/heads/main' into add-localdate-mapping-to-joda-recipe
bf618b5
Add mappings
dc0f687
Merge branch 'openrewrite:main' into add-localdate-mapping-to-joda-re…
YarochkinMichael 26b04fe
Merge pull request #1 from YarochkinMichael/main
YarochkinMichael 272cab9
Merge branch 'main' into add-localdate-mapping-to-joda-recipe
timtebeek a0dedc0
Apply suggestions from code review
timtebeek 3774163
Update build.gradle.kts
timtebeek a08d224
Merge branch 'openrewrite:main' into add-localdate-mapping-to-joda-re…
YarochkinMichael 890ff0f
Merge branch 'openrewrite:main' into add-localdate-mapping-to-joda-re…
YarochkinMichael d757bf8
Add mappings
f2bdd45
Fix tests
27c79d7
Merge branch 'refs/heads/main' into add-localdate-mapping-to-joda-recipe
f841f60
Merge branch 'main' into add-localdate-mapping-to-joda-recipe
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,31 @@ | ||
| before_script: | ||
| - function setEnv(){ | ||
| $env:JAVA_HOME="C:\Runners\OpenRewrite\CO_JDK"; | ||
| $env:PATH+= ";$env:JAVA_HOME\bin"; | ||
| dir env:; | ||
| } | ||
| - setEnv | ||
|
|
||
| stages: | ||
| - build | ||
| - test | ||
| - deploy | ||
|
|
||
| build: | ||
| stage: build | ||
| script: | ||
| - ./gradlew clean assemble --no-daemon | ||
|
|
||
| test: | ||
| stage: test | ||
| script: | ||
| - ./gradlew check --no-daemon | ||
| rules: | ||
| - when: never # Never run the test job | ||
|
|
||
| deploy: | ||
| stage: deploy | ||
| only: | ||
| - add-localdate-mapping-to-joda-recipe | ||
| script: | ||
| - ./gradlew publishNebulaPublicationToPrimionNexusRepository --no-daemon |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.