Skip to content

Releases: arteam/simple-json-rpc

0.4

14 Dec 20:24
Compare
Choose a tag to compare
0.4

Client

  • Support for Client Object Style API
  • Documentation enchantments

Server:

  • Ability to return a user error message
  • Deleted Guava ranges (incapability from old Guava versions)

0.3

03 Nov 11:47
Compare
Choose a tag to compare
0.3
  • Modularization
  • Client API for accessing JSON-RPC services
    • Common requests
    • Notification requests
    • Batch requests

0.2.2

12 Sep 12:12
Compare
Choose a tag to compare

Fixed an issue with processing CGLIB proxied services.

0.2.1

19 Aug 08:55
Compare
Choose a tag to compare
  • Log request and responses at debug level
  • Logging request information if an error is occured

0.2

13 Aug 06:46
Compare
Choose a tag to compare
0.2
  • Support for generic types in parameters like List<String>, Map<String, Double>, Set<T> etc...
  • Support for Guava Optional
  • Fix a bug with handling optional parameters when the parameter is explicitly set to null