Skip to content

Commit 6a4ab71

Browse files
author
Tomasz Kaczmarzyk
committed
updated changelog and readme
1 parent f7bad8f commit 6a4ab71

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
v4.0.0.M1
1+
v4.0.0-M2
2+
=========
3+
* added support for extended interfaces when generating OpenAPI docs. Developed by @gibbz00 🚀
4+
* bumped dependency versions
5+
6+
v4.0.0-M1
27
=========
38
* Build integrated with Spring Boot 4 M1. Spring Boot 4 will be released in November 2005 and will update to Hibernate 7 and JPA 3.2. This PR updates to spring-boot-4.0.0-M1 and deals with breaking changes from the upstream dependencies.
49
* If you need a stable release and/or Spring Boot 3.x compatible - please select the latest 3.x version of specification-arg-resolver
510
* **BREAKING CHANGE**: Removed support for `Calendar`, `Date` in favour of java.time API (JPA 3.2)
611
* **BREAKING CHANGE**: please be aware that new version of Hibernate may generate different queries than the previous version. In context of this library, this is noticable when generating joins. For the same set of annotations and the same request, SAR 3.x will generate `INNER` and SAR 4.x will generate `LEFT` join on implicit join table queries. This is strictly related to Hibernate internals, not SAR-specific behaviour
712
* Developed by @sourcloud 🚀
813

14+
v3.2.1
15+
======
16+
* added support for extended interfaces when generating OpenAPI docs. Developed by @gibbz00 🚀
917

1018
v3.2.0
1119
=======

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ Specification argument resolver is available in the Maven Central:
14161416
<dependency>
14171417
<groupId>net.kaczmarzyk</groupId>
14181418
<artifactId>specification-arg-resolver</artifactId>
1419-
<version>3.2.0</version>
1419+
<version>3.2.1</version>
14201420
</dependency>
14211421
```
14221422

0 commit comments

Comments
 (0)