I upgraded from protobuf-java 3.21.9 to 3.22.0 and found that module name "com.google.protobuf" was no longer resolving in my module-info. This is due to the "Automatic-Module-Name" entry missing from META-INF/MANIFEST.MF. Can this please be restored? The entry in 3.21.x was:
Automatic-Module-Name: com.google.protobuf
This might be related to #12017 where it is noticed that the OSGi entries are also missing from the manifest.
I upgraded from protobuf-java 3.21.9 to 3.22.0 and found that module name "com.google.protobuf" was no longer resolving in my module-info. This is due to the "Automatic-Module-Name" entry missing from
META-INF/MANIFEST.MF. Can this please be restored? The entry in 3.21.x was:Automatic-Module-Name: com.google.protobufThis might be related to #12017 where it is noticed that the OSGi entries are also missing from the manifest.