Evgeny Vanslov

Results 12 comments of Evgeny Vanslov

@plokhotnyuk I am not sure that follow your idea. Dsl-json supports nested objects converters from the box. It also supports 'binding' of json into the instance, but it doesn't work...

Would it be reasonable thing to add to the library? Thinking on prototyping this. > You would need to do some reset() before the binding For auto-generated `bind` indeed values...

I had yesterday an issue when tried to experiment: `mvn install` on clean checkout fails due to tests. Similar to https://github.com/ngs-doo/dsl-json/pull/102#issuecomment-439602837 ``` java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834)...

Observing same when experimenting with `JniBench` and Temurin-21+35 (build 21+35-LTS)

@zapov I made some proof of concept PR https://github.com/ngs-doo/dsl-json/pull/243. Will appreciate feedback

That's amazing. I'll close my PR as it's not needed anymore. I'll try out the feature when v2 beta is published to maven. > one can just decide what to...

Could you point to v2 release? I don't see it in artifactory https://mvnrepository.com/artifact/com.dslplatform/dsl-json and releases page https://github.com/ngs-doo/dsl-json/releases

Am I correct that upstream bug should be resolved in 19.0.2+7 ? I feel that we faced same problem using 19.0.2+7

@karianna How can I check it? I thought that https://bugs.openjdk.org/browse/JDK-8297510 corresponds to issue above and should be resolved in 19.0.2 build 7

The link shows that the issue was backported The issue is also shown in release notes for 19.0.2+7 https://www.oracle.com/java/technologies/javase/19all-relnotes.html