Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing xerces dependencies | Martin Stockhammer | 2019-09-28 | 1 | -5/+0 |
| | |||||
* | Fixing proxy connector handling | Martin Stockhammer | 2019-09-22 | 1 | -10/+24 |
| | |||||
* | Proxy changes | Martin Stockhammer | 2019-09-22 | 2 | -209/+190 |
| | |||||
* | Switching to enum for policy options | Martin Stockhammer | 2019-09-06 | 1 | -11/+8 |
| | |||||
* | Refactoring proxy classes | Martin Stockhammer | 2019-09-03 | 2 | -41/+29 |
| | |||||
* | Modifying NetworkProxy class. Adding tests. | Martin Stockhammer | 2019-09-03 | 4 | -80/+8 |
| | |||||
* | Updating apache commons library versions | Martin Stockhammer | 2019-09-02 | 2 | -4/+4 |
| | |||||
* | Fixing unit tests | Martin Stockhammer | 2019-08-02 | 1 | -3/+5 |
| | |||||
* | Refactoring to StorageAsset access | Martin Stockhammer | 2019-07-28 | 1 | -7/+3 |
| | |||||
* | Migrating to storage API | Martin Stockhammer | 2019-07-19 | 1 | -107/+86 |
| | |||||
* | Fixing unit tests after refactoring | Martin Stockhammer | 2019-02-10 | 5 | -157/+35 |
| | |||||
* | Starting refactoring of proxy handling. | Martin Stockhammer | 2019-01-31 | 141 | -7547/+306 |
| | |||||
* | no more osgi bundle as no one use it and the build stucks on Jenkins because ↵ | olivier lamy | 2018-12-31 | 1 | -43/+0 |
| | | | | | | of this Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | Adding archiva-modules site build changes for git migration | Martin Stockhammer | 2018-11-04 | 1 | -0/+5 |
| | |||||
* | Fixing dependencies and adapting to new lib versions | Martin Stockhammer | 2018-10-28 | 1 | -1/+9 |
| | |||||
* | Changing maven version and removing plexus deps | Martin Stockhammer | 2018-10-26 | 1 | -0/+2 |
| | |||||
* | Preparing for JDK>=9 compatibility | Martin Stockhammer | 2018-05-19 | 1 | -0/+13 |
| | |||||
* | Changing path for url cache | Martin Stockhammer | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Reducing compiler warnings | Martin Stockhammer | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Reducing compiler warnings | Martin Stockhammer | 2018-04-01 | 1 | -0/+1 |
| | |||||
* | Switching to apache commons collections4 | Martin Stockhammer | 2018-04-01 | 2 | -3/+3 |
| | |||||
* | Reorganizing imports | Martin Stockhammer | 2018-03-30 | 8 | -22/+38 |
| | |||||
* | Removing IndexerCleaners | Martin Stockhammer | 2018-03-30 | 1 | -5/+11 |
| | |||||
* | Adding packedIndexDir | Martin Stockhammer | 2018-03-29 | 1 | -35/+1 |
| | |||||
* | Switching repository admin and dependent classes to RepositoryRegistry | Martin Stockhammer | 2018-03-24 | 5 | -15/+18 |
| | | | | | 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 | 4 | -7/+29 |
| | |||||
* | Implementation of new archivaindexer | Martin Stockhammer | 2017-11-11 | 1 | -11/+13 |
| | | | | | Not finished yet, but uses the maven index service via spring dependency injection Moving some maven specific classes to subpackages | ||||
* | 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 | 3 | -7/+7 |
| | | | | | Adding content provider service that creates repository content instances remove direct access to the repository content instances. | ||||
* | Adapting base modules to the new repository api | Martin Stockhammer | 2017-11-01 | 7 | -102/+388 |
| | | | | Using the repository api and RepositoryRegistry for repo access | ||||
* | Finally switching the file lock to java.nio | Martin Stockhammer | 2017-09-20 | 1 | -8/+13 |
| | |||||
* | Migrating scheduler to java.nio | Martin Stockhammer | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | Migrating xmltools and proxy to java.nio | Martin Stockhammer | 2017-09-08 | 5 | -70/+41 |
| | |||||
* | Migrating policies module to java.nio | Martin Stockhammer | 2017-09-05 | 2 | -5/+5 |
| | |||||
* | Switching the checksum module to java.nio | Martin Stockhammer | 2017-09-02 | 1 | -3/+0 |
| | |||||
* | Next part for moving to java.nio | Martin Stockhammer | 2017-09-02 | 9 | -494/+531 |
| | |||||
* | First part in moving to java.nio | Martin Stockhammer | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/jcr_oak' | olivier lamy | 2017-08-19 | 1 | -2/+1 |
|\ | |||||
| * | push work started with shaded lucene | olivier lamy | 2017-07-07 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | | Utilize parameterized logging and remove toString() calls | Daniel Trebbien | 2017-07-30 | 1 | -6/+5 |
|/ | | | | | | | | | | | | | | | | | 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/ | ||||
* | 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/+40 |
|\ | | | | | | | 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/+34 |
| | | |||||
* | | bump version to 3.0.0-SNAPSHOT | olivier lamy | 2017-05-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | | Merge branch 'feature/jetty_9.4' | olivier lamy | 2017-05-18 | 1 | -2/+6 |
|\ \ | |||||
| * | | migrate all tests to jetty 9.4 | olivier lamy | 2017-05-12 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | | | [maven-release-plugin] prepare for next development iteration | Martin Stockhammer | 2017-05-12 | 1 | -1/+1 |
| | | | |||||
* | | | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3 | Martin Stockhammer | 2017-05-12 | 1 | -1/+1 |
|/ / | |||||
* | | Going back to version 2.2.3 | Martin Stockhammer | 2017-04-28 | 1 | -1/+1 |
| | |