-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compare head version of ObjectVersionId #110
Comments
pwinckles
added a commit
to pwinckles/ocfl-java
that referenced
this issue
Apr 6, 2024
`ObjectVersionId.equals()` no longer throws an NPE when comparing HEAD versions. Resolves OCFL#110
pwinckles
added a commit
that referenced
this issue
Apr 6, 2024
`ObjectVersionId.equals()` no longer throws an NPE when comparing HEAD versions. Resolves #110
@Mewel Thanks for the report! It's fixed in main. I'm not going to cut an immediate point-release though because I'm hoping to do a larger release sometime this coming week. |
This is fixed in the 2.1.0 release that I just pushed out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comparing the head version of ObjectVersionId leads to a NPE. ObjectVersionId#equals() should check versionNum for null values.
The text was updated successfully, but these errors were encountered: