Description
Hello,
Our MyFaces code has numerous "@deprecated" comments, but the actual annotations are not added.
Note that 4.0 was already updated so the list of new annotations is much smaller.
Additionally, there were a few minor updates:
String Constants Changed: (To Match Reference Mojarra API)
- ProjectStage#PROJECT_STAGE_JNDI_NAME
- UIViewRoot#METADATA_FACET_NAME
Newly Added Deprecations:
- ActionSource#setActionListener
- UIComponent#CURRENT_COMPONENT
- UIComponent#CURRENT_COMPOSITE_COMPONENT
Removed Deprecation Comments:
- UIInput#setValueChangeListener (See Mojarra here:https://github.com/eclipse-ee4j/mojarra/blob/3.0/impl/src/main/java/jakarta/faces/component/UIInput.java#L575-L576)
See the following PRs:
3.0 ++ https://github.com/apache/myfaces/pull/124
4.0 https://github.com/apache/myfaces/pull/125
Thanks!