GitHub user sesuncedu opened a pull request:

    https://github.com/apache/maven-indexer/pull/13

    MINDEXER-97:  Index/Store Extra OSGI Headers

    * Add "Provide-Capability", "Require-Capability", and "Fragment-Host" to 
the set of indexed+stored manifest headers.
    * Calculate, index, and store SHA-256 checksum for bundle artifacts 
(required by the osgi repository service).
    * Add tests for new fields to OsgiArtifactIndexCreatorTest
    * Add new fields to index-reader library.
    * Bump serialization version UID
    
    This PR does not index/store the  DynamicImport-Package header, as this 
header is not used during resolution. 
    
    Note that calculation of the SHA-256 checksum requires performing a 
sequential read of the entire artifact. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sesuncedu/maven-indexer MINDEXER-97

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-indexer/pull/13.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13
    
----
commit 579b413ef0d3ad396421b8e30606135e65ea9f8d
Author: Simon Spero <sesunc...@gmail.com>
Date:   2017-03-19T00:06:29Z

    MINDEXER-97.
    
    Add "Provide-Capability", "Require-Capability", and "Fragment-Host" to the 
set of indexed+stored manifest headers.
    
    Calculate, index, and store SHA-256 checksum for bundle artifacts (required 
by the osgi repository service).
    
    Add tests for new fields to OsgiArtifactIndexCreatorTest
    
    Add new fields to index-reader library.

commit 3bb34360f9c62f0567777d4c50aca9f48d053dd4
Author: Simon Spero <sesunc...@gmail.com>
Date:   2017-03-19T00:10:54Z

    Bump serialization version UID

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to