Skip to content

DxaSpringInitialization force to use UpperCamelCase jackson namig strategy #128

@neeteshnarvaria

Description

@neeteshnarvaria

Hi,

I think framework should be flexible to allow developer to choose which naming strategy they would prefer to use, on spring boot application when we import DxaSpringInitialization class it force us to use UpperCamelCase strategy.

I saw there is reason to do UpperCamelCase strategy on object mapper
objectMapper.setPropertyNamingStrategy(new UpperCamelCaseStrategy());

but that strategy then applies globally.

instead of add strategy on bean initialization, i feel it would be better if we make @JsonNaming(PropertyNamingStrategy.UpperCamelCaseStrategy.class) annotation on specific class i.e. MvcModelData.

that would make framework more flexible and other application which is using dxa can choose jackson naming strategy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions