Skip to content
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

Get rid of circular dependencies between Spring beans #287

Closed
gorbunkov opened this issue Feb 8, 2022 · 0 comments · Fixed by #2785
Closed

Get rid of circular dependencies between Spring beans #287

gorbunkov opened this issue Feb 8, 2022 · 0 comments · Fixed by #2785
Assignees
Labels
breaking changes Fix brings breaking changes in code or behavior in: core size: L type: tech debt
Milestone

Comments

@gorbunkov
Copy link
Contributor

Since Spring Boot 2.6 circular references are prohibited by default, we had to enable them explicitly to prevent application failure (see the issue). We should resolve existing circular references in Jmix code and disable Spring circular references.

@gorbunkov gorbunkov added this to the 1.2.0 milestone Feb 14, 2022
@knstvk knstvk modified the milestones: 1.2.0, 1.3.0 Feb 22, 2022
@knstvk knstvk added this to Backlog in Release 1.3 via automation Mar 19, 2022
@knstvk knstvk added the size: M label Mar 19, 2022
@gorbunkov gorbunkov removed this from the 1.3.0 milestone Mar 21, 2022
@gorbunkov gorbunkov moved this from Backlog to Next in Release 1.3 Apr 18, 2022
@gorbunkov gorbunkov moved this from Next to Backlog in Release 1.3 May 31, 2022
@knstvk knstvk removed this from Backlog in Release 1.3 Jun 6, 2022
@knstvk knstvk added this to Backlog in Release 1.4 via automation Jun 6, 2022
@knstvk knstvk removed this from Backlog in Release 1.4 Oct 3, 2022
@knstvk knstvk added this to Backlog in Release 1.5 Oct 3, 2022
@gorbunkov gorbunkov added the candidate Possible candidate for future releases label Feb 6, 2023
@gorbunkov gorbunkov removed this from Backlog in Release 1.5 Feb 6, 2023
@Gavrilov-Ivan Gavrilov-Ivan self-assigned this Nov 17, 2023
@knstvk knstvk removed the candidate Possible candidate for future releases label Jan 9, 2024
@Gavrilov-Ivan Gavrilov-Ivan linked a pull request Jan 22, 2024 that will close this issue
@knstvk knstvk added the breaking changes Fix brings breaking changes in code or behavior label Feb 17, 2024
@gorbunkov gorbunkov added this to the 2.2.0 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes Fix brings breaking changes in code or behavior in: core size: L type: tech debt
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants