Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

#13552 Integrate grails-web-testing-support from grails/grails-testing-support into grails-gsp #564

Merged
merged 959 commits into from
Jan 16, 2025

Conversation

jdaugherty
Copy link
Contributor

@jdaugherty jdaugherty commented Jan 15, 2025

apache/grails-core#13552 The merge for https://github.com/grails/grails-testing-support is split across these repositories:

grails-core - grails-testing-support gradle project
grails-doc - the documentation from src
grails-data-mapping - grails-gorm-testing-support 
example project - grails-functional-tests
grails-gsp - the gradle project grails-web-testing-support (this PR)

Note: grails-web-testing-support may need further as part of any gsp clean-up or independence, but the main issue is the taglib logic lives in this project and the web functionality under test lives across this project + grails-core. We can't push that logic down to core since there will be a circular dependency causing publish problems. Ideally, we would push the controller / interceptor test logic to core, but taglibs & rendering can be called from controllers. it also doesn't make sense to be in grails-views project because that's for other view technology - while the grails-web-testing-support is specifically for taglibs, gsp, etc

puneetbehl and others added 30 commits May 2, 2023 16:29
…rails#285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ils#292)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
grails#291)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…s#290)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ls#293)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update grails monorepo to v6.0.0-RC1

* Downgrade Test project to Grails 6.0.0-M4

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…11.1 (grails#296)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeconsole and others added 20 commits November 22, 2024 10:36
fix(deps): update dependency org.springframework.boot:spring-boot-test to v3.4.0
fix(deps): update dependency org.springframework:spring-test to v6.2.0
Update to asset pipeline 5.0.4 by using version from grails-bom
Pre release workflow support & removing async from testing support to…
fix docs task by adding grails-bom
Copy link
Contributor

@jamesfredley jamesfredley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7292f57 looks good

@jdaugherty jdaugherty merged commit 8f1ee46 into grails:7.0.x Jan 16, 2025
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants