From 63f7b6279c04934e2cdf128c9431dc205c112aad Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Fri, 24 Jan 2025 10:20:44 -0400 Subject: [PATCH] catch up new xml namespaces in test files --- pom.xml | 12 ++++++------ .../OptimusFacesITLazy.xhtml | 13 ++++++------- .../OptimusFacesITLazyStateless.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithCriteria.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithDTO.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithDefaultOrderBy.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithElementCollection.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithFilterOptions.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithManyToOne.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithOneToMany.xhtml | 13 ++++++------- .../OptimusFacesITLazyWithOneToOne.xhtml | 13 ++++++------- .../OptimusFacesITNonLazy.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyStateless.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithCriteria.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithDTO.xhtml | 13 ++++++------- ...OptimusFacesITNonLazyWithElementCollection.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithFilterOptions.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithManyToOne.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithOneToMany.xhtml | 13 ++++++------- .../OptimusFacesITNonLazyWithOneToOne.xhtml | 13 ++++++------- 20 files changed, 120 insertions(+), 139 deletions(-) diff --git a/pom.xml b/pom.xml index 86370c3..361222f 100644 --- a/pom.xml +++ b/pom.xml @@ -67,16 +67,16 @@ true - 33.0.1.Final - 7.0.17 + 33.0.2.Final + 7.0.21 9.1.3 - 5.0.0-B03 + 5.0.0-B05 6.1.7.Final 2.3.232 8.0.33 - 42.7.4 - 4.5.1 - 14.0.5 + 42.7.5 + 5.0-M2 + 14.0.10 diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazy.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazy.xhtml index 566a602..cd79d0d 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazy.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazy.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyStateless.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyStateless.xhtml index 4133f95..ee95bcf 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyStateless.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyStateless.xhtml @@ -14,13 +14,12 @@ --> diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithCriteria.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithCriteria.xhtml index f34e3a7..ecb7b2d 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithCriteria.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithCriteria.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with criteria diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDTO.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDTO.xhtml index 17c9e14..fff7a49 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDTO.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDTO.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with DTO diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDefaultOrderBy.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDefaultOrderBy.xhtml index 8954b7c..4719905 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDefaultOrderBy.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithDefaultOrderBy.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with default orderBy diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithElementCollection.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithElementCollection.xhtml index 84ce9da..cf50e45 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithElementCollection.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithElementCollection.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with element collection diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithFilterOptions.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithFilterOptions.xhtml index 8219eba..9d02ed1 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithFilterOptions.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithFilterOptions.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with filter options diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithManyToOne.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithManyToOne.xhtml index dc216eb..39467a6 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithManyToOne.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithManyToOne.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with @ManyToOne diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToMany.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToMany.xhtml index d410fcd..151c7e0 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToMany.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToMany.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with @OneToMany diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToOne.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToOne.xhtml index 2f429ea..4ccbfd8 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToOne.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITLazyWithOneToOne.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - lazy with @OneToOne diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazy.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazy.xhtml index d75c44b..d45a420 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazy.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazy.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyStateless.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyStateless.xhtml index bfbed42..c0e0c15 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyStateless.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyStateless.xhtml @@ -14,13 +14,12 @@ --> diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithCriteria.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithCriteria.xhtml index ec00238..92c7a8e 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithCriteria.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithCriteria.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with criteria diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithDTO.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithDTO.xhtml index 396eb14..15e399d 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithDTO.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithDTO.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with DTO diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithElementCollection.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithElementCollection.xhtml index 9a571c8..52f5d56 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithElementCollection.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithElementCollection.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with element collection diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithFilterOptions.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithFilterOptions.xhtml index 1060ea5..a36c327 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithFilterOptions.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithFilterOptions.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with filter options diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithManyToOne.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithManyToOne.xhtml index 5e0d1b2..1208f29 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithManyToOne.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithManyToOne.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with @ManyToOne diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToMany.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToMany.xhtml index 8412d8a..d373d13 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToMany.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToMany.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with @OneToMany diff --git a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToOne.xhtml b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToOne.xhtml index 5640bbc..5e7b29f 100644 --- a/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToOne.xhtml +++ b/src/test/resources/org.omnifaces.optimusfaces.test/OptimusFacesITNonLazyWithOneToOne.xhtml @@ -14,13 +14,12 @@ --> OptimusFacesIT - non-lazy with @OneToOne