This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch 4.2.x in repository https://gitbox.apache.org/repos/asf/grails-geb.git
commit c32ae32ac838e79ceb2902113273665f1b762661 Merge: 7c6469e 4946ad9 Author: Mattias Reichel <[email protected]> AuthorDate: Tue Apr 8 16:25:20 2025 +0200 Merge pull request #146 from JonasPammer/file-support feat: ServiceRegistry + Use LocalFileDetector by default 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(-)
