Commit Graph

91 Commits

Author SHA1 Message Date
Stefan Bodewig 2927c79ff1
prepare RC1 of Ivy 2.6.0 2026-07-12 07:56:24 +02:00
Stefan Bodewig 9747ab62d0
record github PR #127 , add @raboof 2026-07-10 11:29:58 +02:00
Maarten Coene fe36d4522a
Update release-notes.adoc
Updated release notes
2026-07-06 18:34:56 +02:00
Maarten Coene 788c011d37
Updated release notes with recent merges 2026-06-25 23:45:04 +02:00
Maarten Coene ee1a61a0a0
Updated release notes with recent merges 2026-06-17 20:33:52 +02:00
Maarten Coene 3b67d9adc7
Updated release notes 2026-06-16 00:14:58 +02:00
Maarten Coene a4c22ca869
FIX: the 'ivy:install' task didn't take the 'from' resolver into account when resolving Maven parent modules or source/javadoc artifacts. 2026-05-20 09:09:40 +02:00
Eric Milles af6502084f
project refresh 2025-09-03 22:45:40 +02:00
Maarten Coene 8fe5d37d6c
IVY-1410: FIX: the 'ivy:deliver' task didn't replace dynamic revision from inherited dependencies. 2025-08-31 23:39:45 +02:00
Maarten Coene aa3c169322
IVY-1664: added support for the override child element 2025-08-31 14:41:54 +02:00
Maarten Coene 934bf19233
IVY-1485, IVY-1661 : reverted old change causing issues with replacing dynamic revisions on deliver when there were multiple configurations. 2025-08-31 12:32:47 +02:00
Maarten Coene 75b554334e
IVY-1660: the ivy:retrieve task failed when the retrieve pattern contained some text in parentheses before the first token 2025-08-01 22:41:32 +02:00
Maarten Coene ea70bbe7e3
IVY-813: added a 'nearest' conflict manager 2025-06-08 12:57:50 +02:00
Maarten Coene d77284167b
IMPROVEMENT: use Apache Commons Compress for pack200 handling to avoid issues on Java 14 and later. (IVY-1652) 2025-04-23 23:04:43 +02:00
Maarten Coene 646b1d2fea
Mention to delete your Ivy cache after upgrading. 2025-04-21 23:15:34 +02:00
Maarten Coene 6a8cfd4004
FIX: improved Maven dependencyManagement matching for dependencies with a non-default type or classifier (IVY-1654) 2025-03-25 00:00:19 +01:00
Maarten Coene a9eb9f1680
Prepare for next development iteration 2025-01-29 23:22:06 +01:00
Maarten Coene a26e706dbd
Prepare for next development iteration 2025-01-07 16:42:06 +01:00
Maarten Coene ea446adbb4
Prepare 2.5.3. release 2024-12-23 11:07:48 +01:00
Maarten Coene 54bf314780 Prepare 2.5.3 release 2024-12-20 12:45:13 +01:00
Maarten Coene 7c364592f0 Prepare 2.5.3 release 2024-12-19 10:09:53 +01:00
Maarten Coene 0e83732542 IVY-1651: improved documentation regarding patterns and retrieve task 2024-11-17 12:28:43 +01:00
Maarten Coene e786dbb2d5 IVY-1649, IVY-1650: Fixed invalid cached Ivy file in combination with qualified extra attributes. 2024-11-12 23:51:01 +01:00
Stefan Bodewig 503aafc594 IVY-1648 some tests are failing on Java8 2023-09-15 18:09:50 +02:00
Stefan Bodewig 5d69c9a544 IVY-1647 better check whether properties/features can be set 2023-09-15 17:26:32 +02:00
Stefan Bodewig e00e9e0ee0 prepare for next development iteration 2023-08-20 16:32:58 +02:00
Stefan Bodewig 6c0560f93c update release notes with CVE-2022-46751 2023-08-20 11:59:44 +02:00
Stefan Bodewig aa011feaef record HttpClient upgrade 2023-06-21 13:26:53 +02:00
Stefan Bodewig 5f11f05fe3 IVY-1642 fix POM translation for multiple artifacts in one module 2023-04-25 21:19:13 +02:00
Stefan Bodewig c63ce79f52 IVY-1641: fix NullPointerException if content type has no charset 2023-03-17 12:59:02 +01:00
Stefan Bodewig 4ffed6329f back to normal development 2022-11-04 12:32:53 +01:00
Stefan Bodewig 9c4802b70c update release notes with CVE information 2022-11-02 18:28:21 +01:00
Stefan Bodewig ff6adbeb00 prepare Ivy 2.5.1 2022-11-01 09:56:06 +01:00
Jaikiran Pai cd9296a409 add contributor of IVY-1632 to contributors list 2022-01-15 09:57:01 +05:30
Berno Langer 17a0d80da3 IVY-1632: Use valid value for HTTP header "Accept".
The default accept header of Java isn't valid as described at
https://bugs.openjdk.java.net/browse/JDK-8163921

Therefore set an accept header that accepts simply anything in the
ivy:retrieve Ant task.
2021-12-20 09:39:25 +01:00
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 4c1347531e Add Java 8 runtime requirement to release notes 2019-11-02 18:39:56 +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 a9c0602304 next version is 2.6.0 2019-11-02 09:12:35 +05:30
Jan Matèrne 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 6b3a483f9a 2.5.0 release prep 2019-10-20 10:05:37 +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
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 f367ed8bd7 Add IVY-1594 to release notes 2018-10-23 11:38:42 +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
Gintas Grigelionis fd81f44619 Update the release notes 2018-08-29 08:05:12 +02:00