Re: GROOVY-11459 Script hashing algorithm

2024-09-12 Thread Paul King
I have added the configurability option. I have left the default as md5 for now. I hope to do some more testing and will consider a swap of the default to sha256 if/when I get time to do that. On Thu, Sep 12, 2024 at 10:14 AM Daniel Sun wrote: > > > An option for Groovy 5 is to make sha256 the de

Re: GROOVY-11459 Script hashing algorithm

2024-09-11 Thread Daniel Sun
> An option for Groovy 5 is to make sha256 the default with the ability to swap > back to md5 with a system property. +1 Cheers, Daniel Sun On 2024/09/11 15:22:18 Paul King wrote: > Hi folks, > > We recently had a Jira and PR created around allowing sha256 to be > used instead of (or as well a