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
Artem Bilan opened INT-3713 and commented
The latest MVC changes has this new condition:
MappingDefinition<T> definition = this.methodLookup.get(newHandlerMethod.getMethod()); if (definition != null) { throw new IllegalStateException("Cannot map " + newHandlerMethod.getMethod() + "\nto " + mapping + ".\n It is already mapped to " + definition.getMapping()); }
See linked Spring Framework issue.
The usage common private static final Method HANDLE_REQUEST_METHOD for all Integration handleRequest isn't valid any more.
private static final Method HANDLE_REQUEST_METHOD
handleRequest
Reference URL: https://build.spring.io/browse/INT-MEIGHT-226
Issue Links:
Referenced from: pull request #1434
The text was updated successfully, but these errors were encountered:
artembilan
No branches or pull requests
Artem Bilan opened INT-3713 and commented
The latest MVC changes has this new condition:
See linked Spring Framework issue.
The usage common
private static final Method HANDLE_REQUEST_METHOD
for all IntegrationhandleRequest
isn't valid any more.Reference URL: https://build.spring.io/browse/INT-MEIGHT-226
Issue Links:
("depends on")
Referenced from: pull request #1434
The text was updated successfully, but these errors were encountered: