oscerd commented on PR #9072: URL: https://github.com/apache/camel-quarkus/pull/9072#issuecomment-5441158892
Thanks @apupier — done, pushed. It is a straight swap: `QuarkusUnitTest` and `QuarkusExtensionTest` both extend `AbstractQuarkusExtensionTest<S>`, and `setArchiveProducer` is declared on that shared base, so only the import and the field type changed. `quarkus-junit-internal` 3.39.0 ships `QuarkusExtensionTest`, and `QuarkusUnitTest` is indeed marked `Deprecated` in the same jar. The module is still green at 18/18 — my 4 cases plus the 6 existing policy test classes. For what it is worth, this is now the only file in the repository using the new class: `QuarkusUnitTest` is referenced by 180 test files, including the six sibling JTA tests right next to this one. I have deliberately not touched those here, since a bulk migration is a much bigger change than this PR should carry, but it is probably worth its own issue if the deprecation is going to bite at some point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
