Will Sargent
Will Sargent
Same as https://github.com/playframework/play-java-starter-example/pull/61
This is an example of https://github.com/sbt/sbt-js-engine/issues/56, where an old version of Rhino seems to be causing errors: ``` [info] LESS compiling on 1 source(s) [error] java.lang.NoSuchMethodError: org.mozilla.javascript.ScriptRuntime.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object; [error] at io.apigee.trireme.node10.main.trireme._c_anonymous_1(trireme.js:37)...
I'm looking to see how to integrate the java-cassandra-driver for opentracing with Phantom. The Java API expects to wrap Cluster, and takes an Initializer: ```java // Instantiate tracer Tracer tracer...
The repo is maven, and the name of the project is bootstrap -- I couldn't see download_file working until I switched these.
## Report Thank you for trying **conjure-up**! Before reporting a bug please make sure you've gone through this checklist: - [N] Is this problem already documented at https://docs.ubuntu.com/conjure-up/en/troubleshoot#common-spell-problems - [N]...
If there are errors or warnings, the appender should be able to up the logging level for the logger (or package) to DEBUG, for example.
Currently in the JDK, an failed assert will throw an `AssertionError`. Because the default uncaught exception handler doesn't have any kind of handling of `AssertionError`, this means that there's no...
In the situation where there's an `e.printStackTrace()` we should be able to use bytebuddy to rewrite this to something more like: ```java Logger logger = LoggerFactory.getLogger(this.getClass()); logger.error(e.getMessage(), e); ``` This...
I have a failing spec in my project that is coming from a null typeclass, and I suspect this is a bug in Magnolia ``` [info] - should derive a...