Skip to content

v2.0.0-M7

Pre-release
Pre-release
Compare
Choose a tag to compare
@bnasslahsen bnasslahsen released this 16 Oct 23:53

Added

  • #1888 - custom Summary for actuator
  • #1881 - Support @hidden annotation on REST repositories.
  • #1878 - Sort request methods

Changed

  • Upgrade swagger-core to 2.2.4
  • Upgrade swagger-ui to 4.14.3

Fixed

  • #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
  • #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
  • #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.