Josh Spiegel
Josh Spiegel
[`CommonTree.setUnknownTokenBoundaries()`](https://github.com/antlr/antlr3/blob/7c46aa9aebc9a5e6999c82d530bb8af566c0823e/runtime/Java/src/main/java/org/antlr/runtime/tree/CommonTree.java#L148) updates token boundaries of an AST node by using the boundaries of the node's first and last child. This seems to assume that the children of the AST are...
SODA has a small dependency on java.activation: ./src/oracle/soda/rdbms/impl/OracleDocumentImpl.java: import javax.activation.MimeType; ./src/oracle/soda/rdbms/impl/OracleDocumentImpl.java: import javax.activation.MimeTypeParseException; This Java EE module is deprecated for removal in Java 9 and will be removed from the...
This is an enhancement idea for the next version of JSON-P. UTF-8 is the predominant representation for JSON text: From https://tools.ietf.org/html/rfc8259: > JSON text exchanged between systems that are not...
Some data binding frameworks provide a way to do mappings to/from parsers and generator. JAXB: https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/JAXB.html#unmarshal-javax.xml.transform.Source-java.lang.Class- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/JAXB.html#marshal-java.lang.Object-javax.xml.transform.Result- (see StAXResult and StAXSource) Jackson: https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/ObjectMapper.html#writeValue(com.fasterxml.jackson.core.JsonGenerator,%20java.lang.Object) https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/ObjectMapper.html#readValues(com.fasterxml.jackson.core.JsonParser,%20java.lang.Class) This is a useful feature as...
Hi! This week the Autonomous JSON Database went live: [https://blogs.oracle.com/jsondb/autonomous-json-database](https://blogs.oracle.com/jsondb/autonomous-json-database) It is a new workload type AJD that can be specified in addition to ATP and ADW. Could you please...