You shouldn't modify generated sources! I understand that line separators may be changed by version control, so you could adapt the code generator to produce what you're using elsewhere: https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-generate/codegen-whitespace/
But I don't understand why imports are being touched? On Tue, May 28, 2024 at 2:18 PM Muhammad Atif <[email protected]> wrote: > Actually in my team if someone has different Line Separator (CRLF/LF) > configuration Jooq assumed there is a change in new file and generate it. > Same for imports configuration. > > On Tuesday 28 May 2024 at 13:58:37 UTC+3 [email protected] wrote: > >> Thanks for your message. >> >> jOOQ doesn't modify (touch) files which don't have any changes in them. >> >> On Tue, May 28, 2024 at 12:57 PM Muhammad Atif <[email protected]> >> wrote: >> >>> This show hug change in PR review and hard to look after every bit of >>> code. >> >> >> I'm afraid, I don't know what this means >> > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/4202df39-40f3-483f-b438-377112e61965n%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/4202df39-40f3-483f-b438-377112e61965n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO4bJGfwX-FPmRKU2dU7n1PS5hO0Ve1z4YZ4CUGw5F3CvA%40mail.gmail.com.
