Has a patch been submitted for this yet?
I was wondering if adding another method like getCurrentLog which
performs the copy and returns an immutable version of the list would
be more appropriate, making the current getter package scope to
signify that it should only be used by the proxy?
I am happy to push the proposed change as it is similar to what I was
considering if it has not been done.
I am seeing a lot of concurrent modification exceptions in my tests
and I would like to resolve this before pushing them into our CI.