From 519f213830c0a946a0d63be65552067bfc707f1d Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 8 Feb 2024 15:19:53 +0000 Subject: [PATCH] prepare for release 0.4.3 --- doc/guide/Installation.md | 2 +- tools/ChangeLog.md | 3 ++- tools/gradletooling/TODO.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/guide/Installation.md b/doc/guide/Installation.md index 920d9708..c6155290 100644 --- a/doc/guide/Installation.md +++ b/doc/guide/Installation.md @@ -3,7 +3,7 @@ Installation The VO-DML tooling is based around [gradle](https://gradle.org) (currently version 8) which itself is based on Java. It is recommended that a minimum of JDK 11 is installed -(to be compatible with other tools) using a package manager for your OS and +(JKD 17 has also been tested) using a package manager for your OS and similarly use a package manager for gradle installation. Although if you are working with a repository that already has a `gradelw` file at the top level, then that can be used in place of the gradle command, and it will handle the downloading an running of the correct gradle version. diff --git a/tools/ChangeLog.md b/tools/ChangeLog.md index 663f3f25..63991ee3 100644 --- a/tools/ChangeLog.md +++ b/tools/ChangeLog.md @@ -29,4 +29,5 @@ * 0.3.24 improved python generation - removed join tables. * 0.4.0 move to jakarta namespace * 0.4.1 Improved list API -* 0.4.2 Update the vodsl support to 0.4.6 \ No newline at end of file +* 0.4.2 Update the vodsl support to 0.4.6 +* 0.4.3 Make work with windows \ No newline at end of file diff --git a/tools/gradletooling/TODO.md b/tools/gradletooling/TODO.md index 54df8981..04dae415 100644 --- a/tools/gradletooling/TODO.md +++ b/tools/gradletooling/TODO.md @@ -31,6 +31,7 @@ VODML Tooling TODO * different serializations of VO-DML itself (json top of list) * allow attributes to be * Anything that might help in mapping to OPENAPI + * idea of a "view" - eg. jobsummary in uws * STC * epoch - not really defined as something that is used properly @@ -44,7 +45,7 @@ VODML Tooling TODO # gradle plugin * ~~get binding files from dependent jars~~ -* write a usage note +* ~~write a usage note~~ * ~~publish in gradle repository~~ * ~~can remove all the ant stuff - including the libs and schematron dirs~~ * generate python