This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 5ded9438a42 Add another batch of SVG icons, drawn by myself. This is a
continuation of the effort to make NetBeans look good on HiDPI/Retina screens.
add c4c5d9cc2ca refactoring: split NexusRepositoryIndexerImpl
add f263bc1adc3 Move remote maven index from old into current cache if
available
new b9ac8718da1 Merge pull request #7976 from mbien/remote-index-migration
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../maven/indexer/ClassDependencyIndexCreator.java | 4 +-
...rImpl.java => NexusRepositoryIndexManager.java} | 1059 +++-----------------
.../maven/indexer/NexusRepositoryQueries.java | 918 +++++++++++++++++
.../org/netbeans/modules/maven/indexer/OnStop.java | 2 +-
.../maven/indexer/RemoteIndexTransferListener.java | 5 +-
.../maven/indexer/api/RepositoryIndexer.java | 4 +-
.../spi/impl/RepositoryIndexerImplementation.java | 5 +-
.../indexer/ClassDependencyIndexCreatorTest.java | 26 +-
.../indexer/NexusRepositoryIndexerImplTest.java | 4 +-
.../modules/maven/indexer/NexusTestBase.java | 4 +-
10 files changed, 1085 insertions(+), 946 deletions(-)
rename
java/maven.indexer/src/org/netbeans/modules/maven/indexer/{NexusRepositoryIndexerImpl.java
=> NexusRepositoryIndexManager.java} (51%)
create mode 100644
java/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryQueries.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists