Thomas Heigl

Results 19 issues of Thomas Heigl

This PR adds an additional hook to `HttpSessionIdResolver` that is called whenever an existing session is accessed. This would make it possible to store the session ID in a persistent...

status: waiting-for-triage

### What happened? `OneSignal.initialize(appId)` used to be idempotent on iOS and Android. Since https://github.com/OneSignal/OneSignal-Cordova-SDK/commit/3c94a25887d90b468c80597fe3236f46658620dd, this is no longer the case on Android. Currently, every time `OneSignal.initialize(appId)` is called, the current...

`RedisIndexedSessionRepository` and `RedisSessionExpirationPolicy` create a lot of single-use proxies by relying on `BoundHashOperations`. For instance in this case: https://github.com/spring-projects/spring-session/blob/f6f4c8652e03257420bc35f44492c5dc5d4121a9/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/RedisIndexedSessionRepository.java#L898-L903 https://github.com/spring-projects/spring-session/blob/f6f4c8652e03257420bc35f44492c5dc5d4121a9/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/RedisIndexedSessionRepository.java#L733-L735 This showed up in our production profiler because of hundreds...

type: enhancement
status: waiting-for-triage

### Question Hi, Fury shows the following (correct) warning for one of my classes: > class xy.SimplePrincipalCollection customized jdk serialization, which is inefficient. Please replace it with a org.apache.fury.serializer.Serializer or...

question

We use a decorator for `RedissonConnection` and `RedissonSubscription` to filter messages before passing them on to the Spring message listener container. After upgrading to `redission-spring-data-34`, this no longer works. It...

This PR adds serializers for JDK unmodifiable and synchronized collections. This has been one of the most requested features for Kryo, but I have so far rejected all requests and...

enhancement

### Feature Request It would be great if it was possible to monitor `ThreadPoolFory` in some way. Our production profiler shows that more Fory instances are created over time than...

Adds missing null checks for 3 methods in `BridgeActivity`. We have seen rare NPEs in two of these in Crashlytics. Resolves https://github.com/ionic-team/capacitor/issues/8182

### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.3 @capacitor/core: 7.4.3 @capacitor/android: 7.4.3 @capacitor/ios: 7.4.3 Installed Dependencies: @capacitor/cli: 7.4.3 @capacitor/core: 7.4.3 @capacitor/android: 7.4.3 @capacitor/ios: 7.4.3 [success] iOS looking...

triage