Re: JDK 14 - Early Access build 19 is available

2019-10-21 Thread Jaikiran Pai
Hello Rory,

No issues[1] observed with this build (JDK 14 build 14-ea+19-824)
against our Ant project on a Linux system.

[1]
https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk14-ea,label_exp=ubuntu/24/

-Jaikiran

On 20/10/19 12:17 PM, Rory O'Donnell wrote:
>  Hi Stefan/Jaikiran,
>
> *OpenJDK builds  - JDK 14 *- Early Access build 19 is available at
> http://jdk.java.net/14/
>
> These early-access, open-source builds are provided under the GNU
> General Public License, version 2, with the Classpath Exception
> .
>
>  * Release notes
>  o https://jdk.java.net/14/release-notes
>
>  * JEPs targeted to JDK 14, so far
>  o 352 - Non-Volatile Mapped Byte Buffers
>    
>  o 358 - Helpful NullPointerExceptions
>    
>  o 349 - JFR Event Streaming 
>  * *I want to draw your attention to some notable changes in previous
>    builds of JDK 14.*
>  o *Build 14* - Classes are now loaded and linked by
>    Class.forName() (JDK-8212117
>    )
>  + we need help testing changes to 3-arg Class.forName method.
>    The method has always been specified to link the class but
>    the implementation has historically not done this when
>    invoked with the "initialize" parameter set to false. The
>    bug has been fixed in JDK 14 but it has the potential to
>    change the behavior of code that uses Class.forName to load
>    classes that cannot be linked.
>
>
>  * Changes in this build
>   
> 
>
>
> *Openjdk Builds - JDK 13.0.1 *General Availability -
> https://jdk.java.net/13/
>
> These early-access, open-source builds are provided under the GNU
> General Public License, version 2, with the Classpath Exception
> .
>
>  * Release notes 
>  * Changes in this release
>   
> 
>
>
> *Crypto roadmap updated*    -
> https://www.java.com/en/jre-jdk-cryptoroadmap.html
>
> Targeted Date^(2) Targeted Release(s) Algorithm/Protocol
> Action How to test/enable change Change Log
> 2019-10-15 13, 11, 8, 7 ECC on TLS Disable non-NIST Suite
> B EC curves (sect283k1, sect283r1, sect409k1, sect409r1, sect571k1,
> sect571r1, secp256k1) when negotiating TLS sessions Disabling
> non-NIST Suite B EC curves when negotiating TLS sessions
> 
> 2019-10-08 Announced.
>
>
> Rgds,Rory
>

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] Release Ivy 2.5.0 based on RC1

2019-10-21 Thread Jaikiran Pai
+1.

- Downloaded the .tar.gz and installed locally.

- Checked the NOTICE file.

- Checked some random documentation files.

- Ran some examples that are shipped.

- Built an internal project with this version.

All went fine.

-Jaikiran

On 20/10/19 4:43 PM, Jaikiran Pai wrote:
> Hello everyone,
>
> I have built a candidate release for Ivy 2.5.0.
>
> It's been a long time since we have done a release of Ivy. 2.4.0 was
> released on December 26, 2014 after which it took a while to release the
> next version. We revived the project a few years later and many bug
> fixes and some enhancements were done. Thanks to Nicolas, 2.5.0-rc1 was
> released on Apr 19, 2018. We intentionally called it 2.5.0-rc1 because
> of the long delay we had between these releases and also the amount of
> changes that went it. We wanted to quickly release 2.5.0 after that, but
> various different reasons (some of them being newly reported bugs), it
> got delayed. However, its now time to officially release 2.5.0. This is
> my first release of Ivy project, so please do check out the release
> artifacts and vote accordingly and if you find anything amiss, please
> report. The complete set of changes that are part of this release (since
> 2.4.0) is listed here
> https://dist.apache.org/repos/dist/dev/ant/ivy/2.5.0-site-docs/release-notes.html.
>
> The git tag for this release is:
>    
> https://gitbox.apache.org/repos/asf?p=ant-ivy.git;a=tag;h=refs/tags/2.5.0_Vote_RC1
> with SHA for this tag being 48234fc5ede85a865eb874a96c08472ce1751fd1
>
> The artifacts has been published to:
>     https://dist.apache.org/repos/dist/dev/ant/ivy/2.5.0/ at SVN
> revision 36396
>
> The staging Maven repository is available at:
>    
> https://repository.apache.org/content/repositories/orgapacheant-1043/org/apache/ivy/ivy/2.5.0/
>
> The Eclipse updatesite is available here:
>    
> https://dist.apache.org/repos/dist/dev/ant/ivyde/updatesite/ivy-2.5.0.final_20191020104435/
>
>
> This vote will be open for at least 72 hours and will not close before
> 23rd October 2019 12:00 UTC.
>
> - Jaikiran, Ivy 2.5.0 release manager, on behalf of Ivy team
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #104: Correct a typo

2019-10-21 Thread GitBox
asf-ci commented on issue #104: Correct a typo
URL: https://github.com/apache/ant/pull/104#issuecomment-544631552
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #104: Correct a typo

2019-10-21 Thread GitBox
asf-ci commented on issue #104: Correct a typo
URL: https://github.com/apache/ant/pull/104#issuecomment-544631549
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #104: Correct a typo

2019-10-21 Thread GitBox
asf-ci commented on issue #104: Correct a typo
URL: https://github.com/apache/ant/pull/104#issuecomment-544631548
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #104: Correct a typo

2019-10-21 Thread GitBox
asf-ci commented on issue #104: Correct a typo
URL: https://github.com/apache/ant/pull/104#issuecomment-544631546
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] hassan-c opened a new pull request #104: Correct a typo

2019-10-21 Thread GitBox
hassan-c opened a new pull request #104: Correct a typo
URL: https://github.com/apache/ant/pull/104
 
 
   Correct "Does nothing if the directory already exist." to "Does nothing if 
the directory already **exists**."


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] janmaterne commented on issue #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
janmaterne commented on issue #103: Made some variable names more consistent 
with the other parts.
URL: https://github.com/apache/ant/pull/103#issuecomment-544426700
 
 
   merged
   Thanks for the contribution.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asfgit merged pull request #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
asfgit merged pull request #103: Made some variable names more consistent with 
the other parts.
URL: https://github.com/apache/ant/pull/103
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
asf-ci commented on issue #103: Made some variable names more consistent with 
the other parts.
URL: https://github.com/apache/ant/pull/103#issuecomment-544426055
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/Ant%20Github-PR-Windows/141/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asf-ci commented on issue #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
asf-ci commented on issue #103: Made some variable names more consistent with 
the other parts.
URL: https://github.com/apache/ant/pull/103#issuecomment-544425871
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/Ant%20Github-PR-Linux/135/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] jaikiran commented on issue #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
jaikiran commented on issue #103: Made some variable names more consistent with 
the other parts.
URL: https://github.com/apache/ant/pull/103#issuecomment-544421932
 
 
   this is ok to test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] janmaterne commented on issue #103: Made some variable names more consistent with the other parts.

2019-10-21 Thread GitBox
janmaterne commented on issue #103: Made some variable names more consistent 
with the other parts.
URL: https://github.com/apache/ant/pull/103#issuecomment-544409560
 
 
   It seems ok to me. As far as I could see, only method local variables are 
renamed. So we don't have any clue with BWC.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org