Matt Benson
b4a91c7fb3
refactor attribute introspection to support Optional* types
3 years ago
Matt Benson
71f44247d4
add static BuildException factory method
3 years ago
Matt Benson
97cc23ef8b
test pathconvert setonempty=false
3 years ago
Matt Benson
90ed3ff6cc
pathconvert to outputstream so that logging requires no in-memory String accumulation
3 years ago
Matt Benson
af035b0fc7
iterate resources directly when !cache
3 years ago
Matt Benson
ccde92427d
use Collections#emptyIterator
3 years ago
Matt Benson
a8779939ce
volatile cache property
3 years ago
Matt Benson
847dcd9dbe
Resources javadoc
3 years ago
Matt Benson
43deb9e8c8
test pathconvert features
3 years ago
Matt Benson
6fdb34e735
fully migrate pathconvert tests to antunit
3 years ago
Jaikiran Pai
a66dafa7d5
add java.security.manager=allow while launching against Java 19
3 years ago
Matt Benson
8f57984b1b
avoid unnecessary work
3 years ago
Matt Benson
a1c59932ad
remove extra semi
3 years ago
Jaikiran Pai
b690788b10
fix ant.bat script for Java 18 security manager configuration/check
3 years ago
Stefan Bodewig
2972b55fb5
make PropertyHelper a bit more backwards compatible
Bugzilla Report 65799
3 years ago
Stefan Bodewig
82f5edcf49
change the default of authenticateOnRedirect
3 years ago
Berno Langer
0f3985c356
Allow ant:get task to disable authentication on redirect.
When the server answers with a redirect response, the request to the new
location may or may not need a second authentication. To disable the
authentication, the new attribute "authenticateOnRedirect" can be set to
"false".
3 years ago
Stefan Bodewig
43214e4332
add docs for #170 and make host name check strict by default
4 years ago
Stefan Bodewig
60a0aa64cd
Merge pull request #170 from sonyDeswal/Add_FTPS_Option_AntTask
Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTP…
4 years ago
Jaikiran Pai
002596a9bb
set java.security.manager=allow in Ant launcher .bat file for Windows, for Java 18
4 years ago
Jaikiran Pai
e8db3b1010
reduce level of log message
4 years ago
Jaikiran Pai
190d9ad724
fix condition check for non-bash shell
4 years ago
Jaikiran Pai
5086264e00
Revert "Pass -Djava.security.manager=allow while launching JUnit forked VM to allow JUnit triggered code to set security manager at runtime"
This reverts commit 13e6e30958 .
4 years ago
Jaikiran Pai
13e6e30958
Pass -Djava.security.manager=allow while launching JUnit forked VM to allow JUnit triggered code to set security manager at runtime
4 years ago
Jaikiran Pai
0b028a211a
Pass -Djava.security.manager=allow from *nix launcher script for Java 18
4 years ago
Santosh R Dhariwal
ea685c68d2
Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.
4 years ago
Aleksei Zotov
d45dcad67a
junitlauncher - Fixed extension attribute support for listeners
4 years ago
Aleksei Zotov
c8bc470774
junitlauncher - Support extension attribute for listeners
This closes #168 pull request at github.com/apache/ant
4 years ago
Santosh R Dhariwal
9bef39da0f
Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.
4 years ago
twogee
068e14ec34
Support Jakarta Mail in MailLogger
4 years ago
Stefan Bodewig
c3e12bfadd
fix versions
4 years ago
Stefan Bodewig
44582f1c79
Merge pull request #161 from twogee/jakarta-mail
Use Jakarta EE
4 years ago
Jaikiran Pai
832157cbf1
Next dev version post 1.10.12 release of Ant
4 years ago
twogee
cd1bb841b1
Use Jakarta EE
4 years ago
Jaikiran Pai
d758957442
fix commons-net version in pom
4 years ago
Jaikiran Pai
2a2f443315
fix bcel version in pom
4 years ago
Arturo Bernal
6718c526a8
Use Bulk operation instead of iteration.
4 years ago
Stefan Bodewig
433819ffb6
Merge pull request #156 from arturobernalg/feature/java_8
Replace Lambda with method reference.
4 years ago
Stefan Bodewig
48c6dc53f6
Merge pull request #155 from arturobernalg/feature/redundant_if
Simplify single assignment and avoid redundant if conditions.
4 years ago
Stefan Bodewig
87ac5d5ddb
Merge pull request #157 from arturobernalg/feature/performance
Performance:
4 years ago
Stefan Bodewig
791de453ae
Merge pull request #158 from arturobernalg/feature/simplify_assert
Replace assert by simpler but equivalent calls.
4 years ago
Arturo Bernal
0ad2609358
Simplify single assignment and avoid redundant if conditions.
4 years ago
Arturo Bernal
8b4d346c75
Performance:
* Use arrayCopy
* Avoid redundant String.format
* Exit the loop early
4 years ago
Arturo Bernal
79d4f018ac
Replace assert by simpler but equivalent calls.
4 years ago
Jaikiran Pai
0089151938
bz-65424 Prevent potential deadlocks in IntrospectionHelper
4 years ago
Stefan Bodewig
76c97ceb3b
Merge pull request #159 from arturobernalg/feature/array_pre_size
Use an empty array in favor of pre-sized array.
4 years ago
Stefan Bodewig
28b9927c3c
Merge pull request #154 from arturobernalg/feature/string_builder
Change StringBuffer in favor of StringBuilder.
4 years ago
Stefan Bodewig
566fa8685e
Merge pull request #153 from arturobernalg/feature/import
Delete unused import.
4 years ago
Stefan Bodewig
158043f4b3
Merge pull request #139 from twogee/useless-boxing
No boxing
4 years ago
Stefan Bodewig
9379bf4ffc
Merge branch '1.9.x'
4 years ago