aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-scheduler
Commit message (Collapse)AuthorAgeFilesLines
...
* Improving tests to make them idempotent.Martin Stockhammer2018-10-301-13/+14
|
* Fixing dependencies and adapting to new lib versionsMartin Stockhammer2018-10-282-1/+11
|
* Changing path for url cacheMartin Stockhammer2018-05-011-0/+1
|
* Extracting maven specific scheduler part to single moduleMartin Stockhammer2018-04-1618-179/+310
|
* Reducing compiler warnings and adapting to redback changesMartin Stockhammer2018-04-082-1/+2
|
* Adding generics and reducing compiler warningsMartin Stockhammer2018-04-021-1/+1
|
* Reducing compiler warningsMartin Stockhammer2018-04-011-1/+0
|
* Reducing compiler warningsMartin Stockhammer2018-04-012-4/+2
|
* Switching to apache commons collections4Martin Stockhammer2018-04-011-1/+1
|
* Unifying checksum code into the checksum moduleMartin Stockhammer2018-03-311-2/+0
|
* Reorganizing importsMartin Stockhammer2018-03-304-10/+7
|
* Cleaning up indexing taskMartin Stockhammer2018-03-309-126/+127
|
* Adding packedIndexDirMartin Stockhammer2018-03-295-93/+73
|
* Switching repository admin and dependent classes to RepositoryRegistryMartin Stockhammer2018-03-248-70/+101
| | | | | RepositoryRegistry is used for indexing context now. There is still more work to do to move the maven dependent parts into its own projects and update the dependencies.
* Adding local path to repository APIMartin Stockhammer2017-11-201-2/+3
|
* Rearranging modules and adding indexer apiMartin Stockhammer2017-11-081-1/+1
| | | | | | | | Combining the indexer api and repository api into archiva-repository-api They have bidirectional dependencies so they are put together in one module. Adding new classes for a generalized indexer api that will be used for interfaces and implementation independent tasks.
* Refactoring the repository content factoryMartin Stockhammer2017-11-012-7/+0
| | | | | Adding content provider service that creates repository content instances remove direct access to the repository content instances.
* Adapting the scheduler to the new repository apiMartin Stockhammer2017-11-0111-103/+135
|
* Adding data path to configurationMartin Stockhammer2017-10-221-0/+1
|
* Changing daysOlder to retentionTimeMartin Stockhammer2017-10-031-1/+1
|
* Migrating scheduler to java.nioMartin Stockhammer2017-09-109-135/+166
|
* Migrating repository scanner to java.nioMartin Stockhammer2017-09-081-1/+1
|
* Moving indexer to java.nioMartin Stockhammer2017-09-041-2/+2
|
* Switching the checksum module to java.nioMartin Stockhammer2017-09-021-2/+2
|
* upgrade to wagon 3.0.0olivier lamy2017-08-211-8/+3
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Removing indexer directory from sourceMartin Stockhammer2017-08-205-0/+0
| | | | This directory seems to be accidentally in the source
* Merge branch 'feature/jcr_oak'olivier lamy2017-08-1913-175/+141
|\
| * fixing some directoriesolivier lamy2017-08-155-0/+0
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * shaded package changedolivier lamy2017-07-284-10/+9
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * more progress on oak lucene shadedolivier lamy2017-07-242-33/+22
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * more progress on new maven indexer versionolivier lamy2017-07-247-111/+111
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * some progressolivier lamy2017-07-171-1/+3
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * push work started with shaded luceneolivier lamy2017-07-072-50/+16
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * Adding jcr oak implementationMartin Stockhammer2017-06-241-0/+10
| |
* | Fix two incorrect SLF4J logger callsDaniel Trebbien2017-07-301-1/+1
| | | | | | | | | | These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* | Utilize parameterized logging and remove toString() callsDaniel Trebbien2017-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. toString() is called automatically: https://www.slf4j.org/faq.html#string_contents These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* | [MRM-1957] Spliting statistics plugin moduleMartin Stockhammer2017-07-166-13/+12
|/ | | | | | | | | | Adding new API module (metadata-statistics-api) for statistics and move the jcr specific tasks to the metadata store module. Providing interfaces for the statistics API. Removing dependencies to store specific libraries (like JCR) from the statistic modules.
* revert previous changes for this test as it fail on jenkins but not ↵olivier lamy2017-06-211-7/+16
| | | | | | locally... It Works On My Machine is back :-) Signed-off-by: olivier lamy <olamy@apache.org>
* [MRM-1956] Replace tomcat-jdbc pool with HikariCPolivier lamy2017-06-204-31/+60
| | | | Signed-off-by: olivier lamy <olamy@apache.org>
* Centralizing openjpa log configMartin Stockhammer2017-05-212-1/+2
|
* [MRM-1942] Merge branch 'jpa' into masterMartin Stockhammer2017-05-202-2/+41
|\ | | | | | | Removing JDO and add JPA backend.
| * Use JPA as default and only database backendwithout_jdojpaMartin Stockhammer2016-12-301-0/+6
| | | | | | | | | | | | Remove the JDO dependencies and set the JPA implementation as only database alternative and default implementation. Uses the same database as JDO before.
| * Add jpa settings to test spring contextsMartin Stockhammer2016-10-261-2/+35
| |
* | bump version to 3.0.0-SNAPSHOTolivier lamy2017-05-185-5/+5
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Merge branch 'feature/jetty_9.4'olivier lamy2017-05-182-10/+12
|\ \
| * | jetty.xml ready, do not force encoding in encoding servletolivier lamy2017-05-131-4/+3
| | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
| * | migrate all tests to jetty 9.4olivier lamy2017-05-122-6/+9
| | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | | [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-05-125-5/+5
| | |
* | | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3Martin Stockhammer2017-05-125-5/+5
|/ /
* | Going back to version 2.2.3Martin Stockhammer2017-04-285-5/+5
| |