|
From: John D. A. <joh...@gm...> - 2014-04-08 01:33:02
|
Hi Just noticed that in master right now, the code can't compile. There's a new resteasy-hibernatevalidator-provider module that depends on the resteasy-cdi module, however the resteasy-cdi module doesn't come until much later in the build. Likewise, Resteasy CDI doesn't compile because of: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project resteasy-cdi: Compilation failure: Compilation failure: [ERROR] /c:/resteasy/Resteasy/jaxrs/resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java:[16,41] cannot find symbol [ERROR] symbol: class GeneralValidatorCDI [ERROR] location: package org.jboss.resteasy.spi.validation [ERROR] /c:/resteasy/Resteasy/jaxrs/resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java:[31,12] cannot find symbol [ERROR] symbol: class GeneralValidatorCDI [ERROR] location: class org.jboss.resteasy.cdi.JaxrsInjectionTarget<T> [ERROR] /c:/resteasy/Resteasy/jaxrs/resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java:[39,23] cannot find symbol [ERROR] symbol: class GeneralValidatorCDI [ERROR] location: class org.jboss.resteasy.cdi.JaxrsInjectionTarget<T> [ERROR] /c:/resteasy/Resteasy/jaxrs/resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java:[39,90] cannot find symbol [ERROR] symbol: class GeneralValidatorCDI [ERROR] location: class org.jboss.resteasy.cdi.JaxrsInjectionTarget<T> [ERROR] /c:/resteasy/Resteasy/jaxrs/resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java:[42,57] cannot find symbol [ERROR] symbol: class GeneralValidatorCDI [ERROR] location: class org.jboss.resteasy.cdi.JaxrsInjectionTarget<T> Was this on purpose? John |