Releases: naver/spring-jdbc-plus
Releases · naver/spring-jdbc-plus
3.3.3.1
Do not use 3.3.3
What's Changed
- Enable checkstyle and polish codes by @chanhyeong in #154
- Add Github Actions workflow for publishing artifacts with Gradle by @wool0826 in #155
- Add a document for deployment by @wool0826 in #156
- Replace deprecated Jsr310TimestampBasedConverters to package-private by @chanhyeong in #157
- Bump up spring boot version to 3.3.3 by @IAM20 in #158
Full Changelog: 3.3.2...3.3.3.1
3.3.2
3.2.8
3.3.1
3.2.7
3.2.6
3.3.0
What's Changed
- Add single query loading test by @IAM20 in #126
- Use JDK17 Format by @IAM20 in #127
- Add SoftDeleteColumn annnotation and generate sql by @chanhyeong in #129
- Fix badge in README by @chanhyeong in #130
- Add annotation guide line by @Apisapple in #131
- Bump up spring boot version to 3.2.3 by @IAM20 in #132
- Bump up spring data jdbc version to 3.3.0-M1 by @IAM20 in #133
- Use ID_SQL_PARAMETER when softDeleteById by @IAM20 in #134
- Bump up spring data jdbc version to 3.3.0-M2 by @chanhyeong in #136
- Replace manual spring-data version to spring-data-bom by @chanhyeong in #139
- Refactor submodule hierarchies by @chanhyeong in #140
- Add soft delete configuration by @chanhyeong in #141
- Bump up spring boot version to 3.3.0-RC1 by @wool0826 in #144
- Polish codes in convert utils by @chanhyeong in #145
- Remove unused kotlin dependency by @acktsap in #146
- Use convention in gradle project structure by @acktsap in #147
- Update javadocs and docs of soft delete by @chanhyeong in #148
- Bump up spring boot version to 3.3.0 by @IAM20 in #149
New Contributors
- @Apisapple made their first contribution in #131
Full Changelog: 3.2.5...3.3.0
3.3.0-RC1
3.2.5
3.3.0-M2
⭐ New Features
- Add configuration for
@SoftDeleteColumn
✅ What's Changed
- Use ID_SQL_PARAMETER when softDeleteById by @IAM20 in #134
- Bump up spring data jdbc version to 3.3.0-M2 by @chanhyeong in #136
- Replace manual spring-data version to spring-data-bom by @chanhyeong in #139
- Refactor submodule hierarchies by @chanhyeong in #140
- Add soft delete configuration by @chanhyeong in #141
Full Changelog: 3.3.0-M1...3.3.0-M2