You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#20843)
Adds LITE_SRCS to core_bundle which seems to be sufficient to ensure these are compiled targeting Java 8 in //java/core:core_mvn Bazel 7. Note this changes the output of `//java/core:core_bundle`, which should only be used for `//java/core:core_mvn` anyways.
This seems to have been broken originally by commit (c820dd0) when using bazel 7 image.
Fixes#20580
PiperOrigin-RevId: 740372071
0 commit comments