You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plus new Maven test module to test EclipseLink with Helidon
Skip Helidon tests for <JDK21 - JavaDoc generation
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Copy file name to clipboardexpand all lines: foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/indirection/IndirectList.java
+61-31
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 1998, 2021 Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 1998, 2024 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -24,6 +24,8 @@
24
24
importjava.util.ListIterator;
25
25
importjava.util.Spliterator;
26
26
importjava.util.Vector;
27
+
importjava.util.concurrent.locks.Lock;
28
+
importjava.util.concurrent.locks.ReentrantLock;
27
29
importjava.util.function.Consumer;
28
30
importjava.util.function.Predicate;
29
31
importjava.util.function.UnaryOperator;
@@ -98,6 +100,8 @@ public class IndirectList<E> extends Vector<E> implements CollectionChangeTracke
0 commit comments