Since java8 -> java11 is similar to python2 -> python3 migration, what was the acceptance criteria there?
On Wed, Aug 7, 2019 at 1:54 PM Elliotte Rusty Harold <elh...@ibiblio.org> wrote: > > > On Wed, Aug 7, 2019 at 9:41 AM Michał Walenia <michal.wale...@polidea.com> > wrote: > >> >> Are these tests sufficient to say that we’re java 11 compatible? What >> other aspects do we need to test to be able to say that? >> >> > Are any packages split across multiple jar files, including packages beam > dependns on? That's the one that's bitten some other projects, including > google-cloud-java and gRPC. If so, beam is not going to work with the > module system. > > Work is ongoing to fix splitn packages in both gRPC and google-cloud-java, > but we're not very far down that path and I think it's going to be an API > breaking change. > > Romain pointed this out earlier and I fixed the last case of packages being split across multiple jars within Apache Beam but as you point out our transitive dependencies are not ready. > > -- > Elliotte Rusty Harold > elh...@ibiblio.org >