-
When parsing JSON documents with a schema described by suitably annotated Java POJO classes, Jackson represents `float` values with `DoubleNode` instances, not `FloatNode` instances as might be expect…
-
scala.text.Document is deprecated in Scala 2.11. This impacts the future of json4s-native, which depends on it. It's time to either:
1. Deprecate json4s-native for eventual removal.
2. Start conside…
-
I joined the Matchmaker Exchange group late last year. After reading up the work done by GA4GH, I found the avro schema files confusing.
After several working group calls and many emails, I managed t…
-
Hello @schwabe and @amarsico ,
I have made another clean installation and I found some problems with the core. I have pulled the latest code and I have recompile the Core without any problem. Then, …
-
This has been discussed at various times, including in PR #17. Currently BMP is a pretty tightly wound monolith that bundles together the command-line REST services layer, plus the core BMP functional…
-
Hello:
I am following the same code which is in the demo repository. I am able to generate the .adoc file but PDF file is not generated.
Following is my gradle settings
```
test {
systemProperty…
-
Hello,
JsonFactory#createParser(InputStream in) has the [comment](https://github.com/FasterXML/jackson-core/blob/master/src/main/java/com/fasterxml/jackson/core/JsonFactory.java#L783):
```
Note: no …
-
https://github.com/npiv/rethink-java-driver might be a good jumping off point. It seems both of the 3rd party drivers for Java are abandoned or very out of date
-
[@FroMage] Bill Burke asked me if we have _dynamic dispatch_. He described it thus:
> That you can write a class that can have attributes, fields and methods dynamically dispatched to a generic metho…
-
When using mongodb you can't edit entites at the moment. It looks like the id is not correctly transferred to to backend. The problem was not there with spring-boot 1.3.1 (worked on https://github.com…