Marius Elsfjordstrand Beck

Results 8 comments of Marius Elsfjordstrand Beck

Tests failed when I bumped the version. Will investigate and hopefully issue a pull request if I am able to fix it.

Have fixed 6/8 tests but the last 2 is causing a NullPointerException in JWAT. Will follow up and try to fix it upstream (JWAT).

Confirmed bug in JWAT (```header.warcTypeIdx``` is ```null``` causing ```NullPointerException```): https://github.com/netarchivesuite/jwat/blob/5ae169ce839288aa5cf9927dd64d2fcc14bced69/jwat-warc/src/main/java/org/jwat/warc/WarcRecord.java#L287 It is triggered by missing WARC-Type header in https://github.com/openpreserve/jhove/blob/2e9444442cdaad7f749daa2db8538310ca1cc16f/jhove-ext-modules/src/test/resources/warc/invalid-warcheaderfieldpolicy-7.warc#L2 used by https://github.com/openpreserve/jhove/blob/2e9444442cdaad7f749daa2db8538310ca1cc16f/jhove-ext-modules/src/test/java/edu/harvard/hul/ois/jhove/module/WarcModuleTest.java#L354

See https://github.com/maeb/jhove/tree/maeb/jwat for a POC fix

Fix is merged. I have been in touch with @csrster to get a release in maven.

I'll try to look into this ASAP, maybe next week. Must contact @csrster to get him to do a release of JWAT with the code in master. Internally we use...

Thanks @PeterCorless for pointing out where to find the driver! The documentation in https://java-driver.docs.scylladb.com/stable/#getting-the-driver say: ``` com.scylladb scylla-driver-core 3.10.2.0 ``` but what works right now is: ``` com.scylladb java-driver-core 4.9.0-scylla-1...

My previous comment was not entirely correct but https://search.maven.org/search?q=g:com.scylladb tells the whole story. The versioning for version 3 in the example seems wrong: `3.10.2.0` seems to be `3.10.2-scylla-0`. Also `artifactId`...