Hi, with spring-boot 2.7.0 dependency for MSSQL got updated from 9.x to 10.x which causes breaking change as with 10.x value "encrypt" defaults to "true".

Because of this change my server stopped working, complaining about: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Adding encrypt=false to database url fixes the issue, but I think it should be mentioned in release notes.

Comment From: philwebb

Thanks for letting us know. I've added a new section to the release notes.