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

WICKET-6890 Introduce strategy for class name debug output #781

Merged
merged 6 commits into from Mar 4, 2024

Conversation

theigl
Copy link
Contributor

@theigl theigl commented Feb 9, 2024

This PR introduces a strategy for outputting a container's class name for debugging purposes.

Up until 8bbf158, ClassNameStrategy.HTML_COMMENT was the default strategy. Since then ClassNameStrategy.TAG_ATTRIBUTE has become the default and only option.

For applications that strip Wicket tags during development, this means that there is currently no more debug output.

@theigl theigl added the java Pull requests that update Java code label Feb 9, 2024
@theigl theigl self-assigned this Feb 9, 2024
@theigl theigl requested a review from martin-g February 9, 2024 10:31
@theigl theigl marked this pull request as draft February 9, 2024 10:35
@martin-g
Copy link
Member

martin-g commented Mar 4, 2024

@theigl Do you need help here ?

@theigl
Copy link
Contributor Author

theigl commented Mar 4, 2024

@theigl Do you need help here ?

Thanks a lot for asking @martin-g! I just found the time to continue working on this.

I improved the JavaDoc some more and added a method to set the strategy to the JMX bean.

@theigl theigl marked this pull request as ready for review March 4, 2024 09:48
@theigl theigl merged commit c42afcd into master Mar 4, 2024
2 checks passed
@theigl theigl deleted the WICKET-6890-debug-strategy branch March 4, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code
Projects
None yet
2 participants