Shane St Savage
Shane St Savage
Added a check for test data directories in `src/test/resources` using the enforcer plugin, seems to work well. https://github.com/ERDDAP/erddap/pull/208/commits/a42bc99d2a9ea758a2ba4514e57fe85d6d45b10a ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (no-test-data-in-src-test-resources) on project ERDDAP: [ERROR]...
> I was actually talking about the erddap/data/ directory that is used to cache data for the server (one of the things that's cached is file paths to where the...
Thanks, merged that! Any thoughts on if we should be running `mvn verify` in the automated build instead of `mvn test`? `mvn test`/surefire completes in 5 - 10 minutes on...
UX around this could definitely be improved. I was confused as to why simple text pastes were taking so long, so I tried Ctrl-Shift-V instead, which as we all know...
I dunno why the build is failing when only `docker-compose.yml` was touched ¯\\_(ツ)_/¯ Maybe third time's the charm?
Sounds good! Let me know if you run into any issues.
>So I know getting certificates for localhost is extremely complicated. This doesn't do anything to support that, correct? But it should just work if they actually own a domain and...
For Java I only see JDBC in their client list: https://duckdb.org/docs/stable/clients/overview.html
Currently [docker-erddap](https://github.com/axiom-data-science/docker-erddap) doesn't have an image for ERDDAP 2.24. I can work on publishing that with Java 21 and updated Tomcat to facilitate testing here. Will ping when that's ready.
[Docker image](https://hub.docker.com/repository/docker/axiom/docker-erddap/general) for ERDDAP 2.24 is available at `axiom/docker-erddap:2.24-jdk21-openjdk` Github - [tag](https://github.com/axiom-data-science/docker-erddap/tree/2.24), [release](https://github.com/axiom-data-science/docker-erddap/releases/tag/2.24) @rmendels At your suggestion I updated the README to favor `ERDDAP_MEMORY` which sets `Xms` and `Xmx` to...