Simon Hirtreiter
Simon Hirtreiter
Unfortunately, I still haven't had time due to other projects. However, I should definitely be able to do this by mid-October and then implement the whole thing directly for the...
Looked in today but couldn't get it working. Has nothing to do with the above instructions but with the Hazelcast tests themselves. What i tried to do is copy and...
@cowtowncoder As you described, it could definitely be that this is not a real bug and that this is just the general way Jackson handles column formats. I just had...
I looked a bit into it and and discovered that the used `com.carrotsearch.thirdparty:simple-xml-safe:2.7.1` is no longer maintained. See https://github.com/carrotsearch/simplexml-safe As in my opinion it's more a "bug" of the XML...
@Benjythebee you got that solved? Same problem here
To solve this i already collected metadata for the above mentioned application as described here: https://github.com/oracle/graalvm-reachability-metadata/blob/master/docs/CollectingMetadata.md Then filtered the metadata for `org.springframework.session.**` which led to following raw metadata: [filtered-metadata.zip](https://github.com/user-attachments/files/16279418/filtered-metadata.zip) After...
Unfortunately, the issue got lost a bit and I've only just got back to it. I tried it with `spring-session-hazelcast:3.4.3` and from the Spring Session side every thing works fine...
Not sure what i tested, but I was wrong. I updated the according branch with the missing serialization hints: https://github.com/it-at-m/refarch/pull/28 Also create PR https://github.com/spring-projects/spring-session/pull/3411 for directly defining them in the...
@marcusdacoregio > However, I'd like to see a minimal, reproducible sample because I couldn't run yours The gateway should start if `keycloak` is running from the [dev stack](https://github.com/it-at-m/refarch/blob/main/stack/docker-compose.yml#L4-L42) and with...