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

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


    from 52d78d22f1 Merge branch '7.1.x' into 8.0.x
     add 7e3a862520 fix: normalize Unicode minus sign to ASCII in GSP number 
formatting for locale compatibility
     add f26b1d70a9 test: add functional tests for locale-aware negative number 
formatting
     add 7ea205bba6 fix: scope Unicode minus normalization to input rendering 
only
     add 8b5d630651 Merge branch '7.1.x' into fix/negative-number-locale-15178
     add 37b7834a68 Merge pull request #15475 from 
apache/fix/negative-number-locale-15178
     add 855a8523e1 deprecate: grails.validation.ConstraintEvaluator
     add da2d201457 deprecate: Mixins
     add 3336212ec1 undeprecate: grails.testing.spock.OnceBefore
     add 4d0d9d00d6 deprecate: PropertyConfig.updateable
     add 0855d930ae deprecate: MongoEntity.getDbo()
     add ce3d137cf0 deprecate: grails-events-compat
     add 799480177d deprecate: named queries
     add cddad098d5 deprecate: ApplicationTagLib.createLinkTo
     add 44f8347a2a deprecate: FormTagLib.actionSubmit
     add 847d5a280a deprecate: FormFieldsTagLib.input
     add af51e74b94 deprecate: BeanPropertyAccessor.getBeanClass()
     add c05eea63f8 deprecate: areAssociationsDirty (with session)
     add 2690996bac deprecate: Entity.ALL_DATA_SOURCES, DEFAULT_DATA_SOURCE
     add 99e1223e12 deprecate: Constrained.isDisplay
     add ed0e20b1dc deprecate: Metadata get and getProperty
     add 3fa95f3869 deprecate: GrailsConfigUtils.executeGrailsBootstraps
     add 67e3ab1d1a deprecate: AetherGrapeEngine
     add cff5156694 deprecate: GrailsApplication constants
     add 39c604498b deprecate: ArefactTypeAstTransformation method
     add 963d1d237e style: codenarc issues
     add 23d0ae568f deprecate: remove forked json classes
     add d374fbdd18 deprecate: `grails.web.JSONBuilder`
     add c54cacc0f9 Merge pull request #15470 from apache/deprecate-for-removal
     add e689589a60 [skip ci] Release v7.0.9
     add 61040f0222 [skip ci] Bump version to 7.0.10-SNAPSHOT
     add 01bbf40e9a Merge pull request #15511 from apache/merge-back-7.0.9
     add 8b7cb2e8a9 chore(deps): bump softprops/action-gh-release from 2.5.0 to 
2.6.1
     add 519685916d Merge pull request #15508 from 
apache/dependabot/github_actions/softprops/action-gh-release-2.6.1
     add 88f90279d1 chore(deps): bump release-drafter/release-drafter from 6 to 
7
     add e90ad3fddb Merge pull request #15507 from 
apache/dependabot/github_actions/release-drafter/release-drafter-7
     add 7353f08c5e make sure the DatabaseCleanup annotation is inherited
     add a1846c5ecd Merge pull request #15513 from 
apache/inherittedDatabasecleanup
     add b0250102d2 #15506 - fix - @CompileStatic support for tag libs
     add 9b16d4a964 Merge pull request #15514 from 
apache/gsp-taglib-compilestatic
     add 5df43a4f5d new module `grails-testing-support-http-client`
     add 576c96fdc1 feedback: new iteration
     add b2cfb82db3 ci: add `getAtCheckWaiting` to groovy joint workflow
     add fe185c3ff4 test: use `GroovyErsatzServer`
     add 4bf017a511 test: enable TeamSpec test in CI
     add 7a253b9115 Merge pull request #15505 from 
apache/matrei/7.0.x-http-client-testing-support
     add 8959380ab8 build: enable running single tests with --tests flag
     add b4ee9d9b7d Merge pull request #15517 from 
apache/matrei/uber-tests-build
     add 6cf5fea99d Merge remote-tracking branch 'origin/7.0.x' into 
merge/7.0.x-into-7.1.x
     add 2c0ecc1776 Merge pull request #15520 from apache/merge/7.0.x-into-7.1.x
     add 10f71f9729 Merge remote-tracking branch 'origin/7.1.x' into 
