person2713

Results 6 comments of person2713

Hello, I have the same problem: `LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: #1: io.netty.buffer.AdvancedLeakAwareByteBuf.writeBytes(AdvancedLeakAwareByteBuf.java:610) org.springframework.core.io.buffer.NettyDataBuffer.write(NettyDataBuffer.java:177) org.springframework.core.io.buffer.NettyDataBuffer.write(NettyDataBuffer.java:43) org.springframework.http.codec.json.AbstractJackson2Encoder.encodeValue(AbstractJackson2Encoder.java:237) org.springframework.http.codec.json.AbstractJackson2Encoder.lambda$encode$0(AbstractJackson2Encoder.java:150) reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:113) reactor.core.publisher.Operators$ScalarSubscription.request(Operators.java:2398)...

@kojilin thank you! Yes, release 1.16.0 fix this, at least I don't see this message in logs any more.

I can configure json object few. It's possible describe inner structure of json like in layout (['*'])? Or may be there are recursive mechanics?

Yes, you right. I don't have enough experience with json schema form so I decided to answer someone who have enough experience.

Does it possible collapse (expand) sub-object with complex structure? Or I can only collapse and expand objects with primitive types?

Catull thanks for your explanation. Can you give me links to docs where you find that information? Or may be you answer on my question? There is way don't describe...