Skip to content

Commit

Permalink
LDEV-4879 Add LTS banner to 5.4 overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 4, 2024
1 parent 4dc210d commit edcf2fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions core/src/main/cfml/context/admin/overview.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ Error Output --->
#stText.Overview.introdesc[request.adminType]#
</div>

<div class="warning nofocus">
<p>#stText.Overview.bannerLTS#</p>
<p>#stText.Overview.bannerLucee6#</p>
</div>

<cfadmin
action="getInfo"
type="#request.adminType#"
Expand Down
2 changes: 2 additions & 0 deletions core/src/main/cfml/context/admin/resources/language/de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ When checked, any requested files will be inspected only once for potential upda
<data key="doc.chooseTag">Choose a tag</data>
<data key="doc.chooseFunction">Choose a function</data>
<data key="doc.category">Kategorie</data>
<data key="overview.bannerLTS">Lucee 5.4 wird ab sofort nur noch als LTS Release geführt und wird nicht mehr weiter entwickelt. Das bedeutet, dass nur noch sicherheitsrelevante Updates und Fehlerbehebungen für Regressionen implementiert werden. Zudem wird nur noch Java 8 and 11 unterstützt.</data>
<data key="overview.bannerLucee6">Lucee 6 wird aktiv weiter entwickelt mit Support für Java 11, 17 und 21. Dies beinhaltet grosse Performance Verbesserungen im Vergleich zu Lucee 5.4. Zudem noch viele Fehlerbehebungen sowie neue Features und Funktionalitäten</data>
<data key="overview.installedtls">Installierte Tag Bibliotheken</data>
<data key="overview.bugreport">Fehlerreport</data>
<data key="overview.Docs">Documentation</data>
Expand Down
2 changes: 2 additions & 0 deletions core/src/main/cfml/context/admin/resources/language/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,8 @@ If the timezone of your Lucee instance and your database is different, this can
<data key="setting.taskDesc">Active and failed tasks in the Task Spooler. This includes tasks to send E-mail messages.</data>
<data key="setting.taskOpen">Active</data>
<data key="setting.taskClose">Failed</data>
<data key="overview.bannerLTS">Lucee 5.4 is now being maintained as an LTS release and is no longer being actively developed, meaning it only receives security updates and fixes for regressions. Also, only Java 11 is supported</data>
<data key="overview.bannerLucee6">Lucee 6 is being actively developed with the support for Java 11, 17 and 21, including major performance improvements compared to 5.4, lots of bug fixes, new features and functionality</data>
<data key="Overview.resources">External Resources</data>
<data key="Overview.onlineDocsDesc">Lucee online documentation.</data>
<data key="Overview.localRefDesc">Local reference for tags, functions and components.</data>
Expand Down
2 changes: 1 addition & 1 deletion loader/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="core" basedir="." name="Lucee"
xmlns:resolver="antlib:org.apache.maven.resolver.ant">

<property name="version" value="5.4.6.8-SNAPSHOT"/>
<property name="version" value="5.4.6.9-SNAPSHOT"/>

<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
<classpath>
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.lucee</groupId>
<artifactId>lucee</artifactId>
<version>5.4.6.8-SNAPSHOT</version>
<version>5.4.6.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Lucee Loader Build</name>
Expand Down

0 comments on commit edcf2fd

Please sign in to comment.