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 #1645 adding until 12 indent levels #1747

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

Conversation

antoniosanct
Copy link
Contributor

@antoniosanct antoniosanct commented Sep 26, 2023

@lukasj
It's not the best solution, but fixes 8 indentation levels, adding until 12.
Please rate this PR if you think it is appropriate to solve the issue.
Regards,
Antonio.

Signed-off-by: Antonio Santos Izaguirre <[email protected]>
*
* Doesn't have to be final, but it helps the JVM.
*
* @author Kohsuke Kawaguchi
*/
public final class IndentingUTF8XmlOutput extends UTF8XmlOutput {

private static final int MAX_DEPTH = 12;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private static final int MAX_DEPTH = 12;
private static final int MAX_DEPTH = Integer.getInteger("jaxb.ri.max_depth", 12);

@laeubi
Copy link

laeubi commented Jul 20, 2024

This will fix #1645 is there any reason to not proceed on this?

@tfroment
Copy link

Hi any news on this one?

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