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

Added cluster configuration to describe request #51

Closed
wants to merge 4 commits into from
Closed

Added cluster configuration to describe request #51

wants to merge 4 commits into from

Conversation

vincentwin
Copy link
Contributor

@@ -75,6 +84,7 @@ public Response describeModeshape() throws IOException, RepositoryException {
}

@GET
@Timed
@Produces({TEXT_XML, APPLICATION_XML, APPLICATION_JSON})
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should try to bury this scary ISPN-specific logic in a service or something. ideally, I think, the http apis know only about fcrepo-* modules and the JCR API.

Copy link
Contributor

Choose a reason for hiding this comment

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

👍 to that, and I'll go as far as to say that ideally, fcrepo-http-* only knows about other fcrepo code, not even JCR code. But that's an ideal towards which to move, not a goal to be met. :)

@gregjan
Copy link
Contributor

gregjan commented Apr 26, 2013

I made slight adjustments to move dependencies on modeshape and infinispan APIs into the kernel. It has been merge and pushed to master.

@gregjan gregjan closed this Apr 26, 2013
dbernstein added a commit that referenced this pull request Nov 16, 2022
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

5 participants