Fix OSGi metadata generation to work on JavaSE < 9#1603
Merged
inder123 merged 3 commits intogoogle:masterfrom Nov 4, 2019
Merged
Fix OSGi metadata generation to work on JavaSE < 9#1603inder123 merged 3 commits intogoogle:masterfrom
inder123 merged 3 commits intogoogle:masterfrom
Conversation
Specifying disables bnd's auto-generated value which is determined from the minimum versions of the .class files, including `module-info.class`
elharo
reviewed
Nov 2, 2019
Contributor
elharo
left a comment
There was a problem hiding this comment.
Test failure might be flaky:
[FATAL] Non-resolvable parent POM for com.google.code.gson:gson-parent:2.8.7-SNAPSHOT: Could not transfer artifact org.sonatype.oss:oss-parent:pom:7 from/to google-maven-central (https://maven-central.storage-download.googleapis.com/repos/central/data/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target and 'parent.relativePath' points at wrong local POM @ com.google.code.gson:gson-parent:2.8.7-SNAPSHOT, /home/travis/build/google/gson/pom.xml, line 6, column 11
@
Contributor
Author
|
Oh! I didn’t receive an email from Travis so I assumed it had passed :-( |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1601 #1602
Require-Capability: osgi.eefor 1.6 or greater to disablebnd's autogeneration which is deceived by themodule-info.classfileorg.apache.felix:maven-bundle-pluginplugin referenceHere are the differences in the resulting manifests: