Skip to content

Commit

Permalink
[Rm85789] Add parameter trimLeftPaddingEnabled to codec to configur…
Browse files Browse the repository at this point in the history
…e how it trims whitespaces for codec-soup (#98)

* Use sf snapshot

* Update readme and version

* Retrigger build to get newer snapshot version

* Use release version for sailfish components

---------

Co-authored-by: Oleg <[email protected]>
  • Loading branch information
Nikita-Smirnov-Exactpro and OptimumCode authored Apr 9, 2024
1 parent 899b71d commit 9e2427a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
sharedDir = file("${project.rootDir}/shared")

baseSailfishVersion = '3.3'
sailfishVersion = "3.3.54"
sailfishVersion = "3.3.202"

dockerCodecImplementationDir = 'codec_implementation'
}
Expand Down
3 changes: 3 additions & 0 deletions codec-soup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ parseMessageLengthAsSeparateMessage: true

# Changes

### 3.11.4
+ Add parameter `trimLeftPaddingEnabled` to codec to configure how it trims whitespaces. Enabled by default.

### 3.11.0
+ Update sailfish version to `3.3.54`
+ Update base image from to 3.14.0
Expand Down
2 changes: 1 addition & 1 deletion codec-soup/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sf_service_name = service-soup
sf_service_name = service-soup
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=3.11.3
release_version=3.11.4
sf_service_name = unknown-service
docker_image_name = th2-codec-generic

0 comments on commit 9e2427a

Please sign in to comment.