This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch 7.0.x-hibernate6 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit c6927087f39308fc916e0296ef72a060b86e096a Merge: 158f79b074 5eff7414af Author: Walter Duque de Estrada <[email protected]> AuthorDate: Wed Oct 15 16:16:20 2025 -0500 Merge branch '7.0.x' into 7.0.x-hibernate6 .github/workflows/codeql.yml | 6 +- .github/workflows/release.yml | 18 +- RENAME.md | 2 +- {grails-gradle => build-logic}/docs-core/README.md | 0 build-logic/docs-core/build.gradle | 122 +++++++++++++ .../src/main/groovy/grails/doc/DocEngine.groovy | 0 .../src/main/groovy/grails/doc/DocPublisher.groovy | 0 .../groovy/grails/doc/ant/DocPublisherTask.groovy | 0 .../grails/doc/asciidoc/AsciiDocEngine.groovy | 0 .../doc/dropdown/CreateReleaseDropDownTask.groovy | 0 .../groovy/grails/doc/dropdown/Snapshot.groovy | 0 .../grails/doc/dropdown/SoftwareVersion.groovy | 0 .../groovy/grails/doc/filters/HeaderFilter.groovy | 0 .../grails/doc/filters/LinkTestFilter.groovy | 0 .../groovy/grails/doc/filters/ListFilter.groovy | 0 .../groovy/grails/doc/git/FetchTagsTask.groovy | 0 .../grails/doc/gradle/PublishGuideTask.groovy | 0 .../grails/doc/internal/FileResourceChecker.groovy | 0 .../grails/doc/internal/StringEscapeCategory.java | 0 .../grails/doc/internal/UserGuideNode.groovy | 0 .../grails/doc/internal/YamlTocStrategy.groovy | 0 .../grails/doc/macros/GspTagSourceMacro.groovy | 0 .../groovy/grails/doc/macros/HiddenMacro.groovy | 0 .../gradle/tasks/bom/CoordinateHolder.groovy | 0 .../tasks/bom/CoordinateVersionHolder.groovy | 0 .../tasks/bom/ExtractDependenciesTask.groovy | 0 .../tasks/bom/ExtractedDependencyConstraint.groovy | 0 .../gradle/tasks/bom/PropertyNameCalculator.groovy | 0 .../src/main/resources/grails/doc/doc.properties | 0 .../main/resources/radeox_messages_en.properties | 0 .../docs-core/src/main/template/css/custom-pdf.css | 0 .../docs-core/src/main/template/css/custom.css | 0 .../docs-core/src/main/template/css/main.css | 0 .../docs-core/src/main/template/css/menu.css | 0 .../docs-core/src/main/template/css/pdf.css | 0 .../docs-core/src/main/template/css/ref.css | 0 .../docs-core/src/main/template/css/skin.css | 0 .../docs-core/src/main/template/css/tools.css | 0 .../src/main/template/fonts/FontAwesome.otf | Bin .../main/template/fonts/fontawesome-webfont.eot | Bin .../main/template/fonts/fontawesome-webfont.svg | 0 .../main/template/fonts/fontawesome-webfont.ttf | Bin .../main/template/fonts/fontawesome-webfont.woff | Bin .../src/main/template/img/default/bullet.gif | Bin .../template/img/default/linear-gradient-green.png | Bin .../main/template/img/default/linear-gradient.png | Bin .../template/img/default/separator-horizontal.gif | Bin .../main/template/img/default/separator-menu.png | Bin .../template/img/default/separator-vertical.gif | Bin .../docs-core/src/main/template/img/favicon.ico | Bin .../template/img/grails-cupsonly-logo-white.svg | 0 .../src/main/template/img/grails-icon.png | Bin .../docs-core/src/main/template/img/grails.png | Bin .../docs-core/src/main/template/img/grails.svg | 0 .../docs-core/src/main/template/img/groovy.png | Bin .../docs-core/src/main/template/img/note.gif | Bin .../docs-core/src/main/template/img/warning.gif | Bin .../docs-core/src/main/template/js/docs.js | 0 .../docs-core/src/main/template/log4j.properties | 0 .../src/main/template/style/guideItem.html | 21 +++ .../docs-core/src/main/template/style/index.html | 0 .../docs-core/src/main/template/style/layout.html | 21 +++ .../docs-core/src/main/template/style/menu.html | 51 ++++++ .../src/main/template/style/referenceItem.html | 21 +++ .../docs-core/src/main/template/style/section.html | 0 .../grails/doc/dropdown/SoftwareVersionSpec.groovy | 0 .../doc/internal/StringEscapeCategoryTests.groovy | 0 .../grails/doc/internal/YamlTocStrategySpec.groovy | 0 .../grails/doc/macros/GspTagSourceMacroTest.groovy | 0 build-logic/{ => plugins}/build.gradle | 40 +--- .../org/apache/grails/buildsrc/GradleUtils.groovy | 4 - .../apache/grails/buildsrc/PublishPlugin.groovy | 8 +- .../org/apache/grails/buildsrc/SbomPlugin.groovy | 188 +++++++++++-------- build-logic/settings.gradle | 40 +++- dependencies.gradle | 4 +- etc/bin/rename_gradle_artifacts.sh | 2 - etc/bin/verify-reproducible.sh | 2 +- gradle/rat-root-config.gradle | 4 +- grails-bom/build.gradle | 1 - grails-data-graphql/build.gradle | 1 - .../mongo/engine/MongoCodecEntityPersister.groovy | 19 ++ .../engine/codecs/PersistentEntityCodec.groovy | 7 - .../BeforeUpdatePropertyPersistenceSpec.groovy | 201 +++++++++++++++++++++ .../src/en/guide/upgrading/upgrading60x.adoc | 2 +- grails-forge/gradle.properties | 2 +- grails-forge/settings.gradle | 6 +- grails-gradle/docs-core/build.gradle | 96 ---------- .../docs-core/src/main/template/style/menu.html | 30 --- grails-gradle/gradle/publish-root-config.gradle | 1 - grails-gradle/settings.gradle | 8 +- settings.gradle | 5 +- 91 files changed, 653 insertions(+), 280 deletions(-)
