-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Generate OSGi compliant manifest #797
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #797 +/- ##
=======================================
Coverage 71.64% 71.64%
=======================================
Files 306 306
Lines 6582 6582
Branches 483 483
=======================================
Hits 4716 4716
Misses 1580 1580
Partials 286 286
Continue to review full report at Codecov.
|
|
@marcuslinke WDYT? |
Manifest is generated by the Bundlor plugin according to the template defined in template.mf file. Import package versions are mainly derived from properties defined in pom.xml. Imports of Netty packages are marked as optional.
|
As I've no experience with OSGI I can't say anything to this PR. But as no code was changed I think its OK to merge. |
|
Let's try.. |
* master-docker-java: (25 commits) Add some coding styles. Allow an explicit Dockerfile location string to be specified to the build command (docker-java#825) Proposed fix for docker-java#830 (docker-java#832) [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 3.0.9 Fix test. Update CHANGELOG.md Responce may contains token. adding support for unless-stopped restart policy Generate OSGi compliant manifest (docker-java#797) exclude commons-logging since docker-java uses slf4j/logback Unable to deserialize status response from amazon ECR login Ensure FakeDockerServer is started on a random free port Fixes docker-java#807. NettyDockerCmdExecFactory ignores API version configuration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 3.0.8 Update CHANGELOG.md Added healthcheck support in container inspect JSON result Use TLSv2 by default rerun failing tests count to 3 ... # Conflicts: # pom.xml
* Generate OSGi compliant manifest Manifest is generated by the Bundlor plugin according to the template defined in template.mf file. Import package versions are mainly derived from properties defined in pom.xml. Imports of Netty packages are marked as optional. * Export com.github.dockerjava.core package and subpackages
|
When i run test from idea it fails Open idea, click run on some test. |
|
Removed IDEA OSGI facet, now fine. |
|
@orzeh now build fails eclipse repo returning weird errors |
|
@KostyaSha maybe we should switch to BND I'll take a look on it. |
Manifest is generated by the Bundlor plugin according to the template defined in
template.mffile.Import package versions are mainly derived from properties defined in
pom.xml.Imports of Netty packages are marked as optional.
Bundle version is generated by the Build Helper plugin to be OSGi compliant when developing
SNAPSHOTs.This will fix #789
This change is