Skip to content

Releases: Alipsa/simple-rest

Ver 1.1.0

20 Feb 19:22

Choose a tag to compare

  • Upgrade jackson 2.14.2 -> 2.18.2
  • Upgrade jetty 11.0.14 -> 11.0.24
  • Add support for https
  • Require java 17 or later

Ver 1.0.5

19 Mar 18:58

Choose a tag to compare

  • Add RequestMethod with static constants for all Http Request methods
  • Update test dependencies

Ver 1.0.4

11 Feb 22:39

Choose a tag to compare

  • Add getForType which takes a TypeReference as parameter to be able to return "anything"
  • Upgrade dependencies for jackson, and test dependencies (jetty, junit, slf4j)

Ver 1.0.3

01 Aug 18:32

Choose a tag to compare

  • upgrade test dependencies (junit, jetty).
  • add some docs

Ver 1.0.2

27 May 14:01

Choose a tag to compare

  • Describe how to handle REST/XML, add application/xml to the MediaType
  • Fix url in pom.xml
  • Update maven plugin versions
  • add Accept header to common headers
  • set content type even if requestHeaders param is null
  • add UrlParameters utility method

Ver 1.0.1

06 May 16:46

Choose a tag to compare

Changes:

  • Default to the Object mapper in the RestClient instead of creating a new one.
  • Add javadocs
  • make headerRequest private, head and options should be enough.
  • Use the same method to check for possible content in the delete request as in the put and post

Ver 1.0.0

06 May 14:11

Choose a tag to compare

Initial release.