spring-security/etc/checkstyle
Rob Winch 5e851e0b26 Remove JdbcOAuth2AuthorizationService.Mapper
- We should not introduce an unnecessary public API
  - It would need to be removed when Jackson 2 support was removed, but
    was required to configure Jackson 3 support
  - There are already existing interfaces that could be used
- OAuth2AuthorizationRowMapper & OAuth2AuthorizationParametersMapper had
  unnecessary breaking changes by removing getter/setter for ObjectMapper
- To prevent NoClassDefFoundErrors all optional (Jackson) dependencies
  need to be on different classes & we wish to preserve the existing
  accessors for ObjectMapper which is this uses subclasses
- With added TestAuthenticationTokenMixin support, no need to explicitly
  add it in tests
2025-10-19 17:03:19 -05:00
..
checkstyle-suppressions.xml Remove JdbcOAuth2AuthorizationService.Mapper 2025-10-19 17:03:19 -05:00
checkstyle.xml Use Spring Framework Nullability Annotations 2025-07-31 10:18:51 -06:00
header.txt Merge Use 2004-present Copyright Header 2025-07-29 10:52:42 -05:00