grpc-java-contrib icon indicating copy to clipboard operation
grpc-java-contrib copied to clipboard

Useful extensions for the grpc-java library

Results 30 grpc-java-contrib issues
Sort by recently updated
recently updated
newest added

Bumps [spring-boot](https://github.com/spring-projects/spring-boot) from 1.4.2.RELEASE to 2.2.11.RELEASE. Release notes Sourced from spring-boot's releases. v2.2.11.RELEASE :beetle: Bug Fixes HttpEncodingAutoConfiguration is not added to the WebMvcTest slice #23749 server.servlet.session.timeout not in effect when...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

I've experienced an issue trying to use the 3.19.4 version of protoc and grpc-java to being able to compile with a Custom Generator . Using: com.google.protobuf.protoc = 3.19.4 protoc-gen-grpc-java.plugin =...

cla:signed

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ Consider enabling this : ![image](https://user-images.githubusercontent.com/8935151/146789935-644ad1e7-d205-4bd8-9e1a-ffe43b1f9304.png) See sample PRs in my fork : https://github.com/yeikel/grpc-java-contrib/pulls

cla:signed

Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.24.0 to 1.42.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

cla:signed

Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.24.0 to 1.42.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

cla:signed

I'm on latest version `1.2.0`, see [this ](https://github.com/salesforce/grpc-java-contrib/blob/79aeea46a61b9f3d724a172ab29374931c02fa7c/jprotoc/jprotoc/src/main/java/com/salesforce/jprotoc/ProtocPlugin.java#L160) ![image](https://user-images.githubusercontent.com/6664858/132974118-f62db125-4be4-401c-99e9-4025051360c8.png) The next call to `Files.createParentDirs(outFile);` at line `167` fails with ``` java.io.IOException: The filename, directory name, or volume label syntax is...

When extending base generated java classes you need to provide the file path to the actual `.java` file and determining it involves a bit of logic that you've already implemented....