- Bump logback-classic dependency to
ch.qos.logback:logback-classic:1.2.9(#62)
- No change. Release artifacts compiled using JDK 8
- Bump logback-core dependency to
ch.qos.logback:logback-core:1.2.9(#61) - Add JDK 17 to the testing matrix ( #60)
- Bump guava dependency to
com.google.guava:guava:29.0-jre(#55) - Bump logback dependencies to
ch.qos.logback:logback-core:1.2.0andch.qos.logback:logback-classic:1.2.0(#58) - Switch from Travis CI to GitHub actions ( #53)
- Bump kryo dependency to
com.esotericsoftware:kryo:4.0.2(#50) - Fix minio version command in
start-location.sh(#51, #52)
- DateTools: clarify expected units for timestamp passed to
convertDate(#45) - DateTools: attempt to parse invalid dates with Locale.US (#48)
- ServiceFactory: set
servicesfield to transient (#44)
- Also exclude jsr305 dependency from minio (#43)
- Exclude
io.minio:miniotransitive dependencies (#40) - Ignore Eclipse metadata files (#41)
- Bump
com.google.guava:guavato version 27.1 (#42)
- Initial support for handling S3 locations (#33#39)
- Add
S3Handleclass providing random access to S3 buckets - Add
S3ClientServiceinterface along with its implementation usingminioas a dependency - Add
exists()method toIRandomAccessand all implementations - Register S3Client service interface and implementation
- Add unit tests and update Travis to start a S3 server and run all tests
- Add
- Update
Location.getParentFile()contract to matchFile.getParentFile(#38) - NIOFileHandle: don't read from the file to fill a trash buffer (#34)
- Add initial API for downsampling images (#35)
- add
IImageScalerinterface - add
SimpleImageScalerimplementation
- add
- Attempt to check for incorrect length after RandomAccessFile.setLength (#29)
- StreamHandle: fix subtle bug when seeking more than 1 MB backward (#22)
- Add
skipBytes(long)method toIRandomAccessand all implementations (#27)
- Reduce memory usage when reading large text files (#24)
DataTools: fix bug in scientific notation parsing (#30)- Deprecate
CaseInsensitiveLocation(#31)
- Update Maven plugin versions (#16)
- Revert 5.3.3 changes to RandomAccessFile.setLength in NIOFileHandle (#21)