반응형
최근 STS를 사용하면 새 Spring 버전이 release 된 내용을 warning으로 알려준다.
4.17.0에 추가된 기능인 듯하다.
https://github.com/spring-projects/sts4/issues/885
바로바로 버전을 변경할 수 있는 환경이면 이런 기능이 좋지만 계속 이전 버전을 사용해야 하고 여러 project를 import 해서 사용하고 있는 환경이면 이 warning이 50개 이상 뜨면서 실제로 보고 싶은 다른 유효한 warning을 보는 걸 방해하게 된다.
이런 경우 새 버전 알림 warning을 disable 처리하면 된다.
Preferences -> Spring -> Validation -> Versions and Support Ranges를 선택하고 비활성화를 선택하면 된다.
반응형
'Study > Java' 카테고리의 다른 글
JDK 21 New Features (0) | 2023.10.04 |
---|---|
vaadin 사용해 보기 (0) | 2023.09.19 |
[troubleshooting] Spring Boot 테스트 코드 실행 시 java.lang.NoClassDefFoundError: io/micrometer/context/ThreadLocalAccessor 에러 (0) | 2023.08.18 |
annotation 을 가진 class 검색에 reflection util 대신 Spring TypeFilter 사용으로 대체하기 (0) | 2023.07.31 |
Spring Boot Condition Evaluation Report 확인하기 (0) | 2023.07.16 |
Jackson ObjectMapper 특정 요청에 대해서만 jsonIgnore 처리하여 응답하기 (0) | 2023.07.05 |
Spring Cloud DataFlow 사용해 보기 (0) | 2023.07.03 |
[troubleshooting] Spring Boot 3.1.0에서 hibernate cannot be cast 오류 발생 (0) | 2023.06.21 |
STS 4.19.0 Release 소식 및 Windows 11에서 Windows Defender 예외 처리 하기 (0) | 2023.06.16 |
Spring JDBC AbstractRoutingDataSource, DelegatingDataSource 사용해 보기 (0) | 2023.06.15 |