[GitHub] [ant] dependabot[bot] opened a new pull request, #202: Bump xalan:xalan from 2.7.2 to 2.7.3 in /src/etc/poms/ant-apache-xalan2

2023-08-12 Thread via GitHub


dependabot[bot] opened a new pull request, #202:
URL: https://github.com/apache/ant/pull/202

   Bumps xalan:xalan from 2.7.2 to 2.7.3.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xalan:xalan&package-manager=maven&previous-version=2.7.2&new-version=2.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/ant/network/alerts).
   
   


-- 
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...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [ant] dependabot[bot] opened a new pull request, #201: Bump xalan:xalan from 2.7.2 to 2.7.3 in /src/etc/poms/ant-junit

2023-08-12 Thread via GitHub


dependabot[bot] opened a new pull request, #201:
URL: https://github.com/apache/ant/pull/201

   Bumps xalan:xalan from 2.7.2 to 2.7.3.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xalan:xalan&package-manager=maven&previous-version=2.7.2&new-version=2.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/ant/network/alerts).
   
   


-- 
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...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



Release Ant 1.10.14?

2023-08-12 Thread Jaikiran Pai
We have a decent amount of fixes and changes since we released Ant 
1.10.13 https://github.com/apache/ant/blob/master/WHATSNEW. Plus, Ant 
1.10.13 broke some setups due to our changes to SecurityManager related 
usage. I recently reverted those SecurityManager related changes and 
have now pushed some commits which will no longer use SecurityManager 
when Ant is running in Java 18+ runtime environments. I would like to 
have these changes released so that there will be some amount of testing 
by actual projects, in context of our SecurityManager changes.


If there are no objections then I'll send out a formal vote mail for the 
1.10.14 release, this coming week.


-Jaikiran


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



[GitHub] [ant] jaikiran closed pull request #121: use displayName instead of legacyReportingName in xml reports

2023-08-12 Thread via GitHub


jaikiran closed pull request #121: use displayName instead of 
legacyReportingName in xml reports
URL: https://github.com/apache/ant/pull/121


-- 
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...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [ant] jaikiran commented on pull request #121: use displayName instead of legacyReportingName in xml reports

2023-08-12 Thread via GitHub


jaikiran commented on PR #121:
URL: https://github.com/apache/ant/pull/121#issuecomment-1675840459

   I'll go ahead and close this PR since this was already delivered in Ant 
1.10.10 release as part of https://bz.apache.org/bugzilla/show_bug.cgi?id=64564


-- 
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...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [ant] jaikiran commented on pull request #121: use displayName instead of legacyReportingName in xml reports

2023-08-12 Thread via GitHub


jaikiran commented on PR #121:
URL: https://github.com/apache/ant/pull/121#issuecomment-1675840246

   Hello Vincent @don-vip,
   > Can we please get the same output as JUnit 4? 
Test.testMethod[displayedName]
   
   I had forgottent about this. But now that I went backed and looked at it, 
this should be easily customized using the `@ParameterizedTest`s `name` 
attribute. I have now added an example to Ant testsuite to show how it's done.  
See this 
https://github.com/apache/ant/blob/master/src/tests/junit/org/example/junitlauncher/jupiter/JupiterSampleTest.java#L80
 which uses:
   
   ```java
   @ParameterizedTest(name = "{displayName} asserting {0} is an even 
number")
   ...
   void testEvenFails(final int val) {
   
   ```
   and then in the junitlauncher's task:
   
   ```xml
   
   ...
   
   ...
   ```
   
   which then reports the test as:
   
   https://github.com/apache/ant/assets/143523/b937c32c-7ac2-4264-bd0d-9a3bfe90f1a9";>
   


-- 
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...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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