laurentgo commented on issue #43227: URL: https://github.com/apache/arrow/issues/43227#issuecomment-2223964295
Shading is not playing nice with JPMS either. For flatbuffers, there's a [request](https://github.com/google/flatbuffers/issues/8348) to add an automatic-module name to the library For protobuf, it seems like it was [done](https://github.com/protocolbuffers/protobuf/pull/6568) long time ago but the manifest doesn't have the actual entry, so I suspect that the jars have been generated with bazel at some points and are now missing those bits since. As for jsr305, maybe it should be replaced with [jspecify](https://jspecify.dev/) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
