• Dave Syer's avatar
    Ensure CLI adds @EnableAutoConfiguration in an appropriate place · 06499869
    Dave Syer authored
    Up to now we have been treating the *first* class to be compiled
    as the "main" application and adding @EnableAutoConfiguration. This
    isn't always appropriate (e.g. if it's a test case), so now we
    look for an appropriate annotation before falling back to the old
    behaviour.
    
    In addition ensures classes with a field of type Reactor trigger
    the reactor auto imports.
    
    See gh-969
    06499869
Name
Last commit
Last update
..
book.groovy Loading commit data...
book_and_tests.groovy Loading commit data...
empty.groovy Loading commit data...
failures.groovy Loading commit data...
integration.groovy Loading commit data...
integration_auto.groovy Loading commit data...
integration_auto_test.groovy Loading commit data...
reactor.groovy Loading commit data...
spock.groovy Loading commit data...
test.groovy Loading commit data...