yegor256 / takes

True Object-Oriented Java Web Framework without NULLs, Static Methods, Annotations, and Mutable Objects
https://www.takes.org
MIT License
805 stars 197 forks source link

Migrate to jakarta namespace #1307

Open laeubi opened 2 months ago

laeubi commented 2 months ago

currently it uses javax.json but should use jakarta.json namespace to be upgradable for future versions. This is usually only a organize imports required.