Skip to content

Relaxed binding cannot cope with camelcase properties #2304

@philwebb

Description

@philwebb

Give a class like this:

@ConfigurationProperties(prefix = "test")
public static class PropertyWithEnum {

    private FooEnum theValue;

    // ...
}

It should be possible to use the environment variable TEST_THE_VALUE but this doesn't currently work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions