Skip to content

Fix Package Tangles #3656

@garyrussell

Description

@garyrussell

Screen Shot 2021-10-27 at 4 57 00 PM

Screen Shot 2021-10-27 at 4 57 34 PM

The first is easy to fix (move JavaUtils to ...support.util, then restore/deprecate the class in ...util).

The second is not so simple - moving the JsonNodeWrapperToJsonNodeConverter to ...support.json doesn't help; the issue is that @IntegrationConverter is in ...config and DefaultConfiguringBeanFactoryPostProcessor has references to ...json. Moving the converter and property accessor to ...config should solve it, but doesn't feel right.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions