Henrik Huttunen
Henrik Huttunen
Currently generic runtime is included in the same file as project specific generated type definitions. Instead Apina runtime should be a _npm_ dependency. The user of Apina just includes the...
If _xjcVersion.set("2.3.3")_ (or 3.0.0) is omitted when using _groups_ to define multiple schema generations, the gradle build fails mysteriously with: ``` java.lang.StackOverflowError at org.gradle.api.internal.provider.AbstractProperty.getProducer(AbstractProperty.java:178) at org.gradle.api.internal.provider.AbstractProperty.getProducer(AbstractProperty.java:178) at org.gradle.api.internal.provider.AbstractProperty.getProducer(AbstractProperty.java:178) (and so...
Running Spring boot application 1.3.3-RELEASE through IntellijJ IDEA with VM options: `-javaagent://springloaded-1.2.6.BUILD-20160411.195630-9.jar -noverify` When I save and compile the project, the following exception is thrown. Same problem with 1.2.5-RELEASE. `java.lang.IllegalAccessException:...