Skip to content

DATACMNS-634 - Scan for repositories of superclasses. #110

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

Closed
wants to merge 1 commit into from
Closed

DATACMNS-634 - Scan for repositories of superclasses. #110

wants to merge 1 commit into from

Conversation

thomaseizinger
Copy link

I believe the referenced issue is wrongly tagged as an issue in SDR as the affected code belongs to the spring-data-commons repository. Previously, a repository defined for a supertype of a class could not be discovered. This pull request adds the functionality to retrieve the repository information of the repository assigned to the supertype.

odrotbohm pushed a commit that referenced this pull request Jan 20, 2015
…pes of a domain class.

In case the repository lookup for a given domain type fails we traverse the given types super-types and try to detect a repository for those.

Original pull request: #110.
odrotbohm added a commit that referenced this pull request Jan 20, 2015
Simplified type traversal in Repositories.getRepositoryFactoryInfoFor(…) and unit tests.

Original pull request: #110.
odrotbohm pushed a commit that referenced this pull request Jan 20, 2015
…pes of a domain class.

In case the repository lookup for a given domain type fails we traverse the given types super-types and try to detect a repository for those.

Original pull request: #110.
odrotbohm added a commit that referenced this pull request Jan 20, 2015
Simplified type traversal in Repositories.getRepositoryFactoryInfoFor(…) and unit tests.

Original pull request: #110.
odrotbohm pushed a commit that referenced this pull request Jan 20, 2015
…pes of a domain class.

In case the repository lookup for a given domain type fails we traverse the given types super-types and try to detect a repository for those.

Original pull request: #110.
odrotbohm added a commit that referenced this pull request Jan 20, 2015
Simplified type traversal in Repositories.getRepositoryFactoryInfoFor(…) and unit tests.

Original pull request: #110.
@odrotbohm odrotbohm changed the title DATAREST-321 - scan for repositories of superclasses. DATACMNS-634 - Scan for repositories of superclasses. Jan 20, 2015
@odrotbohm
Copy link
Member

Good catch. I've moved the ticket to Spring Data Commons and applied the PR with minor polishing.

@odrotbohm odrotbohm closed this Jan 20, 2015
@odrotbohm odrotbohm self-assigned this Jan 20, 2015
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
…wn-on-deregistration-error

* cleaner-shutdown-on-deregistration-error:
  Catch and log exceptions that occur when attempting to deregister a service during shutdown.
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.

2 participants