Hi, Sorry for the mess, I tested this out as best as I could. I would appreciate to *not* revert the backports, they are needed on that branch. I can't understand what is breaking here, building 1.8 vs 1.6? how can I reproduce this locally?
thanks, alex On Tue, Jul 24, 2018 at 9:06 AM Julian Reschke <[email protected]> wrote: > On 2018-07-24 08:41, Julian Reschke wrote: > > On 2018-07-24 08:04, Julian Reschke wrote: > >> On 2018-07-24 07:53, Julian Reschke wrote: > >>> ... > >> > >> I suspect this can be healed by also backporting > >> <https://issues.apache.org/jira/browse/OAK-6918> which made additional > >> changes to the package (and didn't have to increase the version number > >> again as it was done on trunk). > >> > >> Best regards, Julian > > > > Tried that, but then 1.6 build fails with: > > > >> ERROR] > >> > C:\projects\apache\oak\1.6\oak-core\src\test\java\org\apache\jackrabbit\oak\spi\security\authentication\credentials\AbstractCredentialsTest.java:[86,55] > > >> error: incompatible types: ImmutableMap<String,Boolean> cannot be > >> converted to Map<String,Object> > >> [ERROR] > > Could be a Java 7 problem with casting generics. I think I have a fix. > > Do we want to do this, or back out the original change? > > Best regards, Julian > >
