7025 Commits (4c49cd5e0701b9a864b2b581ef239c224744ee40)

Author SHA1 Message Date
  Basil Crow ef85f491ee Implement ClassLoader#findResource(String) 4 years ago
  Stefan Bodewig aa9ec682ea Merge branch '1.9.x' 4 years ago
  Stefan Bodewig 6594a2d66f port some fixes from Commons Compress 4 years ago
  Jaikiran Pai f61ac12960 Remove practically no-op code which was calling System.setSecurityManager() 4 years ago
  Stefan Bodewig 96fa99ee6c create local copies of realThing to avoid TOCTOU race condition 4 years ago
  Aleksei Zotov e6ab7d025f Make Watchdog for JUnitLauncherTask customizable. 4 years ago
  Jaikiran Pai ad07b5f29b bz-64733 junitlauncher - Use the org.apache.tools.ant.util.LeadPipeInputStream, which as it states, will not cause an error when the writing thread is no longer alive 5 years ago
  Stefan Bodewig bd3e69685c we don't want multiple instances of NullOutputStream 5 years ago
  Stefan Bodewig 6d5f1bdc6b add discardOutput and discardError to redirector, apply, exec, java 5 years ago
  Jaikiran Pai 04be9be9ab [junitlauncher] Don't let the PipedInputStream.read()s continue when the main thread exits 5 years ago
  Jaikiran Pai 71c230dd93 bz-64733 Fix potential deadlock when writing out log message in junitlauncher task 5 years ago
  Helder Pereira 793519b02e Override ZipOutputStream.write(int) 5 years ago
  Stefan Bodewig b01e7008ba BZ-65089 support setting arbitrary configs for JSch Session 5 years ago
  Stefan Bodewig 6dee370878 make http condition follow redirects from http to https 5 years ago
  Jaikiran Pai 41a6c4521e bz-64836 junitlauncher - Use a NumberFormat to print the time elapsed to match what junit task prints in its summary 5 years ago
  Jaikiran Pai fc2b223edb bz-64836 junitlauncher - include the test aborted count in the printed summary 5 years ago
  Jaikiran Pai 840cd27bae bz-64836 junitlauncher - Print the summary only if any test was present in the test plan 5 years ago
  Gösen dee3715270 bz-64952 junitlauncher - properly report JUnit4 Parametrized test, in the XML report 5 years ago
  Stefan Bodewig 623d566309 encode characters illegal in XML in junitlauncher's report 5 years ago
  Jaikiran Pai 635ccfb5e4 bz-64836 junitlauncher - Print a more informative and instant summary for tests 5 years ago
  Jaikiran Pai 7efd6d0c4f bz-64912, bz-64790 Fix regression in javac task when using arguments file 5 years ago
  Stefan Bodewig 43216ae7ef coding style 5 years ago
  Stefan Bodewig a29c13004e
Merge pull request #141 from TheConstructor/input-file-tokenizer 5 years ago
  Stefan Bodewig 059315d571 missing license header 5 years ago
  Stefan Bodewig 3ee678b473
Merge pull request #140 from TheConstructor/resource-list-with-duplicates 5 years ago
  Matthias Vill 3ec610046f #64855 Add filterbeforeconcat option to Concat 5 years ago
  Matthias Vill 11ba5bbc2d #64854 Add preserveduplicates option to ResourceList 5 years ago
  Jaikiran Pai 41c51907a4 [junitlauncher] - Introduce the ability to let listener/result formatter implementations decide whether to use legacy or new style display names for test identifiers 5 years ago
  Jaikiran Pai 079c134fd5 Introduce an "atmost" attribute for the javaversion condition 5 years ago
  Jaikiran Pai a2b9f4c33e bz-64742 Fix SCP task (with sftp=true) to correctly parse the remote directory when fetching from root directory 5 years ago
  Stefan Bodewig a837084980 enable Nashorn compatibility when running GraalVM JS 5 years ago
  Maarten Coene 7e6cc33e04
Add the possibility to specify a custom filename mapper when creating an INDEX.LIST (#134) 5 years ago
  Stefan Bodewig 6c3d7de934 no longer complain when not finding tools.jar 5 years ago
  Stefan Bodewig f891c4bd8b config may return null-hostname for wildcard configs 5 years ago
  Stefan Bodewig 569e428850 replace our ReaderInputStream with the one of Commons IO 5 years ago
  Stefan Bodewig aab46b586e
Merge pull request #135 from apache/property-enumerator 5 years ago
  Stefan Bodewig 87ac51d3c2 fallback to a separate owner-only tempdir if possible 5 years ago
  Stefan Bodewig 08a6e42fb4 log an error message if no JavaScript engine can be found in Java 15+ 5 years ago
  Stefan Bodewig 2c5194ed03 make local properties visible to propertyset 5 years ago
  Stefan Bodewig 0bd346c5c3 add a PropertyEnumerator delegate to better support PropertySet 5 years ago
  Stefan Bodewig 35d9f3bc9a
Merge pull request #133 from twogee/new-instance 5 years ago
  Stefan Bodewig 40d9c2b28e
Merge pull request #115 from twogee/duplications 5 years ago
  Stefan Bodewig 3b06118487
Merge pull request #131 from twogee/getref 5 years ago
  Stefan Bodewig d32d5dc961
Merge pull request #129 from simon04/appendElapsed 5 years ago
  twogee eefeb6158a Remove duplicated code 6 years ago
  twogee 612faa8f44 Refactor getCheckedRef() 5 years ago
  twogee ae0c87be2b Class.newInstance() is deprecated in Java 9+ 5 years ago
  Stefan Bodewig 1a13b690bc
Merge pull request #123 from twogee/useless-escape 5 years ago
  twogee ebd0f05827 Superfluous escapes 6 years ago
  twogee 3a869e7b70 Added @since 5 years ago