Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Automatic-Module-Name header to jar files' manifests #6493

Closed
elharo opened this issue Aug 9, 2019 · 1 comment
Closed

Add Automatic-Module-Name header to jar files' manifests #6493

elharo opened this issue Aug 9, 2019 · 1 comment

Comments

@elharo
Copy link
Contributor

elharo commented Aug 9, 2019

https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/master/library-best-practices/JLBP-20.md

Manifest-Version: 1.0
Bnd-LastModified: 1565047417349
Build-Jdk: 1.8.0_181-google-v7
Built-By: jieluo
Bundle-Description: Utilities for Protocol Buffers
Bundle-DocURL: https://developers.google.com/protocol-buffers/
Bundle-License: https://opensource.org/licenses/BSD-3-Clause
Bundle-ManifestVersion: 2
Bundle-Name: Protocol Buffers [Util]
Bundle-SymbolicName: com.google.protobuf.util
Bundle-Version: 3.9.1
Created-By: Apache Maven Bundle Plugin
Export-Package: com.google.protobuf.util;version="3.9.1";uses:="com.goog
 le.protobuf"
Import-Package: com.google.common.base;version="[26.0,27)",com.google.co
 mmon.io;version="[26.0,27)",com.google.common.math;version="[26.0,27)",
 com.google.common.primitives;version="[26.0,27)",com.google.gson;versio
 n="[2.7,3)",com.google.gson.stream;version="[2.7,3)",com.google.protobu
 f;version="[3.9,4)"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"
Tool: Bnd-3.0.0.201509101326

What language does this apply to?
Java 9+

Describe the problem you are trying to solve.
Make jars work better with modular Java code

Describe the solution you'd like

@elharo
Copy link
Contributor Author

elharo commented Sep 21, 2021

fixed in #6568

@elharo elharo closed this as completed Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant