important highlights
- (Spring Boot) Accurate Validation: Fixed false positive lints, inner record bean misdetection, and native query checks.
- (Spring Boot) Code Modernization: Switched from
RestTemplatetoRestClientand cleaned up legacy dependencies. - (Spring Boot) Enhanced Stability: Resolved Boot MCP startup crashes, Eclipse AOT errors, and JMX connection bugs.
all fixes and improvements in detail
- (Spring Boot) Update org.json embedded into commons and boot LS #1941
- (Spring Boot) Native query validation does not accept a numbered parameter as
limitargument #1938 - (Spring Boot) Replace
RestTemplatewithRestClient#1935 - (Spring Boot) Remove Claude plugin LSP leftovers #1933
- (Spring Boot) Local process JMX connection should not use socket port #1931
- (Spring Boot) OpenRewrite recipe deserialization from json #1928
- (Spring Boot) inner records are identified as beans #1917
- (Spring Boot) version validation doesn't take forth segment into account #1916
- (Spring Boot) NPE in Boot MCP startup #1912
- (Spring Boot) [validation] False positive for [JAVA_PUBLIC_BEAN_METHOD] lint warning #1911
- (Spring Boot) refresh AOT metadata for repository throws error in Eclipse #1910