FOLIO-3480: Downgrade zlib in jre container fixing ZipException #214
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Alpine has updated zlib to v1.2.12 that ships with this regression:
When running FOLIO containers in Windows Vagrant box Kafka
messages cause "ZipException: Corrupt GZIP trailer":
https://issues.folio.org/browse/FOLIO-3480
madler/zlib#613
zlib has been fixed on develop branch:
madler/zlib@ec3df00
The fix hasn't been released yet.
Until zlib v1.2.13 is available downgrade zlib to the previous
version 1.2.11-r3 that works.