Re: Moving BooKeeper to JDK11

2020-10-23 Thread Enrico Olivelli
Il Ven 23 Ott 2020, 18:57 Anup Ghatage ha scritto: > So I've been trying something similar. > > I noticed that most of the Bookkeeper codebase can build with JDK8 and > JDK11. > So I hacked around a bit and found that if I compile BK using JDK8, reset > JAVA_HOME to JDK11 and use 'mvn surefire:te

Re: Moving BooKeeper to JDK11

2020-10-23 Thread Anup Ghatage
So I've been trying something similar. I noticed that most of the Bookkeeper codebase can build with JDK8 and JDK11. So I hacked around a bit and found that if I compile BK using JDK8, reset JAVA_HOME to JDK11 and use 'mvn surefire:test', it just runs the tests without compilation. In this way, al

State of deprecated code and plans ahead

2020-10-23 Thread Anup Ghatage
Hi Bookies, I was going through the issues and the code and noticed there were a few 'clean up' issues which have been there since some time and I was wondering what's the community's opinion on them. Often we have upstream consumers who use certain versions and depend on certain APIs provided in