Richard van Heest

Results 7 issues of Richard van Heest

I'm working on refactoring one of my GraphQL implementations from manually defining `Field` and `Argument` instances to the annotation based style with `@GraphQLField` and so on. I managed to get...

Checking the existence of the 'normalized file' is quite expensive and often not necessary. This PR moves the call to `existsNormalized()` to a later point such that is isn't required...

This PR aims to make `BagVerifier` extendable. In order to do so, I removed the `final` keyword from class level and added it to the methods `isValid`, `isComplete`, `checkHashes`, `getExecutor`...

In [BagIt v16 spec](https://tools.ietf.org/html/draft-kunze-bagit-16#section-3) it says on **completeness** of a bag: > 2. Every file listed in every tag manifest MUST be present. Likewise in earlier specs ([v14](https://tools.ietf.org/html/draft-kunze-bagit-14#section-3)) it says:...

I just upgraded to v1.2.0 of this library. With the upgraded stuff on BagIt v1.0 in #118, a new bug has entered the library: When using the `BagLinter`, the warning...

In `MandatoryVerifier.checkPayloadDirectoryExists`, when the `bag/data` directory does not exist, it returns "_File [{}] should exist but it doesn't!_". The path does not seemed to be filled in correctly.

Hi, we're looking at this library to see whether it will be useful in one of our projects. A first question is whether this library is still maintained and whether...