Michal, if you need an immediate fix you can use a shaded oak dependency where the guava and luene dependencies are included and shaded, so not to interfere with other dependencies in your project. See
https://github.com/tveimo/oak-lucene-shaded Use as buildscript { repositories { maven { url "https://jitpack.io" } } } implementation 'com.github.tveimo:oak-mega-shaded:1.40.0' On Fri, 19 Nov 2021 at 19:21, Julian Reschke <[email protected]> wrote: > > Am 19.11.2021 um 10:00 schrieb Konrad Windszus: > > Hi Michał, > > look at https://issues.apache.org/jira/browse/OAK-7182? > > <https://issues.apache.org/jira/browse/OAK-7182?> for details why upgrading > > is not that simple.... > > > > Konrad > > Right. It is a complex issue, and we may be able to make some progress > in the next few months. > > The main issue here is that we need to first get rid of all > Guava-related signatures in exported APIs. > > Best regards, Julian > -- -Tor
