Skip to content

Commit 31b27de

Browse files
Markus Hochsteinvwfox
authored andcommitted
change min version to java 17
link to https://adoptium.net/de/temurin/releases/?version=17 add webrick to gems acording to jekyll/jekyll#8523 Signed-off-by: Markus Hochstein <[email protected]>
1 parent 3468d40 commit 31b27de

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ source "https://rubygems.org"
1010
# Happy Jekylling!
1111

1212
gem 'github-pages', group: :jekyll_plugins
13+
gem "webrick"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,14 @@ GEM
260260
unf_ext
261261
unf_ext (0.0.8.2)
262262
unicode-display_width (1.8.0)
263+
webrick (1.8.1)
263264

264265
PLATFORMS
265266
ruby
266267

267268
DEPENDENCIES
268269
github-pages
270+
webrick
269271

270272
BUNDLED WITH
271273
2.1.4

_tutorial/015-Prerequisite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you start any of the tutorials you must prepare your environment so that
1414

1515
We need to run the following tools on your computer - without them you won't get very far at all.
1616

17-
* [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.
17+
* [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.
1818
* [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
1919

2020
<div class="alert alert-warning">
@@ -133,7 +133,7 @@ If you start using enRoute you will likely create a number of workspaces. There
133133

134134
We aren't currently aware of any challenges on Unix systems. Please [let us know](mailto:[email protected]) if you have any!
135135

136-
[java8]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
136+
[java17]: https://adoptium.net/de/temurin/releases/?version=17
137137
[Maven]: https://maven.apache.org
138138
[mars]: https://www.eclipse.org/downloads/
139139
[bndtools]: http://bndtools.org

0 commit comments

Comments
 (0)