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 44 protoc-jar-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Hi, would it be possible to bump the version of protobuf to >= 3.15 (preferably the latest 3.19.4)?

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...

dependencies

We are seeing similar issues like in #60. When `mvn generate-sources` is called twice without any clean in between the NPE from #60 occurs, similar to the last comment of...

A lot of project separate service and messages protos and this allows those to be build, too.

Currently the plugin executes multiple protoc commands for each proto file. I think it would be much more effective and is required by some protoc plugins (openapiv2) to pass all...

While doing a parallel build (see https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3), this warning pops up: ``` [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following...

help wanted

I have a Maven artifact containing `.proto` files only (without pre-compiled classes). I want to generate classes from this protos in my project (project itself doesn't have own `.proto` files)....

if include is requested and recompilation is happening this leads to crash because protocVersion is empty, in other words it is now know which version of std types to extract

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies