This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch 8.0.x-hibernate7.gorm-scaling
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 4189d55a1f update ISSUES.md for H7
new 33595642b8 broken test compilation
new 2f7b39623c codenarc and codestyle
The 2 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:
.../grails/orm/hibernate/HibernateEntity.groovy | 1 -
.../AbstractHibernateGormStaticApi.groovy | 1 -
.../hibernate/TenantBoundHibernateTemplate.groovy | 2 -
.../command/DbmRollbackToDateCommandSpec.groovy | 4 +-
.../command/DbmRollbackToDateSqlCommandSpec.groovy | 2 +-
.../grails/gorm/hibernate/HibernateEntity.groovy | 1 -
.../hibernate/TenantBoundHibernateTemplate.groovy | 2 -
.../command/DbmRollbackToDateCommandSpec.groovy | 4 +-
.../command/DbmRollbackToDateSqlCommandSpec.groovy | 2 +-
.../codecs/BsonPersistentEntityCodecSpec.groovy | 6 +-
.../datastore/bson/query/BsonQuerySpec.groovy | 6 +-
.../grails/datastore/gorm/AbstractGormApi.groovy | 4 +-
.../org/grails/datastore/gorm/GormEntity.groovy | 5 -
.../grails/datastore/gorm/GormInstanceApi.groovy | 3 -
.../datastore/gorm/GormInstanceApiRegistry.groovy | 1 -
.../org/grails/datastore/gorm/GormRegistry.groovy | 11 +-
.../datastore/gorm/GormStaticApiRegistry.groovy | 1 -
.../grails/datastore/gorm/GormValidationApi.groovy | 6 -
.../gorm/GormValidationApiRegistry.groovy | 1 -
.../tests/DirtyCheckingAfterListenerSpec.groovy | 1 -
.../encoder/impl/BasicCodecLookupSpec.groovy | 2 +-
.../encoder/impl/JavaScriptCodecTests.groovy | 16 +-
.../formfields/DefaultFieldTemplateSpec.groovy | 2 +-
.../plugin/formfields/DisplayWidgetSpec.groovy | 20 +-
.../plugin/formfields/TransientPropertySpec.groovy | 2 +-
.../plugin/formfields/taglib/AllTagSpec.groovy | 8 +-
...ributesOfWithAndAllTagsArePropagatedSpec.groovy | 39 +--
.../plugin/formfields/taglib/DisplayTagSpec.groovy | 68 ++--
.../taglib/EmbeddedPropertiesSpec.groovy | 6 +-
.../formfields/taglib/ExtraAttributesSpec.groovy | 60 ++--
.../formfields/taglib/FieldNamePrefixSpec.groovy | 10 +-
.../formfields/taglib/FieldTagWithBodySpec.groovy | 14 +-
.../taglib/RequiredAttributesSpec.groovy | 2 +-
.../plugin/formfields/taglib/TableSpec.groovy | 10 +-
.../formfields/taglib/TemplateModelSpec.groovy | 58 ++--
.../plugin/formfields/taglib/WithTagSpec.groovy | 8 +-
.../gsp/GroovyPagesTemplateEngineTests.groovy | 2 +-
.../grails/web/layout/RenderTagLibTests.groovy | 14 +-
.../GrailsConventionGroovyPageLocatorSpec.groovy | 2 +-
.../grails/artefact/TagLibraryTraitSpec.groovy | 4 +-
.../gsp/compiler/tags/GroovyFindAllTagTests.groovy | 6 +-
.../gsp/jsp/GroovyPageWithJSPTagsTests.groovy | 2 +-
.../mapping/RestfulReverseUrlRenderingTests.groovy | 12 +-
.../web/mapping/ReverseUrlMappingTests.groovy | 57 ++--
.../ReverseUrlMappingToDefaultActionTests.groovy | 2 +-
.../grails/web/mapping/RootUrlMappingTests.groovy | 4 +-
.../pages/ElvisAndClosureGroovyPageTests.groovy | 2 +-
.../web/pages/GroovyPageLineNumberTests.groovy | 12 +-
.../web/pages/GroovyPageRenderingTests.groovy | 16 +-
.../InvokeTagWithCustomBodyClosureSpec.groovy | 4 +-
.../pages/ModifyOurScopeWithBodyTagTests.groovy | 10 +-
.../groovy/org/grails/web/pages/ParseSpec.groovy | 24 +-
.../web/pages/StaticContentRenderingTests.groovy | 4 +-
.../web/pages/TagLibMethodMissingSpec.groovy | 8 +-
.../web/taglib/ApplicationTagLibTests.groovy | 348 ++++++++++-----------
.../org/grails/web/taglib/ApplyCodecTagSpec.groovy | 12 +-
.../ControllerTagLibMethodDispatchSpec.groovy | 2 +-
.../org/grails/web/taglib/CoreTagsTests.groovy | 12 +-
.../grails/web/taglib/CountryTagLibTests.groovy | 8 +-
.../web/taglib/FormRenderingTagLibTests.groovy | 10 +-
.../org/grails/web/taglib/FormTagLib3Tests.groovy | 98 +++---
.../web/taglib/FormTagLibResourceTests.groovy | 40 +--
.../org/grails/web/taglib/FormTagLibTests.groovy | 190 +++++------
.../web/taglib/FormTagLibWithConfigSpec.groovy | 8 +-
.../org/grails/web/taglib/FormatTagLibSpec.groovy | 5 +-
.../org/grails/web/taglib/FormatTagLibTests.groovy | 90 +++---
.../InvokeTagLibWithBodyAsMethodTests.groovy | 4 +-
.../grails/web/taglib/JavascriptTagLibTests.groovy | 40 +--
.../web/taglib/LinkRenderingTagLib2Tests.groovy | 8 +-
.../web/taglib/LinkRenderingTagLibTests.groovy | 88 +++---
.../org/grails/web/taglib/MessageTagTests.groovy | 2 +-
.../taglib/NamespacedNamedUrlMappingTests.groovy | 22 +-
.../web/taglib/NamespacedTagLibMethodTests.groovy | 8 +-
.../OverlappingReverseMappedLinkTests.groovy | 10 +-
.../org/grails/web/taglib/RenderTagLibTests.groovy | 120 +++----
.../org/grails/web/taglib/SelectTagTests.groovy | 98 +++---
.../grails/web/taglib/ValidationTagLibSpec.groovy | 70 ++---
.../web/rest/render/VndErrorRenderingSpec.groovy | 4 +-
.../web/rest/render/hal/HalJsonRendererSpec.groovy | 6 +-
.../web/rest/render/json/JsonRendererSpec.groovy | 10 +-
.../services/gorm/BookDataService.groovy | 14 +-
.../http/client/HttpClientSupportSpec.groovy | 8 +-
.../http/client/TestHttpResponseSpec.groovy | 10 +-
.../testing/http/client/utils/JsonUtilsSpec.groovy | 4 +-
.../testing/http/client/utils/XmlUtilsSpec.groovy | 32 +-
.../validation/ValidateableTraitAdHocSpec.groovy | 10 +-
.../grails/plugin/json/view/CompositeIdSpec.groovy | 20 +-
.../json/view/IncludeAssociationsSpec.groovy | 2 +-
.../plugin/json/view/IterableRenderSpec.groovy | 2 +-
.../plugin/json/view/JsonViewHelperSpec.groovy | 4 +-
.../plugin/json/view/JsonViewResolverSpec.groovy | 4 +-
.../json/view/JsonViewTemplateEngineSpec.groovy | 12 +-
.../grails/plugin/json/view/MapRenderSpec.groovy | 5 +-
.../plugin/json/view/NullRenderingSpec.groovy | 7 +-
.../json/view/PogoCollectionRenderingSpec.groovy | 11 +-
.../json/view/TemplateInheritanceSpec.groovy | 14 +-
.../web/mapping/GroupedUrlMappingSpec.groovy | 4 +-
.../OverlappingUrlMappingsMatchingSpec.groovy | 4 +-
.../web/mapping/RedirectNonAbsoluteURISpec.groovy | 10 +-
.../UrlMappingsWithGreedyExtensionSpec.groovy | 28 +-
.../UrlMappingsWithOptionalExtensionSpec.groovy | 4 +-
.../web/mapping/RestfulUrlMappingSpec.groovy | 12 +-
.../mapping/StaticAndWildcardMappingSpec.groovy | 4 +-
.../web/mapping/mvc/EncodePathFromURISpec.groovy | 2 +-
.../AnsiConsoleUrlMappingsRendererSpec.groovy | 2 +-
105 files changed, 1035 insertions(+), 1081 deletions(-)