Skip to content

v0.150.0

Latest

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 24 Aug 08:25
ebf827f

Internal Changes

  • Make unit-test fixtures portable to non-Maven build layouts. TestOSUtils.resource now stages a
    resource to a writable temp directory when it cannot be chmod-ed in place (e.g. when served
    read-only from a jar), while keeping the existing in-place behavior for Maven's exploded
    target/test-classes. This lets the unit tests run unchanged under other build systems.