-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Migration Guide 3.38
Bruno Baptista edited this page Jun 18, 2026
·
5 revisions
Table of Contents
|
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
The priority order of configuration for @QuarkusIntegrationTest and @QuarkusMainIntegrationTest is now first QuarkusTestProfile#getConfigOverrides and then QuarkusTestResourceLifecycleManager#start() (it was the opposite until now), making it consistent with @QuarkusTest configuration ordering.
The RESTAssured configuration now accounts for the quarkus.servlet.context-path when setting the test base path. Previously, calls to RESTAssured required the quarkus.servlet.context-path value to be part of the endpoint path to be called.