-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build of r/16.x from Tue Sep 17 19:21:59 UTC 2024
- Loading branch information
1 parent
f2cde3f
commit 6cc4746
Showing
8 changed files
with
184 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="../../img/favicon.ico"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | ||
<title>Java Versions - Administration Guide</title> | ||
<link href="../../css/bootstrap-3.3.7.min.css" rel="stylesheet"> | ||
<link href="../../css/font-awesome-4.7.0.css" rel="stylesheet"> | ||
<link href="../../css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../../css/highlight.css"> | ||
<link href="../../css/extra.css" rel="stylesheet"> | ||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../../js/jquery-3.2.1.min.js"></script> | ||
<script src="../../js/bootstrap-3.3.7.min.js"></script> | ||
<script src="../../js/highlight.pack.js"></script> | ||
|
||
<base target="_top"> | ||
<script> | ||
var base_url = '../..'; | ||
var is_top_frame = false; | ||
|
||
var pageToc = [ | ||
{title: "Supported Java Versions", url: "#_top", children: [ | ||
]}, | ||
]; | ||
|
||
</script> | ||
<script src="../../js/base.js"></script> | ||
<script src="../../javascript/extra.js"></script> | ||
<script src="../../javascript/popper.js"></script> | ||
<script src="../../javascript/tippy.js"></script> | ||
</head> | ||
|
||
<body> | ||
<script> | ||
if (is_top_frame) { $('body').addClass('wm-top-page'); } | ||
</script> | ||
|
||
|
||
|
||
<div class="container-fluid wm-page-content"> | ||
<a name="_top"></a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation"> | ||
|
||
<div class="wm-article-nav pull-right"> | ||
<a href="../multiple-servers/" class="btn btn-xs btn-default pull-right"> | ||
Next | ||
<i class="fa fa-chevron-right" aria-hidden="true"></i> | ||
</a> | ||
<a href="../multiple-servers/" class="btn btn-xs btn-link"> | ||
Multiple Servers | ||
</a> | ||
</div> | ||
|
||
<div class="wm-article-nav"> | ||
<a href="../server-requirements/" class="btn btn-xs btn-default pull-left"> | ||
<i class="fa fa-chevron-left" aria-hidden="true"></i> | ||
Previous</a><a href="../server-requirements/" class="btn btn-xs btn-link"> | ||
Hardware Requirements | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
<h1 id="supported-java-versions">Supported Java Versions</h1> | ||
<p>This is a list of Opencast versions and the versions of OpenJDK they require:</p> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Opencast</th> | ||
<th>Java</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>≥ 16.x</td> | ||
<td>17</td> | ||
</tr> | ||
<tr> | ||
<td>9.x - 16.x</td> | ||
<td>11</td> | ||
</tr> | ||
<tr> | ||
<td>≤ 9.x</td> | ||
<td>8</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<br> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation"> | ||
|
||
<div class="wm-article-nav pull-right"> | ||
<a href="../multiple-servers/" class="btn btn-xs btn-default pull-right"> | ||
Next | ||
<i class="fa fa-chevron-right" aria-hidden="true"></i> | ||
</a> | ||
<a href="../multiple-servers/" class="btn btn-xs btn-link"> | ||
Multiple Servers | ||
</a> | ||
</div> | ||
|
||
<div class="wm-article-nav"> | ||
<a href="../server-requirements/" class="btn btn-xs btn-default pull-left"> | ||
<i class="fa fa-chevron-left" aria-hidden="true"></i> | ||
Previous</a><a href="../server-requirements/" class="btn btn-xs btn-link"> | ||
Hardware Requirements | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
<br> | ||
</div> | ||
|
||
<footer class="container-fluid wm-page-content"> | ||
<p> | ||
<a href="https://github.com/opencast/opencast/edit/develop/docs/guides/admin/docs/installation/java-version.md"><i class="fa fa-github"></i> | ||
Edit on GitHub</a> | ||
</p> | ||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/gristlabs/mkdocs-windmill">Windmill</a> theme by Grist Labs.</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
commit acf639c561b42a2a8d6155be615f2c59ee807c04 | ||
Author: Lars Kiesow <[email protected]> | ||
Date: Tue Sep 17 20:29:22 2024 +0200 | ||
commit 90dbdf9cd7862dc5d70d83084d4b48770b621aaa | ||
Author: Greg Logan <[email protected]> | ||
Date: Tue Sep 17 12:54:26 2024 -0600 | ||
|
||
Merge r/15.x into r/16.x | ||
Merge branch 'java-version-docs' of lkiesow/opencast into r/16.x | ||
|
||
Pull request #6168 | ||
|
||
Document Java version requirements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters