Closed nrmancuso closed 2 years ago
From this project perspective this is not a minor. It breaking compatibility with main library. New versions of sevntu can not work with checkstyle versions below 9.2 due to https://github.com/checkstyle/checkstyle/issues/10144
Let's update commit with this context or use "pull #xxxx" prefix to let be printed in release notes of sevntu
Related to changes at https://github.com/checkstyle/checkstyle/pull/10839/commits/7462b00c2f0d470be6d3d8825f83c717cc5696aa, and noticed in check regression testing for https://github.com/checkstyle/checkstyle/pull/10979, we need to replace usages of
CheckUtil#createFullType
withFullIdent#createFullIdent
now thatCheckUtil#createFullType
has been removed.It breaking compatibility with main library. New versions of sevntu can not work with checkstyle versions below 9.2 due to https://github.com/checkstyle/checkstyle/issues/10144
Sevntu Checkstyle Release 1.40.0 compatible with checkstyle up to checkstyle 9.1 . Sevntu Checkstyle Release 1.41.0 will be compatible with all recent checkstyle versions.