Commit f4a6590
phase 0: investigation and skeleton
- Read RFC-0001-v2.md end-to-end (canonical copy at java-sdk/RFC-0001-v2.md).
- PLAN.md: 4500-word engineering plan covering RFC walkthrough, message-type
to record map, five state-machine diagrams (session, job, stream,
subscription, lease), 16 documented open-question interpretations,
integration test plan, and Java-specific design choices (sealed-interface
envelope dispatch, virtual threads, structured concurrency, ScopedValue
trace context, JSpecify + NullAway, JPMS).
- Multi-project Gradle skeleton (:lib, :cli, :examples) on Gradle 9.0.0
wrapper with JDK 25 toolchain. Version catalog at gradle/libs.versions.toml.
- Spotless 7.0.4 with eclipse-jdt formatter (Palantir Java Format 2.68.0
is currently incompatible with JDK 25 javac internals; documented in
PLAN.md §A4 and the build files).
- Error Prone + NullAway wired up; gates green.
- Placeholder Version, ArcpCli, Example01MinimalSession source files so the
three subprojects compile and the gate command set passes.
- README.md and CONFORMANCE.md (per-RFC-section status, all rows ⏳ pending).
Gate 0 verified: ./gradlew spotlessCheck check javadoc jacocoTestReport all
exit 0 with no compiler warnings on JDK 25.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>0 parents commit f4a6590
20 files changed
Lines changed: 3082 additions & 0 deletions
File tree
- cli
- src/main/java/dev/fizzpop/arcp/cli
- examples
- src/main/java/dev/fizzpop/arcp/examples
- gradle
- wrapper
- lib
- src/main/java/dev/fizzpop/arcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments