Dirk Kröhan

Results 7 comments of Dirk Kröhan

Is there any update on this issue? In our project we need to configure a proxy for the `RestTemplate` that is used within `ClientRegistrations`. That's why we stumbled across https://github.com/spring-projects/spring-security/issues/7027...

@jgrandja Thank you for the hint on the above comments for the [ClientRegistrations](https://github.com/spring-projects/spring-security/issues/8882#user-content-client-registrations), will try that out! @essmuc Below is our code that modifies the `private static final` `RestTemplate` inside...

Thank you for the quick response. I did set a breakpoint at `AccessibleObject#checkCanSetAccessible` at line 354 where an `InaccessibleObjectException` is created for debugging purposes. This is where I found: `Unable...

I tried the [`RegexSerializer`](https://github.com/magro/kryo-serializers/blob/master/src/main/java/de/javakaffee/kryoserializers/RegexSerializer.java) using: ``` kryo.register(Pattern.class, new RegexSerializer()); ``` It seems to work. FYI: UnmodifiableCollectionsSerializer from kryo-serializers also lacks compatibility. There is already an open issue, which I just...

Stumbled across the issue with the `UnmodifiableCollectionsSerializer ` when I was trying JDK 17 with kryo + kryo-serializers. The stacktrace is: ``` checkCanSetAccessible:354, AccessibleObject (java.lang.reflect) checkCanSetAccessible:297, AccessibleObject (java.lang.reflect) checkCanSetAccessible:178, Field...

I do experience the same issue with Chrome on MacOS. I do have my gmail tab open in Profile 1 and if I click on a link in an email...