Tom Gottfried
Tom Gottfried
Hi, in order to build an enhanced template selection in a mapfish-print client application, it would be nice to have the possibility to define a detailed description and eventually a...
**Describe the bug** Serializing a `java.sql.Timestamp` using a `Jsonb` instance created for example with ``` JsonbBuilder.create(new JsonbConfig().withDateFormat( "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'SSSXXX", null)) ``` fails with an Exception: ``` jakarta.json.bind.JsonbException: Internal error: class java.sql.Timestamp...
Closes #687.
Dear Yasson Committers, this PR contains a fix for what has been reported in #672. What do you think on the approach? In case you agree, I could continue with...
**Describe the bug** `Jsonb.fromJson(v.toString(), JsonObject.class)` works for `v` of type `jakarta.json.JsonValue`, regardless of whether it represents a JSON object or not. **To Reproduce** ``` final JsonValue jsonString = Json.createValue("test"); final...
Documents that `{alias}` is resolved in `Formula` annotation as introduced with [HHH-12280](https://hibernate.atlassian.net/browse/HHH-12280). ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the...