You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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