cyb3r4nt
cyb3r4nt
> What is the best way to add validations for the API input parameters ? In my opinion, this framework should not deal with validation of users' business objects. It...
Hi, i was silent here for a while. I am planning to submit some more new maintenance patches soon, because it becomes harder to use this lib in newer JVM...
New major Spring Framework version 6 has removed the `RemoteExporter` class and RPC-style remoting: https://github.com/spring-projects/spring-framework/issues/25379#issuecomment-656228589 https://github.com/spring-projects/spring-framework/issues/27422 It is still possible to use this library without Spring integration and by creating...
> @cyb3r4nt maybe you have a complete example for spring boot 6? The example provided above works with Spring Framework 6. The only thing is that it does not use...
Also, just checked the `RemoteExporter` usage and how beans are registered in the `AutoJsonRpcServiceImplExporter`. At very first look it seems that `RemoteExporter` is used only because of `serviceInterface` , `service`...
golangci-lint fixes are in https://github.com/go-pkgz/auth/pull/214