This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new 11c05a0 Fixed: Support non-breaking spaces in numeric strings (OFBIZ-13168) 11c05a0 is described below commit 11c05a04502ae0d0e1a94d622c67a8aee9c2405d Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Nov 13 08:59:30 2024 +0100 Fixed: Support non-breaking spaces in numeric strings (OFBIZ-13168) Because of changes put in with this Jira, requires rather JDK 11 --- developers.html | 2 +- template/page/developers.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developers.html b/developers.html index 176f343..3280f7e 100644 --- a/developers.html +++ b/developers.html @@ -132,7 +132,7 @@ <h2>Pre-Requisites</h2> <div class="divider"><span></span></div> <ul class="iconsList"> - <li><i class="icon-pin"></i> For 18.12, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li> + <li><i class="icon-pin"></i> For 18.12, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 11 JDK.</li> <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li> </ul> <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" >our Wiki</a> for details</p> diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php index b4d9d2b..fbe5b0a 100644 --- a/template/page/developers.tpl.php +++ b/template/page/developers.tpl.php @@ -33,7 +33,7 @@ <h2>Pre-Requisites</h2> <div class="divider"><span></span></div> <ul class="iconsList"> - <li><i class="icon-pin"></i> For 18.12, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li> + <li><i class="icon-pin"></i> For 18.12, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 11 JDK.</li> <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li> </ul> <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" >our Wiki</a> for details</p>