Add ability to disable only annotation processing but enable generate and copy view resources.#1344
Conversation
|
@melix Added new property |
melix
left a comment
There was a problem hiding this comment.
Thanks for the quick turnaround! It seems that there are unrelated changes in this PR, mostly refactorings, but I'm fine with it, just made the review a bit more complicated :)
| return value; | ||
| } | ||
|
|
||
| public static boolean isGenerationSpecEnabled(VisitorContext context) { |
There was a problem hiding this comment.
The method name reads a bit strange. Suggestion: isSpecGenerationEnabled
545108a to
072ff42
Compare
This Is not refactoriring. Just It was necessary to finally get rid of the problem of an empty context for tests. Those. Now all operations with the context are Null-Safe |
|
Looks like there's a compilation error after the latest changes. |
… and copy view resources. Skip generator KSP tests Fixed micronaut-projects#1341
072ff42 to
f7cb930
Compare
|
Disable KSP test, before micronaut-projects/micronaut-core#10228 and micronaut-projects/micronaut-core#10227 not fixed |
|
@melix found problems with KSP |
|
This is nice, thank you all! |
Fixed #1341