Commit Graph

2861 Commits

Author SHA1 Message Date
Jaikiran Pai 0c769150cc We now use asciidoc for documentation 2018-03-07 15:52:25 +05:30
Gintas Grigelionis 1dc8749f6e No more MD5 2018-03-06 18:33:54 +01:00
Jan Matrne 8ed4a9bea7 Add "link" to release notes so we could find it better. 2018-03-06 11:35:16 +01:00
Gintas Grigelionis afd3f11cd1 Ditto for some tests 2018-03-04 12:35:19 +01:00
Gintas Grigelionis b0ded8594f More tabs and trailing spaces… 2018-03-03 12:08:23 +01:00
Gintas Grigelionis 08e1d1cca8 Checkstyle: trim trailing whitespace, replace tabs 2018-03-03 11:30:06 +01:00
Jaikiran Pai 075134d7d0 IVY-1576 make the test a bit more robust to make sure the artifact content is the right one for the dependency 2018-03-02 18:01:49 +05:30
Jaikiran Pai 9e88105637 IVY-1576 Update release notes 2018-03-02 17:22:22 +05:30
Jaikiran Pai 3b17df0ab6 IVY-1576 Fix parsing of (maven) dependency with multiple classifiers 2018-03-02 16:58:36 +05:30
Jaikiran Pai 313d28f676 Minor updates to the release instructions to reflect the correct branch to use for the release 2018-02-28 15:22:46 +05:30
Jaikiran Pai c656549296 This isn't needed, since the release process is already documented in asciidoc/dev/makerelease.adoc 2018-02-28 15:17:46 +05:30
Jaikiran Pai 1a19f2f836 initial WIP version of release instructions to follow for releasing Ivy 2018-02-27 18:28:16 +05:30
Jaikiran Pai 86eacb6b57 Support parsing multiple ranges for Maven versions 2018-02-26 16:35:42 +05:30
Jaikiran Pai 0466237558 IVY-1577 - Add support for Maven profile activations by OS, file and JDK and also parse any properties configured within such activated profiles, so that they can then be referenced in the pom 2018-02-26 15:56:52 +05:30
Maarten Coene 4aea43a178 Added getter for the ResolveOptions. 2018-02-23 11:10:17 +01:00
Maarten Coene 600215bddc FIX: The method hasIvyListener in org.apache.ivy.core.event.EventManager always returned false 2018-02-23 11:07:31 +01:00
Brett Randall 537e13241a IVY-1545: Added tracking for a cycle in parent-POM ancestry, throw a CircularDependencyException if found.
Added tests for cycles in parent ancestry and references-self as parent.

This closes #66 pull request at github/apache/ant-ivy repo
2018-02-09 09:17:56 +05:30
Jaikiran Pai 55e6b039ac Upgrade to 1.9.10 of Ant 2018-02-08 18:45:34 +05:30
Jaikiran Pai 783276d948 IVY-735 Missed out changes in previous commit 2018-02-08 11:47:36 +05:30
Jaikiran Pai ae27582d1b IVY-735 Don't force existing implementations of URLHandler to understand timeout constraints feature which was recently introduced 2018-02-08 10:44:49 +05:30
Jaikiran Pai 82ad5b0416 IVY-1575 Fix javadoc on URLHandlerDispatcher 2018-02-07 08:27:39 +05:30
Gintas Grigelionis 9003b5b5aa Use java.specification.version rather than java.version 2018-02-05 13:25:54 +01:00
Gintas Grigelionis 994fff7f62 Bump up version of Checkstyle (use the latest of 7 series) 2018-02-03 07:11:57 +01:00
Gintas Grigelionis c470b75897 Avoid “empty XML tag” warnings 2018-02-03 07:08:08 +01:00
Gintas Grigelionis f01d7a5b45 Sort contributors by surname, remove duplicate 2018-02-03 07:00:25 +01:00
Gintas Grigelionis 6f89144e4b Update release notes 2018-02-02 23:50:29 +01:00
Gintas Grigelionis 7ebc8107a2 IVY-1569 Avoid reflection warnings (or worse) in Java 9+ 2018-02-02 19:18:57 +01:00
Gintas Grigelionis 1d3567f305 IVY-1282 Add missing trim() 2018-02-02 19:08:53 +01:00
Gintas Grigelionis 68e0a9c714 IVY-1573 do not skip versions with URL encoded characters 2018-01-30 15:06:58 +01:00
Jaikiran Pai 18b4d24029 Consider .pom files as binary, so that line endings aren't converted, during checkouts resulting in checksum failures 2018-01-16 13:28:29 +05:30
Gintas Grigelionis 156706e42e refactor tagsdoc generator 2018-01-12 17:02:45 +01:00
Gintas Grigelionis 2ff8e51881 document the new option 2018-01-11 21:34:51 +01:00
Gintas Grigelionis c6c1971ca1 resolve current ivy.xml from CLI
(by specifying “-properties version.properties”)
2018-01-11 20:40:37 +01:00
Gintas Grigelionis a2fcc3b5c3 Happy New Year 2018-01-10 10:58:33 +01:00
Gintas Grigelionis 4b5ef21ed6 tidy up code more 2018-01-08 23:15:17 +01:00
Gintas Grigelionis 12aeeec70f tidy up the code 2017-12-08 07:52:37 +01:00
Gintas Grigelionis 1b84f2ee7a another fail() that should be an expected exception;
import assertions statically, too
2017-12-07 12:25:55 +01:00
Gintas Grigelionis e43138b0b5 rediscovered a couple of tests :-) 2017-12-05 16:57:17 +01:00
Gintas Grigelionis 47061a88ce tidy up the code 2017-12-05 16:44:53 +01:00
Gintas Grigelionis da461de2db use switch rather than a chain of if’s 2017-12-05 16:38:51 +01:00
Gintas Grigelionis 14bdf34a9b tersify logic ;-> 2017-12-05 12:36:37 +01:00
Gintas Grigelionis a123650842 simplify set construction 2017-12-05 12:24:50 +01:00
Gintas Grigelionis 2f4bf4db63 refactor tests with hardcoded Maven Central URL 2017-12-05 12:15:20 +01:00
Gintas Grigelionis d80acb29c0 showcase of parameterised tests with introspection :-)
(requires hamcrest-library where Matchers dwell)
2017-12-05 12:08:28 +01:00
Gintas Grigelionis 30c217ec40 do not fail, assert 2017-12-05 11:57:36 +01:00
Gintas Grigelionis 4a8068579e use expected exception and try-finally for post-mortem
(until JUnit 5 ;-)
2017-12-05 11:47:56 +01:00
Gintas Grigelionis 5d78961118 keep test parts as private as possible 2017-12-05 11:26:24 +01:00
Gintas Grigelionis 4e2846d5f4 chop extraneous throws, fix imports and javadoc 2017-12-05 11:12:21 +01:00
Gintas Grigelionis d86ae886e0 Do not use try-catch-fail to re-throw exceptions in tests 2017-12-05 10:17:36 +01:00
Gintas Grigelionis 579410e7f8 Revert previous change, see http://central.sonatype.org/pages/consumers.html 2017-11-14 07:18:06 +01:00