spring-projects / spring-projects/spring-data-rest

Sources for 1.1.0.M1 build are incorrect

Open
#99 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: waiting-for-triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.