Adriano Machado
Adriano Machado
@kornilova-l Yes, for sure. How can I send you the file?
@kornilova-l, I've sent the file to you.
I think a better implementation what I was talking about is in #334
In your example you still must have a `MyIntegration.java` integration file. Let's suppose that all my routes are packaged a few JAR files and pushed to a Maven repository. For...
Hi @fabapp2, thanks for looking into this. I'm using a Windows VM on my macOS machine, and I'm running the arm64 version of Windows 11 22H2 (`Microsoft Windows [Version 10.0.22621.2715]`),...
Findings: 1. Compilation errors being swallowed for classes provided via `dependsOn`, if a class is not declared on the default package: ```pre 1255073806633000:3: error: class MySchemaType is public, should be...
Updated the last comment with the fixes for the first 2 findings.
Here's a simpler test: ```java @Test void changeTypeWithCapitalLettersInPackageName() { @Language("java") final String schemaClass = """ package bar.Capital; public class MySchemaType {} """; rewriteRun( java(schemaClass, spec -> spec.afterRecipe(cu -> { JavaType.FullyQualified...
I also submitted a PR to fix OpenRewrite: https://github.com/openrewrite/rewrite/pull/3638
@davsclaus I wasn't aware of this issue, but I think that #947 fixes it.