Re: [commons-compress] branch master updated: try to get our JDK zoo working in Travis

2019-08-07 Thread Stefan Bodewig
On 2019-08-07, Gary Gregory wrote: > I think you are missing openjdk13, openjdk-ea now maps to 14 IIRC. If so then it hasn't been in there before my change either :-) Stefan

Re: svn commit: r1573060 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java

2014-02-28 Thread Stefan Bodewig
On 2014-02-28, wrote: > Add serialVersionUID to a private inner class that is a subclass of HashMap. Why? Stefan

Re: svn commit: r1511326 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/dump/ main/java/org/apache/commons/compress/compressors/bzip2/ test/java/org/apache/co

2013-08-07 Thread Stefan Bodewig
On 2013-08-07, wrote: > -public BZip2CompressorInputStream(final InputStream in, > - final boolean decompressConcatenated) > -throws IOException { > - > +public BZip2CompressorInputStream(final InputStream in, final boolean > decompressCon

Re: svn commit: r1430097 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipEightByteInteger.java ZipLong.java ZipShort.java

2013-01-09 Thread Stefan Bodewig
On 2013-01-09, Julius Davies wrote: > On Mon, Jan 7, 2013 at 9:16 PM, Stefan Bodewig wrote: >> can you please record the changes in src/chanhes/changes.xml as well - >> and add yourself as developer to the POM if you feel like it? > Thanks for the tip. Done! Great, thanks Stefan

Re: svn commit: r1430097 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipEightByteInteger.java ZipLong.java ZipShort.java

2013-01-07 Thread Stefan Bodewig
Hi Julius, can you please record the changes in src/chanhes/changes.xml as well - and add yourself as developer to the POM if you feel like it? Thanks Stefan

Re: svn commit: r1326609 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java

2012-04-17 Thread Stefan Bodewig
On 2012-04-16, wrote: > [IO-324] Add Charset sister APIs to method that take a String charset name. The new methods cause problems for people who pass in null for the charset as they want the platform's system default. The compiler doesn't know which of the writeStringToFile methods to pick if