You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2019/11/02 12:56:34 UTC

[ant-ivy] branch master updated (a9c0602 -> 28eb66d)

This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git.


    from a9c0602  next version is 2.6.0
     new bf82dbe  Minimum Java version is now 1.8
     new c0c8df4  Remove the workaround introduced in commit 5918182e0d6836d89c42260da9de4428d4cbcec0, now that we require minimum Java 8 runtime
     new 8e29e30  Upgrade to latest versions of bouncycastle and httpclient
     new b5f8c9d  Fix link in release notes.
     new 5a5e3eb  Use newer version of Ivy in example
     new 28eb66d  Upgrade ivy.api.reference version to 2.5.0

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 asciidoc/install.adoc        | 2 +-
 asciidoc/release-notes.adoc  | 2 +-
 asciidoc/samples/build.xml   | 2 +-
 build.properties             | 4 ++--
 build.xml                    | 9 ---------
 src/example/go-ivy/build.xml | 2 +-
 version.properties           | 4 ++--
 7 files changed, 8 insertions(+), 17 deletions(-)


[ant-ivy] 01/06: Minimum Java version is now 1.8

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit bf82dbedbeb2a8fda27f23c95cd9f312ac597ed5
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:07:14 2019 +0530

    Minimum Java version is now 1.8
---
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index 69b7fba..72d4600 100644
--- a/build.properties
+++ b/build.properties
@@ -44,7 +44,7 @@ checkstyle.report.dir=${reports.dir}/checkstyle
 checkstyle.src.dir=${basedir}/src/etc/checkstyle
 rat.report.dir=${reports.dir}/rat
 
-ivy.minimum.javaversion=1.7
+ivy.minimum.javaversion=1.8
 debug.mode=on
 ivy.install.version=1.4.1
 ivy.api.reference=2.4.0


[ant-ivy] 03/06: Upgrade to latest versions of bouncycastle and httpclient

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit 8e29e307d65aea69394036c94f4b4d3d84ec4eb3
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:14:25 2019 +0530

    Upgrade to latest versions of bouncycastle and httpclient
    
    Contributed-by: Gintautas Grigelionis
    Pull request: https://github.com/apache/ant-ivy/pull/90/
---
 version.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/version.properties b/version.properties
index 42a5795..74a8257 100644
--- a/version.properties
+++ b/version.properties
@@ -31,10 +31,10 @@ target.ivy.bundle.version.qualifier=alpha_
 # running Ant, so we could not use that name here.
 apache-ant.version=1.9.14
 ant-contrib.version=1.0b3
-bouncycastle.version=1.62
+bouncycastle.version=1.64
 commons-vfs2.version=2.2
 hamcrest.version=1.3
-httpclient.version=4.5.9
+httpclient.version=4.5.10
 jsch.agentproxy.version=0.0.9
 jsch.version=0.1.55
 junit.version=4.12


[ant-ivy] 06/06: Upgrade ivy.api.reference version to 2.5.0

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit 28eb66db030f2a1eaa9a31d641ce987ac77b7afd
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:24:17 2019 +0530

    Upgrade ivy.api.reference version to 2.5.0
    
    Contributed-by: Gintautas Grigelionis
    Pull request: https://github.com/apache/ant-ivy/pull/90/
---
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
index 72d4600..cbc3226 100644
--- a/build.properties
+++ b/build.properties
@@ -47,7 +47,7 @@ rat.report.dir=${reports.dir}/rat
 ivy.minimum.javaversion=1.8
 debug.mode=on
 ivy.install.version=1.4.1
-ivy.api.reference=2.4.0
+ivy.api.reference=2.5.0
 
 #status=integration
 


[ant-ivy] 02/06: Remove the workaround introduced in commit 5918182e0d6836d89c42260da9de4428d4cbcec0, now that we require minimum Java 8 runtime

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit c0c8df492d2312c983f50cfdc5841e18177f6f7b
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:11:07 2019 +0530

    Remove the workaround introduced in commit 5918182e0d6836d89c42260da9de4428d4cbcec0, now that we require minimum Java 8 runtime
---
 build.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/build.xml b/build.xml
