This issue impacts Wavefront and can be reproduce with:

public class FooPostProcessor implements EnvironmentPostProcessor {
    @Override
    public void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application) {
        environment.getProperty("foo.uri", URI.class);
    }
}