Releases: pawellabaj/auto-record
Releases · pawellabaj/auto-record
v3.1.2
What's Changed
Bug fixes 🐛
- fix: 🚑 [BUG] Annotation parameters are not passed to generated record by @create-issue-branch in #157
Dependencies ⬆️
- build: maven: (deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #141
- build: maven: (deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #142
- build: maven: (deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #143
- build: maven: (deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #144
- build: maven: (deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #146
- build: maven: (deps): bump record-builder.version from 37 to 38 by @dependabot in #147
- build: maven: (deps-dev): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #148
- build: maven: (deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #149
- build: maven: (deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #150
- build: maven: (deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #151
- build: maven: (deps): bump record-builder.version from 38 to 40 by @dependabot in #153
- build: maven: (deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #154
Housekeeping 🔧
- build: action: (deps): bump actions/setup-java from 3 to 4 in /.github/workflows by @dependabot in #145
- build: action: (deps): bump actions/cache from 3 to 4 in /.github/workflows by @dependabot in #155
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
Bug fixes 🐛
- fix: 🚑 [BUG] Generic type with concrete type parameters generate non-compiling code by @create-issue-branch in #139
Dependencies ⬆️
- build: maven: (deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #135
- build: maven: (deps): bump junit-jupiter.version from 5.10.0 to 5.10.1 by @dependabot in #136
Housekeeping 🔧
New Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
New features ✨
- feat: ✨ Put utility classes into generated sources by @create-issue-branch in #129
Dependencies ⬆️
- build: maven: (deps-dev): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #130
- build: maven: (deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #131
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
Bug fixes 🐛
- fix: 🚑 SuppressWarning annotation copied without value - compile error by @create-issue-branch in #126
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
Bug fixes 🐛
- fix: 🚑 [BUG] @JsonProperty annotation is not propagated to record field and builder method by @pawellabaj in #123
Dependencies ⬆️
- build: maven: (deps-dev): bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #114
- build: maven: (deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.1.0 to 3.4.0 by @dependabot in #116
- build: maven: (deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot in #117
- build: maven: (deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.9.1.2184 to 3.10.0.2594 by @dependabot in #119
- build: maven: (deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #120
- build: maven: (deps): bump com.mycila:license-maven-plugin from 4.2 to 4.3 by @dependabot in #121
Housekeeping 🔧
- build: action: (deps): bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #118
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Breaking Changes 💥
- feat!: ✨ Immutable Collections Extension added by @create-issue-branch in #107
Bug fixes 🐛
- fix: 🚑 Sonar findings needs to be resolved by @create-issue-branch in #111
Dependencies ⬆️
- build: maven: (deps-dev): bump junit-jupiter.version from 5.9.3 to 5.10.0 by @dependabot in #108
- build: maven: (deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #109
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
New features ✨
- feat: ✨ Custom extensions for updating compact constructor can be added by @create-issue-branch in #102
Bug fixes 🐛
- fix: 🚑 Memoizer and builders issue by @create-issue-branch in #100
Housekeeping 🔧
- build: Used compile-testing library by @pawellabaj in #98
- chore: Unified generation flow by @pawellabaj in #101
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Breaking Changes 💥
- Use
useUnmodifiableCollections = true, enableWither = false
options inpl.com.labaj.autorecord.AutoRecordWithBuilder
Dependencies ⬆️
- build: maven: (deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #93
- build: (deps): bump record-builder to 37 by @pawellabaj in #95
Housekeeping 🔧
- build: deploy process verified with Reproducible Builds by @pawellabaj in #94
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
New features ✨
- feat: toBuilder method is a special method by naming convention by @pawellabaj in #91
Bug fixes 🐛
- fix: 🚑 NPE when having record with memoizer and builder by @create-issue-branch in #89
Housekeeping 🔧
- PR from release/v1.0.1 to main by @github-actions in #87
- PR from release/v1.0.2 to main by @github-actions in #90
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
Bug fixes 🐛
- fix: 🚑 record-builder-processor should be placed with default scope in pom.xml by @create-issue-branch in #86
Dependencies ⬆️
- build: maven: (deps): bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #84
Housekeeping 🔧
- PR from release/v1.0.0 to main by @github-actions in #76
- Dependencies updated by @pawellabaj in #83
Full Changelog: v1.0.0...v1.0.1