We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Add the ability to suppress mapping headers for inbound mapping.
Currently, the matchers are only used for outbound mapping; however, the default never match matchers need to be skipped for inbound mapping.
The text was updated successfully, but these errors were encountered:
spring-projectsGH-2321: Support Inbound Header Mapping Matchers
ecc3915
Resolves spring-projects#2321 **cherry-pick to 2.9.x, 2.8.x**
bcb9231
8b6fda2
GH-2321: Support Inbound Header Mapping Matchers
2fcb082
Resolves #2321 **cherry-pick to 2.9.x, 2.8.x**
ff22881
46c63e2
Resolves #2321 **cherry-pick to 2.9.x, 2.8.x** # Conflicts: # spring-kafka/src/main/java/org/springframework/kafka/support/AbstractKafkaHeaderMapper.java
Successfully merging a pull request may close this issue.
Add the ability to suppress mapping headers for inbound mapping.
Currently, the matchers are only used for outbound mapping; however, the default never match matchers need to be skipped for inbound mapping.
The text was updated successfully, but these errors were encountered: