You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove joda date deprecation message on startup in 6.8 (#45484)
When starting up Elasticsearch 6.8, there is always a deprecation
message logged like this
[WARN ][o.e.d.c.j.Joda ] [A2Wr_Jx] 'y' year should be replaced with 'u'. Use 'y' for year-of-era. Prefix your date format with '8' to use the new specifier.
tracing this down, result in the LicenseService being the culprit using
an deprecated date. This switches to a java time based date.
Closes#45483
0 commit comments