This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a change to branch OAK-11930 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 2182bf4e56 OAK-11930 prevent binaries from being read and returned as string add a3b0a5dd0a OAK-11930 improve the output, add testcases No new revisions were added by this update. Summary of changes: .../oak/jcr/observation/EventFactory.java | 29 ++- .../jcr/observation/EventSerializationTest.java | 215 +++++++++++++++ .../oak/jcr/observation/ExpectationListener.java | 287 +++++++++++++++++++++ .../oak/jcr/observation/ObservationTest.java | 245 +----------------- 4 files changed, 527 insertions(+), 249 deletions(-) create mode 100644 oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/observation/EventSerializationTest.java create mode 100644 oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/observation/ExpectationListener.java