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

Pull request for ticket "RDF response for describe repository" #62

Merged
merged 4 commits into from May 17, 2013

Conversation

fasseg
Copy link
Contributor

@fasseg fasseg commented May 17, 2013

This branch implements the feature requested in the following ticket:

https://www.pivotaltracker.com/story/show/49864047

final Session session = getAuthenticatedSession();
logger.debug("Repository name: " + repo.getDescriptor(REP_NAME_DESC));
final Builder<String, Object> repoproperties = builder();
for (final String key : repo.getDescriptorKeys()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm going to add a commit to re-add this modeshape metadata. Some of it is sometimes interesting/useful.

@cbeer cbeer merged commit 4eb23f0 into master May 17, 2013
@fasseg
Copy link
Contributor Author

fasseg commented May 17, 2013

creating a new pull request after rebase on master

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