[
https://issues.apache.org/jira/browse/OAK-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706931#comment-17706931
]
Julian Reschke commented on OAK-10151:
--------------------------------------
So apparently concat() is broken in 20.0; see
<https://github.com/google/guava/issues/2804>.
We now have several choices:
* when using concat(), put the iterators into wrapper classes so that the
broken optimization doesn't happen
* avoid concat() altogether, by using our own utilty (as proposed by [~angela]
)
* simply do not use Guava 20; but this will make the transition harder (Guava
20 deprecated certain stuff and added replacements for it)
> oak-auth-external tests fail with Guava 20
> ------------------------------------------
>
> Key: OAK-10151
> URL: https://issues.apache.org/jira/browse/OAK-10151
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: auth-external
> Reporter: Julian Reschke
> Assignee: Angela Schreiber
> Priority: Major
> Fix For: 1.52.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)