Commit Graph

3172 Commits

Author SHA1 Message Date
Maarten Coene f760b390e5 IVY-1631: when the ivy:retrieve Ant task retrieves the jars to a non-empty directory, but the retrieve task itself didn't retrieve any files, the created fileset was not empty but contained the existing files in that directory. 2021-11-23 17:37:04 +01:00
Jaikiran Pai 8e2bdfb302 IVY-1616 Properly parse the artifact origin location, if the location is a file: URI 2021-03-29 13:06:52 +05:30
Jason Guild 424fa89419 IVY-1615 implement retrieval of ivysettings from url in standalone.
Closes #91 pull request at github.com/apache/ant-ivy repo
2021-03-29 10:12:45 +05:30
Jaikiran Pai ac9af265f9 Update release notes 2021-03-29 09:39:22 +05:30
Jaikiran Pai 370e52b74a IVY-1618 Don't change the dependency resolver configure on Ivy settings when setting the one on ResolveEngine 2021-03-29 09:33:15 +05:30
Jaikiran Pai a4ab62a717 IVY-1626 Add a note to bintray resolver documentation, that bintray and JCenter are being decommissioned 2021-03-29 08:44:32 +05:30
Jaikiran Pai f1093f67d4 IVY-1628 Add a testcase to reproduce the issue and verify the fix 2021-03-25 09:51:06 +05:30
Jaikiran Pai 083e3f685c IVY-1628 Fix potential ConcurrentModificationException 2021-03-23 07:30:30 +05:30
Maarten Coene 79bd0ce1f4 Documentation fix: the [originalname] token does NOT contains the extension! 2021-02-17 09:55:36 +01:00
Jaikiran Pai 2cf83cc35a IVY-1614 Add a test to show that Maven version range exclusion syntax is correctly honoured 2021-02-13 10:24:00 +05:30
Jaikiran Pai 70dfaf2467 Allow jacoco coverage to be disabled when running tests
This allows us to run the Ivy testsuite against latest Java
early access versions without having to wait for the instrumentation
libraries (that jacoco coverage needs) to start supporting the
class version of the new Java version being tested.
2021-01-16 19:47:22 +05:30
Jaikiran Pai 824e8eebfe Skip Pack200 tests from JDK >=14 (since Pack200 tools and API have now been removed from that JDK version) 2021-01-16 09:54:16 +05:30
Jaikiran Pai 27491e3688 Use https for IvyDE updatesite test 2021-01-15 20:59:19 +05:30
Jaikiran Pai 66547a20a0 jfrog repo now redirects http to https - use https in the test 2021-01-15 20:20:43 +05:30
Jaikiran Pai ad87c251aa Upgrade to 0.8.6 of jacoco 2021-01-15 18:21:07 +05:30
Simon Legner bb8cfa726c
RetrieveEngine: remove superfluous space in error 2020-04-05 12:26:10 +02:00
Jaikiran Pai 87de654504 Use newer version of jacoco 2019-11-02 18:53:44 +05:30
Jaikiran Pai 4c1347531e Add Java 8 runtime requirement to release notes 2019-11-02 18:39:56 +05:30
Jaikiran Pai 6364399673 Remove property which seems to be unused 2019-11-02 18:36:00 +05:30
Jaikiran Pai 6edcf2631d No longer required in Java 8 2019-11-02 18:32:22 +05:30
Jaikiran Pai 28eb66db03 Upgrade ivy.api.reference version to 2.5.0
Contributed-by: Gintautas Grigelionis
Pull request: https://github.com/apache/ant-ivy/pull/90/
2019-11-02 18:24:17 +05:30
Jaikiran Pai 5a5e3eb084 Use newer version of Ivy in example
Contributed-by: Gintautas Grigelionis
Pull request: https://github.com/apache/ant-ivy/pull/90
2019-11-02 18:23:15 +05:30
Jaikiran Pai b5f8c9d7e5 Fix link in release notes.
Contributed-by: Gintautas Grigelionis
Pull request: https://github.com/apache/ant-ivy/pull/90/
2019-11-02 18:19:09 +05:30
Jaikiran Pai 8e29e307d6 Upgrade to latest versions of bouncycastle and httpclient
Contributed-by: Gintautas Grigelionis
Pull request: https://github.com/apache/ant-ivy/pull/90/
2019-11-02 18:18:34 +05:30
Jaikiran Pai c0c8df492d Remove the workaround introduced in commit 5918182e0d, now that we require minimum Java 8 runtime 2019-11-02 18:11:07 +05:30
Jaikiran Pai bf82dbedbe Minimum Java version is now 1.8 2019-11-02 18:07:14 +05:30
Jaikiran Pai a9c0602304 next version is 2.6.0 2019-11-02 09:12:35 +05:30
Jan Matrne ecf6c2e009 BREAKING: Removed old fr\jayasoft\ivy\ant\antlib.xml AntLib definition file (jira:IVY-1612) 2019-10-25 08:41:22 +02:00
Jaikiran Pai be85129fce next dev version 2019-10-24 16:24:17 +05:30
Jaikiran Pai 48234fc5ed Update status to "release" for 2.5.0 2019-10-20 10:40:52 +05:30
Jaikiran Pai 8b94e475cc prep 2.5.0 release 2019-10-20 10:15:09 +05:30
Jaikiran Pai 7eb3908f70 release ivy.xsd for 2.5.0 2019-10-20 10:06:46 +05:30
Jaikiran Pai 6b3a483f9a 2.5.0 release prep 2019-10-20 10:05:37 +05:30
Jaikiran Pai 400cb51d07 IVY-1586 IVY-1610 Make sure that empty value of "classifier" in pom.xml is considered the same as classifier not being specified 2019-10-11 10:20:46 +05:30
Stefan Bodewig 1294368143 bump year 2019-09-29 13:05:08 +02:00
Stefan Bodewig dda26804d8 add license for file copied from ganymed ssh library 2019-09-29 13:04:43 +02:00
Jaikiran Pai 3fc534020f IVY-1586 Set the correct "conf" on the "artifact" of the dependency when parsing a pom.xml 2019-09-21 17:45:35 +05:30
Jaikiran Pai 46752f7475 Upgrade to 0.1.55 of jsch 2019-09-08 17:50:47 +05:30
Jaikiran Pai dfc27e28ff Upgrade to 4.5.9 of http client 2019-09-08 11:51:27 +05:30
Jaikiran Pai 6205bf5cb2 Upgrade to 1.62 of bouncycastle 2019-09-08 11:49:06 +05:30
Jaikiran Pai 9ea28819c2 Upgrade to 1.9.14 of Ant 2019-09-08 11:46:55 +05:30
Jaikiran Pai d714d9dffb IVY-1580 Resolve any implicit artifacts when one among multiple dependencies of the same module has an explicit artifact/includes declaration 2019-09-07 18:25:36 +05:30
Jaikiran Pai 3cdf4752ec Use the correct XML namespace URI in the Ivy module descriptor generated out of a pom.xml 2019-05-31 18:06:45 +05:30
Jaikiran Pai 0114c604b6 Use https instead of http 2019-05-31 17:33:42 +05:30
Jaikiran Pai 309dba82b5 Include the content length header value and the downloaded file size, in the exception that gets thrown if they don't match 2019-05-28 12:09:04 +05:30
Jaikiran Pai f7e69d4b49 Fix checksums of .pom files used in tests 2019-05-28 11:22:09 +05:30
Jaikiran Pai 63fd929eb2 Fix checksum files of the ivy.xml(s), that changed in previous commit, used in tests 2019-05-28 11:01:21 +05:30
jkf 0d07c9985c updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:48:00 +02:00
Jaikiran Pai 4ffcf8f06f Upgrade to 0.8.3 of jacoco 2019-02-19 09:02:49 +05:30
Jaikiran Pai 75d8d79806 IVY-1602 Prevent cache corruption when attempting to copy a file to a destination which resolves back to the same source file 2019-02-01 12:55:04 +05:30