I am trying to run a simple JUnit test using Spring and Java 8 JDK:
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = {\"classpath:ap
You need aspectJ 1.8 to get Java 8 support.
aspectJ