Skip to content

Commit c6a9ddb

Browse files
committed
Corrections / copyrights
1 parent d0ee848 commit c6a9ddb

File tree

49 files changed

+28
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+28
-157
lines changed

Diff for: dev/io.openliberty.checkpoint_fat_faces/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
1414
<classpathentry kind="con" path="aQute.bnd.classpath.container" />
1515
<classpathentry kind="output" path="bin" />
16-
</classpath>
16+
</classpath>

Diff for: dev/io.openliberty.checkpoint_fat_faces/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ dependencies {
3838
'xml-apis:xml-apis:1.4.01'
3939
}
4040

41-
addRequiredLibraries.dependsOn addJakartaTransformer
41+
addRequiredLibraries.dependsOn addJakartaTransformer

Diff for: dev/io.openliberty.checkpoint_fat_faces/fat/src/io/openliberty/checkpoint/fat/FATSuite.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2021, 2025 IBM Corporation and others.
2+
* Copyright (c) 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -46,10 +46,10 @@ public class FATSuite {
4646
public static RepeatTests repeat;
4747

4848
static {
49-
repeat = RepeatTests.with(new EmptyAction().fullFATOnly())
50-
.andWith(FeatureReplacementAction.EE9_FEATURES().conditionalFullFATOnly(FeatureReplacementAction.GREATER_THAN_OR_EQUAL_JAVA_11))
51-
.andWith(FeatureReplacementAction.EE10_FEATURES().conditionalFullFATOnly(FeatureReplacementAction.GREATER_THAN_OR_EQUAL_JAVA_17))
52-
.andWith(FeatureReplacementAction.EE11_FEATURES());
49+
repeat = RepeatTests.with(new EmptyAction().fullFATOnly())
50+
.andWith(FeatureReplacementAction.EE9_FEATURES().conditionalFullFATOnly(FeatureReplacementAction.GREATER_THAN_OR_EQUAL_JAVA_11))
51+
.andWith(FeatureReplacementAction.EE10_FEATURES().conditionalFullFATOnly(FeatureReplacementAction.GREATER_THAN_OR_EQUAL_JAVA_17))
52+
.andWith(FeatureReplacementAction.EE11_FEATURES());
5353
}
5454

5555
/**

Diff for: dev/io.openliberty.checkpoint_fat_faces/fat/src/io/openliberty/checkpoint/fat/JSF23UIRepeatConditionTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2017, 2023 IBM Corporation and others.
2+
* Copyright (c) 2017, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_faces/publish/servers/jsf23CDIGeneralServer/bootstrap.properties

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
# http://www.eclipse.org/legal/epl-2.0/
77
#
88
# SPDX-License-Identifier: EPL-2.0
9-
#
10-
# Contributors:
11-
# IBM Corporation - initial API and implementation
129
###############################################################################
1310
bootstrap.include=../testports.properties
1411
osgi.console=7777

Diff for: dev/io.openliberty.checkpoint_fat_faces/publish/servers/jsf23UIRepeatConditionServer/bootstrap.properties

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
# http://www.eclipse.org/legal/epl-2.0/
77
#
88
# SPDX-License-Identifier: EPL-2.0
9-
#
10-
# Contributors:
11-
# IBM Corporation - initial API and implementation
129
###############################################################################
1310
bootstrap.include=../testports.properties
1411
osgi.console=7777

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/WEB-INF/faces-config.xml

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<faces-config
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/WEB-INF/web.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -28,4 +25,4 @@
2825
<url-pattern>*.xhtml</url-pattern>
2926
</servlet-mapping>
3027

31-
</web-app>
28+
</web-app>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/index.xhtml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:h="http://xmlns.jcp.org/jsf/html">
@@ -22,4 +19,4 @@
2219
<br/>
2320
<h:outputText id="testOutput" value="#{testBean.message}" />
2421
</h:body>
25-
</html>
22+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/application/CustomApplication.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.application;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/application/CustomApplicationFactory.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.application;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/beans/TestBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/viewhandler/CustomViewHandler.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.viewhandler;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/resources/WEB-INF/web.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -32,4 +29,4 @@
3229
<welcome-file>index.jsf</welcome-file>
3330
</welcome-file-list>
3431

35-
</web-app>
32+
</web-app>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/resources/index.xhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
<p/>
3232
</h:form>
3333
</h:body>
34-
</html>
34+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/src/com/ibm/ws/jsf23/fat/cdi/managedproperty/ManagedPropertyBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.managedproperty;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/src/com/ibm/ws/jsf23/fat/cdi/managedproperty/TestBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.managedproperty;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConvertDateTime.war/resources/WEB-INF/web.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -32,4 +29,4 @@
3229
<welcome-file>index.xhtml</welcome-file>
3330
</welcome-file-list>
3431

35-
</web-app>
32+
</web-app>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConvertDateTime.war/resources/index.xhtml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:h="http://xmlns.jcp.org/jsf/html"
@@ -176,4 +173,4 @@
176173
</h:outputText>
177174

178175
</h:body>
179-
</html>
176+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConvertDateTime.war/src/com/ibm/ws/jsf23/fat/convertdatetime/beans/DateTimeBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.convertdatetime.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/resources/JSFArtifactsInjection.xhtml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:h="http://xmlns.jcp.org/jsf/html">
@@ -26,4 +23,4 @@
2623
<br/>
2724
<h:outputText value="#{jsfArtifactsInjectionBean.behavior}" />
2825
</h:body>
29-
</html>
26+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/resources/WEB-INF/beans.xml

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
1512
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/resources/WEB-INF/taglib.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<facelet-taglib version="2.2"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -23,4 +20,4 @@
2320
<behavior-id>testBehavior</behavior-id>
2421
</behavior>
2522
</tag>
26-
</facelet-taglib>
23+
</facelet-taglib>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/resources/WEB-INF/web.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -37,4 +34,4 @@
3734
<param-value>/WEB-INF/taglib.xml</param-value>
3835
</context-param>
3936

40-
</web-app>
37+
</web-app>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/resources/index.xhtml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:h="http://xmlns.jcp.org/jsf/html"
@@ -34,4 +31,4 @@
3431
<br/>
3532
<h:outputText value="#{testCDIBean.testValue}" />
3633
</h:body>
37-
</html>
34+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/src/com/ibm/ws/jsf23/fat/converter/validator/behavior/injection/beans/JSFArtifactsInjectionBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.converter.validator.behavior.injection.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/src/com/ibm/ws/jsf23/fat/converter/validator/behavior/injection/beans/TestBehavior.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.converter.validator.behavior.injection.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/src/com/ibm/ws/jsf23/fat/converter/validator/behavior/injection/beans/TestCDIBean.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.converter.validator.behavior.injection.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/src/com/ibm/ws/jsf23/fat/converter/validator/behavior/injection/beans/TestConverter.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.converter.validator.behavior.injection.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ConverterValidatorBehaviorInjectionTarget.war/src/com/ibm/ws/jsf23/fat/converter/validator/behavior/injection/beans/TestValidator.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.converter.validator.behavior.injection.beans;
1411

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ELImplicitObjectsViaCDI.war/resources/WEB-INF/resources/test/compositeTest.xhtml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:composite="http://xmlns.jcp.org/jsf/composite">
@@ -21,4 +18,4 @@
2118
<composite:implementation>
2219
#{cc.attrs.label}
2320
</composite:implementation>
24-
</html>
21+
</html>

Diff for: dev/io.openliberty.checkpoint_fat_faces/test-applications/ELImplicitObjectsViaCDI.war/resources/WEB-INF/web.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -37,4 +34,4 @@
3734
<param-value>WEB-INF/resources</param-value>
3835
</context-param>
3936

40-
</web-app>
37+
</web-app>

0 commit comments

Comments
 (0)