Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't load JDBC drivers through the service loader without using them
This was introduced in quarkusio#7089, which was specifically about a bug when using opentracing, which no longer has an extension in core, and even its Quarkiverse extension is no longer maintained: https://github.com/quarkiverse/quarkus-smallrye-opentracing The service loading is also causing problems with quarkusio#41995 So, let's not do it all, assuming tests passes.
- Loading branch information