jamesfredley commented on PR #15768: URL: https://github.com/apache/grails-core/pull/15768#issuecomment-4811453668
Pushed follow-up commit 92b2c98fa8. This keeps the H7 SQL helper API aligned with the historical Hibernate 5/GORM names: `findWithSql` and `findAllWithSql`. The H7 docs now describe those names directly and no longer advertise the unreleased `findWithNativeSql` / `findAllWithNativeSql` names or mark the historical names as deprecated. Verified with JDK 21: - `./gradlew :grails-data-hibernate7-core:test --tests grails.gorm.tests.SqlQuerySpec --tests org.grails.orm.hibernate.HibernateGormStaticApiSpec -x :grails-test-report:markdownAggregateTestReport` - `./gradlew :grails-data-hibernate7-docs:docs` - rendered H7 manual page shows `SQL Queries` with `findWithSql` / `findAllWithSql` only. -- 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]
