Skip to content

Commit

Permalink
jpa v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Dec 12, 2024
1 parent ebcabe4 commit 94453db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions TopModel.Generator.Jpa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- [4e3b6b](https://github.com/klee-contrib/topmodel/commit/4e3b6b7072937a40aa0717b585c0bf231908d5e7) [JPA] Le spring client doit retourner un ResponseEntity (pour gérer les différents codes Http)

> BREAKING CHANGE: Les api clientes générées avec `SpringClient` ne renvoient plus l'objet `D` directement, mais un objet `ResponseEntity<D>`.
## 1.1.3

- [8e6c7e](https://github.com/klee-contrib/topmodel/commit/8e6c7e91211edf29108254fc0aef630157c69c90) [JPA] Fix annotation Column sur association manyToMany
Expand Down
2 changes: 1 addition & 1 deletion TopModel.Generator.Jpa/TopModel.Generator.Jpa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>gideruette</Authors>
<Description>Générateurs Java/JPA pour TopModel</Description>
Expand Down

0 comments on commit 94453db

Please sign in to comment.