Gintas Grigelionis
81c3e6e3dd
Deprecate AntAssert
7 years ago
Nicolas Lalevée
1026236154
fix incorrect warning in the junit task when includeAntRuntime="no"
fixed by making the classloader used by checkForkedPath behave like a real forked classpath, thus completely isolated from the launching jvm
7 years ago
Gintas Grigelionis
a4099af879
Checkstyle
7 years ago
Gintas Grigelionis
c3b91f90f0
More isEmpty()
7 years ago
Gintas Grigelionis
30f52135af
Use null-or-empty pattern
7 years ago
Stefan Bodewig
5773626fd7
Revert change that broke tests in Jenkins.
the File constructor seems to be unable to parse URLs created from
URIs sometimes, leading to a test failure. Most likely the spaces or
parentheses inside of the path of the jenkins workspaces are
responsible.
7 years ago
Gintas Grigelionis
095aaaef75
Chop extraneous parentheses
7 years ago
Gintas Grigelionis
66d7986c3a
Tidy up the code
7 years ago
Gintas Grigelionis
845c2c5b39
Avoid line.separator
7 years ago
Gintas Grigelionis
dccbf1fcec
Checkstyle and simplify, next iteration
7 years ago
Gintas Grigelionis
cdb0348e9d
Statically import string contains assertions
7 years ago
Gintas Grigelionis
4a242817bd
Checkstyle and simplify assertions
7 years ago
Maarten Coene
20b6163989
Removed unused import.
7 years ago
Maarten Coene
30c9dee9ba
Delay the class initialization of the test classes untill they are passed to JUnit.
7 years ago
Gintas Grigelionis
aa01cc4bdb
Java 8: lambdas, instance methods, sorting
7 years ago
Gintas Grigelionis
bd56d7b9c6
Simplify assertions
7 years ago
Gintas Grigelionis
3af9a7305a
Tidy up the code
7 years ago
Gintas Grigelionis
6319e4988b
Use try with resources
7 years ago
Gintas Grigelionis
22b69b9273
Squash catch
7 years ago
Gintas Grigelionis
3f90aeba03
Use diamonds
7 years ago
Gintas Grigelionis
805b6eb058
Import assumptions statically
7 years ago
Gintas Grigelionis
1c9118e27e
Generify
7 years ago
Gintas Grigelionis
28e51503e3
Simplify and tidy up
7 years ago
Gintas Grigelionis
b247c2e6db
Remove more extraneous exceptions
7 years ago
Gintas Grigelionis
cac9c2fc4f
Simplify assertions
7 years ago
Gintas Grigelionis
9a8a441655
Simplify logic
7 years ago
Gintas Grigelionis
95495d57aa
Remove extraneous casts and (un)boxing, tersify logic
7 years ago
Gintas Grigelionis
763de36308
Remove extraneous exceptions and “extends Object”
7 years ago
Gintas Grigelionis
92f18cff48
Use String.contains()
7 years ago
Gintas Grigelionis
1c80d507f4
Use foreach loops
7 years ago
Gintas Grigelionis
b4243b9300
Shorten fully qualified names and other small fixes
7 years ago
Stefan Bodewig
f59ad6edc9
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
9399b03205
signing with a PKCS12 keystore seems to fail on Java6 as well
7 years ago
Stefan Bodewig
e60b048eae
and Java5 doesn't seem to support PKCS12 when signing
7 years ago
Stefan Bodewig
3c1037ae78
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
0f173ac824
JDK9 jarsigner rejects self-signed certs when signing
7 years ago
Stefan Bodewig
5db13f6577
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
4bfc483dcf
starting with Java9 jarsigner rejects self-signed certs for PKCS12 keystores
7 years ago
Stefan Bodewig
98be40811b
jarsigner -strict has been introduced with Java7
7 years ago
Stefan Bodewig
5886bd354f
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
07776ac6ad
I'm afraid git ate my keystore
7 years ago
Stefan Bodewig
f64dbfbc24
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
0945257961
verifyjar must use -storepass or jarsigner will not work
https://bz.apache.org/bugzilla/show_bug.cgi?id=62194
7 years ago
Stefan Bodewig
f2dd4149dc
add a PKCS12 test keystore
7 years ago
Jaikiran Pai
063e60813a
JUnit 5 support - A new junitlauncher task
8 years ago
Gintas Grigelionis
74dfda1d2f
Got the excuses the other way around…
7 years ago
Gintas Grigelionis
ac23269e0b
Keep tests simple and explicit
7 years ago
Stefan Bodewig
1ab832724b
Merge branch '1.9.x'
7 years ago
Stefan Bodewig
5aa1e8eff8
Java11 removes support for rmic -idl/-iiop
7 years ago
Jaikiran Pai
cd32b65ace
BZ-62147 Add a test case to make sure 1.9.x isn't affected by the issue reported in 62147 where StringResource value was being property replaced when used within a Token
7 years ago