You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Spring Boot)Claude Code Plugin (Experimental): introduced a new experimental plugin for Claude Code. To avoid conflicts with the Java Language Server, this plugin relies on the MCP protocol and provides:
Embedded MCP Server: exposes Spring Boot-specific tools and resources to the LLM.
Skills: a set of Claude Code skills (such as validation and quickfixes) to interact seamlessly with your Spring Boot projects.
For installation instructions, please see the Claude Code Plugin README.
(Spring Boot)Embedded MCP Server: added more capabilities and automatic configuration (Eclipse Copilot) for the embedded MCP server
(Spring Boot)Spring AI Support: added overall support for Spring AI
(Spring Boot)Maven Repository Validation: added and polished maven repository-based version validation and latest patch quick fix based on build file configured repos
(Spring Boot)Type-Safe Property References: enhanced support for dealing with multiple references and refactoring string-based properties to type-safe ones
(Spring Boot)Spring Indexer and AOT: removed deprecated symbol indexing, improved JDK 25 AOT cache usage, and refined AOT repository code lens positioning
updates to the Spring Tools for Eclipse distribution