blackhuman

Results 2 issues of blackhuman

When using Spring Statemachine with spring-statemachine-data-redis, I found that the Redis key always "RedisRepositoryStateMachine". After looking into the code, I found the class RedisRepositoryStateMachine was annotated with @RedisHash which is...

status/need-triage

There were some cases I encountered in wild, I will illustrate using the following code as an example. ``` protobuf message Persons { Person person = 1; Person person_2nd =...