agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
82 stars 34 forks source link

Replace JAX-RS Status references with int Status #496

Closed andrus closed 2 years ago

andrus commented 2 years ago

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).