Marc Bruggmann
Marc Bruggmann
Hi @jpgoldberg 👋🏻 From what I remember I took the screenshot while prototyping, but then added this behavior to align with the recommendations from https://c4model.com/ (which do have the `:...
Maybe @dflemstr knows more about the newer kafka versions? I haven't had time to keep up with recent developments unfortunately...
Yes, I think so. @mattnworb let me know if you disagree, otherwise I'll press the button!
We ran into this as well. Here is a testcase to reproduce it: ```java @Test void baseclassForTestsNeedsToStayPublic() { rewriteRun( spec -> spec.recipe(new TestsShouldNotBePublic(true)), java( // base class for tests should...
@timtebeek Awesome, that looks like a good fix, thanks for implementing it 🎉