Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved support for cached data streams #57

Merged
merged 1 commit into from Feb 27, 2015
Merged

improved support for cached data streams #57

merged 1 commit into from Feb 27, 2015

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Feb 25, 2015

See: https://jira.duraspace.org/browse/FCREPO-1380

This allows for better handling of cached InputStreams, à la:

from("direct:foo")
    .streamCaching()
    .to("fcrepo://localhost:8080/rest")
    .convertBodyTo(StreamSource.class)
    .split(ldpChildren).streaming()
        .transform()
        .xpath("/ldp:contains/@rdf:resource", String.class, ns)
        .inOnly("seda:bar");

added unit and integration tests
awoods pushed a commit that referenced this pull request Feb 27, 2015
improved support for cached data streams
@awoods awoods merged commit fa18184 into fcrepo-exts:master Feb 27, 2015
@acoburn acoburn deleted the fcrepo-1380 branch February 27, 2015 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants