Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
dagger
/
java-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Unified client generation: one client for a module and for a plain Java program
- #23
#23
Draft
eunomie
wants to merge 28 commits into
dagger:main
dagger/java-sdk:main
from
eunomie:unified-client-lead-javasdk-a1705c6e
eunomie/java-sdk:unified-client-lead-javasdk-a1705c6e
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Draft
Unified client generation: one client for a module and for a plain Java program
#23
eunomie
wants to merge 28 commits into
dagger:main
dagger/java-sdk:main
from
eunomie:unified-client-lead-javasdk-a1705c6e
eunomie/java-sdk:unified-client-lead-javasdk-a1705c6e
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
hack/designs: spec unified client generation
Show description for fa04c6d
eunomie
committed
fa04c6d
View commit details
Copy full SHA for fa04c6d
Browse repository at this point
sdk: apply the formatter
Show description for 93913fa
eunomie
committed
93913fa
View commit details
Copy full SHA for 93913fa
Browse repository at this point
codegen: read @sourceMap module attribution
Show description for 4f1c699
eunomie
committed
4f1c699
View commit details
Copy full SHA for 4f1c699
Browse repository at this point
codegen: partition a schema into core and one module
Show description for b7ea798
eunomie
committed
b7ea798
View commit details
Copy full SHA for b7ea798
Browse repository at this point
codegen: read a client's entry points off its schema
Show description for 8876d8b
eunomie
committed
8876d8b
View commit details
Copy full SHA for 8876d8b
Browse repository at this point
codegen: map a module name to a Java package, and refuse a set it cannot separate
Show description for a44eafa
eunomie
committed
a44eafa
View commit details
Copy full SHA for a44eafa
Browse repository at this point
codegen: resolve type references through a registry
Show description for 2a6301e
eunomie
committed
2a6301e
View commit details
Copy full SHA for 2a6301e
Browse repository at this point
sdk: make the query transport public API
Show description for 21238e6
eunomie
committed
21238e6
View commit details
Copy full SHA for 21238e6
Browse repository at this point
sdk: serve a target on first use
Show description for f268147
eunomie
committed
f268147
View commit details
Copy full SHA for f268147
Browse repository at this point
sdk: open a session when there is none
Show description for 2fb5902
eunomie
committed
2fb5902
View commit details
Copy full SHA for 2fb5902
Browse repository at this point
codegen: generate every package a plan names in one pass
Show description for 3404869
eunomie
committed
3404869
View commit details
Copy full SHA for 3404869
Browse repository at this point
codegen: take core from the targets when a scope has none
Show description for 981f998
eunomie
committed
981f998
View commit details
Copy full SHA for 981f998
Browse repository at this point
codegen: add a client-pom goal to register generated clients
Show description for ccc90b3
eunomie
committed
ccc90b3
View commit details
Copy full SHA for ccc90b3
Browse repository at this point
prebuilt: rebuild the codegen plugin
Show description for ad3585a
eunomie
committed
ad3585a
View commit details
Copy full SHA for ad3585a
Browse repository at this point
java-sdk: generate one package per target
Show description for 9d4d221
eunomie
committed
9d4d221
View commit details
Copy full SHA for 9d4d221
Browse repository at this point
java-sdk: generate standalone client scopes
Show description for d76f797
eunomie
committed
d76f797
View commit details
Copy full SHA for d76f797
Browse repository at this point
README: document standalone clients
Show description for d4ffaaf
eunomie
committed
d4ffaaf
View commit details
Copy full SHA for d4ffaaf
Browse repository at this point
hack/designs: archive the unified-client-generation design
Show description for 85cf17c
eunomie
committed
85cf17c
View commit details
Copy full SHA for 85cf17c
Browse repository at this point
packager: hold the Maven lock across install and export
Show description for 1e50190
eunomie
committed
1e50190
View commit details
Copy full SHA for 1e50190
Browse repository at this point
Commits on Sep 15, 2026
codegen: name the runtime package apart from the generated core
Show description for 4e979b0
eunomie
committed
4e979b0
View commit details
Copy full SHA for 4e979b0
Browse repository at this point
java-sdk: generate core as a client package
Show description for 6802910
eunomie
committed
6802910
View commit details
Copy full SHA for 6802910
Browse repository at this point
codegen: refuse a module named core
Show description for ec08a6e
eunomie
committed
ec08a6e
View commit details
Copy full SHA for ec08a6e
Browse repository at this point
templates: reach core through its own package
Show description for 4b1f6e0
eunomie
committed
4b1f6e0
View commit details
Copy full SHA for 4b1f6e0
Browse repository at this point
e2e: assert core where it now lives
Show description for f9dbe1a
eunomie
committed
f9dbe1a
View commit details
Copy full SHA for f9dbe1a
Browse repository at this point
engine-e2e: pin core's package in the initialized module
Show description for 8cdc722
eunomie
committed
8cdc722
View commit details
Copy full SHA for 8cdc722
Browse repository at this point
README: document core as a client package
Show description for b15f994
eunomie
committed
b15f994
View commit details
Copy full SHA for b15f994
Browse repository at this point
hack/designs: record core as a client package
Show description for 1bc5e07
eunomie
committed
1bc5e07
View commit details
Copy full SHA for 1bc5e07
Browse repository at this point
prebuilt: rebuild the codegen plugin for the core move
Show description for bf1b2d0
eunomie
committed
bf1b2d0
View commit details
Copy full SHA for bf1b2d0
Browse repository at this point
You can’t perform that action at this time.