Skip to content

Commit

Permalink
Additional condition to protect Reactor 2.0 users
Browse files Browse the repository at this point in the history
(cherry picked from 80d55c4)
Closes spring-projectsgh-2255
  • Loading branch information
dsyer authored and philwebb committed Dec 30, 2014
1 parent fe83aed commit f4e12e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @author Dave Syer
*/
@Configuration
@ConditionalOnClass(EnableReactor.class)
@ConditionalOnClass({ EnableReactor.class, Environment.class })
@AutoConfigureAfter(WebMvcAutoConfiguration.class)
public class ReactorAutoConfiguration {

Expand Down

0 comments on commit f4e12e9

Please sign in to comment.