quarkusio / quarkus-super-heroes

Quarkus sample application - Super Heroes
Apache License 2.0
274 stars 159 forks source link

Update `QuarkusTestResource` to `WithTestResource` annotations #1127

Closed edeandrea closed 1 month ago

edeandrea commented 1 month ago

Replaced deprecated @QuarkusTestResource annotations with the new @WithTestResource annotations across multiple test classes. This ensures compatibility with the latest Quarkus testing utilities and simplifies resource management.