This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch 4.2.x
in repository https://gitbox.apache.org/repos/asf/grails-geb.git
from 7c6469e Merge pull request #149 from grails/merge-4.1.x-into-4.2.x
add c98faa4 failing test
add 960dff8 statically set as per docs
add 0cffc9c document
https://github.com/grails/geb/issues/128#issuecomment-2621565934
add b637cca feat: implement as @ContainerGebConfiguration, add test
add c2e7312 chore: code review
add 69a7e5f try to replicate serviceloaderity
add 953ba07 Merge branch '4.2.x' into file-support
add 7d8847e preliminary code review
add e03b260 copy/paste
https://github.com/grails/geb/pull/146#issuecomment-2690523380
add 98580b3 copy/paste "call the ServiceRegistry directly not needing any
different service loader implementations at all"
add 7850faf replace the concurrenthashmap with hashmap
(https://github.com/grails/geb/pull/146#issuecomment-2691320778)
add ac987ed rename spec classes to fit with #143
add 52b3f43 test confirming
https://github.com/grails/geb/pull/146#issuecomment-2691433277 (no exception
was thrown)
add 63382a4 Ignore SpockSpec with GitHub URL, Update docs
add faef7dc reviewed
add 8efac25 resolve
add 4946ad9 intellij optimize imports
new c32ae32 Merge pull request #146 from JonasPammer/file-support
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:
README.md | 22 ++++-
.../init/org/demo/spock/Application.groovy | 1 -
.../ContainerFileDetectorAnnotationSpec.groovy | 32 ++++++++
.../spock/ContainerFileDetectorDefaultSpec.groovy | 29 +++++++
.../spock/ContainerFileDetectorSpockSpec.groovy | 41 ++++++++++
.../grails/plugin/geb/ContainerFileDetector.groovy | 31 ++++++++
.../plugin/geb/ContainerGebConfiguration.groovy | 16 +++-
.../plugin/geb/DefaultContainerFileDetector.groovy | 43 ++++++++++
.../plugin/geb/WebDriverContainerHolder.groovy | 9 ++-
.../geb/serviceloader/ServiceRegistry.groovy | 93 ++++++++++++++++++++++
10 files changed, 312 insertions(+), 5 deletions(-)
create mode 100644
spock-container-test-app/src/integration-test/groovy/org/demo/spock/ContainerFileDetectorAnnotationSpec.groovy
create mode 100644
spock-container-test-app/src/integration-test/groovy/org/demo/spock/ContainerFileDetectorDefaultSpec.groovy
create mode 100644
spock-container-test-app/src/integration-test/groovy/org/demo/spock/ContainerFileDetectorSpockSpec.groovy
create mode 100644
src/testFixtures/groovy/grails/plugin/geb/ContainerFileDetector.groovy
create mode 100644
src/testFixtures/groovy/grails/plugin/geb/DefaultContainerFileDetector.groovy
create mode 100644
src/testFixtures/groovy/grails/plugin/geb/serviceloader/ServiceRegistry.groovy