summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert last 5 commitsGintas Grigelionis2018-11-04103-549/+625
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-0429-361/+254
* SonarQube: missing annotations on overridden methodsGintas Grigelionis2018-11-0423-27/+96
* Revert a regression, improve testsGintas Grigelionis2018-11-042-9/+8
* SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-0440-141/+104
* Checkstyle: dangling operatorsGintas Grigelionis2018-11-0419-98/+98
* Merge 1.9.x branch into masterJaikiran Pai2018-11-034-1/+45
|\
| * bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanne...Michael Barker2018-11-034-1/+45
* | Remove unused field in one of junitlauncher task supporting classJaikiran Pai2018-11-021-1/+0
* | Don't let ForkDefinition, in confined package, have a compile dependency on c...Jaikiran Pai2018-10-292-3/+4
* | [junitlauncher] Allow JUnit libraries to be part of the task's classpath inst...Jaikiran Pai2018-10-2920-288/+500
* | move test constants into a class defined in the test treeStefan Bodewig2018-10-2812-60/+88
* | An attempt to run JUnit task tests in SurefireGintas Grigelionis2018-10-286-90/+129
* | Fix more tests, remove redundancies from test class pathGintas Grigelionis2018-10-2726-155/+161
* | Fixed a broken testGintas Grigelionis2018-10-272-7/+15
* | Make contents of jar files similar to those built by AntGintas Grigelionis2018-10-2725-3/+594
* | Remove unused root property, add assertions for build.tests.valueGintas Grigelionis2018-10-267-92/+79
* | Activate more tests in SurefireGintas Grigelionis2018-10-255-26/+21
* | More hardcoded assumptions about file tree structureGintas Grigelionis2018-10-256-32/+26
* | Missed special properties…Gintas Grigelionis2018-10-251-2/+2
* | Fix “javac missing on Java 8” issue with SurefireGintas Grigelionis2018-10-251-0/+17
* | Make Jenkins builds work againGintas Grigelionis2018-10-252-5/+6
* | Adjust packaging, get more tests running in SurefireGintas Grigelionis2018-10-255-46/+79
* | More MagicNamesGintas Grigelionis2018-10-246-43/+34
* | Try to run a majority of available tests in Surefire without modificationsGintas Grigelionis2018-10-243-12/+84
* | Try to run more tests with Surefire; document snags, fix packagingGintas Grigelionis2018-10-234-8/+11
* | Add magic names for tests, run more tests in SurefireGintas Grigelionis2018-10-2320-40/+120
* | Disable Surefire for ant-jai, tooGintas Grigelionis2018-10-201-0/+1
* | Try to run some tests with SurefireGintas Grigelionis2018-10-2011-13/+110
* | Update dependencies, fix packagingGintas Grigelionis2018-10-203-43/+33
* | Add imageio to Maven reactorGintas Grigelionis2018-10-201-0/+1
* | Merge branch '1.9.x'Stefan Bodewig2018-10-171-1/+1
|\ \ | |/
| * use generics properlyStefan Bodewig2018-10-171-1/+1
* | Merge 1.9.x branch into masterJaikiran Pai2018-10-051-0/+2
|\ \ | |/
| * bz-62764 Add a debug log message when we skip invalid path elements from the ...Jaikiran Pai2018-10-041-0/+2
* | Merge branch '1.9.x'Stefan Bodewig2018-09-293-2/+6
|\ \ | |/
| * fix javadocsStefan Bodewig2018-09-293-2/+6
* | Merge branch '1.9.x'Stefan Bodewig2018-09-281-3/+132
|\ \ | |/
| * BZ 62424 minimal module support for javadocStefan Bodewig2018-09-281-2/+140
* | sorry, fingers slipped and I didn't noticeStefan Bodewig2018-09-281-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2018-09-282-1/+94
|\ \ | |/
| * add nested <args> to signjar and verifyjarStefan Bodewig2018-09-282-0/+39
| * BZ 62534 add support for -provider* args of keytoolStefan Bodewig2018-09-281-0/+54
| * The information of the -nice and -nouserlib flags was not formatted properly.Maarten Coene2018-09-191-4/+4
* | Merge 1.9.x branch into masterMaarten Coene2018-09-191-4/+4
* | Revert "Check spelling"Gintas Grigelionis2018-09-1135-350/+362
* | Check spellingGintas Grigelionis2018-09-0935-362/+350
* | Merge 1.9.x branch into masterJaikiran Pai2018-09-071-1/+4
|\ \ | |/
| * bz-62686 Correctly handle compression level changes in ZipOutputStreamJaikiran Pai2018-09-071-1/+4
* | [junitlauncher] add some more tests to verify exclusion of Ant runtime and JU...Jaikiran Pai2018-08-272-7/+131