From 4f619edb043fbfc6780de27d6f254759f9887733 Mon Sep 17 00:00:00 2001 From: Markus Hochstein Date: Wed, 3 Jan 2024 18:43:34 +0100 Subject: [PATCH] change min version to java 17 link to https://adoptium.net/de/temurin/releases/?version=17 add webrick to gems acording to https://github.com/jekyll/jekyll/issues/8523 Signed-off-by: Markus Hochstein --- Gemfile | 1 + Gemfile.lock | 2 ++ _tutorial/015-Prerequisite.md | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7097a57..b2b74cc 100644 --- a/Gemfile +++ b/Gemfile @@ -10,3 +10,4 @@ source "https://rubygems.org" # Happy Jekylling! gem 'github-pages', group: :jekyll_plugins +gem "webrick" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3dc4b7e..53db4df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,12 +260,14 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + webrick (1.8.1) PLATFORMS ruby DEPENDENCIES github-pages + webrick BUNDLED WITH 2.1.4 diff --git a/_tutorial/015-Prerequisite.md b/_tutorial/015-Prerequisite.md index c2340f3..dd08df0 100644 --- a/_tutorial/015-Prerequisite.md +++ b/_tutorial/015-Prerequisite.md @@ -14,7 +14,7 @@ Before you start any of the tutorials you must prepare your environment so that We need to run the following tools on your computer - without them you won't get very far at all. -* [Java][java8], probably already got it? If not, this is a good time to get started! OSGi enRoute projects target Java 8 as a minimum version. +* [Java][java17], probably already got it? If not, this is a good time to get started! OSGi enRoute projects target Java 17 as a minimum version. * [Maven][Maven], a popular build tool for Java applications with an enormous repository behind it. Make sure that you're on at least 3.3.9
@@ -133,7 +133,7 @@ If you start using enRoute you will likely create a number of workspaces. There We aren't currently aware of any challenges on Unix systems. Please [let us know](mailto:osgi-users@eclipse.org) if you have any! -[java8]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html +[java17]: https://adoptium.net/de/temurin/releases/?version=17 [Maven]: https://maven.apache.org [mars]: https://www.eclipse.org/downloads/ [bndtools]: http://bndtools.org