We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java.lang.IllegalArgumentException: Bounds cannot exceed the bounds of this object. Path: a/b/c URI: urn:fake Existing bounds: absolute [0x0, 0x4) Requested bounds: absolute [0x0, 0x5)
Instead of the current:
java.lang.IllegalArgumentException: Bounds cannot exceed the bounds of this object. Path: a.b.c URI: urn:fake Existing bounds: absolute [0x0, 0x4) Requested bounds: absolute [0x0, 0x5)
This was supposed to be fixed in 1.0.0 but it wasn't.
1.0.0
The text was updated successfully, but these errors were encountered:
409987b
Merge branch 'release/1.0.1'
bb82c56
Release: com.io7m.jbssio 1.0.1 Change: Correctly use slashes in paths (Ticket: #1)
Merge tag 'com.io7m.jbssio-1.0.1' into develop
1f023bd
Correctly use slashes in paths (again!)
985c65e
Fix: #1
Merge branch 'release/1.0.2'
9b00a53
Release: com.io7m.jbssio 1.0.2 Change: Correctly use slashes in paths (again!) (Ticket: #1)
Merge tag 'com.io7m.jbssio-1.0.2' into develop
3726e65
io7m
No branches or pull requests
Instead of the current:
This was supposed to be fixed in
1.0.0
but it wasn't.The text was updated successfully, but these errors were encountered: