<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:28:27 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-3480] folioci/alpine-jre-openjdk11:1.3.1 ZipException: Corrupt GZIP trailer</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3480</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;When using the latest Vagrant snapshot boxes I started to get &lt;tt&gt;java.util.zip.ZipException: Corrupt GZIP trailer exception&lt;/tt&gt; during processing of Kafka messages. I observed it most often in module mod-source-record-manager, also in mod-inventory, mod-quick-marc.&lt;br/&gt;
 For older snapshot boxes such as &apos;folio/snapshot&apos; version &apos;1.0.0-20220411.7616&apos; I have not observed it.&lt;/p&gt;

&lt;p&gt;Workaround for mod-source-record-manager is to downgrade the alpine-jre-openjdk11 version from 1.3.1 to 1.3.0 in Dockerfile:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
FROM folioci/alpine-jre-openjdk11:1.3.0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note: I&apos;m using Windows, on Linux it seems not to be reproducible.&lt;/p&gt;

&lt;p&gt;Full log:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Caused by: org.apache.kafka.common.KafkaException: Error checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; remaining bytes after reading batch
at org.apache.kafka.common.record.DefaultRecordBatch$StreamRecordIterator.ensureNoneRemaining(DefaultRecordBatch.java:654) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.common.record.DefaultRecordBatch$RecordIterator.next(DefaultRecordBatch.java:611) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.common.record.DefaultRecordBatch$RecordIterator.next(DefaultRecordBatch.java:575) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.internals.Fetcher$CompletedFetch.nextFetchedRecord(Fetcher.java:1631) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.internals.Fetcher$CompletedFetch.fetchRecords(Fetcher.java:1666) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.internals.Fetcher$CompletedFetch.access$1900(Fetcher.java:1507) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.internals.Fetcher.fetchRecords(Fetcher.java:733) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.internals.Fetcher.fetchedRecords(Fetcher.java:684) ~[mod-source-record-manager.jar:?]
at org.apache.kafka.clients.consumer.KafkaConsumer.pollForFetches(KafkaConsumer.java:1304) ~[mod-source-record-manager.jar:?]
... 8 more
Caused by: java.util.zip.ZipException: Corrupt GZIP trailer
at java.util.zip.GZIPInputStream.readTrailer(Unknown Source) ~[?:?]
at java.util.zip.GZIPInputStream.read(Unknown Source) ~[?:?]
at java.io.BufferedInputStream.fill(Unknown Source) ~[?:?]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:?]
at java.io.FilterInputStream.read(Unknown Source) ~[?:?]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="82326">FOLIO-3480</key>
            <summary>folioci/alpine-jre-openjdk11:1.3.1 ZipException: Corrupt GZIP trailer</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="6371fa3b77acd224b33c1afd">Serhii_Nosko</reporter>
                                    <labels>
                    </labels>
                <created>Mon, 25 Apr 2022 22:11:32 +0000</created>
                <updated>Thu, 9 Jun 2022 06:35:37 +0000</updated>
                            <resolved>Fri, 29 Apr 2022 02:14:56 +0000</resolved>
                                                                    <component>Continuous Integration</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                <comments>
                                                            <comment id="197848" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 08:18:27 +0000"  >&lt;p&gt;All changes in the folioci/alpine-jre-openjdk11 container when comparing 1.3.0 and 1.3.1:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
