-
`formField` directive fails if there is too generic unmarshaller in scope, that prevents `FieldMagnet` machinery to work.
It can happen quite a lot - for example when using akka-http-json4s or other …
-
```
Hi,
just tried to use XML as data transfer format instead of JSON, but got a
MissingMethodException.
What steps will reproduce the problem?
1. set request.contentType(ContentType.XML);
2. set r…
-
XML can be read from java.io.Reader, and often people do that, yet the
javax.xml.bind.Unmarshaller interface doesn't have a version that takes
java.io.Reader.
This is a strange omission given that th…
-
I had already reported this issue to Oracle, but I don't think it got attention (and maybe I was reporting it to the wrong people anyway). On the users@jaxb.java.net mailing list Iaroslav guided me he…
-
## Description
It might already be supported ... but I'm not sure.
Detect XXE when using JAXB context class.
https://stackoverflow.com/a/12978808/89769
## Code
```java
package xxe;
…
-
### Component(s)
connector/otlpjson
### What happened?
## Description
The OTLP/JSON connector reports errors on invalid JSON, but silently ignores valid JSON that is not valid OTLP. I would expe…
-
Tests are failing on the S390 architecture. I think it might be because the S390 architecture is big endian.
The tests pass against the plain Python version of the library without the Cython bit.
…
-
JAXB ignores the xsi:type in SOAP request and tries to instantiate abstract class if the abstract element is in a list
2017-08-21 14:58:37.982 [http-nio-8080-exec-3] INFO com.sun.xml.bind.v2.Class…
-
I have found that certain UnmarshalExceptions result in memory leaks. A reference to the unmarshalled object is held by com.sun.xml.bind.v2.runtime.unmarshaller.Scope and is never released for the lif…
-
I single unmarshaller instance is used to unmarshal an invalid XML payload; which runs into an Exeception (InstantiationException).
Upon catching the exception and re-trying a valid payload, the unmar…