-
Notifications
You must be signed in to change notification settings - Fork 683
Resolve package cycle between repository.config
and repository.aot
#2708
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
Labels
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Nov 2, 2022
Remove duplicate license headers. Avoid fully-qualified type usage where possible. See #2708
mp911de
added a commit
that referenced
this issue
Nov 2, 2022
ReactiveWrappers is not tied to repositories so it does not need to reside in the repository.util package. This utility is now located in the data.util package for a better module design and to prevent package cycles. See #2708
christophstrobl
added a commit
to spring-projects/spring-data-mongodb
that referenced
this issue
Nov 2, 2022
Update imports of moved AOT processing types and update reactive wrapper coordinates to new location. Closes: #4224 See: spring-projects/spring-data-commons#2708
christophstrobl
added a commit
to spring-projects/spring-data-neo4j
that referenced
this issue
Nov 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Both packages reference each other and we need to resolve this cycle. It requires likely updates to the configuration interfaces and an improved evaluation of the AOT processor class to avoid references in method signatures.
Follow-up to #2707
The text was updated successfully, but these errors were encountered: