Open
Conversation
Co-authored-by: karianna <180840+karianna@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Java: Remove SK planners
Java: Remove SK planners from codebase
Jun 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes all Semantic Kernel Java planner components and related references, aligning with the .NET version removal.
- Removed planner extension dependencies from
pom.xml - Deleted planner test resource files and sample prompt templates
- Updated Javadoc and README files to drop planner mentions
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| semantickernel-api/src/test/resources/com/microsoft/semantickernel/planner/stepwiseplanner/response*.txt | Deleted obsolete planner test response fixtures |
| semantickernel-api/src/main/java/com/microsoft/semantickernel/semanticfunctions/InputParameter.java | Removed “planner” from parameter description in Javadoc |
| samples/semantickernel-concepts/semantickernel-syntax-examples/.../require_context_variable_planner_prompt.txt | Deleted planner sample prompt file |
| samples/semantickernel-concepts/README.md | Removed link to Handlebars planner blog post |
| pom.xml | Removed semantickernel-sequentialplanner-extension and semantickernel-actionplanner-extension dependencies |
| README.md | Cleaned up planner references and updated infographic caption |
johnoliver
approved these changes
Jun 17, 2025
karianna
approved these changes
Jun 22, 2025
Member
|
@johnoliver Might need to elevate me to a full reviewer |
karianna
approved these changes
Jun 23, 2025
Member
|
@johnoliver - looks like I'm still not a qualifying reviewer |
karianna
approved these changes
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following the same pattern as the .NET version where SK planners were first stopped from being published and later removed from the codebase, this PR removes all planner-related references and artifacts from the Java Semantic Kernel codebase.
Changes Made
Removed Dependencies:
semantickernel-sequentialplanner-extensionandsemantickernel-actionplanner-extensiondependency references from main POM.xmlRemoved Files:
/semantickernel-api/src/test/resources/com/microsoft/semantickernel/planner/Updated Documentation:
README.mdto remove planner references while maintaining the essence of SK's orchestration capabilitiesREADME.mdto remove link to planner documentation blog postInputParameter.javacomment to remove planner referenceVerification
./mvnw clean package -Pbug-checkThe removal is clean and comprehensive, ensuring no orphaned references remain while preserving all other functionality.
Fixes #323.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.