-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven build broken at main
#16170
Labels
untriaged
auto added to all issues by default when created.
Comments
sgammon
added a commit
to sgammon/protobuf
that referenced
this issue
Mar 14, 2024
Fixes and closes protocolbuffers#16170 by adding missing test-gen mappings and exclusions. - fix: missing test-gen mappings - fix: missing test exclusions Signed-off-by: Sam Gammon <[email protected]>
sgammon
added a commit
to sgammon/protobuf
that referenced
this issue
Mar 14, 2024
Fixes and closes protocolbuffers#16170 by adding missing test-gen mappings and exclusions. - fix: missing test-gen mappings - fix: missing test exclusions Signed-off-by: Sam Gammon <[email protected]>
sgammon
added a commit
to sgammon/protobuf
that referenced
this issue
Apr 15, 2024
Fixes and closes protocolbuffers#16170 by adding missing test-gen mappings and exclusions. - fix: missing test-gen mappings - fix: missing test exclusions Signed-off-by: Sam Gammon <[email protected]>
deannagarcia
pushed a commit
to deannagarcia/protobuf
that referenced
this issue
Jun 20, 2024
## Summary Fixes and closes protocolbuffers#16170 by adding missing test-gen mappings and exclusions. Recent [changes](protocolbuffers#15362) to Protocol Buffers, along with the addition of the _Editions_ feature, have evolved ahead of Maven; running the build on `main` shows build errors related to the testsuite. ## Changelog - fix: missing test-gen mappings - fix: missing test exclusions Closes protocolbuffers#16176 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#16176 from sgammon:fix/issue-16170 2be118c PiperOrigin-RevId: 616310039
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of protobuf and what language are you using?
Version:
main
Language:
Java
What operating system (Linux, Windows, ...) and version?
N/A
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
Steps to reproduce the behavior:
git clone [email protected]:protocolbuffers/protobuf.git && cd protobuf
echo 6.3.2 > .bazelversion
(due to Bazel build broken atmain
/7.x
#16169)bazel build //java:release
(passes)bazel test //java/...
(passes)ln -s
which protoc$(pwd)/protoc
cd java && mvn clean package -DskipTests -Dmaven.javadoc.skip=true -Dgpg.skip=true
(fails)What did you expect to see
Successful build
What did you see instead?
Expand for full failure log
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
Anything else we should know about your project / environment
The text was updated successfully, but these errors were encountered: