The GitHub Actions job "CI" on grails-core.git/forge-security-beans-dsl has 
succeeded.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
81a151cbcdb6b3b605d82d3743f66b09c5be4bc4 / Scott Murphy Heiberg 
<[email protected]>
Generate Spring Security wiring through the beans DSL

The spring-boot-starter-security feature generated a separate
SecurityConfig class and pulled it into the application with
@Import(SecurityConfig). Declare the same two beans through the beans
DSL on the generated Application class instead: one fewer file, and the
security wiring sits where an application's other bean wiring goes.

grails-core exports grails-beans-dsl as an api dependency, so a
generated application needs no declaration of its own for the DSL.

Also mark the User domain's password field with the password constraint
so scaffolding masks it.

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

With regards,
GitHub Actions via GitBox

Reply via email to