[
https://issues.apache.org/jira/browse/OAK-11286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910643#comment-17910643
]
Julian Reschke edited comment on OAK-11286 at 1/7/25 2:34 PM:
--------------------------------------------------------------
Except that the update fails due to a baseline error (which is the reason why I
stopped the update back then):
{code}
[INFO] --- maven-bundle-plugin:5.1.9:baseline (baseline) @ oak-segment-tar ---
[ERROR] io.netty.util.internal.shaded.org.jctools.queues.atomic.unpadded:
Version increase required; detected 0.0.0, suggested 0.1.0
[ERROR] io.netty.util.internal.shaded.org.jctools.queues.unpadded: Version
increase required; detected 0.0.0, suggested 0.1.0
[INFO] Baseline analysis complete, 2 error(s), 0 warning(s)
{code}
So the issue is that netty's packages do not have version numbers, so when we
exported them first, they got "0.0.0".
With the changes in 4.1.115, a minor version bump would be needed.
We could do that, but then we leak netty packages with version numbers that we
invented. Ti would be better to get rid of the exports.
was (Author: reschke):
Except that the update fails due to a baseline error (which is the reason why I
stopped the update back then):
{code}
[INFO] --- maven-bundle-plugin:5.1.9:baseline (baseline) @ oak-segment-tar ---
[ERROR] io.netty.util.internal.shaded.org.jctools.queues.atomic.unpadded:
Version increase required; detected 0.0.0, suggested 0.1.0
[ERROR] io.netty.util.internal.shaded.org.jctools.queues.unpadded: Version
increase required; detected 0.0.0, suggested 0.1.0
[INFO] Baseline analysis complete, 2 error(s), 0 warning(s)
{code}
> blob-cloud, segment: update netty version to 4.1.115
> ----------------------------------------------------
>
> Key: OAK-11286
> URL: https://issues.apache.org/jira/browse/OAK-11286
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: blob-cloud, blob-cloud-azure, segment-azure, segment-tar
> Reporter: Julian Reschke
> Priority: Critical
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)