Olivier Cailloux

Results 57 comments of Olivier Cailloux

I have looked in detail at the source code of `SimpleDocumentValidator` in view of publishing a simple-to-use wrapper of Nu that can be used to validate HTML as a Java...

BTW I have no idea how the poster of #202 obtained the error message shown there (which is much more useful than the only one I could get). Any idea?

Related to this issue and #8, I’d like to mention that I just released a few classes, inspired by durian’s “error” classes, which implement what I was thinking about (more...

Sorry, didn’t understand you. Same thing as what? Do you mean that this delay is a usual behavior?

Ah ok, I thought it was something specific to my setup, especially given that the README indicates that the application is fast thanks to it working locally. Let me add,...

I am unsure I understand your previous message. What’s the current status? As far as I can see at #1327 the build is failing (perhaps due to the changes of...

Thanks! I still have a problem. When leaving my dependency to [org.glassfish.jersey.bundles:jaxrs-ri](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.glassfish.jersey.bundles%22%20AND%20a%3A%22jaxrs-ri%22):2.26, calls to the JAX-RS API (following [this](https://github.com/oliviercailloux/java-course/blob/master/JAX-RS%20client.adoc) pattern) fail with: ``` java.lang.NoSuchMethodError: org.glassfish.hk2.utilities.ActiveDescriptorBuilder.asType(Ljava/lang/reflect/Type;)Lorg/glassfish/hk2/utilities/ActiveDescriptorBuilder; at org.glassfish.jersey.inject.hk2.Hk2Helper.translateToActiveDescriptor(Hk2Helper.java:309) at org.glassfish.jersey.inject.hk2.Hk2Helper.bindBinding(Hk2Helper.java:150) at...

(Just wondering) Should I open a new bug report about this?

I must say I didn’t try that but used another workaround. Even if manual exclusion worked, I still believe this bug would benefit from a fix so that other users...

@amihaiemil Thanks: excluding `org.glassfish.hk2:hk2-api`, `org.glassfish.hk2.external:javax.inject` and `org.glassfish.hk2:hk2-locator` from `com.jcabijcabi-github:0.33.1` indeed solves the problem. However this is probably not the cleanest solution as this leaves old dependencies (that are selected by...