Christoph Feuerer

Results 6 comments of Christoph Feuerer

It seems like the OkHttp version used here is pretty much incompatible with frameworks like quarkus and spring

Already tried that, my dependencies are ``` dependencies { implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}") implementation 'com.github.instagram4j:instagram4j:2.0.0' implementation 'io.quarkus:quarkus-mongodb-panache' implementation 'io.quarkus:quarkus-resteasy-jsonb' implementation 'io.quarkus:quarkus-kotlin' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'io.quarkus:quarkus-arc' api 'com.squareup.okhttp3:okhttp:4.7.2' api 'com.squareup.okhttp3:okhttp-urlconnection:4.7.2' testImplementation 'io.quarkus:quarkus-junit5' }...

[dependencies.log](https://github.com/instagram4j/instagram4j/files/5585956/dependencies.log) This is my dependency tree. It seems gradle is changing the version back even though I changed the dependencies. Any ideas?

Okay this fixes the wrong okhttp version ``` Executing tasks 'dependencyInsight --dependency okhttp3 --quiet'... com.squareup.okhttp3:okhttp:4.7.2 variant "compile" [ org.gradle.status = release (not requested) org.gradle.usage = java-api org.gradle.libraryelements = jar (compatible...

Sorry for bumping this, but did any of you find a fix for this?

For anyone else finding this thread in the future: I'm now using the custom passes defined [here](https://www.intetic.com/blogs/unity-hdrp-render-object-on-top-of-everything/) and I had the same issue there. I figured out it was because...