Alexey Valikov

Results 217 comments of Alexey Valikov
trafficstars

I would appreciate if questions were asked separately. First of all, I'm not actively developing this project anymore, be aware of that. Next, I'd definitely drop the `maven-hypejaxb3-plugin`. It just...

`javaType` adds adapters which are not correctly supported by HJ3. This is a limitation.

HJ3 adds `@Transient` as it assumes that the type of the property is not known to JPA. HJ3 can't also possibly know about all the types which are mappable with...

> Would you be open to contributions regarding this? Yes, sure. Better go up to 0.12.0 or even soon-to-be released 0.13.0. Due to Java 9 support. > Do you envision...

@bgedik Please post the full exception stack trace. Also would be good if you'd share a MCVE project via PR somewhere under https://github.com/highsource/hyperjaxb3-support (under some `/`).

Thank you very much. Please also consider providing an MCVE project.

Let's say I don't oppose implementing this. :) Waiting for specific requests.

I would really not recommend using HJ with GML schemas. You won't get any reasonable mapping, you'll end up in ugly unusable structures. What you need for GML is probably...

I'm not actively develop this project anymore but would accept a PR.