index 9352b70..876cef3 100644
--- a/build.xml
+++ b/build.xml
@@ -23,12 +23,6 @@
     <property file="build.properties"/>
 
     <property name="final.name" value="ivy.jar"/>
-    <!-- Java 7 runs into TLS protocol issues when dealing with repositories
-    that no longer support older protocols -->
-    <condition property="java.sysprop.https.protocols" value="" else="TLSv1.2">
-        <javaversion atleast="1.8"/>
-    </condition>
-
 
     <target name="init-ivy-user-home" unless="ivy.use.local.home">
         <condition property="ivy.home" value="${env.IVY_HOME}">
@@ -466,9 +460,6 @@
                 <syspropertyset>
                     <propertyref prefix="http"/>
                 </syspropertyset>
-                <!-- We select specific HTTPS protocols, based on the Java version we are running
-                    on -->
-                <sysproperty key="https.protocols" value="${java.sysprop.https.protocols}"/>
 
                 <!-- Added this to test IVY-65 -->
                 <jvmarg value="-Duser.region=TR"/>


[ant-ivy] 05/06: Use newer version of Ivy in example

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit 5a5e3eb08424a08596704990186d7e1eb7d68b1d
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:20:08 2019 +0530

    Use newer version of Ivy in example
    
    Contributed-by: Gintautas Grigelionis
    Pull request: https://github.com/apache/ant-ivy/pull/90
---
 asciidoc/install.adoc        | 2 +-
 asciidoc/samples/build.xml   | 2 +-
 src/example/go-ivy/build.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/asciidoc/install.adoc b/asciidoc/install.adoc
index fae2146..db8a3f8 100644
--- a/asciidoc/install.adoc
+++ b/asciidoc/install.adoc
@@ -54,7 +54,7 @@ If you want to use Ivy only in your Ant build scripts, and have an internet conn
 [source,xml]
 ----
 <project xmlns:ivy="antlib:org.apache.ivy.ant">
-    <property name="ivy.install.version" value="2.1.0-rc2"/>
+    <property name="ivy.install.version" value="2.5.0"/>
     <condition property="ivy.home" value="${env.IVY_HOME}">
       <isset property="env.IVY_HOME"/>
     </condition>
diff --git a/asciidoc/samples/build.xml b/asciidoc/samples/build.xml
index 418dcea..59f6f8b 100644
--- a/asciidoc/samples/build.xml
+++ b/asciidoc/samples/build.xml
@@ -38,7 +38,7 @@
 
     <!-- here is the version of Ivy we will use. change this property to try a newer
          version if you want -->
-    <property name="ivy.install.version" value="2.4.0"/>
+    <property name="ivy.install.version" value="2.5.0"/>
     <property name="ivy.jar.dir" value="${basedir}/ivy"/>
     <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
 
diff --git a/src/example/go-ivy/build.xml b/src/example/go-ivy/build.xml
index d795929..dbbdc05 100644
--- a/src/example/go-ivy/build.xml
+++ b/src/example/go-ivy/build.xml
@@ -38,7 +38,7 @@
 
     <!-- here is the version of ivy we will use. change this property to try a newer
          version if you want -->
-    <property name="ivy.install.version" value="2.0.0-beta1"/>
+    <property name="ivy.install.version" value="2.5.0"/>
     <property name="ivy.jar.dir" value="${basedir}/ivy"/>
     <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
 


[ant-ivy] 04/06: Fix link in release notes.

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git

commit b5f8c9d7e59eff0cb456f1cc6aa4fee3d930e178
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sat Nov 2 18:15:57 2019 +0530

    Fix link in release notes.
    
    Contributed-by: Gintautas Grigelionis
    Pull request: https://github.com/apache/ant-ivy/pull/90/
---
 asciidoc/release-notes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 3fd7535..1578eb7 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -45,7 +45,7 @@ For details about the following changes, check our JIRA install at link:https://
 
 *List of changes since Ivy 2.5.0:*
 
-- BREAKING: Removed old fr\jayasoft\ivy\ant\antlib.xml AntLib definition file (jira:IVY-1612)
+- BREAKING: Removed old fr\jayasoft\ivy\ant\antlib.xml AntLib definition file (jira:IVY-1612[])
 - FIX:
 
 - IMPROVEMENT: