byte-buddy icon indicating copy to clipboard operation
byte-buddy copied to clipboard

Does not work in Databricks Container Services

Open mondal-alex opened this issue 2 years ago • 1 comments

Hi Byte Buddy community,

My team builds a java application that uses byte buddy (brought in as a transitive dependency of hibernate-core).

We use our application in the Databricks cloud, with Docker container services. However, byte-buddy is breaking the environment: we cannot access any of our java objects (not found error). As soon as byte buddy is removed, everything works as expected.

We contacted Databricks support, and they said we need to reach out to you all.

Perhaps the issue we are seeing is related to this thread (Docker): https://github.com/raphw/byte-buddy/issues/1469. What I am looking for is instructions and documentation of how to get byte buddy to work in Docker containers.

Thanks 🙂

mondal-alex avatar Oct 23 '23 15:10 mondal-alex

Byte Buddy in itself is just a library when used via Hibernate. If you remove it, you'd have a different app. I can't see how BB breaks your environment. It's likely the code that is removed with it.

raphw avatar Oct 23 '23 18:10 raphw