aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Removing xerces dependenciesMartin Stockhammer2019-09-281-5/+0
|
* Fixing proxy connector handlingMartin Stockhammer2019-09-221-10/+24
|
* Proxy changesMartin Stockhammer2019-09-222-209/+190
|
* Switching to enum for policy optionsMartin Stockhammer2019-09-061-11/+8
|
* Refactoring proxy classesMartin Stockhammer2019-09-032-41/+29
|
* Modifying NetworkProxy class. Adding tests.Martin Stockhammer2019-09-034-80/+8
|
* Updating apache commons library versionsMartin Stockhammer2019-09-022-4/+4
|
* Fixing unit testsMartin Stockhammer2019-08-021-3/+5
|
* Refactoring to StorageAsset accessMartin Stockhammer2019-07-281-7/+3
|
* Migrating to storage APIMartin Stockhammer2019-07-191-107/+86
|
* Fixing unit tests after refactoringMartin Stockhammer2019-02-105-157/+35
|
* Starting refactoring of proxy handling.Martin Stockhammer2019-01-31141-7547/+306
|
* no more osgi bundle as no one use it and the build stucks on Jenkins because ↵olivier lamy2018-12-311-43/+0
| | | | | | of this Signed-off-by: olivier lamy <olamy@apache.org>
* Adding archiva-modules site build changes for git migrationMartin Stockhammer2018-11-041-0/+5
|
* Fixing dependencies and adapting to new lib versionsMartin Stockhammer2018-10-281-1/+9
|
* Changing maven version and removing plexus depsMartin Stockhammer2018-10-261-0/+2
|
* Preparing for JDK>=9 compatibilityMartin Stockhammer2018-05-191-0/+13
|
* Changing path for url cacheMartin Stockhammer2018-05-011-1/+1
|
* Reducing compiler warningsMartin Stockhammer2018-04-011-1/+1
|
* Reducing compiler warningsMartin Stockhammer2018-04-011-0/+1
|
* Switching to apache commons collections4Martin Stockhammer2018-04-012-3/+3
|
* Reorganizing importsMartin Stockhammer2018-03-308-22/+38
|
* Removing IndexerCleanersMartin Stockhammer2018-03-301-5/+11
|
* Adding packedIndexDirMartin Stockhammer2018-03-291-35/+1
|
* Switching repository admin and dependent classes to RepositoryRegistryMartin Stockhammer2018-03-245-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 APIMartin Stockhammer2017-11-204-7/+29
|
* Implementation of new archivaindexerMartin Stockhammer2017-11-111-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 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-013-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 apiMartin Stockhammer2017-11-017-102/+388
| | | | Using the repository api and RepositoryRegistry for repo access
* Finally switching the file lock to java.nioMartin Stockhammer2017-09-201-8/+13
|
* Migrating scheduler to java.nioMartin Stockhammer2017-09-101-1/+1
|
* Migrating xmltools and proxy to java.nioMartin Stockhammer2017-09-085-70/+41
|
* Migrating policies module to java.nioMartin Stockhammer2017-09-052-5/+5
|
* Switching the checksum module to java.nioMartin Stockhammer2017-09-021-3/+0
|
* Next part for moving to java.nioMartin Stockhammer2017-09-029-494/+531
|
* First part in moving to java.nioMartin Stockhammer2017-09-021-1/+1
|
* Merge branch 'feature/jcr_oak'olivier lamy2017-08-191-2/+1
|\
| * push work started with shaded luceneolivier lamy2017-07-071-2/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Utilize parameterized logging and remove toString() callsDaniel Trebbien2017-07-301-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 configMartin Stockhammer2017-05-212-1/+2
|
* [MRM-1942] Merge branch 'jpa' into masterMartin Stockhammer2017-05-202-2/+40
|\ | | | | | | 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/+34
| |
* | bump version to 3.0.0-SNAPSHOTolivier lamy2017-05-181-1/+1
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Merge branch 'feature/jetty_9.4'olivier lamy2017-05-181-2/+6
|\ \
| * | migrate all tests to jetty 9.4olivier lamy2017-05-121-2/+6
| | | | | | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | | [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-05-121-1/+1
| | |
* | | [maven-release-plugin] prepare release archiva-2.2.3archiva-2.2.3Martin Stockhammer2017-05-121-1/+1
|/ /
* | Going back to version 2.2.3Martin Stockhammer2017-04-281-1/+1
| |