Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.12.1 source code.tar.gz | 2025-03-03 | 4.0 MB | |
3.12.1 source code.zip | 2025-03-03 | 4.9 MB | |
README.md | 2025-03-03 | 833 Bytes | |
Totals: 3 Items | 8.9 MB | 0 |
🐞 Bug fixes
- fix: use thread local document builder. (#2977) @RafeArnold
- fix: handle unbound ns prefixes when printing xml. (#2968) @RafeArnold
📖 OpenAPI updates
- Use camel-case format for the fileName property in the request-pattern schema (#2966) @picimako
👻 Maintenance
- Update
actions/cache@v1
to usev4
(#2979) @leeturner
📦 Dependency updates
- Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 (#2978) @dependabot
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#2971) @dependabot
- Bump versions.junitJupiter from 5.11.4 to 5.12.0 (#2972) @dependabot
- Bump com.networknt:json-schema-validator from 1.5.5 to 1.5.6 (#2967) @dependabot
✍ Other changes
- Xml perf improvements (#2981) @Mahoney