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

[DOXIATOOLS-80] Update to Doxia 2.0.0-M6 #41

Merged
merged 6 commits into from Mar 23, 2023
Merged

[DOXIATOOLS-80] Update to Doxia 2.0.0-M6 #41

merged 6 commits into from Mar 23, 2023

Conversation

kwin
Copy link
Member

@kwin kwin commented Feb 26, 2023

No description provided.

@kwin
Copy link
Member Author

kwin commented Feb 26, 2023

@michael-o Any idea why one XHTML5 test fails with a parsing exception in Doxia 2?

<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

Why not SLF4J simple with runtime scope?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

+ "' with the encoding '" + output.getEncoding() + "'");
}
LOGGER.debug(
"Parsing file from '{}' with the encoding '{}'" + " to '{}' with the encoding '{}'",
Copy link
Member

Choose a reason for hiding this comment

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

Why not make it one string now?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

if (debug) {
log.setLogLevel(Log.LEVEL_DEBUG);
// TODO: programmatically adjust log level
}
Copy link
Member

Choose a reason for hiding this comment

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

Why then not drop the empty if clause?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@michael-o
Copy link
Member

@michael-o Any idea why one XHTML5 test fails with a parsing exception in Doxia 2?

I guess it misses the <main /> element. Look at what Doxia 2 now produces, this must match.

@kwin
Copy link
Member Author

kwin commented Feb 26, 2023

The generated XHTML is valid (look at the generated file) still the parser stumbles.

@kwin kwin marked this pull request as ready for review March 22, 2023 17:18
@kwin kwin changed the title [DOXIATOOLS-80] Update to Doxia 2.0.0-M5 [DOXIATOOLS-80] Update to Doxia 2.0.0-M6 Mar 22, 2023
@kwin kwin merged commit 786c94d into master Mar 23, 2023
25 checks passed
@kwin kwin deleted the feature/doxia-2 branch March 23, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants