issues
search
openrewrite
/
rewrite-migrate-java
OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
111
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace `ArrayStoreException` with `TypeNotPresentException` in try/catch using `Class.getAnnotation()`
#613
BhavanaPidapa
closed
4 days ago
0
fix: add java version property only to parent pom
#612
dpozinen
closed
1 week ago
1
Include `lombok-mapstruct-binding` for maven
#611
Laurens-W
closed
4 days ago
0
Add `lombok-mapstruct-binding` during Java 17 migration when both lombok and mapstruct are used
#610
Laurens-W
closed
1 week ago
0
Fix `var` migration of variables initialized by static methods
#609
MBoegers
closed
1 week ago
0
Skip `var` replacement when the type cannot fully be resolved
#608
uhafner
closed
1 week ago
4
Skip `var` replacement when the type cannot fully be resolved
#607
uhafner
closed
1 week ago
0
Adopt RemoveMethodInvocations from core
#606
timtebeek
closed
1 week ago
0
Joda-Time to Java time: Add support for Method Parameter Migration
#605
amishra-u
closed
4 days ago
0
Add a `ScopedVariable` trait
#604
Laurens-W
closed
1 week ago
1
Proof that `javax.jms` is migrated to `jakarta.jms` in spring.xml
#603
Laurens-W
closed
2 weeks ago
1
Prevent breakage of usages of Spring's @Nullable
#602
kmccarp
closed
2 weeks ago
0
Do not convert return types in NoGuavaJava21 by default
#601
BramliAK
closed
4 days ago
1
Jspecify nullmarked
#600
bwijsmuller
closed
2 weeks ago
0
Retain BeanManager `fireEvent` annotations
#599
timtebeek
closed
2 weeks ago
0
Issue with `StringFormatted` recipe
#598
mankoffs
closed
2 weeks ago
1
UpdateBeanManagerMethods refactors `fireEvent(event, qualifier)` incorrectly
#597
cortlepp
closed
2 weeks ago
1
Include migrating ParametersAreNonnullByDefault
#596
bwijsmuller
closed
2 days ago
1
Use Java 21 toolchain for rewrite-migrate-java
#595
timtebeek
closed
4 weeks ago
0
Joda time to Java time: Add few more templates for migration
#594
amishra-u
closed
1 month ago
0
refactor: add @Nullable to methods who may return null
#593
nielsdebruin
closed
1 month ago
0
refactor: Annotate methods which may return `null` with `@Nullable`
#592
nielsdebruin
closed
1 month ago
0
[3/3] Implement joda to java time migration recipe
#591
amishra-u
closed
1 month ago
0
NoGuavaJava21 causing invalid code since v2.28.0
#590
protocol7
closed
4 days ago
4
Question about `UseTextBlocks`
#589
traceyyoshima
closed
1 month ago
4
Fix UseMapOf double brace init for non-string types
#588
BramliAK
closed
1 month ago
0
Recipes to replace Guava `Immutable{Set|List|Map}.copyOf()` with Java `{Set|List|Map}.copyOf()`
#587
knutwannheden
opened
1 month ago
2
Fix Guava Immutable{Set|List|Map}
#586
BramliAK
closed
1 month ago
1
Recipes to replace Guava `Immutable{Set|List|Map}.copyOf()` with Java `{Set|List|Map}.copyOf()`
#585
knutwannheden
closed
1 month ago
0
Recipes to replace Guava `Immutable{Set|List|Map}.copyOf()` calls with Java `{Set|List|Map}.copyOf()` calls
#584
knutwannheden
opened
1 month ago
0
Keep whitespace between arguments in Guava immutable recipes
#583
knutwannheden
closed
1 month ago
0
[2/x] Implement joda to java time migration recipe
#582
amishra-u
closed
1 month ago
2
Temporarily remove Recipes Related to ChangeType until #4582 fixed
#580
amishra-u
closed
1 month ago
2
Add recipe to upgrade `jakarta.annotation-api` to 2.1.x version
#579
Laurens-W
closed
1 month ago
0
Draft: Test to reproduce retention of first arg prefix in StringFormatted recipe
#578
coderustic
closed
1 month ago
1
Johnzon upgrade for Jakarta 9
#577
BoykoAlex
closed
1 month ago
0
`Preconditions.checkNotNull` recipes should retain unrelated `String.valueOf(String)`
#575
amishra-u
closed
1 month ago
0
`org.openrewrite.java.migrate.lang.StringFormatted` leaves hanging spaces/lf
#573
blipper
closed
1 month ago
10
Migrate Spring annotations to JSpecify
#572
sullis
closed
1 month ago
0
`UseEnumSetOf` should rewrite `EnumSet.noneOf` from empty `Set.of()`
#570
BramliAK
closed
1 month ago
0
Move Java 9+ dependent guava recipes to noguava11
#569
amishra-u
closed
1 month ago
0
Remove duplicate license headers
#568
amishra-u
closed
1 month ago
0
[1/x] Implement joda to java time migration recipe
#567
amishra-u
closed
1 month ago
0
`org.openrewrite.java.migrate.util.MigrateCollectionsSingletonList` should not convert known null
#571
blipper
closed
1 month ago
1
`org.openrewrite.java.migrate.util.UseMapOf` fails on double brace init for non-string types
#566
blipper
closed
1 month ago
2
update to latest error prone to remove protobuf-java@3.19.2 vulnerability
#565
natedanner
closed
1 month ago
0
Create Java17UpgradeCompilationTest.java
#564
khushi1310
closed
2 months ago
1
Revert adding SerialVersionUID
#563
melloware
closed
2 months ago
6
Shorten call to get enclosing method declaration
#562
evie-lau
closed
2 months ago
0
refactor: Update Gradle wrapper
#561
shanman190
closed
2 months ago
0
Next