Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. FCREPO-1710 - (Esmé CowlesSeries of performance tests: creating large number of children and reading them.  Short answer: the new node types look promising, but none of them are a miracle cure for the slow child problem we have been experiencing.  Working towards a configuration that we can recommend hopefully supporting millions of rows.

  2. FCREPO-1672 - (Unknown User (acoburn)) Jena upgrade will help us use more Java 8 Idioms, but there is some difficulty surrounding Jena's change of how they handle RDF string literals. Data type is now xsd:string, previously, there was a string literal that could contain no datatype, where the string data type was implied.  This causes breakage, where we've relied upon this functionality.  Could use another set of eyes on the ticket. 
  3. FCREPO-1312 - (Unknown User (acoburn)) Big undertaking, bit of iteration.  PR 'Do not merge' is a work in progress related to this.  Working on rewriting how Stream works, we currently pass in classes to define what kind of triples we want back.  Currently these classes are defined in the modeshape layer creating a dependency on modeshape in anything that wants to use them.  Has created an enumeration of these classes, where the underlying technology will offer actual processing processing. PR on PR and comments most welcome.
  4. FCREPO-1852 - (Andy Wagner) Documentation just needs to be removed. Unknown User (acoburn) will review documentation.