본문 바로가기

반응형

Study

(306)
Spring Boot 4.0 Release Notes 전체 Release Notes 목록은 이곳에서 확인할 수 있습니다.https://luvstudy.tistory.com/tag/Release%20Noteshttps://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Release-Notes14 revision 기준으로 작성됨Spring Boot 4.0 Release NotesSpring Boot 3.5에서 업그레이드하기이 릴리스는 Spring Boot의 메이저 릴리스이므로, 기존 애플리케이션을 업그레이드하는 과정이 평소보다 다소 복잡할 수 있습니다.업그레이드를 돕기 위해 Spring Boot 3.5 애플리케이션을 4.0으로 전환할 때 참고할 수 있는 전용 마이그레이션 가이드 를 마련해 두었습니다...
JDK 25 New Features 이번 버전부터 AI 번역입니다.JDK의 버전별 변경 사항은 여기를 참고하세요SpecJava SE 24 Platform JSR 400 에 정의된 바와 같이 JSR 400 구현이 목표실제 Spec은 Final Release Specification 문서를 참고Final Release Specification Feature Summary전체 JEP Feature 목록은 OpenJDK의 JDK 25 문서 에서 확인할 수 있다.JEPComponentFeatureJEP 470security-libs / java.securityPEM Encodings of Cryptographic Objects (Preview)JEP 502core-libs / java.langStable Values (Preview)JEP 503h..
Spring Boot version Mappings 확인하기 기존에 Spring Boot를 사용하면서 관련하여 Spring Cloud나 Spring Data, 그 밖의 호환 버전들에 대해 각 프로젝트들의 문서나 github의 wiki를 찾아서 참고하곤 했었다.보통 Spring Boot와 Spring Cloud 호환버전을 많이 찾곤 했는데https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions Supported VersionsSpring Cloud Release Train - dependency management across a wide range of Spring Cloud projects. - spring-cloud/spring-cloud-releasegithub.com이제 Spr..
Spring Boot 4.0 Road to GA introduction Spring Boot 4.0 Release가 이제 얼마 남지 않았다.Jdk 25는 2005년 9월 16일 GA(General Availability)가 나올 예정이고https://openjdk.org/projects/jdk/25/ JDK 25 openjdk.orgSpring Boot 4.0 GA는 현재 2005년 11월 20일 예정이다.https://github.com/spring-projects/spring-boot/milestones GitHub - spring-projects/spring-boot: Spring Boot helps you to create Spring-powered, production-grade applications and servicesSpring Boot helps you t..
[troubleshooting] STS (Eclipse) github copilot plugin 설치 오류 STS에서 github copilot plugin을 설치하려고 하면 다음과 같은 에러가 뜬다.Unable to read repository at https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/content.xml. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetSSL 관련 오류인데 Eclipse 사용 시 잘 설치되지만 STS에선 위 에러가 발생했다.STS의 SpringToolSuite4.ini 파일에 다음 설정을 ..
[troubleshooting] STS (Eclipse) lombok record builder annotation 사용 시 오류 현재 STS 4.31.0 (Eclipse 2025-06) 이 가장 최신 버전인데 해당 버전에서 record에 대해 lombok builder annotation 사용 시 대해 에러가 발생하고 있다.Multiple markers at this line - overrides java.lang.Object.toString - The constructor Asset() is undefined비슷한 이슈가 vscode 사용 시에도 발생하고 있는 듯하고 관련 문제가 issue로 등록되어 있다.https://github.com/projectlombok/lombok/issues/3883해당 이슈가 closed 처리가 되었고 lombok 다음 버전이 나오길 기다려야 하지만 lombok의 경우 1년에 2~3번 정도 주기로..
Spring Boot 3.5 Release Notes 전체 Release Notes 목록은 이곳에서 확인할 수 있습니다.https://luvstudy.tistory.com/tag/Release%20Noteshttps://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes13 revision 기준으로 작성됨Upgrading from Spring Boot 3.4spring-boot-parentspring-boot-parent module 은 더 이상 publish 되지 않습니다.이 module은 Spring Boot 자체 test 등에서 사용되는 내부 dependency에 대한 dependency management를 제공합니다.spring-boot-parent 를 사용 중이었다면..
Maven Central Portal 배포하기 (기존 OSSRH 배포 방식 변경) OSSRH 배포 방식이 바뀌었다고 migration 권고 메일이 왔다.OSSRH (Open Source SW Repository Hosting) 배포에 대해서는 기존 글을 참고하면 된다.2021.07.20 - [Study/Java] - maven central repository에 라이브러리 배포하기Maven Central Portal 배포로 변경되면서 2025년 6월 30일에 OSSRH 서비스가 종료되기 때문에 그전에 migration을 진행해야 한다고 한다.OSSRH Migrate 하기관련 내용은 이곳에서 확인할 수 있다.https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/#self-ser..

반응형