This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from dd23b23ee8 Merge pull request #15004 from 
apache/remove-embedded-mongodb-feature
     add 916b9595f6 Update documentation and links to new GitHub and docs URLs
     add b0fc21f0ab Update FormFieldsTagLib.groovy
     new 285b4d5e2d Merge pull request #15003 from apache/more-url-cleanup-2

The 1 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:
 CONTRIBUTING.md                                    |  8 ++++----
 .../src/main/resources/index.html                  |  8 ++++----
 .../src/main/docs/gettingStarted.adoc              | 20 ++++++++----------
 .../guide-developer/src/main/docs/stepByStep.adoc  |  4 ++--
 .../src/main/docs/gettingStarted/CRUD.adoc         |  2 +-
 .../guide-rx/src/main/docs/introduction.adoc       |  2 +-
 .../src/main/docs/querying/dynamicFinders.adoc     |  2 +-
 .../guide-rx/src/main/docs/querying/index.adoc     |  8 ++++----
 .../src/main/docs/querying/whereQueries.adoc       |  2 +-
 .../guide-whats-new/src/main/docs/index.adoc       |  2 +-
 .../guide/customizations/responseHandlers.adoc     |  4 ++--
 .../docs/src/main/docs/guide/gettingStarted.adoc   |  6 +++---
 .../grails/test/app/TagIntegrationSpec.groovy      |  2 +-
 grails-data-graphql/gradle.properties              |  2 +-
 .../graphql/plugin/GormGraphqlGrailsPlugin.groovy  |  6 +++---
 grails-data-hibernate5/README.md                   | 12 +++++------
 .../CascadeToBidirectionalAsssociationSpec.groovy  |  2 +-
 .../CompositeIdWithManyToOneAndSequenceSpec.groovy |  2 +-
 .../gorm/tests/CountByWithEmbeddedSpec.groovy      |  2 +-
 .../grails/gorm/tests/DeleteAllWhereSpec.groovy    |  2 +-
 .../DetachedCriteriaProjectionAliasSpec.groovy     |  4 ++--
 .../tests/DetachedCriteriaProjectionSpec.groovy    |  2 +-
 .../tests/MultiColumnUniqueConstraintSpec.groovy   |  2 +-
 .../grails/gorm/tests/NullableAndLengthSpec.groovy |  2 +-
 .../SaveWithExistingValidationErrorSpec.groovy     |  2 +-
 .../groovy/grails/gorm/tests/SchemaNameSpec.groovy |  2 +-
 .../grails/gorm/tests/SizeConstraintSpec.groovy    |  2 +-
 .../SubclassMultipleListCollectionSpec.groovy      |  2 +-
 .../tests/UniqueWithMultipleDataSourcesSpec.groovy |  2 +-
 .../tests/WhereQueryWithAssociationSortSpec.groovy |  2 +-
 ...WithNewSessionAndExistingTransactionSpec.groovy |  4 ++--
 .../tests/compositeid/CompositeIdCriteria.groovy   |  4 ++--
 .../CompositeIdWithDeepOneToManyMappingSpec.groovy |  2 +-
 .../GlobalConstraintWithCompositeIdSpec.groovy     |  4 ++--
 .../HibernateDirtyCheckingSpec.groovy              |  2 +-
 .../tests/dirtychecking/PropertyFieldSpec.groovy   |  2 +-
 .../tests/hasmany/HasManyWithInQuerySpec.groovy    |  2 +-
 .../hasmany/TwoUnidirectionalHasManySpec.groovy    |  4 ++--
 .../TablePerConcreteClassAndDateCreatedSpec.groovy |  2 +-
 .../TablePerConcreteClassImportedSpec.groovy       |  2 +-
 .../tests/mappedby/MultipleOneToOneSpec.groovy     |  2 +-
 .../MultiTenancyBidirectionalManyToManySpec.groovy |  2 +-
 .../MultiTenancyUnidirectionalOneToManySpec.groovy |  2 +-
 .../gorm/tests/services/DataServiceSpec.groovy     |  2 +-
 .../gorm/tests/traits/InterfacePropertySpec.groovy |  2 +-
 .../gorm/tests/txs/CustomIsolationLevelSpec.groovy |  2 +-
 .../tests/txs/TransactionPropagationSpec.groovy    |  2 +-
 .../grails/gorm/tests/uuid/UuidInsertSpec.groovy   |  2 +-
 .../tests/validation/CascadeValidationSpec.groovy  |  2 +-
 .../tests/validation/DeepValidationSpec.groovy     |  2 +-
 .../EmbeddedWithValidationExceptionSpec.groovy     |  2 +-
 .../validation/SaveWithInvalidEntitySpec.groovy    |  4 ++--
 .../validation/UniqueFalseConstraintSpec.groovy    |  2 +-
 .../tests/validation/UniqueInheritanceSpec.groovy  |  2 +-
 .../tests/validation/UniqueWithHasOneSpec.groovy   |  2 +-
 .../tests/validation/UniqueWithinGroupSpec.groovy  |  2 +-
 .../orm/hibernate/DefaultConstraintsSpec.groovy    |  2 +-
 .../MultipleDataSourcesWithEventsSpec.groovy       |  2 +-
 .../DatabaseMigrationGrailsPlugin.groovy           |  4 ++--
 .../docs/src/docs/asciidoc/introduction.adoc       |  2 +-
 .../docs/asciidoc/introduction/releaseHistory.adoc |  2 +-
 .../docs/src/docs/asciidoc/learningMore.adoc       |  2 +-
 .../asciidoc/multiTenancy/databasePerTenant.adoc   |  2 +-
 .../plugin/hibernate/HibernateGrailsPlugin.groovy  |  6 +++---
 grails-data-mongodb/README.md                      | 15 +++++---------
 .../CircularBidirectionalOneToManySpec.groovy      |  2 +-
 .../gorm/mongo/CircularOneToManySpec.groovy        |  2 +-
 .../datastore/gorm/mongo/CustomIdProxySpec.groovy  |  2 +-
 .../datastore/gorm/mongo/EmbeddedMapSpec.groovy    |  2 +-
 .../datastore/gorm/mongo/EmbeddedUnsetSpec.groovy  |  2 +-
 .../mongo/EventsWithAbstractInheritanceSpec.groovy |  2 +-
 .../datastore/gorm/mongo/InListQuerySpec.groovy    |  2 +-
 .../datastore/gorm/mongo/SetRetrievalSpec.groovy   |  2 +-
 .../datastore/gorm/mongo/WriteConcernSpec.groovy   |  2 +-
 .../mongo/java/MongoResultListJavaForEachTest.java |  2 +-
 .../docs/asciidoc/introduction/compatibility.adoc  |  2 +-
 .../src/docs/asciidoc/querying/queryingBasics.adoc |  2 +-
 .../plugins/mongodb/MongodbGrailsPlugin.groovy     |  8 ++++----
 grails-data-neo4j/README.md                        |  2 +-
 grails-data-neo4j/build.gradle                     |  6 +++---
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails/gorm/tests/LabelStrategySpec.groovy     |  2 +-
 .../grails/gorm/tests/OneToManyUpdateSpec.groovy   |  4 ++--
 .../grails/gorm/tests/OrphanDeleteSpec.groovy      |  2 +-
 .../groovy/grails/gorm/tests/SchemalessSpec.groovy |  2 +-
 .../groovy/grails/gorm/tests/TransientsSpec.groovy |  2 +-
 .../grails/gorm/tests/UniqueConstraintSpec.groovy  |  2 +-
 .../datastore/gorm/neo4j/Neo4jGrailsPlugin.groovy  |  6 +++---
 .../grails/gorm/services/ServiceImplSpec.groovy    |  2 +-
 .../grails/gorm/tests/CircularCascadeSpec.groovy   |  4 ++--
 .../DetachedCriteriaAssociationQuerySpec.groovy    |  2 +-
 .../grails/gorm/tests/SingleResultSpec.groovy      |  2 +-
 .../grails/gorm/tests/WhereMethodSpec.groovy       |  2 +-
 ...hNoEntityAndGlobalNullableConstraintSpec.groovy |  2 +-
 .../datastore/gorm/FindByDomainInListSpec.groovy   |  2 +-
 .../datastore/gorm/GormDirtyCheckingSpec.groovy    |  2 +-
 .../gorm/InOperatorWithAssociationsSpec.groovy     |  2 +-
 .../grails/datastore/gorm/MappedByNoneSpec.groovy  |  2 +-
 .../transactions/TransactionalTransformSpec.groovy |  6 +++---
 .../checking/DirtyCheckTransformationSpec.groovy   | 10 ++++-----
 .../gorm/validation/constraints/UrlConstraint.java |  2 +-
 .../PersistentEntityValidatorSpec.groovy           | 14 ++++++-------
 .../cascade/NoDuplicateCascadeSpec.groovy          |  2 +-
 .../dirty/checking/DirtyCheckableSpec.groovy       |  2 +-
 grails-doc/src/en/guide/cache/cacheUsage.adoc      |  2 +-
 .../plugins/artefactApi/queryingArtefacts.adoc     |  2 +-
 grails-doc/src/en/guide/profiles.adoc              |  2 +-
 grails-doc/src/en/ref/Tags - Fields/display.adoc   |  2 +-
 grails-doc/src/en/ref/Tags - Fields/table.adoc     |  2 +-
 .../plugin/formfields/FormFieldsTagLib.groovy      |  4 ++--
 .../formfields/AssociationTypeTemplatesSpec.groovy |  2 +-
 .../formfields/CommandPropertyAccessorSpec.groovy  |  4 ++--
 .../DefaultInputRenderingPersistentSpec.groovy     | 14 ++++++-------
 .../formfields/DefaultInputRenderingSpec.groovy    | 14 ++++++-------
 .../plugin/formfields/DerivedPropertySpec.groovy   |  2 +-
 .../DomainClassPropertyAccessorSpec.groovy         | 10 ++++-----
 .../FormFieldsTemplateServiceSpec.groovy           | 24 +++++++++++-----------
 .../formfields/TemplateLookupCachingSpec.groovy    |  2 +-
 .../plugin/formfields/TransientPropertySpec.groovy |  2 +-
 .../plugin/formfields/taglib/AllTagSpec.groovy     |  6 +++---
 ...ributesOfWithAndAllTagsArePropagatedSpec.groovy |  2 +-
 .../plugin/formfields/taglib/DisplayTagSpec.groovy | 10 ++++-----
 .../taglib/EmbeddedPropertiesSpec.groovy           |  2 +-
 .../formfields/taglib/ExtraAttributesSpec.groovy   |  6 +++---
 .../formfields/taglib/FieldNamePrefixSpec.groovy   |  2 +-
 .../formfields/taglib/FieldTagWithBodySpec.groovy  |  6 +++---
 .../taglib/FieldTagWithoutBeanSpec.groovy          |  2 +-
 .../plugin/formfields/taglib/TableSpec.groovy      | 20 +++++++++---------
 .../formfields/taglib/TemplateModelSpec.groovy     | 18 ++++++++--------
 .../plugin/formfields/taglib/WithTagSpec.groovy    |  2 +-
 .../grails/forge/feature/database/MongoGorm.java   |  2 +-
 .../forge/feature/grails/GrailsWebConsole.java     |  2 +-
 .../org/grails/forge/feature/view/Scaffolding.java |  4 ++--
 .../forge/template/api/grailsForgeApi.rocker.raw   |  2 +-
 grails-geb/README.md                               |  2 +-
 .../src/main/resources/grails/doc/doc.properties   |  6 +++---
 grails-gsp/core/README.md                          |  4 ++--
 .../gsp/GroovyPagesTemplateEngineTests.groovy      |  2 +-
 .../gsp/jsp/GroovyPageWithJSPTagsTests.groovy      |  6 +++---
 .../org/grails/web/taglib/FormatTagLibTests.groovy |  2 +-
 grails-gsp/spring-boot/README.md                   |  2 +-
 [email protected] |  2 +-
 grails-profiles/plugin/templates/Plugin.groovy     |  2 +-
 [email protected] |  2 +-
 .../rest/render/DefaultRendererRegistrySpec.groovy | 12 +++++------
 .../scaffolding/ScaffoldingGrailsPlugin.groovy     |  2 +-
 .../app1/grails-app/views/layouts/main.gsp         |  2 +-
 .../app2/grails-app/views/layouts/main.gsp         |  2 +-
 .../app3/grails-app/views/layouts/main.gsp         |  2 +-
 .../groovy/com/demo/MaxCapacityCacheSpec.groovy    |  2 +-
 .../groovy/example/ServiceInjectionSpec.groovy     |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../hyphenated/grails-app/views/layouts/main.gsp   |  2 +-
 .../mongodb/base/grails-app/views/layouts/main.gsp |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../hibernate5/grails-app/views/layouts/main.gsp   |  2 +-
 .../namespaces/grails-app/views/layouts/main.gsp   |  2 +-
 .../issue11005/Issue11005GrailsPlugin.groovy       |  2 +-
 .../loadfirst/grails-app/views/layouts/main.gsp    |  2 +-
 .../groovy/loadfirst/LoadfirstGrailsPlugin.groovy  |  2 +-
 .../loadsecond/grails-app/views/layouts/main.gsp   |  2 +-
 .../loadsecond/LoadsecondGrailsPlugin.groovy       |  2 +-
 ...esViewsFunctionalTestsPluginGrailsPlugin.groovy |  2 +-
 .../grails-app/views/layouts/main.gsp              |  2 +-
 .../groovy/functional/tests/BulletinSpec.groovy    |  2 +-
 .../groovy/functional/tests/EmbeddedSpec.groovy    |  4 ++--
 .../functional/tests/PersonInheritanceSpec.groovy  |  2 +-
 .../functional/tests/TestControllerSpec.groovy     |  2 +-
 .../functional/tests/api/NamespacedBookSpec.groovy |  2 +-
 .../plugin/json/view/JsonViewGrailsPlugin.groovy   |  6 +++---
 .../json/view/EmbeddedAssociationsSpec.groovy      |  4 ++--
 .../json/view/JsonViewTemplateResolverSpec.groovy  |  2 +-
 .../plugin/json/view/PogoDeepRenderingSpec.groovy  |  2 +-
 .../markup/view/MarkupViewGrailsPlugin.groovy      |  6 +++---
 179 files changed, 312 insertions(+), 323 deletions(-)

Reply via email to