Skip to content

Commit 52c6d4b

Browse files
Add T28: Restore plugin classes as public API per tconley review
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5d19df9 commit 52c6d4b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

TASK_QUEUE.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
],
145145
"status": "todo",
146146
"notes": "DABH review comment: https://github.com/temporalio/sdk-java/pull/2829/files#r3054036773"
147+
},
148+
{
149+
"id": "T28",
150+
"title": "Restore VectorStorePlugin and EmbeddingModelPlugin as public classes",
151+
"description": "Restore the plugin subclasses so users not using auto-config can create them manually (e.g. new VectorStorePlugin(vectorStore)). Auto-config uses them too. Reverts the builder-inline approach from the earlier refactor.",
152+
"severity": "medium",
153+
"category": "refactor",
154+
"depends_on": [],
155+
"status": "todo",
156+
"notes": "tconley1428 review comments on SpringAiPlugin.java and SpringAiVectorStoreAutoConfiguration.java"
147157
}
148158
]
149159
}

0 commit comments

Comments
 (0)