Stefan Bodewig
|
a5a593ac8d
|
actually fetch javax.mail
|
4 years ago |
Stefan Bodewig
|
dde3f7363c
|
add new jakartamail artifact to Ivy as well
|
4 years ago |
Stefan Bodewig
|
c3585aef09
|
document #161
|
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
|
d11a6536dd
|
package only the exact jars in lib/optional of source distribution
|
4 years ago |
Jaikiran Pai
|
f8761a6b07
|
Use junit-4.13.1.jar to match the version to which we upgraded in commit 4ae9d1cd60
|
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 |
Stefan Bodewig
|
35ccd1f78c
|
Merge pull request #162 from arturobernalg/feature/bulk
Use Bulk operation instead of iteration.
|
4 years ago |
Arturo Bernal
|
6718c526a8
|
Use Bulk operation instead of iteration.
|
4 years ago |
Stefan Bodewig
|
a392d5a74d
|
add contributor names of Eric Delaunay and Marc Strapetz
|
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
|
74e09bd87a
|
upgrade to 6.5.0 of bcel
|
4 years ago |
Jaikiran Pai
|
240c8d4390
|
upgrade jython version
|
4 years ago |
Jaikiran Pai
|
263c15607a
|
upgrade to 3.8.0 of commons-net
|
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 |
Stefan Bodewig
|
16be5c00c0
|
record tar symlink change of #142
|
4 years ago |
Stefan Bodewig
|
0f110eac27
|
Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
|
4 years ago |
Stefan Bodewig
|
2d0b468ee8
|
Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks
|
4 years ago |
Jaikiran Pai
|
0a20cdc31f
|
"default" is no longer a valid alias for charset starting JDK 18+ which implemented JEP400 (https://openjdk.java.net/jeps/400)
|
4 years ago |
Jaikiran Pai
|
fa91bff92e
|
Check for warnings in err stream too, to make javadoc task work on Java 17+
Discussed in dev list https://mail-archives.apache.org/mod_mbox/ant-dev/202106.mbox/%3c2e2ef67a-7d96-adfc-f050-efaccab7e6c2@apache.org%3e
|
4 years ago |
Stefan Bodewig
|
a52fc1786a
|
typo
|
4 years ago |
Stefan Bodewig
|
9943641b56
|
Merge branch '1.9.x'
|
4 years ago |
Stefan Bodewig
|
e5e0019a02
|
ensure build.compiler works with full classnames for extjavac/modern
https://bz.apache.org/bugzilla/show_bug.cgi?id=65539
|
4 years ago |
Arturo Bernal
|
fbb42627ad
|
Use an empty array in favor of pre-sized array.
|
4 years ago |
Arturo Bernal
|
374c7ec72d
|
Replace Lambda with method reference.
|
4 years ago |
Arturo Bernal
|
8a402eea3a
|
Change StringBuffer in favor of StringBuilder.
|
4 years ago |
Arturo Bernal
|
96823b02b6
|
Delete unused import.
|
4 years ago |
Stefan Bodewig
|
5aca870fff
|
test must be skipped when runnng in Gump
|
4 years ago |
Stefan Bodewig
|
84116f8a5d
|
try to make tests pass inside of Gump
|
4 years ago |
Stefan Bodewig
|
8593dbc3d1
|
Merge branch '1.9.x'
|
4 years ago |
Stefan Bodewig
|
033f8dc250
|
BZ 65497 - improve documentation around file time granularity
|
4 years ago |
Stefan Bodewig
|
4da6c49b04
|
BZ 65499 avoid getCanonicalFile in many cases
|
4 years ago |
Jaikiran Pai
|
83b157b47f
|
bz-65489 http condition - don't follow redirects when followRedirects is set to false
|
4 years ago |
Jaikiran Pai
|
750a94c35b
|
update WHATSNEW for implementation of ClassLoader.findResource(String) method in AntClassLoader
|
4 years ago |
Jaikiran Pai
|
3dcb8e9238
|
update WHATSNEW for AntClassLoader change
|
4 years ago |