reactor/projectreactor.io

Upgrade the JDK version used for the site

pderop opened this issue · 1 comments

The jdk version used for the site is currently JDK8. We should use a more recent JDK version for the website.

Actually, the site is running using JDK 11 (see manifest.yml: `JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'),
So, it sounds like it's not worth trying to update JDK version.
I'm closing this one.