Upgrade Agrest to 3.11 and 4.7
Closed this issue · 0 comments
andrus commented
3.11 and 4.7 are out with bug fixes and some new stuff in 4.7. So let's upgrade.
Release notes 4.7:
- #488 Bump to the latest version of openapi-generator (v5.2.0)
- #490 "createOrUpdate" and "idempotentCreateOrUpdate" must return 201 when a single object is created
- #491 Consolidate access control API: fold readable and writable flags into the Ag entity model
- #492 Annotation entity constraints block request-defined attributes
- #494 java.lang.Double cannot be cast to java.math.BigDecimal
- #495 Remove JAX-RS dependency from "agrest-base"
- #496 Replace JAX-RS Status references with int Status
Release notes 3.11:
- #494 java.lang.Double cannot be cast to java.math.BigDecimal