fcrepo-exts / fcrepo-camel-toolbox

A collection of ready-to-use messaging applications with fcrepo-camel
Apache License 2.0
13 stars 26 forks source link

Allow use of LDPath functions. #141

Closed peichman-umd closed 6 years ago

peichman-umd commented 6 years ago

Ticket: https://github.com/fcrepo4-exts/fcrepo-camel-toolbox/issues/140

What does this Pull Request do?

Allow use of LDPath functions with the fcrepo-ldapth route.

What's new?

Added 2-arg constructor to LDPathWrapper that takes a set of functions to register. The functions to register should be configured in the blueprint.xml.

How should this be tested?

Run mvn clean verify on the fcrepo-ldpath project.

Interested parties

@bseeger, @dannylamb

peichman-umd commented 6 years ago

@dbernstein I updated the Javadoc, but I can see about combining the two test classes into one.