Alexey Valikov

Results 217 comments of Alexey Valikov
trafficstars

One more questions: is it OK if I only implement this for German?

> For plural forms, we can leave gender = null, unless we find another good alternatives. It will still be possible to access the two different plural forms (per case)...

@chmeyer Seems I've encountered a problem. Please see the following word: https://de.wiktionary.org/wiki/Fels ![Declension of Fels](https://user-images.githubusercontent.com/6707996/43941573-f5f8147a-9c74-11e8-932d-34264817aa0f.png) It has two singulars, both masculine. With three alternatives in `Genitiv Singular 1`. In this...

I'm totally fine with `inflectionGroup`. This solves my problem. I'll finish the singular gender first and do it next. Thank you.

I have also ran into this issue. Below are my tests: ``` javascript "Without prefix" : function(test) { var xmldom = require('xmldom'); var di = new (xmldom.DOMImplementation)(); var doc =...

I understand. This should be actually `maven-jaxb2-plugin` issue since JAXB plugin can do nothing about classpaths. It just uses what's given. And it's `maven-jaxb2-plugin` which provides the classpath to JAXB...

Thank you for the contribution. I'll need some time to review this.

Yes, the plugin should work with `jaxws-maven-plugin`. Please send me a PR or a sample project which compiles something with the `jaxws-maven-plugin` and I'll add some annotations via `jaxb2-annotate-plugin`. The...