Skip to content

fix(jcr): add missing PSBinary implementation - #191

Open
vijaya-boddipudi wants to merge 1 commit into
mainfrom
fix/190-add-missing-psbinary
Open

fix(jcr): add missing PSBinary implementation#191
vijaya-boddipudi wants to merge 1 commit into
mainfrom
fix/190-add-missing-psbinary

Conversation

@vijaya-boddipudi

Copy link
Copy Markdown
Collaborator

Summary

  • Add the missing JCR 2.0 Binary implementation required by PSBaseValue.getBinary().
  • Support stream access, positional reads, size reporting, and disposal.

Validation

  • mvn-env.bat -pl modules/utils -am compile -DskipTests
  • mvn-env.bat -pl modules/utils -am verify -DskipTests
  • Module tests ran with one unrelated existing failure in TestPSHtmlCleanerProperties.testFragment3 caused by HTML attribute ordering.

Closes#190

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[8.1.8] Compilation fails in the rxutils module because the PSBinary class cannot be resolved in PSBaseValue.java.

1 participant

@vijaya-boddipudi