Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change min version to java 17 #262

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ source "https://rubygems.org"
# Happy Jekylling!

gem 'github-pages', group: :jekyll_plugins
gem "webrick"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions _tutorial/015-Prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div class="alert alert-warning">
Expand Down Expand Up @@ -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
Expand Down