Releases: marcelmay/hfsa
Releases · marcelmay/hfsa
Release list
1.4.0
What's Changed
Dependencies
- Bump com.google.guava:guava from 33.4.0-jre to 33.6.0-jre by @dependabot[bot] in #277
, #280, #284, https://github.com/marcelmay/hfsa/pul
l/308, #347 - Bump commons-io:commons-io from 2.18.0 to 2.22.0 by @dependabot[bot] in #283, https:/
/github.com//pull/295, #319, #350 - Bump info.picocli:picocli from 4.7.6 to 4.7.7 by @dependabot[bot] in #285
- Bump it.unimi.dsi:fastutil from 8.5.15 to 8.5.18 by @dependabot[bot] in #291, #315
- Bump org.apache.hadoop:hadoop-hdfs from 3.4.1 to 3.5.0 by @dependabot[bot] in #301, h
ttps://github.com//pull/338, #345 - Bump org.apache.hadoop:hadoop-common from 3.4.1 to 3.5.0 by @dependabot[bot] in #302, #337, #346
- Bump org.apache.hadoop:hadoop-hdfs-client from 3.4.1 to 3.5.0 by @dependabot[bot] in #303, #340, #344
- Bump org.slf4j:slf4j-bom from 2.0.17 to 2.0.18 by @dependabot[bot] in #351
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 by @dependabot[bot] in #298, #309, #332
- Bump org.mockito:mockito-core from 5.15.2 to 5.23.0 by @dependabot[bot] in #275, http
s://github.com//pull/276, #281, #287,
#297, #307, https://github.com/marcelmay/hfsa/pull
/328, #339, #343
CI/CD (Maven, GH actions)
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #268, #289
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.15.0 by @dependabot[bot] in #269, #311, #333
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot[bot] in #270
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot[bot] in #271
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.5 by @dependabot[bot] in #278, #306, #335
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.5 by @dependabot[bot] in #279, #304, #336
- Bump de.m3y.maven:inject-maven-plugin from 1.7 to 1.8 by @dependabot[bot] in #286
- Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 by @dependabot[bot] in #288, #313, #318, #329
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.10.0 by @dependabot[bot] in #290, #312, #330
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #292
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.2 by @dependabot[bot] in #293, #294, #316
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #296, #321
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #299, #310
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #300
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.2 by @dependabot[bot] in #305, #342
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.10.0 by @dependabot[bot] in #314, #334
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #317
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1 by @dependabot[bot] in #320, #326, #327
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #322
- Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.5.0 by @dependabot[bot] in #323, #341
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #324
- Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 by @dependabot[bot] in #325
- Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by @dependabot[bot] in #331
Full Changelog: release-1.3.12...release-1.4.0
1.3.12
What's Changed
Notable changes include support for consumed file size (e.g. when doing a summary report) and bump of Hadoop to version 3.4.1
- Support getConsumedFileSize method for calculate physical space by @balookrd in #267
- Bump com.google.guava:guava from 33.3.0-jre to 33.4.0-jre by @dependabot in #242 / #261
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot in #241
- Bump org.apache.hadoop:hadoop-common from 3.4.0 to 3.4.1 by @dependabot in #252
- Bump org.apache.hadoop:hadoop-hdfs-client from 3.4.0 to 3.4.1 by @dependabot in #251
- Bump org.apache.hadoop:hadoop-hdfs from 3.4.0 to 3.4.1 by @dependabot in #250
- Bump it.unimi.dsi:fastutil from 8.5.14 to 8.5.15 by @dependabot in #253
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #259
New Contributors
Full Changelog: release-1.3.11...release-1.3.12
release-1.3.11
This release contains only dependency updates and fixes for FSImage generator.
What's Changed
- Fix fsimage-generator crashing with "NoClassDefFoundError: org.mockito.stubbing.Answer" #237
- Fix fsimage-generator "SecurityException: Invalid signature file digest for Manifest main attributes" when executing JAR #236
- Bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.14 by @dependabot in #214
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #227
Full Changelog: release-1.3.10...release-1.3.11
release-1.3.10
This release contains only dependency updates.
What's Changed
- Bump com.google.guava:guava from 32.1.1-jre to 33.2.1-jre by @dependabot in #113, #169, #190, #199
- Bump commons-io:commons-io from 2.13.0 to 2.16.1 by @dependabot in #124, #131, #139, #177, #179
- Bump info.picocli:picocli from 4.7.4 to 4.7.6 by @dependabot in #117, #192
- Bump it.unimi.dsi:fastutil from 8.5.12 to 8.5.13 by @dependabot in #164
- Bump org.apache.hadoop:hadoop-common from 3.3.6 to 3.4.0 by @dependabot in #175
- Bump org.apache.hadoop:hadoop-hdfs from 3.3.6 to 3.4.0 by @dependabot in #174
- Bump org.apache.hadoop:hadoop-hdfs-client from 3.3.6 to 3.4.0 by @dependabot in #173
See 1.3.10 milestone for details.
Full Changelog: release-1.3.9...release-1.3.10
1.3.9
1.3.8
1.3.7
This release contains a minor enhancement.
Bugs:
- #75 Support listing directories with provided filter
See 1.3.7 milestone for details.
1.3.6
This release contains a minor bug- and spelling fixes.
Bugs:
- #74 FsImageData#getChildDirectories potentially doubles slashes
See 1.3.6 milestone for details.