You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/20 21:19:41 UTC

[jira] [Commented] (MINDEXER-102) Forward port OSGI related index-reader changes to master (Changes relative to MINDEXER-100 branch)

    [ https://issues.apache.org/jira/browse/MINDEXER-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933588#comment-15933588 ] 

ASF GitHub Bot commented on MINDEXER-102:
-----------------------------------------

GitHub user sesuncedu opened a pull request:

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

    MINDEXER-102 - indexer-reader OSGI changes forward ported to master

    Forward ports index-reader changes from MINDEXER-97. 
    
    Requires/includes  MINDEXER-100, which forward ports other changes from 5.x to master. 
    
    New commit is https://github.com/sesuncedu/maven-indexer/commit/171f0902f9424c8fed8bc6ca4f62eec6fa1759c6
    
    Does not include MINDEXER-101, which forwards ports other OSGI related changes from MINDEXER-97. 

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

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

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

    https://github.com/apache/maven-indexer/pull/16.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 #16
    
----
commit 3f85beae30e75e982d28dce11ba4c0121254fcf7
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-10-30T23:10:13Z

    MINDEXER-94: Temp file cleanup on errors
    
    (cherry picked from commit 7a0e7ad)

commit 897a6b011945e13d5fdbf34ddcbb2c9d0a0ad345
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-10-31T00:05:08Z

    Add Idea iml files to rat exclude
    
    (cherry picked from commit 0f17245)

commit d4fb8373171bc343e98cf3c7dbbc7bef37ca8cec
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-10-31T00:15:45Z

    MINDEXER-95: Suboptimal indexing execution in updater
    
    (cherry picked from commit c193888)
    
    (sesuncedu@gmail.com:
    Removed call to optimize in NexusIndexWriter.
    Merged config setup in NexusIndexWriter.
    Kept increased gzip block size in IndexDataReader.

commit 5645ce868e3aadbff44a6a86e44b6ce5b2549123
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-10-31T00:29:30Z

    MINDEXER-96: Indexer reader
    
    (cherry picked from commit af8783d)

commit 2848b0d2b72b7c1a2ea2df695f9bbebfda53e184
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-11-03T11:28:41Z

    Added index writer, that writes single chunk for now
    
    (cherry picked from commit b9c4d90)

commit 26cbb0df8d3f358a7456086e9a18ab774725461b
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-11-03T13:23:32Z

    MINDEXER-96: Indexer reader and writer
    
    (cherry picked from commit 5c75bba)

commit db9ab5080495058f50ccb2dcdb4d197feddc8466
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-11-03T15:38:26Z

    INDEXER-96: Fix iterators
    
    (cherry picked from commit be227e2)

commit 6c905500423a324750f8c5256e6bd69b0083c640
Author: Tamas Cservenak <cs...@slartibartfast.cservenak.net>
Date:   2015-11-05T09:53:26Z

    Cleanup
    
    (cherry picked from commit c3431b6)

commit 6fc7a9661f3c5349a74f2f7eedbd25bb2d4eb43c
Author: Tamas Cservenak <cs...@slartibartfast.cservenak.net>
Date:   2015-11-05T12:53:34Z

    Make the reader an osgi bundle
    
    (cherry picked from commit 4c5d1d6)

commit 732fdbf82efe9f9412cd8d47c13e7431af4b9728
Author: Tamas Cservenak <cs...@slartibartfast.cservenak.net>
Date:   2015-11-05T14:36:13Z

    rename helper class to avoid name clash with other utilities
    
    (cherry picked from commit 4333789)

commit 62cdc3bd3cc7b18c54ee5b02f92f43ac28bbbac0
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-11-11T20:11:06Z

    Fix classifier separator
    
    (cherry picked from commit ea1205e)

commit b680ab2bbc798f378ac7a65c738e0c9a2fe81813
Author: Tamas Cservenak <ta...@cservenak.net>
Date:   2015-11-12T10:30:50Z

    Remove Transform, let user use any lib it wants to for iterable manipulation
    
    Also, UTs got new TestUtils based on Guava
    
    (cherry picked from commit e0570bf)

commit 4efc41f7310f61c23c1e7b91ce0055d581eb56f9
Author: Simon Spero <se...@gmail.com>
Date:   2017-03-19T21:41:07Z

    Minor build and test-resource fixes.

commit 171f0902f9424c8fed8bc6ca4f62eec6fa1759c6
Author: Simon Spero <se...@gmail.com>
Date:   2017-03-20T21:10:05Z

    MINDEXER-102 Forward port OSGI related index-reader changes to master (Changes relative to MINDEXER-100)

----


> Forward port OSGI related index-reader changes to master (Changes relative to MINDEXER-100 branch) 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MINDEXER-102
>                 URL: https://issues.apache.org/jira/browse/MINDEXER-102
>             Project: Maven Indexer
>          Issue Type: Task
>    Affects Versions: 6.0
>            Reporter: Simon Spero
>             Fix For: 6.0
>
>
> Forward port the OSGI related changes to index-reader from MINDEXER-97 .
> Changes must be made relative to MINDEXER-100 branch



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)