[GitHub] [ant-ivy] skuhnert opened a new pull request #89: IVY-1606: incorrect dependency order on buildlist

2019-08-26 Thread GitBox
skuhnert opened a new pull request #89: IVY-1606: incorrect dependency order on buildlist URL: https://github.com/apache/ant-ivy/pull/89 see: https://issues.apache.org/jira/browse/IVY-1606 This is an automated message from th

Re: Recent build enhancements and CI jobs to help test Java runtime compatibility

2019-08-26 Thread Jaikiran Pai
On 26/08/19 5:28 PM, Jaikiran Pai wrote: > To accomplish the above goals, this weekend I have been doing some minor > enhancements to the build infrastructure and also have introduced a > test-compatibility.sh[3] script which helps us to use a CI job to run > this Java runtime compatibility tests

Recent build enhancements and CI jobs to help test Java runtime compatibility

2019-08-26 Thread Jaikiran Pai
A while back I mentioned[1] the issue we ran into with our Ant 1.10.6 release which broke compatibility with Java 8 runtime. I outlined what needed to be done to be able to catch such issues going forward. In short, we needed our build logic and our CI infrastructure to be able to do the following: