-
`ConfigBeanFactory.create` supports the ability to create a typed object with a single method call which is very nice. I am using java 17 and would like to use a `record` instead of a java bean to ta…
-
Using `@JacksonXmlElementWrapper` and `@JacksonXmlProperty` annotations with Java records results in deserialization exception.
For example, I'd expect following XML:
```xml
g…
-
Option to generate java models as records.
-
JIRA Issue: [KIEKER-1445] monitoring rpc programs based on kieker's SOAP interceptors
Original Reporter: Wx Jin
***
My purpose is to monitor SOAP-based web service calls in order to construct …
-
**Describe the bug**
I have the following simple assertion in my test:
```
hasProperty("name")
```
For the following record:
```
public record AnyDto(
Long id,
@NotBlank
…
-
BitcoinJ has many nested immutable classes, mostly in the **core** module. Some of them have a simple structure, i.e. a couple of fields with `public final` and a constructor. In addition, BitcoinJ re…
-
I read a long time ago there will be eventually support to use java records
I wonder if there is any update for this? I think this will be a very handy support
-
I am using Java records in my model. The documentation seems to have a discrepancy.
Under [Java Record](https://docs.eclipsestore.io/manual/storage/faq/java-features.html) the documentation states …
-
Java 14 introduced the `record` keyword, which allows the creation of a lightweight "class" which really only holds data, similar to a `struct` in C for example. StringTemplate does not support record…
-
Can FST properly do deserialization of Java Records?
I'm using the latest version fst available and trying to emulate serialization/deserialization process
Serialization works fine, but when I'm t…