GitHub user hrgdavor closed the discussion with a comment: Generating Java code instead of runtime bytecode
I was not implying you should use JavaParser. I mentioned it as a digression. My main point is that there is actually value in checking into git the generated classes, even those generated by java annotation processing. My development flow has gotten much easier after years of fighting with integrated annotation processing breaking during CI or during development locally. I am not saying you should do it or others should, just saying it is actually not that bad, and that in my case works much more reliably, I am happy I switched to check-in to git in the generated code after years of pain. I try to avoid runtime generated stuff and direct generated classes like lombok does that makes it much harder to see what was generated. Lombok is very popular but I avoid it strictly. GitHub link: https://github.com/apache/fory/discussions/2608#discussioncomment-16904045 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
