Raman Gupta

Results 330 comments of Raman Gupta

@jankusy @ahmedsalemelzeiny @OmarShehe Looks like 1.8.2 was released which has a [workaround](https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/385) for this issue.

Thank you @wwadge , this version seems to work for Kotlin DSL: ``` // workaround https://github.com/GoogleContainerTools/jib/issues/3132 tasks.filter { it.name in setOf("jibDockerBuild", "jibBuildTar", "jib") }.onEach { it.notCompatibleWithConfigurationCache("Jib is not compatible with...

@JordanBerginSkedulo Yes, the point isn't that there are workarounds (but thank you for documenting another one [1]). The point is, this is such a common property to set in containers...

> So is my understanding correct then that the only reliable way to do this is to write to the main `java.security` file in the base image? I believe that...

I have the opposite problem -- Jackson is always used in favor of kotlinx-serialization. Man, Spring is... frustrating.

@denismccarthykerry Is `connectionDraining.drainingTimeoutSec` necessary to solve the issue? My understanding of that is that would affect existing requests, but not new ones, so it would surprise me if that has...

I'm aware of that, but note Git returns 7, *or* the minimum needed to ensure uniqueness, which is why it returns 8 in this case. Shouldn't the plugin apply the...

> The property that your release version always uniquely identifies a point in your git history is probably important to preserve. Yes, and in addition, the problem is even worse...

> hmm... what version of swagger UI are you using I'm using the version Kompendium imports: Judging by the code, it looks like the default is to pull the latest...

I've got to figure out all the new Sonatype stuff for [a library I publish](https://github.com/rocketraman/bootable) so if I manage to get that working, maybe I can help you out with...