Commit cf0587b
committed
fix(docs): soften hot-reload startup warning to not overstate causation
RUN-4780 review (luismalamoc, section 2): resources.groovy defines the
lang:groovy bean for every .groovy in libext unconditionally, and
Spring eagerly instantiates non-lazy singletons at context startup
regardless of refresh-check-delay. A broken/empty .groovy file can
break startup whether or not plugin.refreshDelay is set - the warning
no longer implies the risk is exclusive to enabling it.1 parent 68cb382 commit cf0587b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| |||
0 commit comments