This line was removed from javax/faces/webapp/UIComponentTagBase as
part of rev 540403.
protected static Logger log = Logger.getLogger
("javax.faces.webapp");
From the commit log it seems that line was removed for binary
compatibility with the RI. However, the signature test is now
failing since that field is required. I assume that misalignment
with the spec was unintentional and changed it back in rev 541371.
But if binary compatibility with the RI is more preferable then let's
discuss changing it back.
Best wishes,
Paul
- 1.2 API signature problem with UIComponentTagBase Paul McMahan
-