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

INT-4573: Fix logic in the OperationInvokingMH #2763

Merged
merged 1 commit into from
Feb 25, 2019

Conversation

artembilan
Copy link
Member

JIRA: https://jira.spring.io/browse/INT-4573

  • Fix check order for headers first in the resolveObjectName() and
    resolveOperationName().
    Then fallback to defaults configured on the OperationInvokingMessageHandler
  • Remove also a deprecated API in the OperationInvokingMessageHandler
  • Remove requirements for object-name and operation-name XML
    attributes since those options can be provided in the request message
    headers
  • Fix OperationInvokingChannelAdapterParserTests for proper headers
    resolution
  • Mention JmxHeaders.OBJECT_NAME and JmxHeaders.OPERATION_NAME
    headers in the jmx.adoc

JIRA: https://jira.spring.io/browse/INT-4573

* Fix check order for headers first in the `resolveObjectName()` and
`resolveOperationName()`.
Then fallback to defaults configured on the `OperationInvokingMessageHandler`
* Remove also a deprecated API in the `OperationInvokingMessageHandler`
* Remove requirements for `object-name` and `operation-name` XML
attributes since those options can be provided in the request message
headers
* Fix `OperationInvokingChannelAdapterParserTests` for proper headers
resolution
* Mention `JmxHeaders.OBJECT_NAME` and `JmxHeaders.OPERATION_NAME`
headers in the `jmx.adoc`
@garyrussell garyrussell merged commit 4f34d92 into spring-projects:master Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants