Skip to content

Commit

Permalink
Merge pull request #4 from emc-mongoose/update-interface
Browse files Browse the repository at this point in the history
Interface change
  • Loading branch information
dlarge authored Jan 13, 2025
2 parents 1d74b2c + 028f7b4 commit 9cd1774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

description = "Mongoose is a high-load storage performance testing tool"
group = "com.github.emc-mongoose"
version = "4.2.13"
version = "4.2.14"
sourceCompatibility = 11
targetCompatibility = 11

Expand All @@ -44,7 +44,7 @@ ext {
mongooseBase : "4.3.3",
mongooseStorageDriverCoop: "4.2.21",
mongooseStorageDriverNetty: "4.2.18",
mongooseStorageDriverHttp: "4.2.20",
mongooseStorageDriverHttp: "4.2.22",
netty : "4.1.25.Final",
scala : "2.12.6",
slf4j : "1.7.25",
Expand Down Expand Up @@ -78,7 +78,7 @@ dependencies {
"com.github.emc-mongoose:mongoose-base:${depVersion.mongooseBase}",
"com.github.emc-mongoose:mongoose-storage-driver-coop:${depVersion.mongooseStorageDriverCoop}",
"com.github.emc-mongoose:mongoose-storage-driver-netty:${depVersion.mongooseStorageDriverNetty}",
"com.github.emc-mongoose:mongoose-storage-driver-http:${depVersion.mongooseStorageDriverNetty}",
"com.github.emc-mongoose:mongoose-storage-driver-http:${depVersion.mongooseStorageDriverHttp}",
"com.github.akurilov:confuse:${depVersion.confuse}",
"com.github.akurilov:confuse-io-yaml:${depVersion.confuseIoYaml}",
"com.github.akurilov:java-commons:${depVersion.javaCommons}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ protected final String pathUriPath(
}
}

@Override
protected void applyChecksum(final HttpHeaders httpHeaders, final O op) {}

@Override
protected final void applyMetaDataHeaders(final HttpHeaders httpHeaders) {}

Expand Down

0 comments on commit 9cd1774

Please sign in to comment.