busybox-1.34.1-r3 x86_64 {busybox} (GPL-2.0-only) [installed]
busybox-1.34.1-r5 x86_64 {busybox} (GPL-2.0-only) [installed]
ca-certificates-bundle-20191127-r7 x86_64 {ca-certificates} (MPL-2.0 AND MIT) [installed]
ca-certificates-bundle-20211220-r0 x86_64 {ca-certificates} (MPL-2.0 AND MIT) [installed]
libcrypto1.1-1.1.1l-r7 x86_64 {openssl} (OpenSSL) [installed]
libcrypto1.1-1.1.1n-r0 x86_64 {openssl} (OpenSSL) [installed]
libretls-3.3.4-r2 x86_64 {libretls} (ISC AND (BSD-3-Clause OR MIT)) [installed]
libretls-3.3.4-r3 x86_64 {libretls} (ISC AND (BSD-3-Clause OR MIT)) [installed]
libssl1.1-1.1.1l-r7 x86_64 {openssl} (OpenSSL) [installed]
libssl1.1-1.1.1n-r0 x86_64 {openssl} (OpenSSL) [installed]
ssl_client-1.34.1-r3 x86_64 {busybox} (GPL-2.0-only) [installed]
ssl_client-1.34.1-r5 x86_64 {busybox} (GPL-2.0-only) [installed]
tzdata-2021e-r0 x86_64 {tzdata} (Public-Domain) [installed]
tzdata-2022a-r0 x86_64 {tzdata} (Public-Domain) [installed]
zlib-1.2.11-r3 x86_64 {zlib} (Zlib) [installed]
zlib-1.2.12-r0 x86_64 {zlib} (Zlib) [installed]
JAVA_VERSION jdk-11.0.14+9
JAVA_VERSION jdk-11.0.14.1+1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="197851" author="6371fa3b77acd224b33c1afd" created="Tue, 26 Apr 2022 09:00:37 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;, can we try to remove these 2 differences from new image and we will try to import again?&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
zlib-1.2.11-r3 x86_64 {zlib} (Zlib) [installed]
zlib-1.2.12-r0 x86_64 {zlib} (Zlib) [installed]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;zlib its basically data-compression library and we have ZipException in our modules, so it could help&lt;/p&gt;</comment>
                                                            <comment id="197857" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Tue, 26 Apr 2022 13:18:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=6371fa3b77acd224b33c1afd&quot; class=&quot;user-hover&quot; rel=&quot;6371fa3b77acd224b33c1afd&quot; data-account-id=&quot;6371fa3b77acd224b33c1afd&quot; accountid=&quot;6371fa3b77acd224b33c1afd&quot; rel=&quot;noreferrer&quot;&gt;Serhii_Nosko&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; I don&apos;t see how zlib should be related as the exception is from the built-in Java Gzip library. &lt;/p&gt;</comment>
                                                            <comment id="197860" author="6371fa3b77acd224b33c1afd" created="Tue, 26 Apr 2022 13:26:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; yes, its strange but I don&apos;t see any other libraries that were updated in 1.3.1 that can influence more that zlib.&lt;br/&gt;
Because when I revert back image to 1.3.0 - all works good without java ZipException.&lt;br/&gt;
Also I see in github some other issues with zlib that cause java ZipException.&lt;br/&gt;
Here are couple of them:&lt;br/&gt;
&lt;a href=&quot;https://github.com/madler/zlib/issues/613&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/madler/zlib/issues/613&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/madler/zlib/issues/305&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/madler/zlib/issues/305&lt;/a&gt; &lt;/p&gt;</comment>
                                                            <comment id="197863" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 13:29:59 +0000"  >&lt;p&gt;JRE can be configured to either use a system zlib or a bundled zlib:&lt;br/&gt;
&lt;a href=&quot;https://bugs.openjdk.java.net/browse/JDK-8249963&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://bugs.openjdk.java.net/browse/JDK-8249963&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197867" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 14:22:51 +0000"  >&lt;p&gt;I&apos;ve created mod-source-record-manager:3.4.0-SNAPSHOT.606-zlib-1.2.11-r3 with this Dockerfile:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
FROM folioci/mod-source-record-manager:3.4.0-SNAPSHOT.606
USER root
RUN echo &lt;span class=&quot;code-quote&quot;&gt;&apos;https:&lt;span class=&quot;code-comment&quot;&gt;//dl-cdn.alpinelinux.org/alpine/v3.11/main&apos;&lt;/span&gt; &amp;gt; /etc/apk/repositories
&lt;/span&gt;RUN apk --no-cache add zlib=1.2.11-r3
USER folio
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It&apos;s available from &lt;a href=&quot;https://hub.docker.com/r/julianladisch/mod-source-record-manager/tags&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://hub.docker.com/r/julianladisch/mod-source-record-manager/tags&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197869" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 14:38:15 +0000"  >&lt;p&gt;The other way round to check the other possibility:&lt;/p&gt;

