Releases: openrewrite/rewrite-templating
Releases · openrewrite/rewrite-templating
1.4.3
What's Changed
- Support sources located in an unnamed package by @Stephan202 in #64
New Contributors
- @Stephan202 made their first contribution in #64
Full Changelog: v1.4.0...v1.4.3
1.4.2
What's Changed
- Support sources located in an unnamed package by @Stephan202 in #64
New Contributors
- @Stephan202 made their first contribution in #64
Full Changelog: v1.4.0...v1.4.2
1.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1
1.4.0
What's Changed
- Minor refactor to how imports are removed by @timtebeek in #54
- Support Arrays and ignore if statements by @timtebeek in #56
- Always emit fully qualified code from
TemplateProcessor
by @knutwannheden in #55 - Tolerate but ignore
UseImportPolicy
to cover additional recipes by @timtebeek in #53 - Suppress jgit in rewrite-templating too; needs Java 8 support by @timtebeek in #58
- Remove parentheses when after is a unary too by @timtebeek in #59
- Decouple TemplateProcessorTest from RefasterTemplateProcessor by @timtebeek in #60
- Missing template classpath entry for parameters by @timtebeek in #61
- Fix compilation error around throws on EPS by @timtebeek in #62
- Improve performance for
J.Ternary
expressions by @knutwannheden in #63
Full Changelog: v1.3.13...v1.4.0
1.3.14
What's Changed
- Add
@SuppressWarnings("all")
to stop scanning tool complaints by @timtebeek in #52
Full Changelog: v1.3.12...v1.3.14
1.3.13
What's Changed
- Add
@SuppressWarnings("all")
to stop scanning tool complaints by @timtebeek in #52
Full Changelog: v1.3.12...v1.3.13
1.3.12
What's Changed
- Extract display name and description from JavaDoc by @timtebeek in #51
- Generate default constructor with JavaDoc for Xdoclint by @timtebeek in #50
Full Changelog: v1.3.11...v1.3.12
1.3.11
What's Changed
- Restore public modifiers with javadoc by @timtebeek in #46
- Tolerate
@DoNotCall
with no action taken by @timtebeek in c758a24 #47 - Add maven central badge by @timtebeek in ef184c6
Full Changelog: v1.3.10...v1.3.11
1.3.10
What's Changed
- Skip early when class generics detected by @timtebeek in #43
- Reduce warnings by generating JavaDoc by @timtebeek in #45
Full Changelog: v1.3.9...v1.3.10
1.3.9
What's Changed
- Escape slashes in Java code too by @timtebeek in #39
- Allow other annotation processors to process too by @timtebeek in #40
- Skip Class generics by @timtebeek in #41
- Add Develocity (formerly Gradle Enterprise) by @timtebeek in #42
- Verify additional escapes by @timtebeek in #44
Full Changelog: v1.3.8...v1.3.9