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

Extensibility points #82

Closed
wants to merge 2 commits into from

Conversation

dquintela
Copy link

In our project we already have a custom spring data repository, so we cannot use the proposed integration directly. We need to create a composite JpaRepositoryFactoryBean to merge our custom repository with spring-data-envers's one, and some little extension points were needed.

This was made against branch 1.1.x.

Best regards
Diogo

@pivotal-issuemaster
Copy link

@dquintela Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@dquintela Thank you for signing the Contributor License Agreement!

@dquintela dquintela mentioned this pull request May 9, 2017
@schauder
Copy link
Contributor

schauder commented Oct 6, 2017

I can understand why you want the Factory to be public.

But what is the intent behind in making DefaultRevisionEntityInformation public?
Same question for protected Class<?> revisionEntityClass;

@schauder
Copy link
Contributor

Closing for lack of feedback.

@schauder schauder closed this Oct 29, 2018
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.

3 participants