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

Improve @WebParam class loading in JsonRpcBasicServer ---- `javax.jws.WebParam` class is part of JDK in Java 1.8, and it is always present. If Jakarta variant is also present in classpath, then...

Use different constructor of HttpMessageNotReadableException in `MappingJacksonRPC2HttpMessageConverter.readInternal()` ---- Spring Framework 5.1 (spring-web) has deprecated the usage of constructor without httpInputMessage parameter. Other constructor needs to be used instead. https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java#L49-L59 It...

9 months ago we raised [PR-287](https://github.com/briandilley/jsonrpc4j/pull/287) but despite several mentions to Brian (@briandilley) we received no feedback. We can also see that issues are not being addressed since at least...

Unfortunately application with jsonrpc4j fails on run in a new release of SpringBoot 3.0.0 ``` ERROR 22396 --- [ main] o.s.boot.SpringApplication : Application run failed java.lang.NoClassDefFoundError: org/springframework/remoting/support/RemoteExporter ```

Newer `jakarta.servlet.http` API is spreading around and more application servers and frameworks start to support this. For example, Spring Framework 6 and `spring-web` started to use that `jakarta.*` namespace, and...

`JsonRpcServer` depends on the `javax.portlet:portlet-api` and requires this to be in the classpath even if portlet support is not used. At the same time, portlet applications are not very popular...