You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Time/Place

This meeting is a hybrid teleconference and IRC chat. Anyone is welcome to join...here's the info:

Attendees

Agenda

  1. Release status: 3.8.0
  2. Java client API
  3. JCR/XML filesystem path
  4. Marking objects for deletion
  5. ...

Minutes

  • Fedora 3.8.0
    • Almost ready for Release Candidate
      • Waiting on PostGres driver issue posted on the list
    • Please participate in RC testing
  • Java client
    • Longshou working on resource implementation
      • Nearly done
    • Esme nearly done but may need more work next week
  • JCR/XML filesystem path
    • Synchronously persisting human-readable repository objects in JCR/XML on the filesystem
    • Translating repo hierarchy into filesystem hierarchy
    • RDF relationships are not represented in this hierarchy
    • Do we need to encode the characters in the URL?
      • e.g. swap all : with \ (effectively creating a new directory)
      • What happens with things like PIDs?
  • Marking objects for deletion
    • Currently, deleting an object puts it into the trash and then ModeShape permanently removes it as part of a cleanup process
    • Maybe we should define a predicate for statuses in the repo
      • Delete, inactive, etc.
      • It will be up to the application layer to define how these statuses affect behaviour for users
  • No labels