everrest
everrest copied to clipboard
everREST project it is RESTful application framework along with complete JAX-RS (JSR-311) implementation
Bumps `ch.qos.logback.version` from 1.2.10 to 1.2.11. Updates `logback-classic` from 1.2.10 to 1.2.11 Updates `logback-core` from 1.2.10 to 1.2.11 Dependabot will resolve any conflicts with this PR as long as you...
Are there any plans to keep this project active? Now the TCKs for the JAX-RS are available and we can certify the implementation ourselves. So as this project already implements...
I've run the `everrest-samples/book-service` example: ``` mvn clean install mvn package mvn jetty:run ``` The api is working well: http://localhost:8080/book-service/books/101. But if I visit it with "Advanced REST client" for...