You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/03 14:50:00 UTC

[jira] [Updated] (CAMEL-18180) Force LF endings in .adoc files

     [ https://issues.apache.org/jira/browse/CAMEL-18180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-18180:
--------------------------------
    Fix Version/s: 3.19.0

> Force LF endings in .adoc files
> -------------------------------
>
>                 Key: CAMEL-18180
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18180
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Rafał Gała
>            Priority: Minor
>             Fix For: 3.19.0
>
>
> Please consider adding the
> {noformat}
> *.adoc text eol=lf{noformat}
> in .gitattributes to force LF line endings in .adoc files to avoid issues with 
> {code:java}
> String[] lines = text.split("\n"); {code}
> in *UpdateReadmeMojo* class when a git checkout was made on a Windows machine with GIT configuration set to {*}autocrlf = true{*}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)