Commit Graph

2979 Commits

Author SHA1 Message Date
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
Stefan Bodewig 70248634fc moved to gitbox 2018-12-17 09:35:16 +01:00
Jaikiran Pai d1d956fc2f IVY-1594 Make sure we unlink an existing link, when retrieve task is enabled with symlink = true 2018-12-06 06:22:31 +05:30
Jaikiran Pai a7318cdb6e Update FileSystemResolverTest#testListing to expect a new module that was introduced in the testcase for IVY-1594 2018-10-23 12:09:46 +05:30
Jaikiran Pai 61ceab3588 IVY-1594 Use a separate moduleid for the testcase to prevent other tests, reliant on the org1:mod1.1 module, from being impacted 2018-10-23 11:52:28 +05:30
Jaikiran Pai f367ed8bd7 Add IVY-1594 to release notes 2018-10-23 11:38:42 +05:30
Jaikiran Pai 2eede730ca IVY-1594 Make sure FileUtil#symlink handles symlinking of directories correctly 2018-10-23 11:33:47 +05:30
Maarten Coene b3f7c85969 NEW: The buildlist task can now have `root` and `leaf` subelements to specify the organisation (and other attributes) of the root and leaf modules 2018-09-16 23:43:30 +02:00
Jaikiran Pai 0712acabd5 Revert commit 7131e1c028. 2018-09-10 19:04:42 +05:30
Jaikiran Pai ab8112ea24 Revert commit ecc271c492. 2018-09-10 19:03:42 +05:30
Gintas Grigelionis 969ba77e95 Fix merge 2018-08-29 08:52:03 +02:00
Gintas Grigelionis cbb0714f2f Reduce the amount of downloads and add a clarification 2018-08-29 08:45:59 +02:00
Gintas Grigelionis 5e71e21d8a Add japicmp checks 2018-08-29 08:36:15 +02:00
Gintas Grigelionis 7c33b3c079 Update tools 2018-08-29 08:22:48 +02:00
Gintas Grigelionis fd81f44619 Update the release notes 2018-08-29 08:05:12 +02:00
Maarten Coene d976a4a27f Fixed ModuleDescriptorMemoryCacheTest 2018-08-24 09:25:25 +02:00
Maarten Coene 06af67c4e8 FIX: ModuleDescriptorMemoryCache didn't detect outdated entries when Ivy file was updated in the cache by another process 2018-08-24 08:38:31 +02:00
Jaikiran Pai ecc271c492 In continuation of commit 7131e1c028, make sure the ArtifactOrigin's location is treated as a URL consistently in relevant places 2018-08-19 20:04:01 +05:30
Jaikiran Pai 7131e1c028 Treat the ArtifactOrigin's location as a URL (as already stated in its javadoc).
Should solve issues, especially on Windows OS, like the one reported in https://www.mail-archive.com/ivy-user@ant.apache.org/msg06324.html
2018-08-19 19:21:18 +05:30
Jaikiran Pai 556022e02a IVY-1589 Prevent UnsupportedOperationException on list.remove() while doing a FileUtil.deepCopy 2018-08-15 11:01:59 +05:30
Gintas Grigelionis 535eee4626 IVY-1486 Respect exclude regardless of resolution order 2018-08-14 19:33:31 +02:00
Maarten Coene f8d3121e4f Added short comment in the release notes for the thread-safety fixes made some time ago 2018-08-14 15:21:13 +02:00
Jaikiran Pai 26b2de7296 IVY-1588 Don't throw a CircularDependencyException when parsing the pom of a import scoped dependency in dependencyManagement section 2018-08-13 15:49:05 +05:30
Gintas Grigelionis c274756ebe Revise the documentation 2018-08-10 14:50:12 +02:00
Gintas Grigelionis bc4f6b9307 Update the release notes 2018-08-07 14:35:36 +02:00
aprelev 18a830dbcf Fix IVY-982 by subtracting negated entries from wildcard bin 2018-08-07 14:27:07 +02:00
Gintas Grigelionis 8958344404 Update the release notes 2018-08-04 14:41:34 +02:00
aprelev 9a9b720db7 Fix IVY-1104 by including extra attribute in XML report 2018-08-04 14:34:49 +02:00
Gintas Grigelionis c21193ae13 Redundant string length calculation 2018-08-03 14:00:59 +02:00
Gintas Grigelionis 27a3549ae7 Useless casts 2018-08-03 13:57:33 +02:00
Gintas Grigelionis 93f11da846 Use try with resources 2018-08-03 13:54:24 +02:00
Gintas Grigelionis b5b177b84d Use StandardCharsets 2018-08-03 12:20:40 +02:00
Gintas Grigelionis d67de45293 Unused imports 2018-08-03 12:17:50 +02:00
Jaikiran Pai 5918182e0d Set the https.protocol system property even for regular builds when running on Java 7 2018-07-25 10:50:59 +05:30
Jaikiran Pai 43ddccb859 Fix build failures of tutorials when running against Java 7 2018-07-25 10:16:10 +05:30
Gintas Grigelionis 55d9cb6595 Correct credits 2018-06-21 07:37:47 +02:00
Gintas Grigelionis 41146279fe Prefer HTTPS 2018-06-16 11:48:03 +02:00
Gintas Grigelionis ebbc240212 Use try with resources 2018-06-09 22:03:09 +02:00
Gintas Grigelionis bf3e9dcbea URL-based resolvers should accept query parameters in publish patterns 2018-06-09 20:48:53 +02:00
Gintas Grigelionis 95c076bf47 Further sync of Checkstyle setup 2018-06-09 18:07:01 +02:00
Gintas Grigelionis 92c2791522 Update RAT 2018-06-08 10:45:17 +02:00
Gintas Grigelionis 9f0fdedbd5 Sync Checkstyle setup with IvyDE 2018-06-08 10:41:11 +02:00
Gintas Grigelionis cbe4dfac42 Update JaCoCo 2018-06-07 22:15:21 +02:00
Maarten Coene 62724c69ea FIX: Removed fetchedSet field from ResolveEngine because this was causing issues when the same ResolveEngine instance was used by multiple threads. The fetchedSet is now passed around as parameter between the 'fetch' methods of this class. 2018-06-07 15:14:32 +02:00