-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
This is what I have in log file:
```
org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
at org.glassfish.jaxb.runtime@4.0.2/org.glassfish.ja…
-
Let S be a superclass for classes C1 and C2 that are representing a concrete
instances of different XML elements E1 and E2\. I would like to be able to
configure a single JAXBContext instance that wou…
-
previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8172162
FULL PRODUCT VERSION :
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM…
-
When JAXBContext is instantiated based on multiple classes and one of the class contains a property that is annotated with @XmlAnyElement. This causes other classes to be stored in the rootmap not as …
-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
With an unmarshaller defined for `MyType` the following server route:
```
put(
entity(as[Option[Order]]) { maybe =>
complete("Ok")
}
)
```
when hit with an empty body, responds wit…
-
First things first: thank you for this great package!
```python3
@dataclass
...: class XXX:
...: a: int
...: …