The GitHub Actions job "Java CI" on commons-codec.git has failed. Run started by GitHub user kangxy (triggered by sebbASF).
Head commit for run: 668da40ff16d14100f5a9c2e62e37b0029af1f24 / kangxy <[email protected]> Update Sha2Crypt.java The old regular expression is incorrect. If you want to match [a-zA-Z0-9./] and limit the length to 16, I think it should be the following expression: "^\\$([56])\\$(rounds=(\\d+)\\$)?([\\.\\/a-zA-Z0-9]{1,16})$") Report URL: https://github.com/apache/commons-codec/actions/runs/10142133226 With regards, GitHub Actions via GitBox
