On Mon, Jul 1, 2019 at 8:06 AM Michael Rogers <[email protected]> wrote: > > On 01/07/2019 15:57, Tatu Saloranta wrote: > > If anyone is aware of retro-weaver style tools that can take jars with > > newer declared bytecode version and convert to older, that'd be great, > > sharing most appreciated. > > I haven't tried it myself, but I believe Retrolambda can convert Java 8 > bytecode to run on a Java 6 JVM, as long as the code only depends on the > Java 6 standard library (which can be checked by including Animal > Sniffer in your build process). > > https://github.com/luontola/retrolambda > > https://www.mojohaus.org/animal-sniffer/ > > Cheers, > Michael
That sounds like a promising possibility, thank you for sharing. -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAL4a10gKvYNUxEkNgN7PO5VUPcBPF16bjQd4q1XQOGm9AQ9K4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
