-
Move those common components out of the `amazonsqs` package into a separate `utils` package?
p4tin updated
2 months ago
-
**Describe the bug**
```
record MyClass(@JsonbProperty("my_set_field") @JsonbTypeAdapter(SetAdapter.class) Set entries) {};
public class SetAdapter implements JsonbAdapter { /* ... */ }
```
…
-
I tried to use [custom time converter from README](https://github.com/gocarina/gocsv#customizable-converters) and used UnmarshalToCallback function. It didn't return error for wrong time format and si…
-
```golang
package main
import (
"gopkg.in/yaml.v2"
)
type x struct {
field string
}
type y struct {
x
}
func main() {
b := []byte(`
x:
field: something
`)
var Y y
prin…
ghost updated
7 years ago
-
I have something like this
in our code
```
func (t *TestJob) UnmarshalYAML(node *yaml.Node) error {
type alias TestJob
dataAlias := (*alias)(t)
err := node.Decode(&dataAlias)
if err != …
-
Dear all,
The configuration of the KNMI servers providing seismic data has been recently altered with the introduction of an additional HTTP response header:
```
Set-Cookie: HttpOnly;Secure;Sam…
-
```
What steps will reproduce the problem?
1. In Files that do not contain a sampleLIst the call
unmarshaller.unmarshalFromXpath("/sampleList", SampleList.class) throws an
error.
What is the expect…
-
As a work-around for issue [https://jaxb.dev.java.net/issues/show_bug.cgi?id=515](https://jaxb.dev.java.net/issues/show_bug.cgi?id=515),
I instructed the unmarshaller to use validation ( using setSche…
-
This issue is same as JAXB-602 which has been closed , and the fix for the same has been backed out in later releases
FYI.,
https://github.com/javaee/jaxb-v2/issues/602 with a patch as below in Ru…
-
### 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…