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

Refactor guava functional classes into Java8 idiom #809

Merged
merged 13 commits into from Jun 4, 2015
Merged

Refactor guava functional classes into Java8 idiom #809

merged 13 commits into from Jun 4, 2015

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Jun 2, 2015

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

This PR removed the org.fcrepo.http.commons.responses.RdfSerializationUtils.primaryTypePredicate defn, but it may make sense to push that into org.fcrepo.kernel.impl.rdf.JcrRdfTools

primaryNodeTypeName, templatesLocation);
}
nodeTypesList.stream()
.map(x -> x.getName())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just NodeType::getName.

ajs6f added a commit that referenced this pull request Jun 4, 2015
Refactor guava functional classes into Java8 idiom
@ajs6f ajs6f merged commit 25f62f1 into fcrepo:master Jun 4, 2015
@acoburn acoburn deleted the fcrepo-1563 branch July 29, 2015 00: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