Skip to content

Commit

Permalink
Deprecate HTML5RenderKit (will be removed in OmniFaces 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauke Scholtz committed Jun 15, 2015
1 parent 76e8dbc commit 55510fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/org/omnifaces/renderkit/Html5RenderKit.java
Expand Up @@ -114,9 +114,17 @@
* </h:inputText>
* </pre>
*
* <h3>Deprecation</h3>
* <p>
* As per OmniFaces 2.2 (actually technically already since OmniFaces 2.0), this HTML5 render kit is deprecated. Users
* are encouraged to migrate to new JSF 2.2 support for passthrough attributes as described above. The HTML5 render kit
* is scheduled to be removed in a future OmniFaces 3.0 (for JSF 2.3).
*
* @author Bauke Scholtz
* @since 1.1
* @deprecated
*/
@Deprecated
public class Html5RenderKit extends RenderKitWrapper {

// Constants ------------------------------------------------------------------------------------------------------
Expand Down
Expand Up @@ -31,7 +31,10 @@
*
* @author Bauke Scholtz
* @since 1.1
* @deprecated
* @see Html5RenderKit
*/
@Deprecated
public class Html5RenderKitFactory extends RenderKitFactory {

// Variables ------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 55510fa

Please sign in to comment.