Skip to content

Fix dependency direction between repository.query and repository.query.parser [DATACMNS-1686] #2108

Open
@spring-projects-issues

Description

@spring-projects-issues

Oliver Drotbohm opened DATACMNS-1686 and commented

o.s.d.repository.query.parser.AbstractQueryCreator creates a dependency towards types in o.s.d.repository.query which causes all additional functionality referring to both tickets having to live in the parser package. There's no real reason for AQC to live in the parser package. For 3.0 we should:

  • move the class to o.s.d.repository.query
  • move functionality from PartTreeJpaQuery to the Parameters type hierarchy

No further details from DATACMNS-1686

Metadata

Metadata

Assignees

Labels

in: coreIssues in core supporttype: taskA general task

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions