SLING-9593: Abstract out binary handling to allow plugging of different stores (#4)

* SLING-9593: Abstract out binary handling to allow plugging of different stores

- Introduced an interface BinaryStore and JcrBinaryStore as the default implementation storing the binaries in JCR with no change in the existing strategy of storing based on size.

* SLING-9593: Abstract out binary handling to allow plugging of different stores

- Simplifying the interface as dependent implementations can also be simplified
1 file changed
tree: 08fcbac3b723f99bcd9510cf9c636b006b9d8c93
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Build Status Test Status Maven Central JavaDocs License distribution

Apache Sling Journal based Content Distribution - Messages

This module is part of the Apache Sling project.

This module provides the definition of messages exchanged by the Apache Sling Journal based Content Distribution - Core module.