Skip to content

Commit 1da2990

Browse files
committed
Documentation updates for the new 2.25 release candidate.
1 parent 04f2615 commit 1da2990

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

DEPLOY_INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ERDDAP™ can run on any server that supports Java and Tomcat (and other applica
212212

213213
4. [Install the erddap.war file.](#erddap.war)
214214
On Linux, Mac, and Windows, download [erddap.war](https://github.com/ERDDAP/erddap/releases/download/v2.25/erddap.war) into _tomcat_/webapps .
215-
(version 2.25, 592,429,675 bytes, MD5=0D93F045A3F38018117C0BB5BA419C99, dated 2024-10-17)
215+
(version 2.25, 592,291,131 bytes, MD5=81E1D3985FF85B44ED6C8F01CEEF79B3, dated 2024-10-29)
216216

217217
The .war file is big because it contains high resolution coastline, boundary, and elevation data needed to create maps.
218218

DEPLOY_UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
2. If you are upgrading from ERDDAP™ version 2.18 or below, you need to switch to Java 21 (or newer) and the related Tomcat 10. See the regular ERDDAP™ installation instructions for [Java](#java) and [Tomcat](#tomcat). You'll also have to copy your _tomcat_/content/erddap directory from your old Tomcat installation to your new Tomcat installation.
77

88
3. Download [erddap.war](https://github.com/ERDDAP/erddap/releases/download/v2.25/erddap.war) into _tomcat_/webapps .
9-
(version 2.25, 592,429,675 bytes, MD5=0D93F045A3F38018117C0BB5BA419C99, dated 2024-10-17)
9+
(version 2.25, 592,291,131 bytes, MD5=81E1D3985FF85B44ED6C8F01CEEF79B3, dated 2024-10-29)
1010

1111
4. [messages.xml](#messages.xml)
1212
* Common: If you are upgrading from ERDDAP™ version 1.46 (or above) and you just use the standard messages, the new standard messages.xml will be installed automatically (amongst the .class files via erddap.war).

WEB-INF/classes/gov/noaa/pfel/erddap/util/EDStatic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public class EDStatic {
196196
* 2.22 released on 2022-12-08 <br>
197197
* 2.23 released on 2023-02-27 <br>
198198
* 2.24 released on 2024-06-07 <br>
199-
* 2.25 released on 2024-10-16 <br>
199+
* 2.25 first RC on 2024-10-16 released on 2024-10-29 <br>
200200
*
201201
* <p>For main branch releases, this will be a floating point number with 2 decimal digits, with
202202
* no additional text. !!! In general, people other than the main ERDDAP developer (Bob) should

download/changes.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ <h2><a class="selfLink" id="changes2.25" href="#changes2.25" rel="bookmark">Chan
8080
</ul>
8181
<li><strong>Things ERDDAP™ Administrators Need to Know and Do:</strong>
8282
<ul>
83-
<li>We recommend upgradding to Java 21 or newer. This is the LTS version and has been available for over a year. Development
84-
of ERDDAP™ version 2.25 was done with Java 21.
83+
<li>Version 2.25 requires Java 21 or newer. This is the LTS version and has been available for over a year.
8584
<br>&nbsp;
8685
<li>The SharedWatchService is now the default. If you need to disable it, please contact chris.john at noaa.gov to let me know,
8786
so I can improve it in future versions and add:
@@ -112,6 +111,12 @@ <h2><a class="selfLink" id="changes2.25" href="#changes2.25" rel="bookmark">Chan
112111
<li>New parameter in datasets.xml to control unusual activity emails. unusualActivityFailPercent defaults to the old value of 25%.
113112
Thanks to Ayush Singh for the feature.
114113
<br>&nbsp;
114+
<li>New parameter in setup.xml that controls if dataset loading errors are shown on the status.html page. It defaults to true, to
115+
disable dataset errors on the status page, set showLoadErrorsOnStatusPage to false:
116+
<kbd>
117+
&lt;showLoadErrorsOnStatusPage&gt;false&lt;/showLoadErrorsOnStatusPage&gt;
118+
</kbd>
119+
<br>&nbsp;
115120
<li>Some small changes and bug fixes.
116121
<br>&nbsp;
117122
</ul>

0 commit comments

Comments
 (0)