Bug report for Ant [2021/10/03]

2021-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-03 Thread Stefan Bodewig
On 2021-09-30, Jaikiran Pai wrote: > This release is mainly a bug fix release and the exact changes are > noted in > https://dist.apache.org/repos/dist/dev/ant/RELEASE-NOTES-1.10.12.html. Of > particular interest is the relatively minor bug fix in the javadoc > task which is necessary for it to wo

[GitHub] [ant] bodewig commented on a change in pull request #164: Use inner class as static.

2021-10-03 Thread GitBox
bodewig commented on a change in pull request #164: URL: https://github.com/apache/ant/pull/164#discussion_r720811236 ## File path: src/main/org/apache/tools/ant/taskdefs/Javac.java ## @@ -910,7 +910,7 @@ public boolean getNowarn() { */ public ImplementationSpecificA

[GitHub] [ant] bodewig commented on pull request #164: Use inner class as static.

2021-10-03 Thread GitBox
bodewig commented on pull request #164: URL: https://github.com/apache/ant/pull/164#issuecomment-932924639 Thank you @arturobernalg but I'm afraid this is a change that is not backwards compatible at all so we cannot accept it. -- This is an automated message from the Apache Git Service.

[GitHub] [ant] bodewig commented on a change in pull request #162: Use Bulk operation instead of iteration.

2021-10-03 Thread GitBox
bodewig commented on a change in pull request #162: URL: https://github.com/apache/ant/pull/162#discussion_r720811564 ## File path: src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java ## @@ -294,7 +294,7 @@ public void send() { ? new InternetAddress(ad

[GitHub] [ant] bodewig commented on a change in pull request #163: Make final var when is possible.

2021-10-03 Thread GitBox
bodewig commented on a change in pull request #163: URL: https://github.com/apache/ant/pull/163#discussion_r720811997 ## File path: src/main/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java ## @@ -381,7 +381,7 @@ protected void setCommonOptions(final ExecTask cmd) {

[GitHub] [ant] bodewig commented on pull request #163: Make final var when is possible.

2021-10-03 Thread GitBox
bodewig commented on pull request #163: URL: https://github.com/apache/ant/pull/163#issuecomment-932930381 This is a huge change when it comes to the number of lines touched. When faced with such a big change I always fear I may overlook something subtle. Personally I don't believe m

[GitHub] [ant] bodewig commented on pull request #161: Use Jakarta EE

2021-10-03 Thread GitBox
bodewig commented on pull request #161: URL: https://github.com/apache/ant/pull/161#issuecomment-932931398 There might be a way to reduce the code duplication between the two mailer classes, but that can be done as a refactoring later. Also we'll need a new POM and a new artifact to publis

[GitHub] [ant] arturobernalg commented on pull request #163: Make final var when is possible.

2021-10-03 Thread GitBox
arturobernalg commented on pull request #163: URL: https://github.com/apache/ant/pull/163#issuecomment-932933258 > This is a huge change when it comes to the number of lines touched. When faced with such a big change I always fear I may overlook something subtle. > > Personally I don

[GitHub] [ant] arturobernalg closed pull request #163: Make final var when is possible.

2021-10-03 Thread GitBox
arturobernalg closed pull request #163: URL: https://github.com/apache/ant/pull/163 -- 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. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [ant] arturobernalg commented on a change in pull request #162: Use Bulk operation instead of iteration.

2021-10-03 Thread GitBox
arturobernalg commented on a change in pull request #162: URL: https://github.com/apache/ant/pull/162#discussion_r720815321 ## File path: src/main/org/apache/tools/ant/taskdefs/email/MimeMailer.java ## @@ -294,7 +294,7 @@ public void send() { ? new InternetAddr

[GitHub] [ant] arturobernalg closed pull request #164: Use inner class as static.

2021-10-03 Thread GitBox
arturobernalg closed pull request #164: URL: https://github.com/apache/ant/pull/164 -- 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. To unsubscribe, e-mail: dev-unsubscr..

[GitHub] [ant] arturobernalg commented on pull request #164: Use inner class as static.

2021-10-03 Thread GitBox
arturobernalg commented on pull request #164: URL: https://github.com/apache/ant/pull/164#issuecomment-932934366 > Thank you @arturobernalg but I'm afraid this is a change that is not backwards compatible at all so we cannot accept it. HI @bodewig Ok, close the PR. maybe for a ne

[GitHub] [ant] bodewig commented on pull request #163: Make final var when is possible.

2021-10-03 Thread GitBox
bodewig commented on pull request #163: URL: https://github.com/apache/ant/pull/163#issuecomment-932934721 @arturobernalg I'm by far not the only Ant committer, so please don't feel forced to close a PR just because I comment in an unfavorable way. -- This is an automated message from th

[GitHub] [ant] bodewig commented on pull request #162: Use Bulk operation instead of iteration.

2021-10-03 Thread GitBox
bodewig commented on pull request #162: URL: https://github.com/apache/ant/pull/162#issuecomment-932934965 thank you @arturobernalg Currently there is a release vote underway and I don't want to disturb things by changing `master` before it is done. -- This is an automated message from t

[GitHub] [ant] bodewig commented on pull request #164: Use inner class as static.

2021-10-03 Thread GitBox
bodewig commented on pull request #164: URL: https://github.com/apache/ant/pull/164#issuecomment-932935464 for historical reasons Ant is not following semantic versioning, so the next "major release" would be 1.11.0. Having said that I'm not aware of anybody planning to create such a thing

[GitHub] [ant] arturobernalg commented on pull request #162: Use Bulk operation instead of iteration.

2021-10-03 Thread GitBox
arturobernalg commented on pull request #162: URL: https://github.com/apache/ant/pull/162#issuecomment-932936163 > thank you @arturobernalg Currently there is a release vote underway and I don't want to disturb things by changing `master` before it is done. Completely agree. This is

[GitHub] [ant] twogee commented on pull request #161: Use Jakarta EE

2021-10-03 Thread GitBox
twogee commented on pull request #161: URL: https://github.com/apache/ant/pull/161#issuecomment-933173752 Thanks @bodewig, I missed the POM part. There's no need for a separate POM: I propose bumping the version in the current POM and adding a profile that overrides the dependencies in cas

[GitHub] [ant] bodewig commented on pull request #161: Use Jakarta EE

2021-10-03 Thread GitBox
bodewig commented on pull request #161: URL: https://github.com/apache/ant/pull/161#issuecomment-933179077 Personally I'd prefer two separate jars and two separate POMs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use