Skip to content

Grails 3.1.9

Compare
Choose a tag to compare
@graemerocher graemerocher released this 29 Jun 06:44
· 2906 commits to master since this release

Release Notes

Integration Test Port

Integration and functional tests now run on a random port instead of the same port as the application by default. This is to avoid port conflict problems when the application is already running. Integration tests that hard code the port will need to be altered to use the serverPort property of tests marked with @Integration