Commit Graph

37 Commits

Author SHA1 Message Date
Nicolas Lalevée 23cf1fb45e Reduce the chance to have a conflict of port binding by being able to bind to one, even briefly. 2018-04-12 00:27:20 +02:00
Gintas Grigelionis 5a2af8daac Tidy up the code 2018-03-15 19:33:36 +01:00
Gintas Grigelionis 4cf4461333 IVY-1569 refactor the tests 2018-03-15 12:48:03 +01:00
Gintas Grigelionis 47061a88ce tidy up the code 2017-12-05 16:44:53 +01:00
Gintas Grigelionis 46c7cba7d0 Checkstyle, continued 2017-11-13 15:56:43 +01:00
Gintas Grigelionis f362940480 IVY-309 refactor all those split-trim-join and unwrap some logic 2017-11-10 18:39:27 +01:00
Gintas Grigelionis 3c047a1e70 refactor asList() in test cases 2017-08-19 17:05:36 +02:00
Gintas Grigelionis 463a2c89c3 add a target to generate javadoc for test cases; fix javadoc for doclint 2017-08-19 06:56:56 +02:00
Gintas Grigelionis 186fd10776 inline variables; adjust exceptions, annotations, and formatting 2017-08-17 14:10:42 +02:00
Jaikiran Pai 41fefde644 IVY-1336 Use our own implementation of AuthFilter in the test case 2017-07-25 11:28:01 +05:30
Jaikiran Pai c0ccd54005 IVY-1336 Add a testcase to make sure that the HTTP handler (backed by the httpclient library) doesn't end in a loop while dealing with 401 errors from the server 2017-07-25 11:07:06 +05:30
Jaikiran Pai 6607bdcb3b IVY-735 Support timeouts on resolvers
This closes #54 pull request at github/apache/ant-ivy
2017-07-24 11:07:38 +05:30
twogee 6920717979 Add generics and Java 7 syntax to core
This closes #52 pull request at github/apache/ant-ivy
2017-07-17 11:07:59 +05:30
Jaikiran Pai aed63ae84f IVY-1557 Pass along the requesting URL and type to the underlying authenticator, when IvyAuthenticator can't handle the authentication request 2017-06-18 19:38:15 +05:30
twogee 3cf36b8cac Java 7 diamonds in tests 2017-06-13 21:23:23 +02:00
twogee 314dfa80d4 More generics… 2017-06-11 04:38:47 +02:00
twogee 8b9f2d5177 Generics and other fixes in tests and tutorials 2017-06-10 21:47:21 +02:00
twogee a2fdfe6737 Whitespace cleanup 2017-06-05 22:37:14 +02:00
twogee 6c92f32eda More code cleanup 2017-05-27 19:37:44 +02:00
twogee fbbf092e49 A few loose bits in JUnit 4 migration 2017-05-26 14:00:16 +02:00
twogee 1543f52896 Convert tests to JUnit 4, clean up code 2017-05-25 17:25:59 +02:00
Nicolas Lalevée 2d7c6f5ff4 setup proper loggers in unit tests and factorize the creation and the cleaning of the cache folder 2015-09-06 20:01:25 +02:00
Jean-Louis Boudart bd7a375e37 Apply code formatting on whole project
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1557968 13f79535-47bb-0310-9956-ffa450edef68
2014-01-14 08:27:37 +00:00
Xavier Hanin a92a4fcecc IMPROVEMENT: Better and more homogeneous relative paths handling (IVY-387)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@691210 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02 12:07:20 +00:00
Xavier Hanin b44da9ac7e FIX: ivy-resolve fails when a project has different dependencies in different branches (IVY-717)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@632399 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 17:32:23 +00:00
Xavier Hanin 87bc48ed77 IMPROVEMENT: use ModuleRevisionId instead of ModuleId in IvySettings#getResolver (IVY-591)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@608922 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 17:05:55 +00:00
Xavier Hanin 823b5942eb reduce RepositoryCacheManager contract
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@608162 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 17:58:40 +00:00
Xavier Hanin 91773162bb TASK: Remove cache attribute on Ant tasks (IVY-685)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@607146 13f79535-47bb-0310-9956-ffa450edef68
2007-12-28 00:11:39 +00:00
Xavier Hanin e49e56f050 fix bug in TestHelper
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@602248 13f79535-47bb-0310-9956-ffa450edef68
2007-12-07 22:26:19 +00:00
Maarten Coene bf0ff091dc TestHelper didn't work on JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@601890 13f79535-47bb-0310-9956-ffa450edef68
2007-12-06 22:45:30 +00:00
Xavier Hanin 403efd21dc introduce TestFixture useful to set up a repository from very simple text description, and use this for LatestCompatibleConflictManagerTest
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@600364 13f79535-47bb-0310-9956-ffa450edef68
2007-12-02 19:49:57 +00:00
Xavier Hanin 76a9cce337 IMPROVEMENT: Only display unique circular dependencies during Resolve (IVY-653)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@599508 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 16:39:15 +00:00
Xavier Hanin 60de0bd20f NEW: latest compatible conflict manager (IVY-648)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@598738 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 19:18:09 +00:00
Xavier Hanin cb52855f86 fix eol: add svn property + run fixcrlf to use native eol for all text files
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544480 13f79535-47bb-0310-9956-ffa450edef68
2007-06-05 13:21:26 +00:00
Xavier Hanin 534f50d1d5 code cleanup using eclipse code formatter
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544459 13f79535-47bb-0310-9956-ffa450edef68
2007-06-05 12:02:27 +00:00
Xavier Hanin f942e2bdcd review some license headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@522805 13f79535-47bb-0310-9956-ffa450edef68
2007-03-27 07:39:00 +00:00
Xavier Hanin 72a5f080f5 REFACTOR: begin split of Ivy class: creation of IvySettings and ResolveEngine, attempt to remove some dependencies on the Ivy class
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@501796 13f79535-47bb-0310-9956-ffa450edef68
2007-01-31 11:00:29 +00:00