Peter Gafert

Results 215 comments of Peter Gafert

Also ran into this right now (and yesterday), re-triggered the job, then it worked: ``` Run gradle/[email protected] with: min-wrapper-count: 1 allow-snapshots: false Error: Client network socket disconnected before secure TLS...

As I wrote in #928, the reason this differs is likely because the old version completely fails to analyse any classes, leaving you with an empty check (could try to...

Just to clarify, are you proposing the same as suggested here: https://github.com/TNG/ArchUnit/issues/182 ? Please be careful when using the word "inherit" :wink: Because it can also easily be understood in...

And unfortunately adding `@Inherited` will AFAIS not really contribute to this? Or maybe you can explain why you think that `@Inherited` (given the [respective docs](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Inherited.html)) would have any influence on...

So, if I understand you correctly you would want to see some sort of info of a) how many classes were imported altogether before the rule evaluation has even begun...

Again, this report is generated by Gradle, we have no ways to adjust it with custom information. Thus the question if we should print it as log statements, because we...

Thanks for reporting this, can you provide some way to reproduce this? Which classes were you trying to import? Are you trying to import classes obfuscated by Proguard by any...

If these classes are irrelevant to your tests you could also think about just not importing them? Seems unlikely that this class is relevant for your architecture tests? How are...

But it would still be good to know how the class looks like that causes the exception :wink: