hughsimpson
hughsimpson
Just to show that the new test-case in https://github.com/sirthias/parboiled2/pull/362 blows up without the accompanying fix. Should cause CI to timeout.
Adds support for `OTEL_EXPERIMENTAL_EXPORTER_OTLP_RETRY_ENABLED` env var (cf https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure#otlp-exporter-retry)
pdfbox 3
With the [3.0.0 release](https://github.com/apache/pdfbox/releases/tag/3.0.0) of pdf box, current openhtmltopdf releases are incompatible. Adding some final compatibility tweaks.
Adds support for opentelemetry metrics reporting ~Main point of discussion from my perspective is whether and how to group by 'component' before sending so that that's accurately captured.. generally I...
jna introduced M1 support with v5.7.0 (cf https://github.com/java-native-access/jna/blob/master/CHANGES.md#release-570). Bumping to latest release version for various subsequent fixes and because new shiny is nice
For the move to GitHub actions, benchmarks were excluded. They should be included. Preferably in a manner that ensures a decent level of consistency on the runs - current target...
StructureDefinition-familymemberhistory-genetic StructureDefinition-catalog both fail to generate. So do some example structure definitions with empty snapshots that we probably don't care about.
The innocuous bits: - bumping scalafmt, specs etc changes their API. Some old syntax doesn't work - Also means, for the time being, relying on release candidates Lots of things...