Package: aeonbits-owner / 1.0.12+ds-5

Metadata

Package Version Patches format
aeonbits-owner 1.0.12+ds-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build.patch | (download)

pom.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 the manifest will be set by javahelper if needed
deactivate_flaky_tests.patch | (download)

owner/src/test/java/org/aeonbits/owner/reload/HotReloadWhenURLContainsVariablesTest.java | 2 2 + 0 - 0 !
owner/src/test/java/org/aeonbits/owner/reload/SyncAutoReloadTest.java | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 skipping two tests suddenly failing although passing previously
no_mock_in_PropertiesInvocationHandlerTest.patch | (download)

owner/src/test/java/org/aeonbits/owner/PropertiesInvocationHandlerTest.java | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 removing the @spy annotation and thus skipping the verify
 invocations, as there seems to be an incompatibility between this @Spy and
 the declaration of an empty Properties() with OpenJDK17.