quarkus-for-spring-developers / examples

Example code for the Quarkus for Spring Developers eBook
https://red.ht/quarkus-spring-devs
Apache License 2.0
46 stars 17 forks source link

Chapter 6: quarkus-rest-debug: Use RESTEasy Reactive #69

Closed edeandrea closed 3 years ago

edeandrea commented 3 years ago

Sub-issue of quarkus-for-spring-developers/project-management#30

The project's pom.xml should use RESTEasy Reactive instead of RESTEasy classic, as well as RESTEasy Reactive Jackson.

edeandrea commented 3 years ago

@cmoulliard thoughts?