👍
Best Regards.
Jia Zhai
Beijing, China
Mobile: +86 15810491983
On Wed, Nov 4, 2020 at 12:19 AM Enrico Olivelli wrote:
> FYI
> Latest BK image is now running on OpenJDK11 by default
> docker run apache/bookkeeper:latest
>
> The same will be for BK 4.12, but in BK 4.12 we are able to als
FYI
Latest BK image is now running on OpenJDK11 by default
docker run apache/bookkeeper:latest
The same will be for BK 4.12, but in BK 4.12 we are able to also support
JRE distribution and not full JDK.
Enrico
Il giorno ven 23 ott 2020 alle ore 22:06 Enrico Olivelli <
eolive...@gmail.com> ha scr
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
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