Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
From the 1.0.1 vote thread from Apache9
There are some proto files which are still under the 'google' directory and the package in the proto files is not relocated, like this: option csharp_namespace = "Google.Protobuf.WellKnownTypes"; option go_package = "github.com/golang/protobuf/ptypes/any"; option java_package = "com.google.protobuf"; // <======== here option java_outer_classname = "AnyProto"; option java_multiple_files = true; option objc_class_prefix = "GPB"; ...
Attachments
Attachments
Issue Links
- is related to
-
HBASE-22138 Undo our direct dependence on protos in google.protobuf.Any in Procedure.proto
- Resolved