aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-filelock
Commit message (Collapse)AuthorAgeFilesLines
* Moving to jakarta librariesMartin Stockhammer2020-07-041-2/+2
|
* Cleanup of dependencies for core-consumersMartin Stockhammer2020-02-011-7/+14
|
* Cleanup of dependenciesMartin Stockhammer2020-01-301-0/+7
|
* Updating apache commons library versionsMartin Stockhammer2019-09-022-3/+3
|
* Updating maven dependenciesMartin Stockhammer2019-09-011-0/+1
|
* Fixing unit testsMartin Stockhammer2019-08-021-5/+6
|
* Migrating to storage APIMartin Stockhammer2019-07-191-2/+2
|
* no more osgi bundle as no one use it and the build stucks on Jenkins because ↵olivier lamy2018-12-311-20/+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
|
* Reorganizing importsMartin Stockhammer2018-03-301-1/+5
|
* Finally switching the file lock to java.nioMartin Stockhammer2017-09-205-94/+60
|
* Merge branch 'feature/jcr_oak'olivier lamy2017-08-191-12/+2
|\
| * shaded package changedolivier lamy2017-07-281-12/+2
| | | | | | | | Signed-off-by: olivier lamy <olamy@apache.org>
* | Utilize parameterized logging and remove toString() callsDaniel Trebbien2017-07-302-12/+12
|/ | | | | | | | | | | | | | | | | 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-1945] Fixing race conditionMartin Stockhammer2017-05-282-22/+57
| | | | | Do not return used locks anymore. If the lock map contains an entry already, the retry loop continues.
* bump version to 3.0.0-SNAPSHOTolivier lamy2017-05-181-1/+1
| | | | 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
|
* [maven-release-plugin] prepare for next development iterationMartin Stockhammer2017-04-211-1/+1
|
* [maven-release-plugin] prepare release archiva-2.2.2archiva-2.2.2Martin Stockhammer2017-04-211-1/+1
|
* Fixing locking tests on windowsMartin Stockhammer2017-04-161-1/+8
|
* Adding additional information for failing testsMartin Stockhammer2017-04-161-6/+13
|
* Add additional checks for file lock testsMartin Stockhammer2016-10-271-163/+186
|
* Reverting locking modificationsMartin Stockhammer2016-10-271-32/+7
|
* Additional improvement for file locksMartin Stockhammer2016-10-272-6/+16
|
* Stabilised file lock implementation and testsMartin Stockhammer2016-10-263-23/+50
|
* [maven-release-plugin] prepare for next development iterationolivier lamy2016-05-231-1/+1
|
* [maven-release-plugin] prepare release archiva-2.2.1archiva-2.2.1olivier lamy2016-05-231-1/+1
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2015-02-241-1/+1
|
* [maven-release-plugin] prepare release archiva-2.2.0archiva-2.2.0Olivier Lamy2015-02-241-1/+1
|
* [MRM-1390] Bump version to 2.2.0Carlos Sanchez2014-12-011-1/+1
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-09-011-1/+1
|
* [maven-release-plugin] prepare release archiva-2.1.1archiva-2.1.1Olivier Lamy2014-09-011-1/+1
|
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-07-161-1/+1
|
* [maven-release-plugin] prepare release archiva-2.1.0archiva-2.1.0Olivier Lamy2014-07-161-1/+1
|
* simply use File implementation as we are now 1.7 requiredOlivier Lamy2014-04-221-26/+1
|
* do the same as FileUtils.copyFile doOlivier Lamy2014-04-161-10/+15
|
* use Files.copy from java.nio.fileOlivier Lamy2014-04-162-28/+23
|
* one move for all remaining override annotationEric Barboni2014-04-111-0/+5
|
* more diamondOlivier Lamy2014-04-101-1/+1
|
* bump version to 2.1.0-SNAPSHOT because of 1.7 pre requisiteOlivier Lamy2014-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1585071 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-03-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581635 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-2.0.1Olivier Lamy2014-03-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581634 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566005 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-2.0.0Olivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566004 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566002 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-2.0.0-RC3Olivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1566001 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565998 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release archiva-2.0.0-RC2Olivier Lamy2014-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1565997 13f79535-47bb-0310-9956-ffa450edef68