Lars Vierbergen
Lars Vierbergen
Fixes #2165 - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit...
# Minimal reproduction example Given a simple project with a JPA entity having a relation to an other JPA entity, both with exported repositories. Normally, when creating and updating (POST/PUT)...
## Description The HTTP HEAD method is supposed to return the same headers as GET on the same path, as per RFC2616, section 9.4. (https://tools.ietf.org/html/rfc2616#section-9.4) Since it is not possible...
Because `#mergeForPut()` fetches the `PersistentEntity` based on the class of `target`, we can't pass `Optional` as source or target, as that would lead to nested objects (e.g. JPA `@Embeddable`) are...
Debian 12 packages the kwin-bismuth project
Instead of writing ad-hoc functions for implementing ThunkExpressionEncoder and ThunkExpressionDecoder using the ExpressionJsonConverter, replace it with a new JsonThunkExpressionCoder that directly implements both interfaces. To maintain backwards compatibility, it is...
When using a HAL-FORMS template with a property with `options` that allows multiple values to be selected, the values are incorrectly serialized to query parameters. The multiple selected options are...