Radek Ježdík

Results 4 comments of Radek Ježdík

We are having the same issue. We start and close some contexts during the lifetime of our app. If that happens a lot, after a while we get OOM. After...

I tried to write a class loader to collect created proxy classes and clean the static field after the context is closed. However, our setup of contexts is not trivial...

Preview ![img_20160718_104402](https://cloud.githubusercontent.com/assets/158482/16909754/dbe5323a-4cd4-11e6-9eb4-7adfa9a96689.jpg)

I experience the same thing, but it happens with `@Builder` on a normal method (not a constructor). It cannot resolve the method, but once I do some simple change to...