-
When `@JsonSerialize` specifies a custom serializer in conjunction with `@JsonBackReference`, it should not be ignored, as the reference is obviously meant for use during deserialization with such an …
-
It seems that @JsonDeserialize(contentAs = X.class) is ignored.
Here is some test fragment:
```
@JavaslangEncodingEnabled
public static class L {
@JsonDeserialize(contentAs …
-
It seems that for small numbers, an Option[Long] in a case class actually gets deserialized with a runtime type of int. This can then manifest in a couple ways. Maps using these values as keys may n…
-
The credit card formatter incorrectly removes one more character than it is supposed to. Eg:
```
init value = 1234*| (* being delimiter)
press backspace
returned value = 12|
```
The issue seems …
-
Variant model does not contains the name of the samples, or any other metadata. The option `samplesMetadata` in the REST api, or the param `--samples-metadata` in the CLI was returning this metadata i…
-
Can you please promote https://www.drupal.org/sandbox/brian14/2834539 to a full project. Now everyone can create full projects, so you have access to do that.
I want to use this fantastic theme in …
-
tel: '3291693360'
email: pelange23@web.de
cosa: 'Roulotte o container'
descrizione: 'Buongiorno, sto cercando un ruolotte o camper (piccolo, ma con i servizi funzionanti) fino a cessare l''emergenz…
-
Ko poskušam pognati strežnik, dobim naslednjo napako:
```console
$ python3 manage.py runserver
...
ImportError: No module named 'beernburger.settings'
```
Razlog je najbrž v tem, da imaš v `.git…
-
I need to exclude specific directories from the backup, and could not find a way to do so.
Rather than adding cumbersome lists, an easy and widespread way is supporting the [Cache Directory Tagging S…
-
If we input col.name = input$textinput in read.csv --> we are getting this bug... My sample file has three column without headers..
i have tried with several iterations and thought to report as bug.
I…