spring-projects / spring-projects/spring-data-rest
Sources for 1.1.0.M1 build are incorrect
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to debug spring data rest but the compiled version is not the same as the source version.
I am using maven to get spring-data-rest.
In the source version there is no method getPersistentEntity in the org.springframework.data.repository.support.Repositories class
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the dependency resolution with Maven and compare the compiled spring-data-rest 1.1.0.M1 artifact with its downloaded source. Inspect org.springframework.data.repository.support.Repositories, focusing on why getPersistentEntity is present in one artifact but absent from the other. Done means the published source and compiled versions correspond.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100