Lars Vierbergen

Results 6 issues of 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...

status: waiting-for-triage

# 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)...

status: waiting-for-triage

## 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...

status: waiting-for-triage

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...