Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improving tests to make them idempotent. | Martin Stockhammer | 2018-10-30 | 1 | -13/+14 | |
| | ||||||
* | Fixing dependencies and adapting to new lib versions | Martin Stockhammer | 2018-10-28 | 2 | -1/+11 | |
| | ||||||
* | Changing path for url cache | Martin Stockhammer | 2018-05-01 | 1 | -0/+1 | |
| | ||||||
* | Extracting maven specific scheduler part to single module | Martin Stockhammer | 2018-04-16 | 18 | -179/+310 | |
| | ||||||
* | Reducing compiler warnings and adapting to redback changes | Martin Stockhammer | 2018-04-08 | 2 | -1/+2 | |
| | ||||||
* | Adding generics and reducing compiler warnings | Martin Stockhammer | 2018-04-02 | 1 | -1/+1 | |
| | ||||||
* | Reducing compiler warnings | Martin Stockhammer | 2018-04-01 | 1 | -1/+0 | |
| | ||||||
* | Reducing compiler warnings | Martin Stockhammer | 2018-04-01 | 2 | -4/+2 | |
| | ||||||
* | Switching to apache commons collections4 | Martin Stockhammer | 2018-04-01 | 1 | -1/+1 | |
| | ||||||
* | Unifying checksum code into the checksum module | Martin Stockhammer | 2018-03-31 | 1 | -2/+0 | |
| | ||||||
* | Reorganizing imports | Martin Stockhammer | 2018-03-30 | 4 | -10/+7 | |
| | ||||||
* | Cleaning up indexing task | Martin Stockhammer | 2018-03-30 | 9 | -126/+127 | |
| | ||||||
* | Adding packedIndexDir | Martin Stockhammer | 2018-03-29 | 5 | -93/+73 | |
| | ||||||
* | Switching repository admin and dependent classes to RepositoryRegistry | Martin Stockhammer | 2018-03-24 | 8 | -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 API | Martin Stockhammer | 2017-11-20 | 1 | -2/+3 | |
| | ||||||
* | Rearranging modules and adding indexer api | Martin Stockhammer | 2017-11-08 | 1 | -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 factory | Martin Stockhammer | 2017-11-01 | 2 | -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 api | Martin Stockhammer | 2017-11-01 | 11 | -103/+135 | |
| | ||||||
* | Adding data path to configuration | Martin Stockhammer | 2017-10-22 | 1 | -0/+1 | |
| | ||||||
* | Changing daysOlder to retentionTime | Martin Stockhammer | 2017-10-03 | 1 | -1/+1 | |
| | ||||||
* | Migrating scheduler to java.nio | Martin Stockhammer | 2017-09-10 | 9 | -135/+166 | |
| | ||||||
* | Migrating repository scanner to java.nio | Martin Stockhammer | 2017-09-08 | 1 | -1/+1 | |
| | ||||||
* | Moving indexer to java.nio | Martin Stockhammer | 2017-09-04 | 1 | -2/+2 | |
| | ||||||
* | Switching the checksum module to java.nio | Martin Stockhammer | 2017-09-02 | 1 | -2/+2 | |
| | ||||||
* | upgrade to wagon 3.0.0 | olivier lamy | 2017-08-21 | 1 | -8/+3 | |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
* | Removing indexer directory from source | Martin Stockhammer | 2017-08-20 | 5 | -0/+0 | |
| | | | | This directory seems to be accidentally in the source | |||||
* | Merge branch 'feature/jcr_oak' | olivier lamy | 2017-08-19 | 13 | -175/+141 | |
|\ | ||||||
| * | fixing some directories | olivier lamy | 2017-08-15 | 5 | -0/+0 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | shaded package changed | olivier lamy | 2017-07-28 | 4 | -10/+9 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | more progress on oak lucene shaded | olivier lamy | 2017-07-24 | 2 | -33/+22 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | more progress on new maven indexer version | olivier lamy | 2017-07-24 | 7 | -111/+111 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | some progress | olivier lamy | 2017-07-17 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | push work started with shaded lucene | olivier lamy | 2017-07-07 | 2 | -50/+16 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | Adding jcr oak implementation | Martin Stockhammer | 2017-06-24 | 1 | -0/+10 | |
| | | ||||||
* | | Fix two incorrect SLF4J logger calls | Daniel Trebbien | 2017-07-30 | 1 | -1/+1 | |
| | | | | | | | | | | These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | |||||
* | | Utilize parameterized logging and remove toString() calls | Daniel Trebbien | 2017-07-30 | 1 | -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 module | Martin Stockhammer | 2017-07-16 | 6 | -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 lamy | 2017-06-21 | 1 | -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 HikariCP | olivier lamy | 2017-06-20 | 4 | -31/+60 | |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
* | Centralizing openjpa log config | Martin Stockhammer | 2017-05-21 | 2 | -1/+2 | |
| | ||||||
* | [MRM-1942] Merge branch 'jpa' into master | Martin Stockhammer | 2017-05-20 | 2 | -2/+41 | |
|\ | | | | | | | Removing JDO and add JPA backend. | |||||
| * | Use JPA as default and only database backendwithout_jdojpa | Martin Stockhammer | 2016-12-30 | 1 | -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 contexts | Martin Stockhammer | 2016-10-26 | 1 | -2/+35 | |
| | | ||||||
* | | bump version to 3.0.0-SNAPSHOT | olivier lamy | 2017-05-18 | 5 | -5/+5 | |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
* | | Merge branch 'feature/jetty_9.4' | olivier lamy | 2017-05-18 | 2 | -10/+12 | |
|\ \ | ||||||
| * | | jetty.xml ready, do not force encoding in encoding servlet | olivier lamy | 2017-05-13 | 1 | -4/+3 | |
| | | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
| * | | migrate all tests to jetty 9.4 | olivier lamy | 2017-05-12 | 2 | -6/+9 | |
| | | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | |||||
* | | | [maven-release-plugin] prepare for next development iteration | Martin Stockhammer | 2017-05-12 | 5 | -5/+5 | |
| | | | ||||||
* | | | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3 | Martin Stockhammer | 2017-05-12 | 5 | -5/+5 | |
|/ / | ||||||
* | | Going back to version 2.2.3 | Martin Stockhammer | 2017-04-28 | 5 | -5/+5 | |
| | |