Skip to content

Releases: Alipsa/simple-rest

Ver 1.0.5

19 Mar 18:58
Compare
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
Compare
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
Compare
Choose a tag to compare
  • upgrade test dependencies (junit, jetty).
  • add some docs

Ver 1.0.2

27 May 14:01
Compare
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
Compare
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
Compare
Choose a tag to compare

Initial release.