stxpons

Results 4 issues of stxpons

Redisson lock seems to aim at simulating Java’s Lock object, but unfortunately, while Lock ensures successful unlocking, Redisson clearly does not. This brings a series of issues, such as how...

### Basic information * Axon Framework version: 4.10.1 ### Steps to reproduce https://github.com/AxonFramework/AxonFramework/blob/58fd4d2d3975581cf42ef8760bda61901bfde339/modelling/src/main/java/org/axonframework/modelling/command/inspection/AnnotatedAggregateMetaModelFactory.java#L193-L202 this code segment has concurrent issue for create a AnnotatedAggregateModel. i think it should be change to:...

Type: Bug
Status: Information Required

最典型的,如java8 Stream流式编程。 假设,我注册了几个自定义函数,分别为: trim(charSequence),对字符串进行trim处理 toStream( listOrArray, fn1, fn2, ...fnN ) ,最终输出非空Stream toList( Stream ),最终输出为List 则,java代码: ` List strings = Arrays.asList("a", "b ", " c"); List trimedStrings = strings.stream().map(String::trim).toList(); ` 可以用表达式表示为:...

### I have checked the following: - [x] I have searched existing issues and found nothing related to my issue. ### This bug is: - [ ] making Bruno unusable...

bug