Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue #183: MailMerge and totally unrelated nested fields #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johannes-tenschert
Copy link

These changes for MailMerge ignore and preserve nested fields
that may or may not contain MERGEFIELDs.

Nested fields in an imported docx can cause a stack overflow
in FieldRef.java:304 (which logs the detection of nested fields...).

These changes for MailMerge ignore and preserve nested fields
that may or may not contain MERGEFIELDs.

Nested fields in an imported docx can cause a stack overflow
in FieldRef.java:304 (which logs the detection of nested fields...).
@bschalme
Copy link

bschalme commented May 5, 2022

Will the conflicts be resolved and this PR merged anytime soon? I just ran across this very issue with docx4j 8.3.4, and this PR looks like it will solve it.

@goeh
Copy link

goeh commented Sep 16, 2022

The stack overflow problem (because of recursive logging statement) is still present in 11.4.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants