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

Merged
merged 4 commits into from
Nov 18, 2024
Merged

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

@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"}]
  }

TharmiganK
TharmiganK previously approved these changes Nov 18, 2024
Copy link
Contributor

@TharmiganK TharmiganK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GraalVM checks are failing because the lang master is migrated to Java 21. Once the Java 21 migration is done for standard libraries, we can recheck this

@TharmiganK TharmiganK merged commit a5a5547 into ballerina-platform:master Nov 18, 2024
6 checks passed
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