icatproject / icat.server

The ICAT server offering both SOAP and "RESTlike" interfaces to a metadata catalog.
Other
1 stars 5 forks source link

Update miredot #316

Closed ajkyffin closed 4 months ago

ajkyffin commented 10 months ago

This updates miredot-plugin and configures it for jakarta.

The @summary tags are changed to @title because {@summary ...} is now a javadoc tag with a different purpose to the miredot @summary tag. @title does the same thing.

~I've only got this to work by putting all the jakarta APIs on the runtime classpath, which isn't ideal.~

Fixes #310.