Restructure modules: conductor-client-ai[-spring] rename, agent-examples/e2e rename, drop shim modules#129
Merged
Merged
Conversation
…ring to conductor-client-ai-spring Aligns the agent SDK module names (and their published artifactIds, org.conductoross:conductor-client-ai[-spring]) with the conductor-client-* naming used by the rest of the repo. Directories moved with git mv; the java package org.conductoross.conductor.ai is unchanged, and the conductor-ai-e2e / conductor-ai-examples modules keep their names.
…i-e2e to e2e; drop shim modules Removes the source-less publishing shims java-sdk (org.conductoross:java-sdk), orkes-client (io.orkes.conductor:orkes-conductor-client) and orkes-spring (io.orkes.conductor:orkes-conductor-client-spring) — consumers should depend on conductor-client / conductor-client-spring directly. The SDK guides that lived in java-sdk/ move to docs/. harness drops its redundant :orkes-client dependency (it already depends on :conductor-client, which the shim merely re-exported).
v1r3n
approved these changes
Jul 16, 2026
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.
Summary
conductor-ai→conductor-client-aiandconductor-ai-spring→conductor-client-ai-spring(viagit mv, history preserved); published coordinates becomeorg.conductoross:conductor-client-ai[-spring]conductor-ai-examples→agent-examplesandconductor-ai-e2e→e2e; neither appliesmaven-publish, so neither is ever published to Maven Centraljava-sdk(org.conductoross:java-sdk),orkes-client(io.orkes.conductor:orkes-conductor-client), andorkes-spring(io.orkes.conductor:orkes-conductor-client-spring) — consumers should depend onconductor-client/conductor-client-springdirectly (CHANGELOG entry added)java-sdk/(worker_sdk.md,workflow_sdk.md,testing_framework.md) move todocs/; README links updatedharnessdrops its redundant:orkes-clientdependency (the shim only re-exported:conductor-client, which harness already depends on)agent-e2eworkflow updated to the new names; java packageorg.conductoross.conductor.ai[.spring]unchangedTest plan
./gradlew :conductor-client-ai:compileJava :conductor-client-ai-spring:compileJava :agent-examples:compileJava :e2e:compileTestJava :harness:compileJavapasses./gradlew projectsshows the expected module setgit grepfinds no stale references to any old module name