Skip to content

fix: remove unused httpClientServiceAssembly from pmanager#53

Merged
paullatzelsperger merged 3 commits into
mainfrom
fix/42-remove-httpclient-assembly
Mar 17, 2026
Merged

fix: remove unused httpClientServiceAssembly from pmanager#53
paullatzelsperger merged 3 commits into
mainfrom
fix/42-remove-httpclient-assembly

Conversation

@fulviocazzanti
Copy link
Copy Markdown
Contributor

Summary

  • Removes the unused httpClientServiceAssembly registration from the pmanager launcher
  • The HttpClient is only used by agents (edcv, keycloak, registration, onboarding), not by pmanager services
  • Can be re-added if needed in the future

Closes #42

Test plan

  • go build ./pmanager/... compiles successfully
  • Full test suite passes (go test ./common/... ./pmanager/... ./tmanager/...)

🤖 Generated with Claude Code

The httpClientServiceAssembly was registered in the pmanager launcher
but not used by any pmanager service. It is only needed by agents
(edcv, keycloak, registration, onboarding) and can be re-added if
required in the future.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jimmarino jimmarino self-requested a review March 5, 2026 08:09
@paullatzelsperger paullatzelsperger merged commit 014c33e into main Mar 17, 2026
2 checks passed
@paullatzelsperger paullatzelsperger deleted the fix/42-remove-httpclient-assembly branch March 17, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pmanager: remove registration of httpClientServiceAssembly

3 participants