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
In Java 14 the `MessageDigest` specification was changed so that the
"MD5" hash function is no longer required. It is permissible for a JRE
to ship without support for MD5 hashes.
This commit modifies the ES|QL MD5 hash function implementation so
that the `MessageDigest` object is no longer loaded on startup, and
instead is lazily instantiated when needed.
If an ES|QL query makes use of md5, and it is unavailable, then the
query will fail with an ES|QL verification exception
Resolves: #129689
0 commit comments