Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netty version #1418

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DimuthuMadushan
Copy link
Contributor

Purpose

$subject

Part of: ballerina-platform/ballerina-library#7358

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests
  • Checked native-image compatibility

Copy link

sonarcloud bot commented Nov 13, 2024

@TharmiganK
Copy link
Contributor

To fix the GraalVM failure, please add the following reflection configurations in this refect-config.json file:

  {
    "name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField",
    "fields": [{"name": "consumerIndex"}]
  },
  {
    "name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField",
    "fields": [{"name": "producerIndex"}]
  },
  {
    "name": "io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField",
    "fields": [{"name": "producerLimit"}]
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants