• Home
  • Raw
  • Download

Lines Matching full:thanks

68 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
91 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
114 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
137 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
194 o Add org.apache.commons.io.input.CircularInputStream. Thanks to Gary Gregory.
195 o Add org.apache.commons.io.file.PathUtils.cleanDirectory(Path, FileVisitOption...). Thanks to Gary…
196 o Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...). Thanks to Gar…
197 o Add NullAppendable. Thanks to Gary Gregory.
198 o Add PathUtils.getAclEntryList(Path). Thanks to Gary Gregory.
199 o Null-guard IOUtils.close(Closeable, IOConsumer). Thanks to Gary Gregory.
200 o Add ReversedLinesFileReader.readLines(int). Thanks to Gary Gregory.
201 o Add ReversedLinesFileReader.toString(int). Thanks to Gary Gregory.
207 …athVisitor.DeletingPathVisitor(PathCounters, DeleteOption[], String...). Thanks to Gary Gregory, R…
208 o Add RandomAccessFileInputStream. Thanks to Gary Gregory.
210 o Add IOUtils.consume(InputStream). Thanks to Gary Gregory.
211 …) and isFileOlder() methods that support the Java 8 Date/Time API. #124. Thanks to Isira Senevirat…
212 o Add a MarkShieldInputStream #119. Thanks to Adam Retter, Gary Gregory.
213 o Deprecate IOUtils.LINE_SEPARATOR in favor of Java 7's System.lineSeparator(). Thanks to Gary Greg…
216 o CharSequenceReader.skip should return 0 instead of EOF on stream end #123. Thanks to Rob Spoor, J…
217 o Implement CharSequenceReader.ready() #122. Thanks to Rob Spoor.
218 o IO-669: Fix code smells; fix typos #115. Thanks to XenoAmess, Gary Gregory.
219 o Add caching for required charsets #120. Thanks to Jerome Wolff, Gary Gregory.
220 o IO-673: Make some simplifications #121. Thanks to Jerome Wolff.
221 o IO-674: InfiniteCircularInputStream is not infinite if its input buffer contains -1. Thanks to G…
222 …ows a divide-by-zero exception when reading if its input buffer is size 0. Thanks to Gary Gregory.
223 o IO-677: FileSystem.getCurrent() does not return the correct enum. Thanks to Gary Gregory.
224 o IO-679: input.AbstractCharacterFilterReader passes count of chars read #132. Thanks to proneel.
226 o Fix SpotBugs issues in org.apache.commons.io.FileUtils. Thanks to Gary Gregory.
228 o IO-676: Prevent NullPointerException in ReversedLinesFileReader constructors #117. Thanks to Mic…
231 o Replace FindBugs with SpotBugs. Thanks to Gary Gregory.
232 o maven-checkstyle-plugin 3.1.0 -> 3.1.1. Thanks to Gary Gregory.
233 o Update tests from org.apache.commons:commons-lang3 3.10 to 3.11. Thanks to Gary Gregory.
234 o Update commons-parent from 50 to 51 #129. Thanks to Gary Gregory.
235 o Update actions/checkout from v1 to v2.3.1 #126. Thanks to Gary Gregory.
236 o Update junit-pioneer from 0.6.0 to 0.8.0, #127, #135. Thanks to Gary Gregory.
237 o Update mockito-core from 3.3.3 to 3.5.9 #128, #133, #145, #149, #151. Thanks to Gary Gregory.
238 o Update spotbugs from 4.0.6 to 4.1.1 #134. Thanks to Dependabot.
239 o Update junit-pioneer from 0.8.0 to 0.9.0 #138. Thanks to Dependabot.
240 o Update actions/checkout from v2.3.1 to v2.3.2 #140. Thanks to Dependabot.
241 o Update actions/setup-java from v1.4.0 to v1.4.2 #141, #148. Thanks to Dependabot.
293 … out given characters: CharacterSetFilterReader and CharacterFilterReader. Thanks to Gary Gregory.
294 o IO-594: Add IOUtils copy methods with java.lang.Appendable as the target. Thanks to Gary Gregory…
295 o IO-605: Add class CanExecuteFileFilter. Thanks to Gary Gregory.
296 …a.nio.Path and non-default file systems for ReversedLinesFileReader (#62). Thanks to Mark Chesney.
297 o IO-608: Add a convenience NullPrintStream. Thanks to Gary Gregory.
298 o IO-612: Add class TeeReader. Thanks to Rob Spoor, Gary Gregory.
299 o IO-613: Add classes ClosedReader and CloseShieldReader. #84. Thanks to Rob Spoor, Gary Gregory.
300 o IO-614: Add classes TaggedWriter, ClosedWriter and BrokenWriter. #86. Thanks to Rob Spoor.
301 …ctionWriter, ProxyCollectionWriter, IOExceptionList, IOIndexedException. Thanks to Gary Gregory, R…
302 o IO-616: Add class AppendableWriter. #87. Thanks to Rob Spoor.
303 o IO-617: Add class CloseShieldWriter. #83. Thanks to Rob Spoor, Gary Gregory.
304 o IO-618: Add classes Added TaggedReader, ClosedReader and BrokenReader. #85. Thanks to Rob Spoor.
305 o IO-619: Support sub sequences in CharSequenceReader. #91. Thanks to Rob Spoor.
306 o IO-631: Add a CountingFileVisitor (as the basis for a forthcoming DeletingFileVisitor). Thanks t…
307 o IO-632: Add PathUtils for operations on NIO Path. Thanks to Gary Gregory.
308 o IO-633: Add DeletingFileVisitor. Thanks to Gary Gregory.
309 o IO-635: Add org.apache.commons.io.IOUtils.close(Closeable). Thanks to Gary Gregory.
311 …e org.apache.commons.io.IOUtils.close(Closeable, IOConsumer<IOException>). Thanks to Gary Gregory.
312 …he.commons.io.file.PathUtils.fileContentEquals(Path, Path, OpenOption...). Thanks to Gary Gregory.
313 o IO-458: Add a SequenceReader similar to java.io.SequenceInputStream. Thanks to Gary Gregory, Jos…
314 o IO-648: Implement directory content equality. 100#. Thanks to Gary Gregory.
315 …yteArrayOutputStream into synchronized and unsynchronized versions #108. Thanks to Adam Retter, Al…
316 …yteArrayOutputStream into synchronized and unsynchronized versions #108. Thanks to Adam Retter, Ga…
320 o IO-582: Make methods in ObservableInputStream.Obsever public. Thanks to Bruno Palos.
321 o IO-535: Thread bug in FileAlterationMonitor.stop(int). Thanks to Svetlin Zarev, Anthony Raymond.
322 o IO-557: Perform locale independent upper case conversions. Thanks to luccioman.
323 o IO-570: Missing Javadoc in FilenameUtils causing Travis-CI build to fail. Thanks to Pranet Verma…
324 ….apache.commons.io.FileUtils.listFilesAndDirs(File, IOFileFilter, IOFileFilter). Thanks to pranet.
326 …ile(InputStream source, File destination) should not close input stream. Thanks to Michele Mariott…
327 o IO-604: FileUtils.doCopyFile(File, File, boolean) can throw ClosedByInterruptException. Thanks t…
328 o IO-625: Corrected misleading exception message for FileUtils.copyDirectoryToDirectory. Thanks to…
329 o IO-626: A mistake in the FilenameUtils.concat()'s Javadoc about an absolute path. Thanks to Yuji…
330 …Utils.contentEquals(InputStream, InputStream) when only one input is null. Thanks to Gary Gregory.
331 …mons.io.IOUtils.contentEquals(Reader, Reader) when only one input is null. Thanks to Gary Gregory.
332 …OUtils.contentEqualsIgnoreEOL(Reader, Reader) when only one input is null. Thanks to Gary Gregory.
333 ….FileUtils.contentEqualsIgnoreEOL(File, File) when only one input is null. Thanks to Gary Gregory.
334 o IO-664: org.apache.commons.io.FileUtils.copyURLToFile(*) open but do not close streams. Thanks t…
337 o IO-572: Refactor duplicate code in org.apache.commons.io.FileUtils. Thanks to Pranet Verma.
339 …ngOutputStream consistent with other array declarations in the library #77. Thanks to Raymond Tan.
340 o IO-607: Update from Java 7 to Java 8. Thanks to Gary Gregory.
341 o IO-610: Remove throws IOException in method isSymlink() #80. Thanks to Sebastian.
342 o IO-628: Migration to JUnit Jupiter #97. Thanks to Allon Mureinik.
343 …favor of org.apache.commons.io.output.NullOutputStream.NULL_OUTPUT_STREAM. Thanks to Gary Gregory.
344 …ther than File#delete so exception messages includes reason for failure. Thanks to Ian Springer, I…
345 o IO-634: Make getCause synchronized and use a Deque instead of a Stack #64. Thanks to V�clav Hais…
346 o Update tests from Apache Commons Lang 3.9 to 3.10. Thanks to Gary Gregory.
347 o Update tests org.junit-pioneer:junit-pioneer 0.3.0 -> 0.6.0. Thanks to Gary Gregory.
348 o Update tests org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.2. Thanks to Gary Gregory.
349 o Update tests org.mockito:mockito-core 3.0.0 -> 3.3.3. Thanks to Gary Gregory.
350 o IO-666: Normalize internal buffers to 8192 bytes. Thanks to Gary Gregory.
351 o IO-665: Ensure that passing a null InputStream results in NPE with tests #112. Thanks to Otto Fo…
352 o commons.jacoco.version 0.8.4 -> 0.8.5. Thanks to Gary Gregory.
353 o com.github.siom79.japicmp:japicmp-maven-plugin 0.14.1 -> 0.14.3. Thanks to Gary Gregor…
354 o IO-667: Add functional interfaces IOFunction and IOSupplier #110. Thanks to Adam Retter, Gary Gr…
355 o Support sub sequences in CharSequenceReader #91. Thanks to Rob Spoor, Gary Gregory.
356 o Remove deprecated sudo setting. #113. Thanks to dengliming.
434 o IO-367: Add convenience methods for copyToDirectory. Thanks to James Sawle.
435 o IO-493: Add infinite circular input stream. Thanks to Piotr Turski.
440 Thanks to Behrang Saeedzadeh.
445 o IO-546: ClosedOutputStream#flush should throw. Thanks to Tomas Celaya.
447 Thanks to Jimi Adrian.
450 Thanks to Simon Robinson.
453 o IO-528: Fix Tailer.run race condition runaway logging. Thanks to Dave Moten.
455 Thanks to Marko Vasic.
457 o IO-516: .gitattributes not correctly applied. Thanks to Jason Pyeron.
459 Thanks to Brett Lounsbury, Gary Gregory.
461 FileNotFoundException. Thanks to Ralf Hauser.
463 completely. Thanks to Ahmet Celik.
465 Thanks to Christian Schulte.
468 Thanks to Borys Zibrov.
474 Thanks to Michael Ernst.
476 size. Thanks to Ilmars Poikans.
478 FileSystemUtils.freeSpaceWindows(). Thanks to Nikhil Shinde,
481 Thanks to Christian Schulte.
483 statements. Thanks to Christian Schulte.
485 try-with-resources internally. Thanks to Christian Schulte.
523 o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
524 o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.
525 o IO-406: Introduce new class AppendableOutputStream Thanks to Niall Pemberton.
526 o IO-459: Add WindowsLineEndingInputStream and UnixLineEndingInputStream. Thanks to Kristian Rosen…
529 to avoid overflowing the mark limit of the underlying buffer. Thanks to Kristian Rosenvold.
531 o IO-410: Readfully() That Returns A Byte Array Thanks to Beluga Behr.
532 o IO-395: Overload IOUtils buffer methods to accept buffer size Thanks to Beluga Behr.
548 o IO-359: Add IOUtils.skip and skipFully(ReadableByteChannel, long). Thanks to yukoba.
549 o IO-358: Add IOUtils.read and readFully(ReadableByteChannel, ByteBuffer buffer). Thanks to yukoba…
550 o IO-353: Add API IOUtils.copy(InputStream, OutputStream, int) Thanks to ggregory.
551 o IO-349: Add API with array offset and length argument to FileUtils.writeByteArrayToFile. Thanks
552 …tion thrown by org.apache.commons.io.FileUtils#validateListFilesParameters. Thanks to plcstpierre.
553 o IO-345: Supply a hook method allowing Tailer actively determining stop condition. Thanks to mkre…
557 o IO-446: adds an endOfFileReached method to the TailerListener Thanks to Jeffrey Barrus.
558 o IO-484: FilenameUtils should handle embedded null bytes Thanks to Philippe Arteau.
560 o IO-428: BOMInputStream.skip returns wrong count if stream contains no BOM Thanks to Stefan Gmein…
561 o IO-488: FileUtils.waitFor(...) swallows thread interrupted status Thanks to Bj�rn Buchner.
562 …ith missing target. Added support for JDK7 symlink features when present Thanks to David Standish.
563 o IO-453: Regression in FileUtils.readFileToString from 2.0.1 Thanks to Steven Christou.
564 o IO-451: ant test fails - resources missing from test classpath Thanks to David Standish.
567 exist or is not a directory. Thanks to Dominik Stadler.
568 o IO-424: Javadoc fixes, mostly to appease 1.8.0 Thanks to Ville Skytt�.
569 o IO-389: FileUtils.sizeOfDirectory can throw IllegalArgumentException Thanks to Austin Doupnik.
576 o IO-380: FileUtils.copyInputStreamToFile should document it closes the input source Thanks to cla…
588 …ntEquals* methods returns false if input1 == input2, should return true. Thanks to mmadson, ggrego…
589 o IO-357: [Tailer] InterruptedException while the thread is sleeping is silently ignored Thanks to…
590 o IO-352: Spelling fixes. Thanks to scop.
591 o IO-436: Improper Javadoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneeg…
596 o IO-479: Correct exception message in FileUtils.getFile(File, String...) Thanks to Zhouce Chen.
597 o IO-465: Update to JUnit 4.12 Thanks to based2.
632 o IO-269: Tailer locks file from deletion/rename on Windows. Thanks to
634 o IO-333: Export OSGi packages at version 1.x in addition to 2.x. Thanks
636 o IO-320: Add XmlStreamReader support for UTF-32. Thanks to ggregory.
638 UTF-16LE_BOM files in method getBOM(). Thanks to ggregory.
639 o IO-327: Add byteCountToDisplaySize(BigInteger). Thanks to ggregory.
641 Thanks to ggregory.
642 o IO-325: Add IOUtils.toByteArray methods to work with URL and URI. Thanks
645 charset name. Thanks to raviprak.
648 o IO-336: Yottabyte (YB) incorrectly defined in FileUtils. Thanks to
650 o IO-279: Tailer erroneously considers file as new. Thanks to Sergio
655 o IO-332: Improve tailer's reading performance. Thanks to liangly.
657 o IO-329: FileUtils.writeLines uses unbuffered IO. Thanks to tivv.
658 o IO-319: FileUtils.sizeOfDirectory follows symbolic links. Thanks to
684 o IO-322: Add and use class Charsets. Thanks to ggregory.
685 o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
686 o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.
704 o Add IOUTils.toBufferedReader(Reader) Issue: IO-313. Thanks to ggregory.
705 o Allow applications to provide buffer (or size) for copyLarge methods. Issue: IO-308. Thanks to M…
706 …in IOUtils that takes additional offset, length arguments Issue: IO-305. Thanks to Manoj Mokashi.
707 …byte (EB) in FileUtils.byteCountToDisplaySize(long size) Issue: IO-287. Thanks to Ron Kuris, Gary…
708 o FileUtils.listFiles() doesn't return directories Issue: IO-173. Thanks to Marcos Vin�cius da Sil…
709 o CharSequenceInputStream to efficiently stream content of a CharSequence Issue: IO-297. Thanks to…
710 …structor of Tailer class does not pass 'delay' to the third one Issue: IO-304. Thanks to liangly.
711 …call branch.close() when main.close() throws an exception Issue: IO-303. Thanks to fabian.barney.
712 …putStream when reading a file without BOM multiple times Issue: IO-302. Thanks to jsteuerwald, de…
713 o Add IOUtils.closeQuietly(Selector) necessary Issue: IO-301. Thanks to kaykay.unique.
714 o IOUtils.closeQuietly() should take a ServerSocket as a parameter Issue: IO-292. Thanks to sebb.
715 o Add read/readFully methods to IOUtils Issue: IO-290. Thanks to sebb.
716 o Supply a ReversedLinesFileReader Issue: IO-288. Thanks to Georg Henzler.
717 o Add new function FileUtils.directoryContains. Issue: IO-291. Thanks to ggregory.
719 … Added contentEqualsIgnoreEOL methods to both classes Issue: IO-275. Thanks to CJ Aspromgos.
722 o IOUtils.read(InputStream/Reader) ignores the offset parameter Issue: IO-311. Thanks to Robert Mu…
727 o "FileUtils#deleteDirectoryOnExit(File)" does not work Issue: IO-276. Thanks to nkami.
728 …d() treats max differently from BoundedInputStream.read(byte[]...) Issue: IO-273. Thanks to sebb.
729 …io.FileUtils' incorrectly suppress 'java.io.IOException' Issue: IO-298. Thanks to Christian Schul…
732 …mization: more efficient reading of small chunks of data Issue: IO-296. Thanks to Oleg Kalnichevs…
748 o Use standard Maven directory layout Issue: IO-285. Thanks to ggregory.
749 o Add IOUtils API toString for URL and URI to get contents Issue: IO-284. Thanks to ggregory.
750 o Add API FileUtils.copyFile(File input, OutputStream output) Issue: IO-282. Thanks to ggregory.
754 o Add new read method "toByteArray" to handle InputStream with known size. Issue: IO-251. Thanks t…
757 o Dubious use of mkdirs() return code Issue: IO-280. Thanks to sebb.
761 o Tailer returning partial lines when reaching EOF before EOL Issue: IO-274. Thanks to Frank Grime…
762 …hen copying large files to a shared directory (on Windows) Issue: IO-266. Thanks to Igor Smereka.
764 Improve coverage by also looking for hidden files. Issue: IO-263. Thanks to Gil Adam.