-
## Description
Liquibase currently uses an older version of spock, groovy and junit. They all interact with each other and may need to be upgraded together. Extensions also consume our test objects…
-
Convert all groovy tests to ScalaTest, then remove everything related to groovy:
- dependencies (spock, ...)
- compile steps, if applicable
- code formatting (spotlessGroovy)
- ...
-
### Describe the bug
Unexpectedly, a Stub turns into a Spy when creating it for a class with a final method.
### To Reproduce
Try to create a Stub for `org.springframework.security.oauth2.server.re…
-
Currently annotated with `@PendingFeature` or `@Ignore` to skip
Commit: https://github.com/grails/grails-functional-tests/pull/239/commits/330370a8b62c0baa211ef209f6b74873b92b78b2
4 are now pass…
-
```
Describe the enhancement you have in mind.
Would it be possible to implement Specification as a Groovy trait instead of an
abstract class? (The abstract class could be part of a separate releas…
-
[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#groovy-3)
The default version of Groovy has been upgraded to 3.x. If you are using Groovy and also us…
-
### Describe the bug
**Version:** 2.4-M1-groovy-4.0
I have a test case where I need to get content form a map and assert its value. I first tried it with a switch expression and build a example I …
-
**Describe the bug**
The feature from #2520 seems to be incompatible with using the `StringAssert`from assertj-core in a Groovy and Spock setup.
The `then` block in a spock test feature wraps any…
-
It seems there is another Groovy compiler or incremental bug that we should investigate. It seems this one is triggered just for `.groovy` files and interestingly it fails for a class inside a trait.
…
-
```
Describe the enhancement you have in mind.
Would it be possible to implement Specification as a Groovy trait instead of an
abstract class? (The abstract class could be part of a separate releas…