aherbert commented on code in PR #485:
URL: 
https://github.com/apache/commons-collections/pull/485#discussion_r1592405933


##########
src/main/java/org/apache/commons/collections4/list/CursorableLinkedList.java:
##########
@@ -57,7 +57,9 @@
  *
  * @see java.util.LinkedList
  * @since 1.0
+ * @deprecated

Review Comment:
   All the other deprecated tags in the library have a comment on what to use 
instead. We currently do not have an alternative but we should add something 
useful here to note why it is deprecated:
   ```java
   @deprecated parent {@link AbstractLinkedList} is source incompatible with 
List methods added in Java 21
   ```
   If a request comes to add a replacement then it can be done under a new 
enhancement.



##########
src/main/java/org/apache/commons/collections4/list/NodeCachingLinkedList.java:
##########
@@ -40,7 +40,9 @@
  * </p>
  *
  * @since 3.0
+ * @deprecated

Review Comment:
   Same comment here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to