0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated wording and added link to jsonrpc 2.0 spec More... over 9 years ago
Wrap null argument lists in an Object[] More... over 9 years ago
Merge pull request #40 from mcree/master More... almost 10 years ago
fix createClientProxy to respect @JsonRpcMethod annotation More... almost 10 years ago
Merge pull request #39 from gresrun/patch-1 More... almost 10 years ago
Allow Configurable Separator in JsonRpcMultiServer More... almost 10 years ago
-#33 - Fixes InvocationTargetException when using CompositeService. When CompositeService is being used, the exception gets wrapped 2 times. Changing the if to while when unwrapping causes the exception to be well unwrapped. More... almost 10 years ago
Added optional property objectMapper for AutoJsonRpcClientProxyCreator More... almost 10 years ago
Added ReadContext, attempted to fix #20 - don't think it's possible right now. At least not with Jackson. More... about 10 years ago
#3 - alternative method of determining whether or not the remote end has closed the socket More... about 10 years ago
#4 - Use getProxyForService() instead of getService() in AbstractJsonServiceExporter More... about 10 years ago
#6 - Add copyright notice to all source files More... about 10 years ago
#7 - allow for overriding Content-Type header More... about 10 years ago
#1 - made exceptionLogLevel configurable for AutoJsonRpcServiceExporter More... about 10 years ago
#20 - used a WeakHashMap to keep a parser iterator in memory so that multiple invoke() calls could come before readResponse() calls More... about 10 years ago
#3 - dont log exception when client disconnects More... about 10 years ago
Update README.md More... about 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 10 years ago
[maven-release-plugin] prepare release jsonrpc4j-1.1 More... about 10 years ago
1.1 More... about 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 10 years ago
[maven-release-plugin] prepare release jsonrpc4j-1.1 More... about 10 years ago
;> More... about 10 years ago
Merge pull request #16 from joincamp/master More... about 10 years ago
Adding documentation and more tests. More... over 10 years ago
Merge pull request #14 from bicoco/master More... over 10 years ago
Merge pull request #15 from joincamp/master More... over 10 years ago
Add support for custom method names by adding an annotation with the custom name. This allows support for methods that aren't valid Java method names. This is useful for reimplementing an existing API with incompatible names. More... over 10 years ago
Checks if the attribute 'code' exists, if not, consider 0 as default value. To make it compatible with servers that don't return this attribute. More... over 10 years ago
Merge pull request #13 from indvd00m/master More... over 10 years ago