Thomas Heigl

Results 13 issues of Thomas Heigl

We have been using less4j in our workflow for years and it works perfectly for our use-case. From time to time we run into incompatibilities with newer CSS/Less constructs, but...

**Is your feature request related to a problem? Please describe.** We are in the process of migrating our application to Spring 6, Spring Boot 3 and Spring Data 3. All...

feature

In most cases, Kryo 5 and Kryo 4 are *not* serialization compatible. If you need to migrate persistent data, the best approach is to have both Kryo 4 and Kryo...

documentation

This PR attempts to fix as many tests as possible when running under JDK17 without any `add-opens` arguments. Most tests work without opening up modules now. Only one tests still...

enhancement

We currently support wo strategies for generics: `DefaultGenerics` and `NoGenerics`. The former is enabled by default, but was responsible for most of the bugs found in Kryo 5 and incurs...

enhancement

This PR against the 5.6 branch serves to establish a performance baseline for the regressions described in HHH-15854. https://github.com/hibernate/hibernate-orm/pull/6749 contains the same tests against the main branch. https://hibernate.atlassian.net/browse/HHH-15854

This is a POC for moving record serialization from `RecordSerializer` into `FieldSerializer`. This approach has two main advantages: 1. Existing configuration options for the `FieldSerializer` can be used for records...

enhancement
breaks compatibility

### Capacitor Version :pill: Capacitor Doctor :pill: Latest Dependencies: @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 Installed Dependencies: @capacitor/cli: 6.1.0 @capacitor/android: 6.1.0 @capacitor/core: 6.1.0 @capacitor/ios: 6.1.0 [success] Android looking...

platform: android
type: bug

**Expected Behavior** We would like to store the session ID in a cookie with an expiration date that matches the session timeout. The cookie expiration date should be updated every...

type: enhancement
in: core