• Oliver Gierke's avatar
    Make HypermediaAutoConfiguration more lenient. · d6718025
    Oliver Gierke authored
    HypermediaAutoConfiguration didn't consider an @EnableHypermediaSupport 
    annotation being present in the user configuration which could've caused 
    it to be evaluated twice.
    
    This is especially the case if both the auto-configuration for Spring 
    HATEOAS and Spring Data REST kick in as Spring Data REST actively declares
    @EnableHypermediaSupport. The double evaluation then causes injection
    ambiguities as we now get multiple beans of e.g. LinkDiscoverers deployed.
    d6718025
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...