protoc-jar-maven-plugin icon indicating copy to clipboard operation
protoc-jar-maven-plugin copied to clipboard

Protocol Buffers protobuf maven plugin - based on protoc-jar multi-platform executable protoc JAR

Results 46 protoc-jar-maven-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.10.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Bumps protobuf-javalite from 3.10.0 to 3.16.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-javalite&package-manager=maven&previous-version=3.10.0&new-version=3.16.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm trying to run a maven install on my project which included protoc 3.5.1 and this is the error I'm getting. I tried the solutions in https://github.com/os72/protoc-jar-maven-plugin/issues/68 and they're not...

I'm encountering an issue with the protoc-jar-maven-plugin where it generates code for all .proto files present in the dependencies, despite my intention to use those .proto files for import purposes...

running `mvn -s local-settings.xml install` fails to download protoc where I don't have a `~/.m2/settings.xml` and am running on an air-gapped network. short term I can probably work around this...

Getting the below error in the JMeter GRPC Request when trying to listing the protos. Caused by: java.io.FileNotFoundException: Unsupported platform: protoc-3.21.4-windows-x86_32.exe at com.github.os72.protocjar.Protoc.extractProtoc(Protoc.java:223) ~[jmeter-grpc-request.jar:?] at com.github.os72.protocjar.Protoc.extractProtoc(Protoc.java:184) ~[jmeter-grpc-request.jar:?] at com.github.os72.protocjar.Protoc.runProtoc(Protoc.java:68) ~[jmeter-grpc-request.jar:?]...

My protos need to have a namespace, hence they have a "base" folder under protobuf, which they have to reference (using it for python). But qualified paths are not accepted....

I have observed the following warning: > [INFO] --- protoc-jar:3.11.4:run (default) @ project-foo --- [WARNING] Parameter ‘localRepository’ is deprecated core expression; Avoid use of ArtifactRepository type. If you need access...

I'm running on GitHub Action on Ubuntu 22.04 with such pom.configuration and experiencing 2 issues: ```xml com.github.os72 protoc-jar-maven-plugin 3.11.4 generate-sources run 3.18.3 /opt/hostedtoolcache/protoc/3.18.3/x64/bin/protoc src/main/resources java python ${project.build.directory}/generated-sources/python ``` If instead...