Hi, Minor update, I cleared some of the problems with Julian's help, but I'm now stuck on one that I can't figure out: some of the changes on 1.8 were using Suppliers (only avail on java 8) and 1.6 branch is still java 7 as far as I can see, so I cannot backport those. I actually changed the method signatures to use the guava Supplier but that turned out to not be a good idea as the baseline check on 1.8 will fail.
It seems my only option is to rollback the backports which is not something I want to do. I would appreciate any ideas! thanks, alex On Tue, Jul 24, 2018 at 10:50 AM Julian Reschke <[email protected]> wrote: > On 2018-07-24 09:57, Amit Jain wrote: > >>> Once we have sorted that out, we should update creating-releases.md > >>> (it's good that Amit spotted the version change!). > > > > I spotted it because instructions are already there :) > > :-) > > Now that the instructions actually helped in a real world case, we might > to further tune them... > >
