Skip to content

DxaSpringInitialization force to use UpperCamelCase jackson namig strategy #128

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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