Upgrade org.ldaptive:ldaptive from 1.2.3 to 2.3.2#5933
Draft
cwperks wants to merge 4 commits intoopensearch-project:mainfrom
Draft
Upgrade org.ldaptive:ldaptive from 1.2.3 to 2.3.2#5933cwperks wants to merge 4 commits intoopensearch-project:mainfrom
cwperks wants to merge 4 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
cwperks
commented
Jan 30, 2026
Comment on lines
+308
to
+310
| jvmArgs += "--add-opens=java.base/java.nio=ALL-UNNAMED" | ||
| jvmArgs += "--add-opens=java.base/sun.nio.ch=ALL-UNNAMED" | ||
| jvmArgs += "-Dio.netty.transport.noNative=true" |
Member
Author
There was a problem hiding this comment.
2026-01-30T23:25:23.2800918Z 2> java.lang.UnsupportedOperationException: Cannot clean arbitrary ByteBuffer instances
2026-01-30T23:25:23.2801195Z 2> at __randomizedtesting.SeedInfo.seed([A1DB2CBBF6757983]:0)
2026-01-30T23:25:23.2801662Z 2> at io.netty.util.internal.CleanerJava25.freeDirectBuffer(CleanerJava25.java:183)
2026-01-30T23:25:23.2802245Z 2> at io.netty.util.internal.PlatformDependent.freeDirectBuffer(PlatformDependent.java:613)
2026-01-30T23:25:23.2803108Z 2> at io.netty.channel.unix.Buffer.free(Buffer.java:36)
2026-01-30T23:25:23.2803767Z 2> at io.netty.channel.epoll.EpollEventArray.free(EpollEventArray.java:94)
2026-01-30T23:25:23.2804311Z 2> at io.netty.channel.epoll.EpollEventLoop.cleanup(EpollEventLoop.java:540)
2026-01-30T23:25:23.2804993Z 2> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1269)
2026-01-30T23:25:23.2827748Z 2> at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2026-01-30T23:25:23.2828977Z 2> at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2026-01-30T23:25:23.2829893Z 2> at java.base/java.lang.Thread.run(Thread.java:1474)
2026-01-30T23:25:23.2830144Z
2026-01-30T23:25:23.2832372Z 2> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=265, name=ldaptive-SingleThread@122071539-io-7-1, state=RUNNABLE, group=TGRP-LdapBackendIntegTest2]
2026-01-30T23:25:23.2833391Z at __randomizedtesting.SeedInfo.seed([A1DB2CBBF6757983:D6934DCC75229F77]:0)
2026-01-30T23:25:23.2833412Z
2026-01-30T23:25:23.2833627Z Caused by:
2026-01-30T23:25:23.2834497Z java.lang.UnsupportedOperationException: Cannot clean arbitrary ByteBuffer instances
2026-01-30T23:25:23.2834958Z at __randomizedtesting.SeedInfo.seed([A1DB2CBBF6757983]:0)
2026-01-30T23:25:23.2835741Z at io.netty.util.internal.CleanerJava25.freeDirectBuffer(CleanerJava25.java:183)
2026-01-30T23:25:23.2836711Z at io.netty.util.internal.PlatformDependent.freeDirectBuffer(PlatformDependent.java:613)
2026-01-30T23:25:23.2837007Z at io.netty.channel.unix.Buffer.free(Buffer.java:36)
2026-01-30T23:25:23.2837505Z at io.netty.channel.epoll.EpollEventArray.free(EpollEventArray.java:94)
2026-01-30T23:25:23.2838064Z at io.netty.channel.epoll.EpollEventLoop.cleanup(EpollEventLoop.java:540)
2026-01-30T23:25:23.2838707Z at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1269)
2026-01-30T23:25:23.2839121Z at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2026-01-30T23:25:23.2839679Z at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2026-01-30T23:25:23.2839970Z at java.base/java.lang.Thread.run(Thread.java:1474)
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #5933 +/- ##
==========================================
- Coverage 73.83% 73.71% -0.13%
==========================================
Files 439 438 -1
Lines 26884 26635 -249
Branches 3980 3915 -65
==========================================
- Hits 19851 19634 -217
- Misses 5148 5177 +29
+ Partials 1885 1824 -61
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Upgrade org.ldaptive:ldaptive from 1.2.3 to 2.3.2
Maintenance
Issues Resolved
Related to: #2959
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.