Vojtěch Krása

Results 329 comments of Vojtěch Krása

Your new SMSC sends you wrong DeliveryReceipt, either force them to fix it, or work around it (make your own DeliveryReceipt.parseShortMessage, or just alter the shortMessage you pass into it).

Sounds like IntelliJ bug. https://youtrack.jetbrains.com/issue/IDEA-281936/Support-.mvn-jvm.config-per-module-for-defining-JVM-configuration-for-Maven-builds

Thanks. The whole situation sucks. I have too many UIs to do it programmatically. I think the best would be to somehow do multiple releases with Gradle - one normal...

> The Chinese version has not been updated simultaneously, which is simply too uncomfortable for me with updating obsessive-compulsive disorder Yeah, I need to automate it.

I just pushed the annotation into a new branch, validation-api does not have anything usefull. The validation should work out of the box, at least with hibernate validator, that is...

@Choice.List - exactly. You can get choice as a single field: http://blog.bdoughan.com/2011/04/xml-schema-to-java-xsd-choice.html https://github.com/krasa/krasa-jaxb-tools-example/commit/db6ccb8a43a7053d5ce7394652ee525a7d7abcbb But I do not like this thing.

Interesting, it generates the second style if it has maxOccurs...https://github.com/krasa/krasa-jaxb-tools-example/commit/e654800f3a6c44254cdc65a8a36cbabd9016fba5 But I would not bother with supporting that, since I have never seen such thing, even simple choice is quite...

hi, the progress is: I am pretty sure that it cannot be done without some manual parsing of the xsd, or some xsd annotations, which sucks.