The GitHub Actions job "CI" on 
grails-core.git/feat/mongo-client-settings-customizer has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
d37eba786ec06ef88dac456538159ce3be36bc8c / Scott Murphy Heiberg 
<[email protected]>
Add MongoClientSettingsBuilderCustomizer hook for the Mongo client

Allow application beans to customize the MongoClientSettings.Builder before the
MongoClient is created for the default connection source. This is the supported
extension point for settings with no grails.mongodb.* equivalent — e.g.
registering a driver CommandListener for metrics/tracing, tuning the connection
pool, or configuring read/write concerns programmatically.

Any MongoClientSettingsBuilderCustomizer beans in the context are injected into
MongoConnectionSourceFactory (registered with autowire) and applied, in order,
in create(). Mirrors Spring Boot's interface of the same name.

Report URL: https://github.com/apache/grails-core/actions/runs/27027288490

With regards,
GitHub Actions via GitBox

Reply via email to