Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

Prepare for modularization

Open astei opened this issue 4 years ago • 0 comments

Velocity 2.0.0 will introduce a true modularization system, built on the basis of Java 9+'s Project Jigsaw. This issue will act as a tracking issue for the overall modularization project.

Why are we doing this?

  • Smaller deployment sizes for Velocity, great for containerization.
  • Allow higher velocity of development.
  • Allow the possibility for extending parts of the proxy live, without reloading or doing hacks to try and offload packet handling.

astei avatar Dec 14 '20 20:12 astei