Making Agrest independent from JAX-RS would give us lots of flexibility. We'll be able to reuse it between JavaEE and JakartaEE versions of JAX-RS, Spring REST API, etc.
A small step towards this goal is to replace JAX-RS Status object with an int status (using the new HttpStatus class as a holder of valid statuses).
Making Agrest independent from JAX-RS would give us lots of flexibility. We'll be able to reuse it between JavaEE and JakartaEE versions of JAX-RS, Spring REST API, etc.
A small step towards this goal is to replace JAX-RS Status object with an int status (using the new HttpStatus class as a holder of valid statuses).