Skip to content

Conversation

artembilan
Copy link
Member

Fixes #3656

  • Move JavaUtils from util package to the root one to break any possible
    tangling to/from other packages.
  • Deprecate an existing JavaUtils for backward compatibility
  • Remove @IntegrationConverter from the JsonNodeWrapperToJsonNodeConverter
    and register it manually in the ConverterRegistrar.
    The bean registration for the JsonNodeWrapperToJsonNodeConverter must be removed
    in the next 6.0
  • Remove usage of IntegrationContextUtils from the support package

Fixes spring-projects#3656

* Move `JavaUtils` from `util` package to the root one to break any possible
tangling to/from other packages.
* Deprecate an existing `JavaUtils` for backward compatibility
* Remove `@IntegrationConverter` from the `JsonNodeWrapperToJsonNodeConverter`
and register it manually in the `ConverterRegistrar`.
The bean registration for the `JsonNodeWrapperToJsonNodeConverter` must be removed
in the next `6.0`
* Remove usage of `IntegrationContextUtils` from the `support` package
@garyrussell garyrussell merged commit fc7d338 into spring-projects:main Nov 1, 2021
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.

Fix Package Tangles

2 participants