You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/11 17:00:27 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4710: Removed specialization of CopyOnWriteArrayList class

merlimat opened a new pull request #4710: Removed specialization of CopyOnWriteArrayList class
URL: https://github.com/apache/pulsar/pull/4710
 
 
   ### Motivation
   
   Switched back to use the regular `java.util.concurrent.CopyOnWriteArrayList` instead of the class extending it since we don't really have any advantage in accessing the underlying array of objects. 
   
   The reflection being used to get that field is giving errors on Java 12. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services