Daniel (dB.) Doubrovkine

Results 3352 comments of Daniel (dB.) Doubrovkine

@rlevytskyi @tophercullen Do you still have your repro. Care you try with JDK 21 and `-XX:+G1UsePreventiveGC`, please?

> However based on what @ansjcy provided, that option is no longer available in JDK21. Yes, my bad for not reading carefully enough.

> @dblock - Is there a common share location where these heap dumps can be uploaded? AFAIK no, we don't have a place to host outputs from individual runs -...

@lopiter Do you have a simple(r) repro? Some code that shows the problem?

Please add a test and CHANGELOG entry. Thanks!

This is still a bug, care to finish a fix? I'll reopen.

This has been discussed in https://groups.google.com/forum/#!msg/mongoid/MaXFVw7D_4s/T3sl6Flg428J. Monkey patch: ``` ruby module BSON class ObjectId def as_json(options = {}) to_s end def to_bson_key(encoded = ''.force_encoding(BINARY)) to_s.to_bson_key(encoded) end end end ```

@fred How does Rabl work on JRuby though? Check out [email protected]:LTe/grape-rabl.git and run tests on JRuby. You will get the failure above. Maybe I am missing something?

Confirmed JRuby bug, https://github.com/jruby/jruby/issues/3009#issuecomment-108091994, made some progress to setting up JRuby tests for Rabl for when that's fixed (or trying to find a workaround), https://github.com/dblock/rabl/tree/jruby, but I ran into #632.

@reta and @dlvenable - I'd like your thoughts on the problem space, the downsides, and potential solutions.