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

Shutdown hook #476

Closed
wants to merge 3 commits into from
Closed

Shutdown hook #476

wants to merge 3 commits into from

Conversation

mikedurbin
Copy link
Contributor

This is almost exclusively Greg's work.

I tested it and reintroduced a unit test by adding more mocking.

I looked at ModeShape and the calls we're making to ModeShapeEngine appear to be the same that the JcrRepositoryFactory made.

I have pull requests for fcrepo-message-receiver, fcrepo-module-auth-rbacl and fcrepo-module-auth-xacml that simply change the spring configurations in the way that has been done in this project.

See PR #260 for earlier commentary or the ticket in pivotal.
https://www.pivotaltracker.com/story/show/66454096

* Retrieves the application context in which it is configured, for testing
* purposes only.
*
* @author Gregory Jansen
Copy link

Choose a reason for hiding this comment

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

Add @SInCE class annotation
...apparently that did not make it into our checkstyles.

gregjan and others added 3 commits September 19, 2014 09:03
Edits to repo.xml files reflect the new ModeShapeEngine and destroy hook on ModeShapeRepositoryFactoryBean
Retooled several ITs to create just a container context and get at beans via singleton pattern
Some ITs were starting two repositories (in two different application contexts)
@awoods
Copy link

awoods commented Sep 19, 2014

Resolved with: 4762faa

Addresses: https://www.pivotaltracker.com/story/show/66454096

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

4 participants