The issue is discovered on oak version 1.4.1, and the only way I know how
to answer question about oak v.s. jackrabbit is show the actual
dependencies....

  <dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-core</artifactId>
<version>${oakVersion}</version>
</dependency>

<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jcr</artifactId>
<version>${oakVersion}</version>
</dependency>

<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-commons</artifactId>
<version>${oakVersion}</version>
</dependency>

<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-lucene</artifactId>
<version>${oakVersion}</version>
</dependency>

I'll try to find time to create a jira account and officially report the
issue. thanks.


Best regards,
Clay Ferguson
[email protected]


On Mon, Aug 8, 2016 at 2:41 AM, Angela Schreiber <[email protected]> wrote:

> Hi Clay
>
> I would suggest that you create an account and report the issue including
> a xml that illustrates the issue.
>
> Btw: is it about Jackrabbit or Oak? And if it's about Jackrabbit, do you
> know
> if the issue also is present in Oak?
>
> Thanks and kind regards
> Angela
>
> From: Clay Ferguson <[email protected]>
> Reply-To: "[email protected]" <[email protected]>
> Date: Monday 8 August 2016 03:50
> To: "[email protected]" <[email protected]>
> Subject: importXML removing newline chars
>
> JCR Devs,
>
> I don't have an account for reporting bugs on jira, so I'm posting here.
> The method
> session.getWorkspace().importXML() is removing newline characters from
> the content. I'm importing a file what was exported using
> session.exportDocumentView(). I can open the XML in a text editor and
> verify that the newline characters are in it, but when I import all
> newlines are lost.
>
> Best regards,
> Clay Ferguson
> [email protected]
>
>

Reply via email to