| commit | f5ddc790897d0149957e7b634c329a671c1df120 | [log] [tgz] |
|---|---|---|
| author | Piotr P. Karwasz <piotr.github@karwasz.org> | Sun Aug 18 07:45:12 2024 +0200 |
| committer | Piotr P. Karwasz <piotr.github@karwasz.org> | Mon Aug 26 12:11:28 2024 +0200 |
| tree | 615869449e17ee440c57f9c546f46dac24e34a74 | |
| parent | 6fb4f90b87001c238d48401816f142576f718973 [diff] |
Document module deprecation in 2.x Since layout deprecation was already done in #2527, we document: * The deprecation of some appenders, pointing to third-party alternatives, when possible. * The deprecation of the Log4j Tag library. The Spring Boot Lookup and Java EE SMTP Appender will disappear in version 3.x, but will be replaced with the Spring Boot 3 Lookup (in Spring Boot) and Jakarta EE SMTP Appender. Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>