Skip to content

2.7.0-SNAPSHOT breaks @Value placeholder replacement #1770

@stacysimpson

Description

@stacysimpson

I was trying to verify the fix for #1767 ; however, I'm seeing problems with @value placeholder replacement using the HEAD of the 'master' branch.

I build and published a 2.7.0-SNAPSHOT release to my local maven repo using the following command:
./gradlew clean build publishToMavenLocal

I've thoroughly reviewed #1621 and tried manipulating the order of our configuration bean; however, it doesn't seem to help.

@Configuration @EnableConfigurationProperties @ConfigurationProperties("premiseServer") @Slf4j public class ServletContainerConfiguration implements EmbeddedServletContainerCustomizer { ... @Value("${server.port}") int port; ... } 

Of course, going back to 2.6.1 works fine. Not sure where to go from here.

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