spring-boot/spring-boot-autoconfigure
Oliver Gierke 30bef1e95e Add @ConditionalOnJava
Added a new @ConditionalOnJava annotation that allows to conditionally
enable configuration based on the Java version that is running. 

The annotation currently supports two modes of restricting Java versions:
the default mode checks for a Java version equal or better than the
requested one. Beyond that it can be configured to only match if Java
version is older than the configured one.
2014-06-06 12:38:51 +01:00
..
src Add @ConditionalOnJava 2014-06-06 12:38:51 +01:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Add support for Elasticsearch 2014-06-01 12:54:42 +01:00