0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #311 from mikitavaseryn/issue-310 More... 11 months ago
Added loading jakarta.jws.WebParam when javax.jws.WebParam was not found More... 11 months ago
Attempting to deal with @WebParam annotation More... 11 months ago
Merge pull request #308 from cyb3r4nt/jsonrpc4j-issue-306 More... 11 months ago
Merge pull request #307 from cyb3r4nt/jsonrpc4j-issue-305 More... 11 months ago
Merge pull request #302 from leviathan747/automatic-module-name More... 11 months ago
Merge pull request #301 from dzolo/300_net.iharder.base64-dependecy-remove More... 11 months ago
Merge pull request #299 from dzolo/dependencies-upgrade More... 11 months ago
Merge pull request #293 from cyb3r4nt/jsonrpc4j-basic-server-improvements More... 11 months ago
Merge branch 'master' into jsonrpc4j-basic-server-improvements More... 11 months ago
Merge pull request #291 from cyb3r4nt/jsonrpc4j-issue-290 More... 11 months ago
Merge pull request #287 from miditeam/master More... 11 months ago
Merge pull request #279 from svolsky/dont_log_error More... 11 months ago
Merge pull request #272 from sullis/gradle-wrapper-valid More... 11 months ago
Merge pull request #271 from yangzhenlong/master More... 11 months ago
#306: remove unused imports and internal variables from JsonRpcServer More... over 1 year ago
#306: add support for jakarta.servlet-api request objects into JsonRpcServer More... over 1 year ago
#306: extract common HTTP request and response interfaces inside JsonRpcServer More... over 1 year ago
#306: refactor JsonRpcServer.handle() and remove unused gzip encoding parts More... over 1 year ago
#305: mark com.googlecode.jsonrpc4j.JsonRpcServer#handle(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse) as deprecated More... over 1 year ago
Update build.gradle to set Automatic-Module-Name More... over 1 year ago
Fix #300: Replace net.iharder:base64 by java.util.Base64 - undo WS changes. More... over 1 year ago
Fix #300: Replace net.iharder:base64 by java.util.Base64 More... over 1 year ago
Upgrade dependencies to latest Resolves CVEs from Spring Core, Spring Web MVC and Jackson Databind. More... over 1 year ago
fix return value check in JsonRpcBasicServer.hasReturnValue() method. More... almost 2 years ago
Add javadoc comments to getters and setters for request interseptors in JsonRpcBasicServer. Remove warning suppressions from class header. More... almost 2 years ago
Remove unused getters from JsonRpcBasicServer.ParameterCount class. All current fields are accessed only from parent class. More... almost 2 years ago
Remove unnecessary toString() call from JsonRpcBasicServer.findBestMethodByParamsNode() More... almost 2 years ago
Remove unused method writeAndFlushValueError from JsonRpcBasicServer. Remove unused inner class ErrorObjectWithJsonError More... almost 2 years ago
make JsonRpcBasicServer.BASE64_PATTERN field to be final. More... almost 2 years ago