-
Notifications
You must be signed in to change notification settings - Fork 56
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
Faces issue 1701 #1727
Conversation
Adjust Spec1296IT to use custom response writer
Deactivate Issue3787IT for now because this requires a new API method
import java.io.Writer; | ||
|
||
import com.sun.faces.util.HtmlUtils; | ||
import com.sun.faces.util.MessageUtils; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this 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.
#1701