Dariy Pozinenko
Dariy Pozinenko
After #3764 if the checked string ends with a new line + space the variables are not resolved. See test below: ```java @Test public void testNestedPathExpressions() throws Exception { var...
**Describe the bug** RedisDynoQueue starts failing unpredictably when using `memory` db type, logs show `Operation: ( processUnacks ) failed on key: [conductor_queue.test.UNACK._deciderQueue.c ].` Upon overriding the class to add more...
**Describe the bug** After task inside DO_WHILE loop is updated, it takes a long time (2+ minutes) to start the next loop iteration. **Details** Conductor version: Persistence implementation: MySQL Queue...
rewrite bom 2.6.4, wasn't an issue on 2.5.3 Test failures when there is a trailing comma in an annotation. If I remove it, tests pass. `java.lang.AssertionError: Source file was parsed...
## What version of OpenRewrite are you using? - OpenRewrite 2.12.0 - Maven plugin 5.23.3 ## Context I have created a recipe that adds key+value into a json. It is...
## What's changed? Added recipe to add a new key and value to a json. ## What's your motivation? Currently, we can rename keys and change values, but can't add...
Now, I realise that the issue isn't actually in SC open feign, and feign doesn't officially support AOT, but nevertheless there is a `FeignHints` registrar, so i think it won't...