Leonard Brünings
Leonard Brünings
See http://openjdk.java.net/jeps/213 > [...], using underscore ("_") as an identifier, which generates a warning as of Java SE 8, should be turned into an error in Java SE 9. It...
@jaredsburrows it does not appear when you use spock, you need to build spock with jdk8.
@Abrasha currently spock is using Java 6 source-level where it is still allowed, and even if we switch to Java 8 it will still be allowed. I'm fairly certain that...
Can you share MCVE to illustrate your use case a bit more.
And this works with prior Spring Boot versions? IIRC `@WebMvcTest([DummyController.class])` restricts loading of beans, so I'd assume that the `@EnableFeignClients` is not picked up and you need to explicitly add...
Honestly, not sure what the cause is, as Spock is not really involved in that part. It just instantiates Spring's `TestContextManager` with the Specification and calls it's lifecycle methods at...
@akefirad can you provide a working end2end case of what you are currently doing and then how you'd see it working with the new feature?
I can't think of a good way to add generic support for this into Spock. This is complicated by the fact that it has to be part of the AST...
If a fork into a new organizations is what is required to make jabba work again with newer Java versions, then please go ahead and do so. As naming is...
@patrick-mccourt I think that switching to discoapi #778 might be better than trying to fix auto discovery