&lt;p&gt;I&apos;ve created mod-source-record-manager:3.4.0-SNAPSHOT.606-JAVA_VERSION-jdk-11.0.14_9 with the previous JAVA_VERSION but latest Alpine packages with this Dockerfile and the jar from commit 6a065eb4:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
FROM folioci/alpine-jre-openjdk11:1.3.0

USER root
RUN apk --no-cache upgrade
USER folio

ENV VERTICLE_FILE mod-source-record-manager-server-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles

# Copy your fat jar to the container
COPY mod-source-record-manager-server/target/${VERTICLE_FILE} ${VERTICLE_HOME}/${VERTICLE_FILE}

# Expose &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; port locally in the container.
EXPOSE 8081
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="197875" author="6371fa3b77acd224b33c1afd" created="Tue, 26 Apr 2022 14:49:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; Basically I see this ZipException at least for mod-source-record-manager, mod-source-record-storage, mod-inventory and mod-quick-mark, and today even saw in mod-search, so to make it working I need redeploy all these modules locally with 1.3.0 image and after this local vagrant on Windows can work for data import(if any other modules will not throw this exception), can we build some test vagrant box with all modules built on the same image and I will verify behaviour on Windows?&lt;/p&gt;</comment>
                                                            <comment id="197879" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 15:05:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=6371fa3b77acd224b33c1afd&quot; class=&quot;user-hover&quot; rel=&quot;6371fa3b77acd224b33c1afd&quot; data-account-id=&quot;6371fa3b77acd224b33c1afd&quot; accountid=&quot;6371fa3b77acd224b33c1afd&quot; rel=&quot;noreferrer&quot;&gt;Serhii_Nosko&lt;/a&gt;: Can you replace mod-source-record-manager in your Vagrant box by julianladisch/mod-source-record-manager:3.4.0-SNAPSHOT.606-zlib-1.2.11-r3 and report whether this actually fixes the issue?&lt;/p&gt;

&lt;p&gt;If yes I can downgrade zlib in folioci/alpine-jre-openjdk11 and I can re-create all affected docker containers.&lt;/p&gt;</comment>
                                                            <comment id="197882" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 15:08:22 +0000"  >&lt;p&gt;It is very likely that it is this issue:&lt;br/&gt;
&lt;a href=&quot;https://github.com/madler/zlib/issues/613&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/madler/zlib/issues/613&lt;/a&gt; &quot;zlib v1.2.12 causes java.util.zip.ZipException&quot;&lt;br/&gt;
It has been fixed on the development branch: &lt;a href=&quot;https://github.com/madler/zlib/commit/ec3df00224d4b396e2ac6586ab5d25f673caa4c2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/madler/zlib/commit/ec3df00224d4b396e2ac6586ab5d25f673caa4c2&lt;/a&gt;&lt;br/&gt;
But it hasn&apos;t released yet.&lt;/p&gt;</comment>
                                                            <comment id="197885" author="6371fa3b77acd224b33c1afd" created="Tue, 26 Apr 2022 15:56:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; I run old vagrant with 1.3.0 image(to be sure that other modules are working) and redeploy my local srm with 1.3.1 image - ZipException occured.&lt;br/&gt;
