Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

Update dts war version used in testing #1308

Closed tdrwenski closed 4 months ago

tdrwenski commented 4 months ago

Description of Changes

I'm not sure why we test opendap this way, but we use gretty and the TDS's dts.war to test the opendap client. This version was badly out of date, so this PR updates it. Tests are passing on Jenkins on this branch: https://jenkins-aws.unidata.ucar.edu/view/Users/job/tara-netcdf-java/49/

tdrwenski commented 4 months ago

TDS 5.4 uses JDK 11 and so cannot be used by netcdf-java and JDK 8

DennisHeimbigner commented 4 months ago

This way of testing is for historical reasons. Ideally it should be changed to match the way DAP4 uses remotetest.unidata.ucar.edu instead of gretty (assuming that latter approach is a better way to test :-)

tdrwenski commented 4 months ago

Thanks for the comment @DennisHeimbigner! Was just re-investigating why Netcdf-java needs gretty and came across this.