This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit b9ac8718da15beef6a85a532b04f4660809b2c9a Merge: 5ded9438a42 f263bc1adc3 Author: Michael Bien <[email protected]> AuthorDate: Sun Jan 5 19:43:25 2025 +0100 Merge pull request #7976 from mbien/remote-index-migration Maven remote index migration and refactoring .../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(-) --------------------------------------------------------------------- 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
