The GitHub Actions job "CI" on grails-core.git/fix/qualified-session-connection-scope has failed. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: 44d95a6427e438392934e6bf568005f3a1508017 / Scott Murphy Heiberg <[email protected]> Cover the annotation on MongoDB and Neo4j, and say what mapped means there Both guides promised that a method annotated @Transactional with a connection routes the classes mapped to it, with no test on either: a service now saves and counts through one, against a container and against the second embedded server. "Mapped" is the connections a class declares. On MongoDB and Neo4j the child datastores share the parent's mapping context, so a class that declares none is still reachable through Book.moreBooks while the annotation leaves it alone, which the pages now say. Two sentences that still gave localhost as the host the driver connects to without configuration now give 127.0.0.1, as the metadata does. Report URL: https://github.com/apache/grails-core/actions/runs/35769412123 With regards, GitHub Actions via GitBox