merge/7.1.x-into-8.0.x
     new cee6619f4a Merge pull request #15521 from apache/merge/7.1.x-into-8.0.x

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:
 .github/workflows/groovy-joint-workflow.yml        |    1 +
 .github/workflows/release-notes.yml                |    2 +-
 .github/workflows/release.yml                      |   10 +-
 gradle.properties                                  |    1 +
 .../src/main/groovy/grails/web/JSONBuilder.groovy  |    2 +-
 .../main/groovy/grails/core/GrailsApplication.java |    6 +-
 grails-core/src/main/groovy/grails/util/Mixin.java |    2 +-
 .../groovy/grails/util/MixinTargetAware.groovy     |    2 +-
 .../grails/validation/ConstraintsEvaluator.java    |    2 +-
 .../injection/ArtefactTypeAstTransformation.java   |    2 +-
 .../compiler/injection/MixinTransformation.java    |    2 +-
 .../grails/orm/hibernate/cfg/PropertyConfig.groovy |    5 +-
 .../mapping/HibernateMappingBuilderTests.groovy    |   13 +-
 .../main/groovy/grails/mongodb/MongoEntity.groovy  |    2 +-
 .../mongodb/api/MongoInstanceOperations.groovy     |    5 +-
 .../datastore/gorm/mongo/api/MongoStaticApi.groovy |    2 +-
 .../org/grails/datastore/gorm/GormEnhancer.groovy  |   12 +-
 .../org/grails/datastore/gorm/GormEntity.groovy    |    4 +-
 .../datastore/gorm/query/NamedCriteriaProxy.groovy |    2 +-
 .../gorm/query/NamedQueriesBuilder.groovy          |    2 +
 .../grails/gorm/validation/Constrained.groovy      |    2 +-
 .../grails/datastore/mapping/config/Entity.groovy  |    8 +-
 .../datastore/mapping/core/AbstractSession.java    |    2 +-
 .../dirty/checking/DirtyCheckingSupport.groovy     |    2 +-
 grails-doc/src/en/guide/index.adoc                 |    6 +-
 grails-doc/src/en/guide/reference.adoc             |    4 +-
 .../src/en/ref/Database Mapping/insertable.adoc    |    4 +-
 .../{updateable.adoc => updatable.adoc}            |   10 +-
 .../GrailsDomainClassAutoConfiguration.groovy      |    1 +
 .../domain/support/ConstraintEvaluatorAdapter.java |    1 +
 .../src/main/groovy/grails/artefact/Service.groovy |    2 +-
 .../src/main/groovy/grails/events/Events.groovy    |    2 +-
 .../compat/src/main/groovy/reactor/bus/Bus.java    |    2 +-
 .../compat/src/main/groovy/reactor/bus/Event.java  |    2 +-
 .../src/main/groovy/reactor/bus/EventBus.groovy    |    2 +-
 .../reactor/bus/registry/Registration.groovy       |    2 +-
 .../reactor/bus/registry/Subscription.groovy       |    2 +-
 .../main/groovy/reactor/bus/selector/Selector.java |    2 +-
 .../src/main/groovy/reactor/fn/Consumer.java       |    2 +-
 .../spring/context/annotation/Consumer.groovy      |    1 +
 .../spring/context/annotation/Selector.groovy      |    1 +
 .../plugin/formfields/FormFieldsTagLib.groovy      |   13 +-
 .../plugin/formfields/BeanPropertyAccessor.groovy  |    2 +-
 .../formfields/BeanPropertyAccessorImpl.groovy     |    2 +
 .../DelegatingBeanPropertyAccessorImpl.groovy      |    2 +-
 .../plugin/formfields/PropertyPathAccessor.groovy  |    1 +
 .../formfields/DefaultInputRenderingSpec.groovy    |   22 +
 .../src/main/groovy/grails/util/Metadata.groovy    |    4 +-
 .../grails/core/gsp/DefaultGrailsTagLibClass.java  |   17 +
 .../core/gsp/DefaultGrailsTagLibClassSpec.groovy   |  108 ++
 .../plugins/web/taglib/ApplicationTagLib.groovy    |    3 +-
 .../grails/plugins/web/taglib/FormTagLib.groovy    |    2 +-
 .../cli/compiler/grape/AetherGrapeEngine.java      |    2 +-
 .../compiler/grape/AetherGrapeEngineFactory.java   |    2 +-
 grails-test-examples/app1/build.gradle             |    3 +-
 .../groovy/functionaltests/AtResourceSpec.groovy   |   27 +-
 .../BookRestfulControllerSpec.groovy               |   36 +-
 .../functionaltests/async/AsyncPromiseSpec.groovy  |  278 ++---
 .../binding/AdvancedDataBindingSpec.groovy         |  390 ++++---
 .../functionaltests/caching/CachingSpec.groovy     |  147 +--
 .../codecs/SecurityCodecsSpec.groovy               |  365 +++---
 .../commanddi/CommandObjectDISpec.groovy           |  273 ++---
 .../contentneg/ContentNegotiationSpec.groovy       |  277 ++---
 .../functionaltests/cors/CorsAdvancedSpec.groovy   |  262 ++---
 .../errorhandling/ErrorHandlingSpec.groovy         |  181 ++-
 .../fileupload/FileUploadSpec.groovy               |  342 +++---
 .../flow/FlashChainForwardSpec.groovy              |  249 ++---
 .../i18n/InternationalizationSpec.groovy           |  342 +++---
 .../InterceptorAdvancedMatchingSpec.groovy         |  214 ++--
 .../interceptors/InterceptorOrderingSpec.groovy    |  205 ++--
 .../requestresponse/RequestResponseSpec.groovy     |  355 +++---
 .../springevents/SpringEventsSpec.groovy           |  134 +--
 .../functionaltests/taglib/TagLibSpec.groovy       |  664 ++++-------
 .../urlmappings/UrlMappingsSpec.groovy             |  259 ++---
 .../async-events-pubsub-demo/build.gradle          |    4 +-
 .../groovy/pubsub/demo/TaskControllerSpec.groovy   |   34 +-
 grails-test-examples/cache/build.gradle            |    8 +-
 .../com/demo/AdvancedCachingIntegrationSpec.groovy |  237 +---
 grails-test-examples/demo33/build.gradle           |    2 +
 .../groovy/demo/JsonControllerSpec.groovy          |   26 +-
 .../grails-multiple-datasources/build.gradle       |    8 +-
 .../MultiDataSourceWithSessionSpec.groovy          |   44 +-
 .../hibernate5/issue450/build.gradle               |    3 +-
 .../groovy/example/BookControllerSpec.groovy       |   27 +-
 grails-test-examples/issue-11102/build.gradle      |    6 +-
 .../groovy/issue11102/HttpClientCommonSpec.groovy  |   45 -
 .../groovy/issue11102/TestControllerSpec.groovy    |   27 +-
 grails-test-examples/issue-11767/build.gradle      |    7 +-
 .../groovy/issue11767/app/ConfigLoadingSpec.groovy |   37 +-
 grails-test-examples/issue-15228/build.gradle      |    3 +-
 .../issue11767/app/GsonViewRespondSpec.groovy      |   58 +-
 grails-test-examples/issue-views-182/build.gradle  |    3 +-
 .../groovy/views182/CustomErrorSpec.groovy         |   27 +-
 .../groovy/views182/HttpClientCommonSpec.groovy    |   46 -
 grails-test-examples/micronaut/build.gradle        |    3 +-
 .../MicronautDeclarativeClientSpec.groovy          |  197 ++--
 .../micronaut/MicronautErsatzAdvancedSpec.groovy   |  733 ++++--------
 .../micronaut/MicronautErsatzPatternSpec.groovy    |  337 +++---
 .../micronaut/MicronautErsatzRoundtripSpec.groovy  |  453 +++-----
 .../views-functional-tests/build.gradle            |    5 +-
 .../groovy/functional/tests/BookSpec.groovy        |  181 +--
 .../groovy/functional/tests/BulletinSpec.groovy    |   26 +-
 .../groovy/functional/tests/CircularSpec.groovy    |   74 +-
 .../groovy/functional/tests/CustomerSpec.groovy    |   41 +-
 .../groovy/functional/tests/EmbeddedSpec.groovy    |   58 +-
 .../groovy/functional/tests/HttpClientSpec.groovy  |   44 -
 .../groovy/functional/tests/InheritanceSpec.groovy |   38 +-
 .../tests/ModelInterceptorIntSpec.groovy           |   37 +-
 .../functional/tests/ObjectTemplateSpec.groovy     |   27 +-
 .../functional/tests/PersonInheritanceSpec.groovy  |   32 +-
 .../groovy/functional/tests/ProductSpec.groovy     |  218 ++--
 .../groovy/functional/tests/ProjectSpec.groovy     |   38 +-
 .../groovy/functional/tests/ProxySpec.groovy       |   31 +-
 .../groovy/functional/tests/TeamSpec.groovy        |   91 +-
 .../functional/tests/TestControllerSpec.groovy     |   28 +-
 .../functional/tests/TestGmlControllerSpec.groovy  |   32 +-
 .../functional/tests/TestGsonControllerSpec.groovy |   86 +-
 .../groovy/functional/tests/VehicleSpec.groovy     |   61 +-
 .../functional/tests/api/NamespacedBookSpec.groovy |  143 +--
 grails-test-suite-uber/build.gradle                |   83 +-
 .../web/binding/JSONBindingToNullSpec.groovy       |    7 +-
 .../groovy/grails/testing/spock/OnceBefore.groovy  |    2 -
 .../testing/cleanup/core/DatabaseCleanup.groovy    |    2 +
 grails-testing-support-http-client/README.md       |  201 ++++
 .../build.gradle                                   |   30 +-
 .../testing/http/client/HttpClientSupport.groovy   | 1169 ++++++++++++++++++++
 .../testing/http/client/MultipartBody.groovy       |  191 ++++
 .../testing/http/client/TestHttpResponse.groovy    |  994 +++++++++++++++++
 .../testing/http/client/utils/JsonUtils.groovy     |  276 +++++
 .../testing/http/client/utils/XmlUtils.groovy      |  241 ++++
 .../http/client/HttpClientSupportSpec.groovy       | 1165 +++++++++++++++++++
 .../testing/http/client/MultipartBodySpec.groovy   |   67 ++
 .../http/client/TestHttpResponseSpec.groovy        |  542 +++++++++
 .../testing/http/client/utils/JsonUtilsSpec.groovy |  159 +++
 .../testing/http/client/utils/XmlUtilsSpec.groovy  |  329 ++++++
 .../grails/validation/ConstrainedDelegate.groovy   |    2 +-
 .../plugin/json/builder/DefaultJsonGenerator.java  |  542 +--------
 .../grails/plugin/json/builder/JsonGenerator.java  |  270 +----
 .../grails/plugin/json/builder/JsonOutput.java     |  268 +----
 .../plugin/json/builder/StreamingJsonBuilder.java  |  800 +-------------
 .../json/converters/InstantJsonConverter.groovy    |    3 +-
 .../json/converters/LocalDateJsonConverter.groovy  |    3 +-
 .../converters/LocalDateTimeJsonConverter.groovy   |    3 +-
 .../json/converters/LocalTimeJsonConverter.groovy  |    3 +-
 .../converters/OffsetDateTimeJsonConverter.groovy  |    3 +-
 .../json/converters/OffsetTimeJsonConverter.groovy |    3 +-
 .../json/converters/PeriodJsonConverter.groovy     |    3 +-
 .../converters/ZonedDateTimeJsonConverter.groovy   |    3 +-
 .../plugin/json/view/JsonViewTemplateEngine.groovy |   30 +-
 .../plugin/json/view/JsonViewWritableScript.groovy |   67 +-
 .../json/view/api/GrailsJsonViewHelper.groovy      |   18 +-
 .../plugin/json/view/api/HalViewHelper.groovy      |   18 +-
 .../grails/plugin/json/view/api/JsonView.groovy    |   38 +-
 .../internal/DefaultGrailsJsonViewHelper.groovy    |   94 +-
 .../view/api/internal/DefaultHalViewHelper.groovy  |  134 +--
 .../api/internal/DefaultJsonApiViewHelper.groovy   |   11 +-
 .../view/api/internal/DefaultJsonViewHelper.groovy |    3 +-
 .../JsonTemplateTypeCheckingExtension.groovy       |    9 +-
 .../json/view/template/JsonViewTemplate.groovy     |   23 +-
 .../web/servlet/context/GrailsConfigUtils.java     |    3 +-
 settings.gradle                                    |    9 +-
 161 files changed, 9073 insertions(+), 7736 deletions(-)
 rename grails-doc/src/en/ref/Database Mapping/{updateable.adoc => 
updatable.adoc} (86%)
 create mode 100644 
grails-gsp/grails-taglib/src/test/groovy/org/grails/core/gsp/DefaultGrailsTagLibClassSpec.groovy
 delete mode 100644 
grails-test-examples/issue-11102/src/integration-test/groovy/issue11102/HttpClientCommonSpec.groovy
 delete mode 100644 
grails-test-examples/issue-views-182/src/integration-test/groovy/views182/HttpClientCommonSpec.groovy
 delete mode 100644 
grails-test-examples/views-functional-tests/src/integration-test/groovy/functional/tests/HttpClientSpec.groovy
 create mode 100644 grails-testing-support-http-client/README.md
 copy {grails-testing-support-views-gson => 
grails-testing-support-http-client}/build.gradle (64%)
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/HttpClientSupport.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/MultipartBody.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/TestHttpResponse.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/utils/JsonUtils.groovy
 create mode 100644 
grails-testing-support-http-client/src/main/groovy/org/apache/grails/testing/http/client/utils/XmlUtils.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/HttpClientSupportSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/MultipartBodySpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/TestHttpResponseSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/utils/JsonUtilsSpec.groovy
 create mode 100644 
grails-testing-support-http-client/src/test/groovy/org/apache/grails/testing/http/client/utils/XmlUtilsSpec.groovy

Reply via email to