micronaut-projects / micronaut-starter

Generates Micronaut applications
Apache License 2.0
208 stars 93 forks source link

Micronaut Servlet necessary for Spock plus google-cloud-function features #408

Open sdelamo opened 4 years ago

sdelamo commented 4 years ago

Test CreateGoogleCloudFunctionSpec fails for combination:

App type Language Build Tool Test Framework
default app java gradle spock
default app kotlin gradle spock
default app groovy gradle spock

without io.micronaut.servlet:micronaut-servlet-core at testImplementation scope.

We seemed to have experience the same issue in the azure module:

https://github.com/micronaut-projects/micronaut-azure/pull/29

graemerocher commented 4 years ago

This is really a bug in the Groovy compiler, there is no reason why this should fail to compile. However what can we do 🤷‍♂️

alvarosanchez commented 3 years ago

Can this be closed?