Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fcrepo/fcrepo
base: ae8d5b019f95
Choose a base ref
...
head repository: fcrepo/fcrepo
compare: c719b68c7508
Choose a head ref
  • 8 commits
  • 45 files changed
  • 1 contributor

Commits on May 10, 2014

  1. Update NodeRdfContext to be more defensive about missing type informa…

    …tion
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    434cd85 View commit details
    Browse the repository at this point in the history
  2. Accept null values for comparing against a calculated checksum

    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    05e7fca View commit details
    Browse the repository at this point in the history
  3. Remove the self-healing-after-fixity-check-failure feature

    This feature was only useful for chained cache loaders on a single host
    (e.g. not across clusters, and not for other types of binary stores).
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    dba04ca View commit details
    Browse the repository at this point in the history
  4. Don't expose the underlying content location in the default jcr:content

    serialization
    
    The content location may be expensive to calculate (some cluster
    configurations), is often unnecessary for day-to-day operations, etc
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    0c68027 View commit details
    Browse the repository at this point in the history
  5. Refactor FixityResult to take a string to identify a cache, instead o…

    …f of the whole CacheEntry
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    8c756a7 View commit details
    Browse the repository at this point in the history
  6. Remove the LowLevelStorageService and supporting classes

    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    b192c29 View commit details
    Browse the repository at this point in the history
  7. Refactor CacheEntry classes to wrap a jcr property, whereever it is

    stored
    
    - getFixity() should return a collection of fixity results that provide
      one or more fixity results for all copies of the binary data
    - simplify the infinispan distributed executation calls for ISPN-backed
      binary stores
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    3b175ee View commit details
    Browse the repository at this point in the history
  8. Remove unused test imports

    - Remove unused import from ServiceHelpers
    - Change copyright date to match new checkstyle rules
    cbeer authored and Andrew Woods committed May 10, 2014
    Copy the full SHA
    c719b68 View commit details
    Browse the repository at this point in the history