Aliaksandr Siamionau

Results 22 comments of Aliaksandr Siamionau

@pjfanning actually it didn't work for me. So my "workaround" is *export JAVA_HOME=`/usr/libexec/java_home -v 1.8*.

@schneist does it work for multi-module builds?

@frantuma sure, just tried and got similar stack trace: ``` 1) Error injecting constructor, scala.MatchError: @javax.inject.Inject() (of class com.sun.proxy.$Proxy6) at play.modules.swagger.SwaggerPluginImpl.(SwaggerPlugin.scala:35) while locating play.modules.swagger.SwaggerPluginImpl at play.modules.swagger.SwaggerModule.bindings(SwaggerModule.scala:11): Binding(interface play.modules.swagger.SwaggerPlugin to ConstructionTarget(class...

I guess the only option is forking and publishing it under another organization.

Hey @MateuszKubuszok - maybe I didn't spell it clear enough, but the problem is that `setUuid` field is set to the to other `uuid` field value silently, instead of the...

Having similar issue with `querySchema`, which breaks batch inserts. Seems pretty major issue, no?

As I said, it's inconsistent and happens sporadically. So I don't have a reproducer, but in the end it calls `Http().singleRequest(request)` which fails.

@jrudolph yeah it only happens for requests to a particular internal service written in (God forgive) C#, so this can be some weird corner case, but it def doesn't happen...

@djjorjinho it's mysterious but after adding retries those exceptions eventually went away by themselves, perhaps something changed externally, so I'm afraid I have no answer to that.