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

Faces issue 1701 #1727

Merged
merged 4 commits into from
Nov 16, 2022
Merged

Faces issue 1701 #1727

merged 4 commits into from
Nov 16, 2022

Conversation

BalusC
Copy link
Member

@BalusC BalusC commented Nov 15, 2022

Adjust Spec1296IT to use custom response writer
Deactivate Issue3787IT for now because this requires a new API method
@arjantijms arjantijms requested a review from brideck November 15, 2022 22:09
@arjantijms arjantijms added this to the 4.0.1-TCK milestone Nov 15, 2022
@arjantijms arjantijms added the TCK Any issue having to do with the TCK not the API of SPEC text label Nov 15, 2022
import java.io.Writer;

import com.sun.faces.util.HtmlUtils;
import com.sun.faces.util.MessageUtils;
Copy link
Contributor

Choose a reason for hiding this comment

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

The TCK can't depend on com.sun.faces.util classes here. Compilation fails for us.

Copy link
Member Author

Choose a reason for hiding this comment

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

Right. Mistook them to be part of TCK utils.

Copy link
Member Author

Choose a reason for hiding this comment

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

I've removed the unexpected Mojarra dependency altogether to prevent future mistakes like this and copied the HtmlUtils.

Remove Mojarra dependency from TCK.
Copy HtmlUtils from Mojarra and ditch MessageUtils
Copy link
Contributor

@brideck brideck left a comment

Choose a reason for hiding this comment

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

New version looks great, thanks.

@BalusC BalusC merged commit 835fc91 into master Nov 16, 2022
@BalusC BalusC deleted the faces_issue_1701 branch February 6, 2023 11:04
@arjantijms arjantijms modified the milestones: 4.0.1-TCK, 4.0.2-TCK Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TCK Any issue having to do with the TCK not the API of SPEC text
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants