This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch merge-hibernate6
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from f263f257c0 Merge branch '7.0.x' into merge-hibernate6
new c089475439 Multiple Datasources
new 82c218587a Cleaned up test
new 803c2ffa74 MultipleDataSource test fix
new 463b75634d HQLQuery NPE
add 62baad1440 Update groovy_pmc.txt
add a7320753f8 Revise upgrading guide for Grails 7: grails-i18n plugin
add 9324c5031e Merge pull request #15060 from
apache/grails-i18n-plugin-change
add 04a07c43c2 Issue-14172 Out Of Date Instructions For Creating A Plugin
add 99149f1f41 Merge pull request #15062 from
dauer/issue-14172-docs-creating-a-plugin
add 351f265037 Add upgrade notes for hibernate.cache.region.factory_class
add b5a3246507 Update Hibernate cache region factory_class documentation
add f924ff0c59 Update code block formatting in upgrade guide
add 0d866f18b5 Merge pull request #15063 from
apache/factory-class-documentation
add d55f64f47c chore: update verification scripts to check KEYS files from
svn vs checked in
add dfaff21967 chore: adjust verification script to not error when no
differences remain
add c156692dc8 fix: ensure source/resources directories are defined in a
deterministic order
add 6661ec9f16 feedback: inline sorts
add 746b77258a Merge pull request #15055 from jdaugherty/7.0.x
add fca7eabe97 Remove additivity attribute from StackTrace logger
add 126e6fdc15 Merge pull request #15066 from apache/stacktrace-additivity
add 508bfa1a27 chore: add scripts to help automate post-vote processes
add d2ce520daa chore: back to 0.0.1 now that grails publish is published
add 914353cb9c [skip ci] Release v7.0.0-RC2
add ed75024e68 chore: back to 7.0.0-SNAPSHOT
add d7a1e00cd9 Merge pull request #15068 from apache/merge-7.0.0-RC2
add af4e7e208d chore: grant access to actions in case there are pending
changes
add ef2df8af97 chore: remove punctuation that could cause an incorrect url
new db98b35df3 Merge branch '7.0.x' into merge-hibernate6
new 03e92562a5 update spec
new aab64f231c Fixed sorting on Composite Key
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 7 +
.github/scripts/releaseDistributions.sh | 83 ++++++++++++
.github/scripts/releaseJarFiles.sh | 141 +++++++++++++++++++++
.github/vote_templates/announce.txt | 2 +-
.github/vote_templates/groovy_pmc.txt | 3 +-
.github/vote_templates/staged.txt | 7 +-
.github/workflows/release.yml | 109 ++++++++++++----
dependencies.gradle | 2 +-
etc/bin/{reset-verify.sh => verify-keys.sh} | 42 +++---
etc/bin/verify-reproducible.sh | 2 +
etc/bin/verify.sh | 4 +
.../orm/hibernate/HibernateGormStaticApi.groovy | 55 +++-----
.../hibernate/query/GrailsHibernateQueryUtils.java | 50 +++++++-
.../orm/hibernate/query/HibernateHqlQuery.java | 2 +-
.../specs/UniqueWithMultipleDataSourcesSpec.groovy | 42 ++++--
.../MultipleDataSourcesWithEventsSpec.groovy | 30 +++--
.../connections/PartitionedMultiTenancySpec.groovy | 59 ++++++---
.../data/testing/tck/tests/FindByMethodSpec.groovy | 24 +---
grails-doc/src/en/guide/commandLine.adoc | 2 +-
.../plugins/addingDynamicMethodsAtRuntime.adoc | 2 +-
.../guide/plugins/addingMethodsAtCompileTime.adoc | 2 +-
.../plugins/creatingAndInstallingPlugins.adoc | 16 +--
.../plugins/hookingIntoRuntimeConfiguration.adoc | 4 +-
.../en/guide/plugins/providingBasicArtefacts.adoc | 4 +-
.../src/en/guide/upgrading/upgrading60x.adoc | 72 +++++++++--
.../feature/logging/template/logback.rocker.raw | 2 +-
.../gradle/plugin/core/GrailsGradlePlugin.groovy | 12 +-
.../plugin/core/GrailsPluginGradlePlugin.groovy | 1 +
.../skeleton/grails-app/conf/logback-spring.xml | 2 +-
.../grails-app/conf/logback-spring.xml | 2 +-
.../grails-app/conf/logback-spring.xml | 2 +-
.../geb/grails-app/conf/logback-spring.xml | 2 +-
32 files changed, 592 insertions(+), 197 deletions(-)
create mode 100755 .github/scripts/releaseDistributions.sh
create mode 100755 .github/scripts/releaseJarFiles.sh
copy etc/bin/{reset-verify.sh => verify-keys.sh} (56%)