Skip to content

Commit

Permalink
Fix #818: catch up new OmniFaces XML namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed May 12, 2024
1 parent b666159 commit 0ce4973
Show file tree
Hide file tree
Showing 50 changed files with 88 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* <urlset
* xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
* xmlns:h="jakarta.faces.facelets"
* xmlns:o="http://omnifaces.org/ui"
* xmlns:o="omnifaces.ui"
* >
* <ui:repeat value="#{sitemapBean.products}" var="product">
* <o:sitemapUrl viewId="/product.xhtml" lastModified="#{product.lastModified}" changeFrequency="weekly" priority="1.0">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/omnifaces-ui.taglib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ If <code>#{bean.bar}</code> is any other value, then it will appear in the hash
&lt;ui:composition
xmlns:h="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:o="http://omnifaces.org/ui"
xmlns:o="omnifaces.ui"
&gt;
&lt;o:methodParam name="method" value="#{action}"/&gt;
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/WEB-INF/404.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>404</title>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/WEB-INF/500.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
xmlns:p="http://primefaces.org/ui"
>
<h:head>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/org.omnifaces.test.cdi.eager/EagerIT.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/org.omnifaces.test.cdi.param/ParamIT.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<f:metadata>
<f:viewParam name="entityViewParam" value="#{paramITBean.entityViewParam}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:a="jakarta.faces.passthrough"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:a="jakarta.faces.passthrough"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<f:metadata>
<o:hashParam name="foo" value="#{hashParamITBean.foo}" render="hashLoadTimestamp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:a="http://xmlns.jcp.org/jsf/passthrough"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:a="http://xmlns.jcp.org/jsf/passthrough"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:a="jakarta.faces.passthrough"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<f:metadata>
<o:scriptParam script="new Date().getTimezoneOffset()" value="#{scriptParamITBean.clientTimeZoneOffset}" render="scriptLoadTimestamp clientTimeZoneOffset" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
xmlns:p="http://primefaces.org/ui"
>
<h:head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>FacesViewsIT</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>FacesViewsITOtherPage</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>FacesViewsITOtherPageInExcludedFolder</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>FacesViewsITOtherPageInFolderWithPeriod</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>LowercasedRequestURIIT</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>LowercasedRequestURIITInSubFolder</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>AlreadyLowercasedViewId</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>MultiViewsITOtherPage</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>MultiViewsITWelcomeFile</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>MultiViewsITOtherPageInExcludedFolder</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<title>subfolder/MultiViewsITWelcomeFile</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<h:outputStylesheet library="cdn" name="jquery-ui.css" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<h:outputScript>var i = 0;</h:outputScript>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<link rel="manifest" href="#{resource['omnifaces:manifest.webmanifest']}" crossorigin="use-credentials" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:h="jakarta.faces.facelets"
xmlns:o="http://omnifaces.org/ui"
xmlns:of="http://omnifaces.org/functions"
xmlns:o="omnifaces.ui"
xmlns:of="omnifaces.functions"
>
<h:head>
<h:outputStylesheet name="some.css" />
Expand Down

0 comments on commit 0ce4973

Please sign in to comment.