b

Spring-Boot-2.3-Release-Notes 에서 당장 관련된 것들 본문

카테고리 없음

Spring-Boot-2.3-Release-Notes 에서 당장 관련된 것들

dev.bistro 2020. 5. 19. 15:38

전체 변경 내역은 https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes 을 확인

dependencies 는 https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependencies/build.gradle 에서 확인 하면 된다.

  • Spring Data Neumann 적용
  • spring-data-elasticsearch 변경
    • transport 제거
    • Jest 지원 종료
    • 드디어 7.X 버전 지원 (기본 7.6.2) 기존에는 elasticsearch 6.X 여서 제대로 사용하지 못했는데... good
  • micrometer
  • Support of wildcard locations for configuration files
    • 편리 할 수도 있겠지만 우선순위등과 결합하여 더 복잡해질 것 같다.
  • Graceful shutdown 를 위한 server.shutdown 속성
    • 디폴트는 IMMEDIATE 이고 해당 기능을 설정하면 커넥션은 정리해주지만 역시나 VIP 레벨에서의 캐싱은 직접 정리해야하는 것은 변함이 없다.
  • Period 파싱 지원 - https://git.io/Jfu4U
Comments