Hi there,
I just attempted to upgrade protobuf-java from 3.21.12 to 3.22.0 via maven, and noticed that
3.22.0 no longer contains OSGi manifest headers. Could this be fixed?
New dependency is:
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.22.0</version>
</dependency>
Thanks in advance.
Hi there,
I just attempted to upgrade
protobuf-javafrom 3.21.12 to 3.22.0 via maven, and noticed that3.22.0 no longer contains OSGi manifest headers. Could this be fixed?
New dependency is:
Thanks in advance.