After this I redeployed the same local srm from base image &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
julianladisch/mod-source-record-manager:3.4.0-SNAPSHOT.606-zlib-1.2.11-r3
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;After this I have not seen ZipException any more, and imports were successful, so I think we can use it in building our new vagrant boxes, thank you a lot&lt;/p&gt;
</comment>
                                                            <comment id="197889" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 16:59:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=6371fa3b77acd224b33c1afd&quot; class=&quot;user-hover&quot; rel=&quot;6371fa3b77acd224b33c1afd&quot; data-account-id=&quot;6371fa3b77acd224b33c1afd&quot; accountid=&quot;6371fa3b77acd224b33c1afd&quot; rel=&quot;noreferrer&quot;&gt;Serhii_Nosko&lt;/a&gt;: Thanks. We are going to create a new folioci/alpine-jre-openjdk11 container with the zlib downgrade: &lt;a href=&quot;https://github.com/folio-org/folio-tools/pull/214&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-tools/pull/214&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197891" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 17:00:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;: Please merge &lt;a href=&quot;https://github.com/folio-org/folio-tools/pull/214&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-tools/pull/214&lt;/a&gt; and release a new folioci/alpine-jre-openjdk11 container.&lt;/p&gt;</comment>
                                                            <comment id="197894" author="5ee89462f7aa140abd82d11d" created="Tue, 26 Apr 2022 17:39:49 +0000"  >&lt;p&gt;According to upstream bug report &lt;a href=&quot;https://github.com/madler/zlib/issues/613&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/madler/zlib/issues/613&lt;/a&gt; the root cause is the handling of higher order bytes that affects x86-64 but not x86 32-bit, arm 32-bit and arm 64-bit.&lt;/p&gt;</comment>
                                                            <comment id="197897" author="61cd0ca0bce5e00069e98be7" created="Wed, 27 Apr 2022 02:57:12 +0000"  >&lt;p&gt;This is now merged, built, verified, and deployed as &lt;tt&gt;v1.3.2&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Thanks for your effort &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Attention: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=6371fa3b77acd224b33c1afd&quot; class=&quot;user-hover&quot; rel=&quot;6371fa3b77acd224b33c1afd&quot; data-account-id=&quot;6371fa3b77acd224b33c1afd&quot; accountid=&quot;6371fa3b77acd224b33c1afd&quot; rel=&quot;noreferrer&quot;&gt;Serhii_Nosko&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197899" author="5ee89462f7aa140abd82d11d" created="Wed, 27 Apr 2022 18:35:19 +0000"  >&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Alpine has published zlib 1.2.12-r1 with the fix, but only for edge (= unstable development branch), not for the stable branch 3.15:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://gitlab.alpinelinux.org/alpine/aports/-/commit/6754a9005594de4243aad9b2744546971078c6c7&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://gitlab.alpinelinux.org/alpine/aports/-/commit/6754a9005594de4243aad9b2744546971078c6c7&lt;/a&gt;&lt;br/&gt;
&#160;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                                                            <comment id="197902" author="5ee89462f7aa140abd82d11d" created="Thu, 28 Apr 2022 14:02:20 +0000"  >&lt;p&gt;The stable branch 3.15 finally got zlib 1.2.12-r1 with the fix:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33688&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33688&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="197904" author="61cd0ca0bce5e00069e98be7" created="Thu, 28 Apr 2022 23:57:57 +0000"  >&lt;p&gt;Re-opened this ticket. I will re-build.&lt;/p&gt;</comment>
                                                            <comment id="197907" author="61cd0ca0bce5e00069e98be7" created="Fri, 29 Apr 2022 02:14:34 +0000"  >&lt;p&gt;Re-built, verified, and pushed as 1.3.3 and latest.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="58233">MODSOURMAN-782</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="82328">FOLIO-3483</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82313">FOLIO-3500</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82299">FOLIO-3484</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82301">FOLIO-3487</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="63406">MODSOURCE-498</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="82275">FOLIO-3463</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10385"><![CDATA[Related dependency upgrade]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i04ka2:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2003">DevOps Sprint 138</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 26 Apr 2022 08:18:27 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>