Klaus Lehner

Results 11 comments of Klaus Lehner

we have the same issue. any please for that to be fixed?

the ticket you are refering to is talking about Jakarta EE 9, therefore about package changes. This is not the case here, The included JAR has the groupId `jakarta.*` and...

Thanks for your quick reply, let me give you context on what we're planning to do, probably there exists a better solution. We are running a lot of projects at...

Meanwhile I've [open-sourced](https://github.com/cloudflightio/archunit-cleancode-verifier) parts of our library with an own implementation of the `ViolationStore`. The workaround here would then be that you once need to populate the store, then create...

You also might have a look at our implementation: ArchRuleWithId: https://github.com/cloudflightio/archunit-cleancode-verifier/blob/master/src/main/kotlin/io/cloudflight/cleancode/archunit/ArchRuleWithId.kt Store: https://github.com/cloudflightio/archunit-cleancode-verifier/blob/master/src/main/kotlin/io/cloudflight/cleancode/archunit/IdBasedViolationStore.kt written in Kotlin

Yes, as of #127 and #137 we decided to not apply the JavaLibraryPlugin automatically anymore at least in applicationBuilds. As we can only evaluate that property afterEvaluate, we decided to...

Hi, first thanks for the great work on that library, awesome! Is there any update on this specific issue? We just received a similar message, that the fields gateway, payment_details...

hi @jeanbisutti thanks - I have tested that already in another library that we are publishing (https://github.com/cloudflightio/cloudflight-platform-spring) where I temporarily add that file to our library which loads quickperf transitively...