Jeffrey Adamson
|
173c28f765
|
fix problems with argument handling of trailing space and sed/echo quirks
|
9 years ago |
Stefan Bodewig
|
c1bbf2fc0c
|
add support for Java9's javac --release
https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
|
9 years ago |
Stefan Bodewig
|
c2666b1996
|
try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321
suggested patch by Jeffrey Adamson
|
9 years ago |
Stefan Bodewig
|
642a050e0f
|
record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150
closes #24 thanks to @jwadamson
|
9 years ago |
Jeffrey Adamson
|
ce6843657c
|
fix 60150 values containing backtick or $ character cause shell error on *nix
|
9 years ago |
Stefan Bodewig
|
a3897d4e9f
|
document how to use XSLT extension functions in Java9
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
|
9 years ago |
Stefan Bodewig
|
281d918708
|
Arrays.copyOf is too new for 1.9.x branch
|
9 years ago |
Stefan Bodewig
|
e95fe11095
|
really remove Java7 and Java8 features
|
9 years ago |
Stefan Bodewig
|
6ec2478503
|
remove try-with-resources
|
9 years ago |
Tomas Zezula
|
bda488eafe
|
Fixed forgotten -upgrademodulepath in the DefaultCompilerAdapter.
|
9 years ago |
Tomas Zezula
|
5bbc7b6187
|
JDK9 command line options updated to JEP 293
|
9 years ago |
Stefan Bodewig
|
a4575c442c
|
record JDK9 module support for junit
closes #18
|
9 years ago |
Stefan Bodewig
|
3af6fcc326
|
fix version numbers
|
9 years ago |
Stefan Bodewig
|
49e5b77cfe
|
linefeeds
|
9 years ago |
Stefan Bodewig
|
31cc48c6f7
|
JDK9 modules support for JUnit by Tomáš Zezula
this is the combined patch or #18 which couldn't be applied via `git am`
|
9 years ago |
Stefan Bodewig
|
1d7b624155
|
don't try reflection when we know it doesn't work
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
|
9 years ago |
Stefan Bodewig
|
2cec63f68a
|
allow Ant references to be used for xslt attributes
|
9 years ago |
Stefan Bodewig
|
7e55fea85d
|
use the undocumented TraX factory feature for extensions
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
won't work until https://bugs.openjdk.java.net/browse/JDK-8165116 has
been fixed.
|
9 years ago |
Stefan Bodewig
|
cac55fbfc0
|
add support for TraX factory features
|
9 years ago |
Stefan Bodewig
|
9b6f92697f
|
some additional redirect-extension tests
https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
|
9 years ago |
Stefan Bodewig
|
e345ccf539
|
refactor test
|
9 years ago |
Stefan Bodewig
|
bdba0f5c1f
|
whitespace
|
9 years ago |
Stefan Bodewig
|
e290fd7431
|
line-ends
|
9 years ago |
Stefan Bodewig
|
bf3b31ac82
|
update Xalan
|
9 years ago |
Stefan Bodewig
|
0c4f5b1b62
|
<get>'s retries attribute has a misleading name
https://bz.apache.org/bugzilla/show_bug.cgi?id=59930
|
9 years ago |
Stefan Bodewig
|
a62d5f9f2a
|
formatting
|
9 years ago |
Stefan Bodewig
|
2df17719cb
|
line-ends
|
9 years ago |
Stefan Bodewig
|
77fbe3782f
|
fix the patterns used by touch and date selectors
https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
|
9 years ago |
Stefan Bodewig
|
ee85859ea0
|
add support for javac -h
https://bz.apache.org/bugzilla/show_bug.cgi?id=59905
|
9 years ago |
Stefan Bodewig
|
eb906395ff
|
typos
|
9 years ago |
Stefan Bodewig
|
7ebbdc995c
|
implement a forking implementation for javah
|
9 years ago |
Stefan Bodewig
|
1f9adc1d5b
|
additional tests for javah
this is really only a port of the junit test to antunit
|
9 years ago |
Stefan Bodewig
|
e74054fbbd
|
rmic doesn't allow -Xnew on JDK9
https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
|
9 years ago |
Stefan Bodewig
|
8d3744ee73
|
try debugging Jenkins
|
9 years ago |
Stefan Bodewig
|
ad86305722
|
non-GNU sed needs an extra newline character
https://bz.apache.org/bugzilla/show_bug.cgi?id=59898
|
9 years ago |
Stefan Bodewig
|
fdfebe8013
|
default to forking rmic on JDK 9+
https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
|
9 years ago |
Stefan Bodewig
|
2bac4d0011
|
we can always assume java5
|
9 years ago |
Stefan Bodewig
|
53fed9e4e2
|
old JAVA_1_9 still works as expected
|
9 years ago |
Stefan Bodewig
|
d21cef3f55
|
line-ends
|
9 years ago |
Stefan Bodewig
|
625d3d371f
|
nobody is going to call Java 9 1.9 anymore
https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
|
9 years ago |
Stefan Bodewig
|
dda54c698d
|
detect Java 9 via jigsaw
|
9 years ago |
Stefan Bodewig
|
7c3db4a63d
|
formatting was broken
|
9 years ago |
Stefan Bodewig
|
a5f386f1df
|
I don't think it's encoding this time, but let's try
|
9 years ago |
Stefan Bodewig
|
326727692a
|
add a filter for native2ascii
|
9 years ago |
Stefan Bodewig
|
4ef2554a53
|
builtin implementation of ascii2native
|
9 years ago |
Stefan Bodewig
|
51bd1cbff7
|
try to make tests pass with default encoding != UTF-8
|
9 years ago |
Stefan Bodewig
|
0319f81345
|
built-in implementation of native2ascii
https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
|
9 years ago |
Stefan Bodewig
|
270fb2cf38
|
try to get better error reporting from Jenkins
|
9 years ago |
Stefan Bodewig
|
d24dbe78c5
|
add a real test for native2ascii
|
9 years ago |
Stefan Bodewig
|
a394a0bdf8
|
record fix for 59556 - closes #19
https://bz.apache.org/bugzilla/show_bug.cgi?id=59556
|
9 years ago |