jsonrpc4j icon indicating copy to clipboard operation
jsonrpc4j copied to clipboard

JSON-RPC for Java

Results 96 jsonrpc4j issues
Sort by recently updated
recently updated
newest added

Following the example in the documentation, a composite server is created as: ``` UserverService userService = ...; ContentService contentService = ...; BlackJackService blackJackService = ...; Object compositeService = ProxyUtil.createCompositeServiceProxy( this.getClass().getClassLoader(),...

bug

I have one exception in my interface that has it's own data. How am I supposed to get that to work? The additional fields on the exceptions are not serialized...

enhancement

Hi :) I'm interested in learning how/why not the Request and Response objects can be passed over from Servlet classes to Service/ServiceImpl methods. There are two unholy reasons for why...

question

Would be great if there were overload for invoke that return the raw JSON back so it can be handled in whatever way a consumer would like as opposed to...

question

Hi, I've a problem with path to the Service. It only works when path has .json at the end e.g. path: localhost:8080/app/MyService.json It is not working without .json Does anyone...

I tried the HttpServlet example, but I get a compilation failure: App.java:[33,14] error: cannot access ResourceRequest Here are the pom, source file and error stack: [pom.xml.txt](https://github.com/briandilley/jsonrpc4j/files/181198/pom.xml.txt) [App.java.txt](https://github.com/briandilley/jsonrpc4j/files/181200/App.java.txt) [errorstack.txt](https://github.com/briandilley/jsonrpc4j/files/181202/errorstack.txt) Any idea...

I tried a lot but it didn't work and also i converted gradle to pom.xml and adapted to latest version spring boot

Update third-party dependencies and fix some minor issues. These changes are built on top of #326.

Updated gradle to version 8.6 There still remain warnings about the `servletSupport` and `springSupport` library features. Gradle is planning to break this in v9.0 . (Run gradle with `--warning-mode all`...

My time is limited these days, and unfortunately that doesn't afford me enough time to properly maintain this library. I'm looking for someone that can do the following: - be...