Tag: jackson
All the articles with the tag "jackson".
-
네이버 API - JSON 데이터의 Content-Type: text/plain 응답
네이버 검색 API가 실제로는 JSON 바디를 주면서 응답 헤더엔 Content-Type을 text/plain으로 내려보내서, WebClient의 기본 Jackson 디코더가 역직렬화에 실패하던 문제와 해결 과정
-
Spring Boot 4 + Jackson 3 — Redis 직렬화가 조용히 어긋나는 지점
Spring Boot 4의 기본 ObjectMapper가 Jackson 3(tools.jackson)로 바뀌면서, Jackson 2 기반 GenericJackson2JsonRedisSerializer를 그대로 쓰면 안 되는 이유와 실제로 겪은 이슈