From 06520735718174ee84a939435e602ec24afd4c9a Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Sat, 31 Aug 2024 08:45:54 -0400 Subject: [PATCH 1/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30ae1c2af..3b05a47292 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Jakarta Faces +# Jakarta Faces 4.0 This repository contains independent projects for Jakarta Faces API, Specification and TCK. From af633f2648faad5be34c88c6190059d40dc5762e Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Sat, 31 Aug 2024 08:47:38 -0400 Subject: [PATCH 2/9] Update README.md --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3b05a47292..225c0e62f8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Jakarta Faces 4.0 -This repository contains independent projects for Jakarta Faces API, Specification and TCK. +This repository contains independent projects for Jakarta Faces 4.0 API, Specification and TCK. -[Online JavaDoc](https://javadoc.io/doc/jakarta.faces/jakarta.faces-api) +[Online JavaDoc](https://jakarta.ee/specifications/faces/4.0/apidocs/) ## About Jakarta Faces @@ -17,20 +17,3 @@ Refer to the `README.md` of the subprojects. ## Making Changes To make changes, fork this repository, make your changes, and submit a pull request. - -## Plans for Faces.next - -### 4.1 - -- https://github.com/jakartaee/faces/milestone/20 -- https://projects.eclipse.org/projects/ee4j.faces/releases/4.1/plan - -### 5.0 - -- https://github.com/jakartaee/faces/milestone/22 -- https://projects.eclipse.org/projects/ee4j.faces/releases/5.0 - -## Branches - -The `master` branch **must** represent the latest release version, which is currently 4.0. -Work for Faces.next **must** go in separate branches matching their version. From c51ab6f9d6069f0312788b88f6eb1d5336991636 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Thu, 19 Sep 2024 17:08:04 +0100 Subject: [PATCH 3/9] Create tck_challenge.md --- .github/ISSUE_TEMPLATE/tck_challenge.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tck_challenge.md diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md new file mode 100644 index 0000000000..aff95cc932 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -0,0 +1,21 @@ +--- +name: TCK Challenge +about: Create a TCK Challenge +title: '' +labels: 'challenge' +assignees: '' + +--- + +**Challenged tests** +List the challenged tests with the fully qualified classnames and then the test methods, e.g. +ee.jakarta.tck.faces.test.javaee7.multiFieldValidation.Spec1IT#testFailingPreconditionsNotAfterAllInputComponents + +**TCK Version** +Specify the version of the TCK, e.g. Jakarta Faces 4.0.x + +**Description** +A clear and concise description of why you think the tests are wrong. + +**Additional context** +Add any other context about the challenge here. From a7221eb9cddf0e8d583a76e51fcede94ba46e1aa Mon Sep 17 00:00:00 2001 From: Eclipse Faces Bot Date: Wed, 23 Oct 2024 14:48:25 +0000 Subject: [PATCH 4/9] Prepare release 4.1.1 --- api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 9878d65252..254d53f135 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ jakarta.faces jakarta.faces-api - 4.1.1-SNAPSHOT + 4.1.1 Jakarta Faces @@ -126,7 +126,7 @@ - 4.1.0 + 4.1.2 From 0b01764fe4669db72e1e6f484e553d2de0bad083 Mon Sep 17 00:00:00 2001 From: Eclipse Faces Bot Date: Wed, 23 Oct 2024 14:50:05 +0000 Subject: [PATCH 5/9] Prepare next development cycle for 4.1.2-SNAPSHOT --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index 254d53f135..87ef5f2a46 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ jakarta.faces jakarta.faces-api - 4.1.1 + 4.1.2-SNAPSHOT Jakarta Faces From e7d6973fc2c2328c89a28771a6434e5f94d5ca4e Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Mon, 26 Aug 2024 11:14:57 -0400 Subject: [PATCH 6/9] Fix #1955: exclude tck for 'abandoned flows' --- .../cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java b/tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java index b4bfe2d4ff..51affa6008 100644 --- a/tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java +++ b/tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation. + * Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation. * Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the @@ -42,7 +42,8 @@ import jakarta.faces.flow.FlowScoped; // https://github.com/eclipse-ee4j/mojarra/issues/3001 -// https://github.com/jakartaee/faces/issues/1734 +// https://github.com/jakartaee/faces/issues/1955 +@Ignore("Depends on non-specified abandoned flow") @RunWith(Arquillian.class) public class Issue2997IT { From 45eab5e655c9b09d62ad46f0762d5a730994543d Mon Sep 17 00:00:00 2001 From: Volodymyr Siedlecki Date: Mon, 28 Oct 2024 12:18:35 -0400 Subject: [PATCH 7/9] Add missing assertTrue import --- .../tck/faces/test/servlet50/beanValidation/Issue5171IT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java b/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java index ee30706fc7..de702dcf43 100644 --- a/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java +++ b/tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Contributors to Eclipse Foundation. + * Copyright (c) 2022, 2024 Contributors to Eclipse Foundation. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at @@ -17,6 +17,7 @@ package ee.jakarta.tck.faces.test.servlet50.beanValidation; import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertTrue; import org.jboss.arquillian.junit.Arquillian; import org.junit.Test; From 99cb25beb801ce9c8e30bb0ae78078a156962a45 Mon Sep 17 00:00:00 2001 From: Eclipse Faces Bot Date: Wed, 6 Nov 2024 07:27:20 +0000 Subject: [PATCH 8/9] Prepare release 4.1.2 --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index 87ef5f2a46..4fedc052d3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ jakarta.faces jakarta.faces-api - 4.1.2-SNAPSHOT + 4.1.2 Jakarta Faces From 0f363685de787c095009a7e39c4b2c92343495c4 Mon Sep 17 00:00:00 2001 From: Eclipse Faces Bot Date: Wed, 6 Nov 2024 07:28:57 +0000 Subject: [PATCH 9/9] Prepare next development cycle for 4.1.3-SNAPSHOT --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index 4fedc052d3..29a9f48313 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ jakarta.faces jakarta.faces-api - 4.1.2 + 4.1.3-SNAPSHOT Jakarta Faces