Results 27 comments of Vincent Fuchs

yes, I tried few things and still very strange, as it works : - I added `type` field, and I could see "filebeat" as value - I added another nested...

OK, I found the issue ! It came from my logstash pipeline, that for this application was first groking the value into a `log_level` field, that was then renamed into...

isn't the workaround also to trigger the workflow not on `push` event, but on `pull_request` `opened` / `reopened` / `synchronize` ? I think a push in a branch for which...

Hi, yes your understanding is correct. getRealObject would return an instance of NormalRequest (ie not proxified by anything), with all the fields having the values that were there in the...

Hi, on one of my existing project I added a branch showing the issue. you can check out https://github.com/vincent-fuchs/in-memory-testing/tree/fakir_issue5 or have a look at the test directly here : https://github.com/vincent-fuchs/in-memory-testing/blob/fakir_issue5/src/test/java/com/github/vincent_fuchs/processors/CustomerUpgradeStatusProcessorTest.java...

good idea. I've made some changes, I'll test them next week. Don't hesitatete to give it a try yourself and give me feedback : - build core from https://github.com/societe-generale/arch-unit-build-plugin-core/pull/51 (v...

I've tried it quickly locally and it seems to be working. can you please build it locally from https://github.com/societe-generale/arch-unit-gradle-plugin/tree/possibilityToOverrideMainAndTestPaths and try it ? new params have been added in the...

do you get the same if you run `gradlew checkRules` ? if you run the gradle build in debug mode, do you get a stacktrace that helps pinpointing the issue...

hi, thanks for raising the question, and sorry for the delay, I had missed it. I will be honest, I have no idea what to be careful with before declaring...

thanks for the suggestion, I think I see where you're going, and yes, it makes sense. But one thing though, because I have a doubt on one use case :...