We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627887b commit d616df5Copy full SHA for d616df5
1 file changed
TODO.md
@@ -69,6 +69,11 @@
69
70
## Build
71
72
+- [ ] **Merge `core`/`reader`/`writer` into a single library jar** — the three modules are tightly
73
+ coupled (every `Encoding` class has both encode + decode; format constants are shared). A single
74
+ `vortex-java` artifact simplifies client dependency management and removes artificial module
75
+ boundaries. Keep `integration`, `performance`, and `cli` as separate modules. Package structure
76
+ (`encoding`, `io`, `writer`) already enforces internal boundaries without Maven.
77
- [ ] prefix all modules with "vortex-"
78
- [ ] add BOM module
79
- [ ] deploy to maven central
0 commit comments