jboss / mojarra

Fork of Mojarra
10 stars 41 forks source link

JBEAP-17499 2nd part fix for TCK failure, If the component is NOT val… #60

Closed soul2zimate closed 4 years ago

soul2zimate commented 4 years ago

2nd part fix for TCK failure, If the component is NOT valid, the associated ValueChangeListener must NOT be invoked

Issue: https://issues.redhat.com/browse/JBEAP-17499 Upstream issue: https://issues.redhat.com/browse/JBEAP-17931

Upstream 2.3.9.SP PR: https://github.com/jboss/mojarra/pull/59

Upstream eclipse-ee4j/mojarra PR: https://github.com/eclipse-ee4j/mojarra/pull/4681

spyrkob commented 4 years ago

Looks like the check was present before previous change, so I think this should be safe to merge. @fjuma WDYT?

fjuma commented 4 years ago

@spyrkob +1, this looks ok.