Skip to content

Issues: openrewrite/rewrite-migrate-java

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Java 11: use Files.readString to read a file to a String recipe Recipe requested uses-dataflow
#91 opened Apr 15, 2022 by yeikel updated Apr 19, 2022
Explore how to convert the legacy Date/Calendar classes to the JSR310 Date/Time library question Further information is requested recipe Recipe requested
#86 opened Apr 6, 2022 by tkvangorder updated Apr 19, 2022
Recipe to update jax-ws related maven plugins recipe Recipe requested
#27 opened Jun 12, 2021 by tkvangorder updated Apr 19, 2022
Recipe to Suppress Illegal Reflective Access Warnings recipe Recipe requested
#20 opened Jun 1, 2021 by tkvangorder updated Apr 19, 2022
Replace usage of deprecated PropertyNamingStrategy.SnakeCaseStrategy good first issue Good for newcomers recipe Recipe requested
#45 opened Sep 10, 2021 by jkschneider updated Apr 19, 2022
Migrate unmodifiableMap(..) to Map.of(..) recipe Recipe requested
#71 opened Mar 31, 2022 by traceyyoshima updated Apr 19, 2022
Investigate how to migrate CXF projects to Java 11 recipe Recipe requested
#28 opened Jun 14, 2021 by tkvangorder updated Apr 19, 2022
Convert java.text.SimpleDateFormat to java.time.format.DateTimeFormatter recipe Recipe requested
#108 opened May 16, 2022 by rdifrango updated May 18, 2022
Migrate from immutables to Java records recipe Recipe requested
#116 opened Aug 4, 2022 by yeikel updated Aug 4, 2022
Jakarta XML Binding API 4.0.0 migration recipe recipe Recipe requested
#110 opened Jun 14, 2022 by pway99 updated Sep 1, 2022
Java 16+ : Replace .collect(Collectors.toList()) with Stream.toList() recipe Recipe requested
#83 opened Apr 4, 2022 by yeikel updated Nov 4, 2022
Convert Google Auto value to records recipe Recipe requested
#148 opened Dec 3, 2022 by timtebeek updated Dec 5, 2022
Support Spring Boot apps with no explicit version config design-partner-3 enhancement New feature or request
#155 opened Dec 16, 2022 by nmck257 updated Dec 22, 2022
Replace Optional.get with Optional::orElseThrow recipe Recipe requested
#147 opened Nov 14, 2022 by yeikel updated Dec 29, 2022
Upgrade Docker base images when upgrading Java enhancement New feature or request good first issue Good for newcomers
#183 opened Feb 8, 2023 by timtebeek updated Feb 9, 2023
version 1.17.1 tries to change a lot of unreleated files bug Something isn't working
#184 opened Feb 26, 2023 by BigMichi1 updated Feb 27, 2023
JDK 13+ : Headings should start with h2 and h4 recipe Recipe requested
#208 opened Apr 14, 2023 by yeikel updated Apr 14, 2023
Also update Gradle wrapper with Java version upgrades enhancement New feature or request
#182 opened Feb 8, 2023 by timtebeek updated May 16, 2023
Remove lombok.experimental.FieldDefaults recipe Recipe requested
#175 opened Jan 26, 2023 by timtebeek updated May 24, 2023 Migrate from Lombok to Java 17
Support for Ternary Operator assignments in var context enhancement New feature or request
#237 opened Jun 13, 2023 by MBoegers updated Jun 13, 2023
Apply var to method invocations recipe Recipe requested
#236 opened Jun 12, 2023 by MBoegers updated Jul 7, 2023
Collections.singleton and Collections.singletonList allow null, Set.of and List.of not bug Something isn't working
#250 opened Jul 6, 2023 by JosRoseboom updated Jul 7, 2023
Migrate from *jdk15on bouncycastle packages to *jdk18on or *jdk15to18 good first issue Good for newcomers recipe Recipe requested
#286 opened Sep 8, 2023 by yeikel updated Sep 11, 2023
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.