docbee-fschrader opened a new issue, #15276: URL: https://github.com/apache/grails-core/issues/15276
### Expected Behavior It should be possible to save a domain that has fields that are invalid based on grails validation by setting validate:false ### Actual Behaviour The validation is triggered on flush and the domain isn't persisted ### Steps To Reproduce I created an example project (based on the demo project generated on the grails website) with an integration test to demonstrate the issue. To run the test, create a postgresql database `testDb` for user `test` with password `test`. ### Environment Information - Grails 7.0.4 - Java 17.0.15 - PostgreSQL 17 ### Example Application https://github.com/docbee-fschrader/grails-7-validation-bug ### Version 7.0.4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
