Skip to content

issues Search Results · repo:briandilley/jsonrpc4j language:Java

Filter by

188 results
 (54 ms)

188 results

inbriandilley/jsonrpc4j (press backspace or delete to remove)

I tried a lot but it didn t work and also i converted gradle to pom.xml and adapted to latest version spring boot
  • adoshtheslayer
  • 1
  • Opened 
    on Apr 3, 2024
  • #328

The constructor that accepts ObjectMapper calls its superclass constructor JsonRpcServer(Object handler), which will set the passed in ObjectMapper as handler, not mapper.
  • ts-wong
  • Opened 
    on Nov 16, 2023
  • #323

On AutoJsonRpcClientProxyCreator new URL(baseUrl, path) - here baseUrl is truncated if there is something in the path other than the host, like host.com/myService transform to just host.com private String ...
  • vyatich
  • Opened 
    on Oct 27, 2023
  • #322

Hi There, I added a static creator method modelled on the Util static methods to create a proxy, but with a Supplier instead of just a Map String,String to give me per request headers for things like ...
  • tyro-jason
  • Opened 
    on Sep 12, 2023
  • #321

Version 1.6 has some issues fixed in the latest code, and we need it.
  • finefuture
  • 4
  • Opened 
    on Jul 31, 2023
  • #319

I m using AutoJsonRpcServiceImplExporter to expose my service as rpc API, now I try to enable it runs in parallel, but It seems parallelBatchProcessingTimeout is not set to JsonServiceExporter via AutoJsonRpcServiceImplExporter ...
  • anvt1
  • 1
  • Opened 
    on Jul 18, 2023
  • #318

about like this. @JsonRpcReference(address = http://localhost:8080 ) private Temperature temperature; public Integer demo() { return temperature.currentTemperature(); }
  • yuhaowin
  • Opened 
    on Jul 17, 2023
  • #316

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 a committer on the project ...
  • briandilley
  • 2
  • Opened 
    on Jun 17, 2023
  • #315

Howdy friends. I recently (today) merged in most of the pull requests (a couple I left out with some change requests), but the unit tests are no longer passing. Specifically, the unit tests that use the ...
  • briandilley
  • Opened 
    on May 24, 2023
  • #310

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, ...
  • cyb3r4nt
  • Opened 
    on Jan 19, 2023
  • #306
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub