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
Gary Russell opened INT-2996 and commented
Adding a reference to MessageHistory.class in BeanFactoryTypeConverter introduced a (distant) package cycle between ...context and ...util.
MessageHistory.class
BeanFactoryTypeConverter
There is also a new Class cycle between TcpConnectionSupport and TcpConnectionEvent introduced by the TCP Connection eventing.
TcpConnectionSupport
TcpConnectionEvent
Affects: 3.0 M1
Issue Links:
The text was updated successfully, but these errors were encountered:
Gary Russell commented
PR: #788
Sorry, something went wrong.
Gunnar Hillert commented
Merged PR.
garyrussell
No branches or pull requests
Gary Russell opened INT-2996 and commented
Adding a reference to
MessageHistory.class
inBeanFactoryTypeConverter
introduced a (distant) package cycle between ...context and ...util.There is also a new Class cycle between
TcpConnectionSupport
andTcpConnectionEvent
introduced by the TCP Connection eventing.Affects: 3.0 M1
Issue Links:
The text was updated successfully, but these errors were encountered: