You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to upgrade to java 17 so that the Kill Bill container is aware of the host resources that are actually available to it as specified in the kubernetes pod specification and underlying cgroup 2 resources allocated by the kubelet.
The text was updated successfully, but these errors were encountered:
We're not ready to upgrade the default Java version to 17 (most of our enterprise users are still on 11). That being said, we've run CI on 17 for a very long time:
I've just updated the build on a branch to build jdk17 images. GitHub actions is in a degraded state so I cannot push the images but it seems to work locally 👍 PTAL
cd docker/templates/base/latest && docker build -t killbill/base:jdk17 . && cd -
cd docker
make -e TARGET=killbill -e PARENT_VERSION=jdk17 -e VERSION=latest build
make -e TARGET=killbill -e PARENT_VERSION=jdk17 -e VERSION=0.24.10 build
It would be good to upgrade to java 17 so that the Kill Bill container is aware of the host resources that are actually available to it as specified in the kubernetes pod specification and underlying cgroup 2 resources allocated by the kubelet.
The text was updated successfully, but these errors were encountered: