From e57871745cb5fd64ab7df4b3c0634e46f6747cd5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 23 Oct 2021 18:39:18 +0100 Subject: Deprecating JRE 8 support --- .gitlab-ci.yml | 2 +- CHANGES.md | 4 ++++ README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 740120c..ffc3b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: openjdk:8 +image: openjdk:11 variables: MILL_CLI: "-D coursier.cache=$CI_PROJECT_DIR/.cache -j 0" diff --git a/CHANGES.md b/CHANGES.md index 22bc416..29e5de4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # What's new? +### Release 1.4.0 - ????-??-?? + + - JRE 8 support is deprecated, JRE 11 or later is recommended + ## Release 1.3.0 - 2021-09-01 - Fix: CGIs used as index file are now executed. diff --git a/README.md b/README.md index fc1623c..d7009e8 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ If you have a Gemini browser, you can also visit: `gemini://capsule.usebox.net/s ## How to run it -Download [the `jar` distribution file](https://gitlab.com/reidrac/spacebeans/-/releases) and install Java Runtime Environment 8 (or -later; [OpenJDK's JRE](https://adoptopenjdk.net/) recommended). +Download [the `jar` distribution file](https://gitlab.com/reidrac/spacebeans/-/releases) and install Java Runtime Environment 11 (or +later; [OpenJDK's JRE](https://adoptium.com/) recommended). You can run the service with: ``` -- cgit v1.2.3