Hi, trying to use the Logbook logging interceptor but they are using 4.x version of OkHttp. Maven by default picks the lowest, which goes from feign-okhttp jar, which makes Logbook break on non-existing method. Just an inconvenience that I have to redefine okhttp to 4.x manually, fortunately, it seems to work.
Hi, trying to use the Logbook logging interceptor but they are using 4.x version of OkHttp. Maven by default picks the lowest, which goes from
feign-okhttpjar, which makes Logbook break on non-existing method. Just an inconvenience that I have to redefine okhttp to 4.x manually, fortunately, it seems to work.