Skip to content
Success

Changes

Summary

  1. https://github.com/eclipse-ee4j/mojarra/issues/5140 add IT (details)
  2. https://github.com/eclipse-ee4j/mojarra/issues/5140 also add IT for (details)
  3. [localized-composite] (details)
  4. [localized-composite] Fixing copyright information and issues refs (details)
  5. Better wording (details)
  6. Fixed failing tests due to missing beans.xml while they work fine when (details)
  7. [localized-component] Adding module reference into faces23 (details)
  8. Set all versions to 4.1.0-SNAPSHOT (details)
  9. Catch up version (details)
  10. Add support for Jakarta EE 11 M1 components (details)
  11. Set compiler version (details)
  12. Cherry pick pom.xml from 4.0 (details)
  13. Add directives to fail the build when something in old TCK fails (details)
  14. Added ability to run patterns of test for old TCK (details)
  15. Initial Faces 4.1 Change Log (details)
  16. Update for Faces 4.1.0-M1 and other M1 versions (details)
  17. GlassFish 8 requires Java 21, so enforce Java 21 right away (details)
  18. apparently the storage behind input.sendKeys(xyz) won't be cleared out (details)
  19. fixed weak assertion which failed because of whitespace difference (details)
  20. Lower unnecessarily high wait time (details)
  21. split individual date time tests so it's clearer which fail and which (details)
  22. ActionSource2 is deprecated, should be using ActionSource instead (details)
  23. Update ElResolvers to account for removed feature descriptor (details)
  24. Remove additional feature descriptors (details)
  25. Remove tests from old-tck that were already migated to old-tck-selenium (details)
  26. Exclude generated methods from lambdas in the interface (details)
  27. Revert "Exclude generated methods from lambdas in the interface" (details)
  28. Exclude generated lambda methods from being checked (details)
  29. Update pom.xml (details)
  30. Update Faces signature file for 4.1.0-SNAPSHOT (details)
  31. Re-run a failure to detect flakes. (details)
  32. Improved test. (details)
  33. Updated versions and contributors (details)
  34. Unify ActionSource and ActionSource2 (details)
  35. Remove "Integration with JSP" chapter (details)
  36. Deprecate full state saving (FSS) (details)
  37. Remove backwards compatibility on facelets.* context params (details)
  38. Spec FACELETS_REFRESH_PERIOD default depending on ProjectStage (details)
  39. Add UUIDConverter (details)
  40. Remove managed beans (EL has already been split into another adoc) (details)
  41. Support @Inject of current flow like "@Inject Flow currentFlow" (details)
  42. Fix grammar (details)
  43. goal of the issue 4070 test is if input value is at all conversible to a (details)
  44. goal of the issue 4087 test is if time style 'short' vs 'medium' is (details)
  45. remove duplicated tests; these are already migrated to *_selenium (details)
  46. Reactivate new tests which were added while 4.0 was already released (details)
  47. Migrate Spec1396IT to selenium (details)
  48. remove more skipped tests (details)
  49. Merge Issue4332IT into Spec1396IT (details)
  50. CDI init destroy events are now part of spec (details)
  51. Clarified comment why it's disabled (details)
  52. Mojarra back to snapshot for now and signature to 2.1 (details)
  53. Move Java 21 enforcer rule to the Glassfish profile (details)
  54. Remove 'Remove UIComponent.bindings field (details)
  55. Correct applicationSubscribeToEventNPETest (details)
  56. add xsds for 4.1 (details)
  57. add a couple of new tests for Faces 4.1 (details)
  58. improvements after self-review (details)
  59. Add SecurityManager removal to the Changelog (details)
  60. Add Paul Nicolucci to Faces 4.1 contributors (details)
  61. Add module info and update pom (details)
  62. TCK for https://github.com/eclipse-ee4j/mojarra/issues/5415 (details)
  63. catch up contributors list in api/pom.xml based on (details)
  64. Update various versions in pom.xml files (details)
  65. Set mojarra version to 4.1.0 (details)
  66. Update EFSL from 1.0 to 1.1 (details)
  67. Update .gitignore (details)
  68. Prepare release 4.1.0 (details)
  69. Prepare next development cycle for 4.1.1-SNAPSHOT (details)
  70. Sync libs with pom.getlibs.xml (details)
  71. Update and sync more for old TCK (details)
  72. Even more version updates for old-tck (details)
  73. Update the signature test (details)
  74. Lower constraint to JDK 17, for the special JDK 17 GF build (details)
  75. Choose month for tests not impacted by JDK 17/21 formatting change (details)
  76. Replace EOL jsdoc3 plugin with actual node jsdoc (details)
  77. https://github.com/jakartaee/faces/issues/1913 (details)
  78. Update README.md (details)
Commit 6ff23a54064cb2f0db0e28000c9636991aae6dd2 by Bauke Scholtz
https://github.com/eclipse-ee4j/mojarra/issues/5140 add IT
The file was modified tck/pom.xml (diff)
The file was addedtck/faces23/uidecorate/src/main/webapp/WEB-INF/faces-config.xml
The file was addedtck/faces23/uidecorate/src/main/webapp/issue5140.xhtml
The file was addedtck/faces23/uidecorate/src/test/java/ee/jakarta/tck/faces/test/javaee8/uidecorate/Issue5140IT.java
The file was addedtck/faces23/uidecorate/pom.xml
The file was modified tck/faces23/pom.xml (diff)
The file was addedtck/faces23/uidecorate/src/main/webapp/WEB-INF/templates/decorate.xhtml
The file was addedtck/faces23/uidecorate/src/main/webapp/WEB-INF/web.xml
Commit a1581efa4f6012a84e02eeb307fdb09f8a512ffc by Bauke Scholtz
https://github.com/eclipse-ee4j/mojarra/issues/5140 also add IT for
https://github.com/eclipse-ee4j/mojarra/issues/4281
The file was addedtck/faces23/xhtmlNamespaces/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces23/xhtmlNamespaces/src/test/java/ee/jakarta/tck/faces/test/javaee8/xhtmlNamespaces/Issue4281IT.java
The file was addedtck/faces23/xhtmlNamespaces/pom.xml
The file was addedtck/faces23/xhtmlNamespaces/src/main/webapp/WEB-INF/faces-config.xml
The file was modified tck/faces23/pom.xml (diff)
The file was addedtck/faces23/xhtmlNamespaces/src/main/webapp/issue4281.xhtml
Commit d78d011b24ac6c14b6843f257db705ef1493c233 by Paulo Cristovão de Araújo Silva Filho
[localized-composite]

Adds tests to check issues mojarra #5160 and MYFACES-4491
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button.xhtml
The file was addedtck/faces23/localized-composite/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt_BR_PB.properties
The file was addedtck/faces23/localized-composite/src/test/java/ee/jakarta/tck/faces/test/composite/LocalizedCompositeIT.java
The file was addedtck/faces23/localized-composite/pom.xml
The file was addedtck/faces23/localized-composite/src/main/resources/locale/messages_es.properties
The file was addedtck/faces23/localized-composite/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt_BR.properties
The file was addedtck/faces23/localized-composite/src/main/webapp/localized-composite.xhtml
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button.properties
The file was addedtck/faces23/localized-composite/src/main/java/ee/jakarta/tck/faces/test/composite/LocaleBean.java
The file was addedtck/faces23/localized-composite/src/main/webapp/WEB-INF/glassfish-web.xml
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_es.properties
The file was addedtck/faces23/localized-composite/src/main/webapp/WEB-INF/faces-config.xml
The file was addedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt.properties
The file was addedtck/faces23/localized-composite/src/main/resources/locale/messages.properties
Commit c0001950a45d79aa005a95c841c7c74224498ec0 by Paulo Cristovão de Araújo Silva Filho
[localized-composite] Fixing copyright information and issues refs
The file was modified tck/faces23/localized-composite/src/main/webapp/WEB-INF/beans.xml (diff)
The file was modified tck/faces23/localized-composite/src/test/java/ee/jakarta/tck/faces/test/composite/LocalizedCompositeIT.java (diff)
The file was modified tck/faces23/localized-composite/src/main/webapp/WEB-INF/faces-config.xml (diff)
The file was modified tck/faces23/localized-composite/src/main/webapp/WEB-INF/glassfish-web.xml (diff)
The file was modified tck/faces23/localized-composite/src/main/java/ee/jakarta/tck/faces/test/composite/LocaleBean.java (diff)
The file was modified tck/faces23/localized-composite/src/main/webapp/WEB-INF/web.xml (diff)
The file was modified tck/faces23/localized-composite/pom.xml (diff)
The file was modified tck/faces23/uidecorate/src/test/java/ee/jakarta/tck/faces/test/javaee8/uidecorate/Issue5140IT.java (diff)
The file was modified tck/faces23/xhtmlNamespaces/src/test/java/ee/jakarta/tck/faces/test/javaee8/xhtmlNamespaces/Issue4281IT.java (diff)
Commit 3c7a1104ba2e2e1550cd4604029148956b8feebc by Bauke Scholtz
Fixed failing tests due to missing beans.xml while they work fine when
executed individually ?
The file was addedtck/faces23/el/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces23/xhtmlNamespaces/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces23/faceletCacheFactory/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces23/uidecorate/src/main/webapp/WEB-INF/beans.xml
Commit f7bd60d573096b42d9c11cb3997b41ae5297f02e by Paulo Cristovão de Araújo Silva Filho
[localized-component] Adding module reference into faces23
The file was modified tck/faces23/pom.xml (diff)
Commit f3dbe0f207b5a0b02eb93bb1cdc2f59ca3cc7f2f by Bauke Scholtz
Set all versions to 4.1.0-SNAPSHOT
The file was modified tck/faces23/refreshPeriodExplicit/pom.xml (diff)
The file was modified tck/faces23/namespacedView/pom.xml (diff)
The file was modified tck/faces40/cdi/pom.xml (diff)
The file was modified tck/faces40/extensionless-mapping/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified tck/faces22/cdiBeanValidator/pom.xml (diff)
The file was modified tck/faces-signaturetest/pom.xml (diff)
The file was modified tck/faces23/searchExpression/pom.xml (diff)
The file was modified tck/faces40/ajax/pom.xml (diff)
The file was modified tck/faces22/cdiInitDestroyEvent/pom.xml (diff)
The file was modified tck/faces22/viewActionCdiViewScoped/pom.xml (diff)
The file was modified tck/old-tck/build/pom.xml (diff)
The file was modified tck/faces22/ajax/pom.xml (diff)
The file was modified tck/faces23/flash/pom.xml (diff)
The file was modified tck/faces22/cdiMethodValidation/pom.xml (diff)
The file was modified tck/faces23/cdi/pom.xml (diff)
The file was modified tck/faces23/getViews/pom.xml (diff)
The file was modified tck/faces23/faceletCacheFactory/pom.xml (diff)
The file was modified tck/faces23/el/pom.xml (diff)
The file was modified tck/faces22/cdiMultiTenantSetsTccl/pom.xml (diff)
The file was modified tck/faces23/xhtmlMappingToFaceletByDefault/pom.xml (diff)
The file was modified tck/faces23/importConstants/pom.xml (diff)
The file was modified tck/faces23/pom.xml (diff)
The file was modified tck/faces40/doctype/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified tck/faces22/viewScope/pom.xml (diff)
The file was modified tck/faces22/viewParamNullValueAjax/pom.xml (diff)
The file was modified tck/faces40/beanValidation/pom.xml (diff)
The file was modified tck/faces23/converter/pom.xml (diff)
The file was modified tck/faces23/exactMapping/pom.xml (diff)
The file was modified tck/faces23/facesConverter/pom.xml (diff)
The file was modified tck/faces23/passthrough/pom.xml (diff)
The file was modified tck/faces23/facesDataModel/pom.xml (diff)
The file was modified tck/faces22/multiFieldValidation/pom.xml (diff)
The file was modified tck/faces40/javaPage/pom.xml (diff)
The file was modified tck/old-tck/run/pom.xml (diff)
The file was modified tck/old-tck-selenium/pom.xml (diff)
The file was modified tck/old-tck-selenium/protectedViews/pom.xml (diff)
The file was modified tck/util/pom.xml (diff)
The file was modified tck/faces23/disableFaceletToXhtmlMapping/pom.xml (diff)
The file was modified tck-dist/pom.xml (diff)
The file was modified tck/faces23/uiinput/pom.xml (diff)
The file was modified tck/old-tck-selenium/ajax/pom.xml (diff)
The file was modified tck/faces40/selectItemGroups/pom.xml (diff)
The file was modified tck/faces23/systemEvent/pom.xml (diff)
The file was modified tck/faces40/inputText/pom.xml (diff)
The file was modified tck/faces22/pom.xml (diff)
The file was modified tck/old-tck-selenium/commandLink/pom.xml (diff)
The file was modified tck/faces23/validateWholeBean/pom.xml (diff)
The file was modified tck/faces40/javaPageWithMetadata/pom.xml (diff)
The file was modified tck/old-tck/pom.xml (diff)
The file was modified tck/faces22/childCountTest/pom.xml (diff)
The file was modified tck/faces23/facelets/pom.xml (diff)
The file was modified tck/faces22/compositeComponent/pom.xml (diff)
The file was modified tck/faces22/expressionLanguageLambda/pom.xml (diff)
The file was modified tck/faces22/protectedView/pom.xml (diff)
The file was modified tck/faces23/refreshPeriodProduction/pom.xml (diff)
The file was modified tck/faces23/uiinput-required-true/pom.xml (diff)
The file was modified tck/faces40/pom.xml (diff)
The file was modified tck/faces40/inputFile/pom.xml (diff)
The file was modified tck/faces22/cdiNoBeansXml/pom.xml (diff)
The file was modified tck/faces23/commandScript/pom.xml (diff)
The file was modified tck/faces40/resources/pom.xml (diff)
The file was modified tck/faces40/selectItemGroup/pom.xml (diff)
The file was modified tck/faces23/websocket/pom.xml (diff)
The file was modified tck/faces22/viewExpired/pom.xml (diff)
The file was modified tck/faces23/ajax/pom.xml (diff)
The file was modified tck/faces40/selectManyCheckbox/pom.xml (diff)
The file was modified tck/faces40/namespaces/pom.xml (diff)
The file was modified tck/faces22/faceletsTemplate/pom.xml (diff)
The file was modified tck/faces23/uidecorate/pom.xml (diff)
The file was modified tck/faces23/xhtmlNamespaces/pom.xml (diff)
Commit bbf1609a94a92ce9affbe2a119cadc086cf1ca54 by arjan tijms
Add support for Jakarta EE 11 M1 components

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
The file was addedapi/.gitignore
Commit 24785b80adf59a20a3d378efc1c46a8e9a0d1a3b by arjan tijms
Set compiler version

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
Commit f24d195cebb10e13324ad519d131bf1957cdbdd9 by arjan tijms
Cherry pick pom.xml from 4.0

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
Commit d53d69cee8eebd09cdceef09d9c5db6557fa5c6f by arjan tijms
Add directives to fail the build when something in old TCK fails

Additionally, give modules better names and also set version to
4.0.3-SNAPSHOT.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/build/pom.xml (diff)
The file was modified tck/old-tck/run/pom.xml (diff)
The file was addedtck/old-tck/source/pom.xml
Commit 0388996844bf98242808bbbc71913ad6c1549d6d by arjan tijms
Added ability to run patterns of test for old TCK

Removed unused pom files in source folder

Improved documentation of test options

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was removedtck/old-tck/source/pom.xml
The file was modified tck/old-tck/run/pom.xml (diff)
Commit 2173bd13f2ff3fcf437585fc7a7dd180667d4442 by Paul Nicolucci
Initial Faces 4.1 Change Log
The file was modified spec/src/main/asciidoc/ChangeLog.adoc (diff)
Commit b1713a85bb5ffdf4cac4ca4e9b668a1761639214 by arjan tijms
Update for Faces 4.1.0-M1 and other M1 versions

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/util/src/main/java/ee/jakarta/tck/faces/test/util/selenium/ChromeDevtoolsDriver.java (diff)
The file was modified tck/pom.xml (diff)
The file was modified tck/faces-signaturetest/pom.xml (diff)
The file was modified tck/util/pom.xml (diff)
Commit f15a8baeef1ca4e4ee3ac563b819691803ca9b0b by Bauke Scholtz
GlassFish 8 requires Java 21, so enforce Java 21 right away
The file was modified tck/pom.xml (diff)
Commit f5610f7e26af116c0a1d4aee883ac79c2b4afce3 by Bauke Scholtz
apparently the storage behind input.sendKeys(xyz) won't be cleared out
when the associated DOM element is actually cleared out by JS..?
The file was modified tck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax_selenium/Issue2578IT.java (diff)
The file was modified tck/faces22/ajax/src/main/webapp/issue2578.xhtml (diff)
Commit f44da038205ebe84d966a1477a19688063539808 by Bauke Scholtz
fixed weak assertion which failed because of whitespace difference
The file was modified tck/faces22/ajax/src/main/webapp/issue2648-1.xhtml (diff)
The file was modified tck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax_selenium/Issue2648IT.java (diff)
Commit 79e393994ec5d9303e411b3a365fd813c1740720 by Bauke Scholtz
Lower unnecessarily high wait time
The file was modified tck/faces23/commandScript/src/test/java/ee/jakarta/tck/faces/test/javaee8/commandScript_selenium/Spec613IT.java (diff)
The file was modified tck/faces23/searchExpression/src/test/java/ee/jakarta/tck/faces/test/javaee8/searchExpression_selenium/Spec1238IT.java (diff)
Commit 414231eac860f6ac2e4d7f02749dfc4bfdb7e18b by Bauke Scholtz
split individual date time tests so it's clearer which fail and which
not; disable (@Ignore) tests which fail because of a change in default
date time format pattern in JDK itself, this needs to be analyzed
separately
The file was modified tck/faces23/converter/src/main/webapp/issue4110.xhtml (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4087IT.java (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4110IT.java (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4070IT.java (diff)
Commit ca43626785b90f1788330319ef818d3506f770a0 by Bauke Scholtz
ActionSource2 is deprecated, should be using ActionSource instead
The file was addedtck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionExpressionTestServlet.java
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandbutton/URLClient.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseComponentTestServlet.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseUIComponentClient.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSourceTestServlet.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/html/htmlcommandlink/URLClient.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/uicommand/URLClient.java (diff)
The file was removedtck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/component/common/BaseActionSource2TestServlet.java
The file was modified tck/old-tck/run/src/test/etc/ts-all-platform.jtx (diff)
The file was modified tck/old-tck/run/src/test/etc/ts-all-standalone.jtx (diff)
Commit d55574cd2232ec4390702cffa91bc01a8b0ff53c by arjan tijms
Update ElResolvers to account for removed feature descriptor

Update EE dependencies for OLD TCK to use Jakarta EE 11 M1

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/el/elresolvers/TestServlet.java (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx.platform (diff)
The file was modified tck/old-tck/source/docker/pom.getmodules.xml (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx.standalone (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java (diff)
The file was modified tck/old-tck/source/docker/pom.getlibs.xml (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/el/elresolvers/SimpleMethodELResolver.java (diff)
Commit 012501e7e159cc7d7d5b496a602c5ffa430a7f77 by arjan tijms
Remove additional feature descriptors

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/el/elresolvers/TestServlet.java (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx.standalone (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/el/elresolvers/URLClient.java (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx.platform (diff)
Commit 4d4c070b03666261603cbaf6a7f757c142f00db6 by arjan tijms
Remove tests from old-tck that were already migated to old-tck-selenium

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/render/commandlink/URLClient.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/ajax/keyword/URLClient.java (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx.platform (diff)
The file was modified tck/old-tck/run/src/test/etc/ts-all-standalone.jtx (diff)
The file was modified tck/old-tck/source/install/jsf/bin/ts.jtx (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/ajax/tagwrapper/URLClient.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/spec/view/protectedview/URLClient.java (diff)
Commit dd95ac8401d7ec2b1f6292c0afd978516b13e928 by arjan tijms
Exclude generated methods from lambdas in the interface

Using:

if (!isExcluded(name, exMethods) && !name.startsWith("lambda$"))

Note that unfortunately "lambda$" is not standard, and if this issue
persists we may have to alter our strategy here.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/common/util/JSFTestUtil.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java (diff)
Commit 471e50ff376d6722a19111243c50166532c853b4 by arjan tijms
Revert "Exclude generated methods from lambdas in the interface"

This reverts commit dd95ac8401d7ec2b1f6292c0afd978516b13e928.
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java (diff)
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/common/util/JSFTestUtil.java (diff)
Commit c2d9b6ddc287ed048caa24c9e1524b9c77a3c7be by arjan tijms
Exclude generated lambda methods from being checked

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/context/facescontext/TestServlet.java (diff)
The file was modified tck/faces23/pom.xml (diff)
Commit 4e257c2dbe954e919b87af10ce6ea1a32ff6792e by arjan tijms
Update Faces signature file for 4.1.0-SNAPSHOT

Split generation and test of the signature to two modules.

Make sure that we can set the actual artefact to test to that of the
vendor, and don't just always test against ourselves.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
The file was addedtck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/jakarta.faces.sig_4.1.0-SNAPSHOT
The file was removedtck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/jakarta.faces.sig_4.0.0
The file was modified tck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/sig-test.map (diff)
The file was modified tck/faces-signaturetest/pom.xml (diff)
The file was addedtck/faces-signaturegen/pom.xml
Commit 88afe6d479696ab6f707ccd8207dc808e25b5bd2 by arjan tijms
Re-run a failure to detect flakes.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
Commit 46f33102446839a017a0bb72e42ab7956e194bd6 by Bauke Scholtz
Improved test.
1) renamed 'localized-composite' module to 'localizedComposite' conform
naming conventions of all other tests
2) renamed 'LocalizedComposite' in filenames to 'Issue5160' conform
naming conventions of all other tests
3) extract UIViewRoot locale from Accept-Language header instead of
request.getLocale() because the latter apparently drops unsupported
variants depending on currently used JDK
4) added more tests covering more corner cases
The file was removedtck/faces23/localized-composite/src/test/java/ee/jakarta/tck/faces/test/composite/LocalizedCompositeIT.java
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button.xhtml
The file was removedtck/faces23/localized-composite/pom.xml
The file was addedtck/faces23/localizedComposite/src/main/java/ee/jakarta/tck/faces/test/localizedComposite/Issue5160Bean.java
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt_BR.properties
The file was removedtck/faces23/localized-composite/src/main/java/ee/jakarta/tck/faces/test/composite/LocaleBean.java
The file was modified tck/faces23/pom.xml (diff)
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_es.properties
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button_es.properties
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button.properties
The file was addedtck/faces23/localizedComposite/src/main/resources/locale/messages.properties
The file was addedtck/faces23/localizedComposite/pom.xml
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button.properties
The file was removedtck/faces23/localized-composite/src/main/webapp/localized-composite.xhtml
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button_pt_BR.properties
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt_BR_PB.properties
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button_pt.properties
The file was removedtck/faces23/localized-composite/src/main/resources/locale/messages.properties
The file was addedtck/faces23/localizedComposite/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button_pt.properties
The file was removedtck/faces23/localized-composite/src/main/webapp/WEB-INF/glassfish-web.xml
The file was removedtck/faces23/localized-composite/src/main/webapp/WEB-INF/beans.xml
The file was removedtck/faces23/localized-composite/src/main/webapp/resources/comps/button.xhtml
The file was addedtck/faces23/localizedComposite/src/main/resources/locale/messages_es.properties
The file was addedtck/faces23/localizedComposite/src/main/webapp/resources/comps/button_pt_BR_PB.properties
The file was addedtck/faces23/localizedComposite/src/test/java/ee/jakarta/tck/faces/test/localizedComposite/Issue5160IT.java
The file was removedtck/faces23/localized-composite/src/main/webapp/WEB-INF/faces-config.xml
The file was removedtck/faces23/localized-composite/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces23/localizedComposite/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces23/localizedComposite/src/main/webapp/issue5160.xhtml
The file was removedtck/faces23/localized-composite/src/main/resources/locale/messages_es.properties
The file was addedtck/faces23/localizedComposite/src/main/webapp/WEB-INF/faces-config.xml
Commit 77bbd9b04497af649cb8a680c0d648ecd3eff14f by Bauke Scholtz
Updated versions and contributors
The file was modified spec/src/main/asciidoc/Preface.adoc (diff)
Commit 4706a433597d70aad405607f2de12de76d664518 by Bauke Scholtz
Unify ActionSource and ActionSource2
The file was modified spec/src/main/asciidoc/ExpressionLanguageFacility.adoc (diff)
The file was modified spec/src/main/asciidoc/ExpressionLanguageAndManagedBeanFacility.adoc (diff)
The file was modified spec/src/main/asciidoc/ApplicationIntegration.adoc (diff)
The file was modified spec/src/main/asciidoc/IntegrationWithJSP.adoc (diff)
The file was modified spec/src/main/asciidoc/UserInterfaceComponentModel.adoc (diff)
Commit 32343bb2fd8b137748521b2cc207a1b4dd6b7df3 by Bauke Scholtz
Remove "Integration with JSP" chapter
The file was removedspec/src/main/asciidoc/IntegrationWithJSP.adoc
Commit 136ab49415e8438dde19bce8c9e13d136b612f6e by Bauke Scholtz
Deprecate full state saving (FSS)
The file was modified spec/src/main/asciidoc/UsingFacesInWebApplications.adoc (diff)
Commit 9b6d1c9749c62472932631f4f1cc35eaa629f0f7 by Bauke Scholtz
Remove backwards compatibility on facelets.* context params
The file was modified spec/src/main/asciidoc/UsingFacesInWebApplications.adoc (diff)
Commit fb5cd2a75413ad8a9a587b1c26855a57e2134377 by Bauke Scholtz
Spec FACELETS_REFRESH_PERIOD default depending on ProjectStage
The file was modified spec/src/main/asciidoc/UsingFacesInWebApplications.adoc (diff)
The file was modified spec/src/main/asciidoc/RequestProcessingLifecycle.adoc (diff)
The file was modified spec/src/main/asciidoc/UserInterfaceComponentModel.adoc (diff)
Commit 9f6313618d6b1394c8656bb1994d0ccf46f9ad7a by Bauke Scholtz
Remove managed beans (EL has already been split into another adoc)
The file was removedspec/src/main/asciidoc/ExpressionLanguageAndManagedBeanFacility.adoc
Commit 2a375a52c6adc683b27ef032df816c90ec5a32c6 by Bauke Scholtz
Support @Inject of current flow like "@Inject Flow currentFlow"
The file was modified spec/src/main/asciidoc/ExpressionLanguageFacility.adoc (diff)
The file was modified spec/src/main/asciidoc/UsingFacesInWebApplications.adoc (diff)
Commit 51c81a15056ea90be327023246c5f4ac1ed76f93 by Bauke Scholtz
goal of the issue 4070 test is if input value is at all conversible to a
specific java.time type, not if the default format is conversible, so
improved the locale sensitive tests to use a fixed pattern instead
The file was modified tck/faces23/converter/src/main/webapp/Issue4070Using.xhtml (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4070IT.java (diff)
Commit e9dbcd508f7605c6485bae3cf9d7db7f230923eb by Bauke Scholtz
goal of the issue 4087 test is if time style 'short' vs 'medium' is
correctly interpreted and unfortunately the English locale has a since
JDK21 a non-standard space character before the am/pm marker in the
default pattern so it wasn't parseable; hence replaced the English
locale by another which doesn't use the am/pm marker, such as Dutch
The file was modified tck/faces23/converter/src/main/webapp/issue4087.xhtml (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4087IT.java (diff)
Commit 2967e6497186ae0ef768a0a9c80fe15144608f34 by Bauke Scholtz
remove duplicated tests; these are already migrated to *_selenium
package
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2751IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3261IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3473IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2340IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2381IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2906IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2666IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3833IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2439IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1284IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue4345IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2767IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Spec1296IT.java
The file was removedtck/faces23/facelets/src/test/java/ee/jakarta/tck/faces/test/servlet40/facelets/Issue4830IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2574IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1533IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2648IT.java
The file was removedtck/faces23/facelets/src/test/java/ee/jakarta/tck/faces/test/servlet40/facelets/Issue5078IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2421IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3020IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2578IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1825IT.java
The file was removedtck/faces23/uiinput/src/test/java/ee/jakarta/tck/faces/test/javaee8/uiinput/Issue5081IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3106IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1817IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2969IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3171IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2456IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1581IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1781IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2752IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3351IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2674IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue939IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2636IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2407IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2749IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2162IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2422IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2443IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue1957IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2697IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2408IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3344IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2179IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2041IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2754IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Spec220IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2750IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2479IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2255IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3097IT.java
The file was removedtck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue2500IT.java
Commit 4567576a171791fef21eb04ac6fabb1a9d978ace by Bauke Scholtz
Reactivate new tests which were added while 4.0 was already released
The file was modified tck/faces40/beanValidation/src/test/java/ee/jakarta/tck/faces/test/servlet50/beanValidation/Issue5171IT.java (diff)
The file was modified tck/faces23/uidecorate/src/test/java/ee/jakarta/tck/faces/test/javaee8/uidecorate/Issue5140IT.java (diff)
Commit 9ea30a9b9fbc9709a9033235289dfd2fa4b4316f by Bauke Scholtz
Migrate Spec1396IT to selenium
The file was modified tck/faces23/websocket/src/test/java/ee/jakarta/tck/faces/test/javaee8/websocket/Spec1396IT.java (diff)
The file was modified tck/faces23/websocket/src/test/java/ee/jakarta/tck/faces/test/javaee8/websocket/Issue4332IT.java (diff)
Commit 8a614933bb9b2ddb747fd2a344ba70931471014b by Bauke Scholtz
remove more skipped tests
The file was removedtck/faces22/viewParamNullValueAjax/src/test/java/ee/jakarta/tck/faces/test/javaee6/viewParamNullValueAjax/Issue4550IT.java
The file was removedtck/faces23/searchExpression/src/test/java/ee/jakarta/tck/faces/test/javaee8/searchExpression/Spec1238IT.java
The file was removedtck/faces23/searchExpression/src/test/java/ee/jakarta/tck/faces/test/javaee8/searchExpression/Issue4331IT.java
The file was removedtck/faces23/cdi/src/test/java/ee/jakarta/tck/faces/test/javaee8/cdi/Spec1351IT.java
The file was removedtck/faces40/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet50/ajax/Issue5032IT.java
The file was removedtck/faces23/ajax/src/test/java/ee/jakarta/tck/faces/test/javaee8/ajax/Spec790IT.java
The file was removedtck/faces40/inputFile/src/test/java/ee/jakarta/tck/faces/test/servlet50/inputfile/Spec1555IT.java
The file was removedtck/faces23/namespacedView/src/test/java/ee/jakarta/tck/faces/test/javaee8/namespacedView/Spec790WithNamespacedViewIT.java
The file was removedtck/faces23/ajax/src/test/java/ee/jakarta/tck/faces/test/javaee8/ajax/Issue4115IT.java
The file was removedtck/faces23/ajax/src/test/java/ee/jakarta/tck/faces/test/javaee8/ajax/Spec1423IT.java
The file was removedtck/faces23/ajax/src/test/java/ee/jakarta/tck/faces/test/javaee8/ajax/Spec1412IT.java
The file was removedtck/faces23/commandScript/src/test/java/ee/jakarta/tck/faces/test/javaee8/commandScript/Spec613IT.java
The file was removedtck/faces23/cdi/src/test/java/ee/jakarta/tck/faces/test/javaee8/cdi/Spec1386IT.java
The file was removedtck/faces23/ajax/src/test/java/ee/jakarta/tck/faces/test/javaee8/ajax/Issue3981IT.java
The file was removedtck/faces40/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet50/ajax/Spec1567IT.java
The file was removedtck/faces23/exactMapping/src/test/java/ee/jakarta/tck/faces/test/servlet40/exactmapping/Spec1260IT.java
Commit b4d8cd5128d77b78c8f24d959527c1acc9e908b2 by Bauke Scholtz
Merge Issue4332IT into Spec1396IT
The file was modified tck/faces23/websocket/src/test/java/ee/jakarta/tck/faces/test/javaee8/websocket/Spec1396IT.java (diff)
The file was modified tck/faces23/websocket/src/main/webapp/issue4332.xhtml (diff)
The file was removedtck/faces23/websocket/src/test/java/ee/jakarta/tck/faces/test/javaee8/websocket/Issue4332IT.java
Commit 2fb584d60b813e3dc0c4c9fc3d62a2c8519225c1 by Bauke Scholtz
CDI init destroy events are now part of spec
The file was modified tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2997IT.java (diff)
The file was modified tck/faces22/cdiInitDestroyEvent/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdiinitdestroyevent/cdiinitdestroyevent/Issue2948IT.java (diff)
Commit a987bce210236ad7e1d98843ed264bd74af341eb by Bauke Scholtz
Clarified comment why it's disabled
The file was modified tck/faces22/cdiMultiTenantSetsTccl/src/test/java/ee/jakarta/tck/faces/test/javaee7/cdimultitenantsetstccl/cdimultitenantsetstccl/Issue3341IT.java (diff)
Commit 62205df019115d5c309da481c87f6fa2d54b836f by arjan tijms
Mojarra back to snapshot for now and signature to 2.1

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
The file was modified tck/faces-signaturegen/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified tck/faces-signaturetest/pom.xml (diff)
Commit f17414a68f796e659c48b480638cfef12777fd78 by Paul Nicolucci
Move Java 21 enforcer rule to the Glassfish profile
The file was modified tck/pom.xml (diff)
Commit 5ff7a45faffd86522e020983628ab0459e85f817 by Volodymyr Siedlecki
Remove 'Remove UIComponent.bindings field
' from 4.1
The file was modified spec/src/main/asciidoc/ChangeLog.adoc (diff)
Commit e0e0095de7d14befd6e6009b1569346f7d664ac8 by Paul Nicolucci
Correct applicationSubscribeToEventNPETest
The file was modified tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java (diff)
The file was modified spec/src/main/asciidoc/UsingFacesInWebApplications.adoc (diff)
The file was modified spec/src/main/asciidoc/FacesMetadata.adoc (diff)
Commit 3aeed5d767a8cc18c93afc3b84d153f74e374f37 by Bauke Scholtz
add a couple of new tests for Faces 4.1
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withIDxhtml.xhtmlAsXhtml
The file was addedtck/faces41/headAndBodyRenderer/src/test/java/org/eclipse/ee4j/tck/faces/faces41/headAndBodyRenderer/Spec1760IT.java
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withIDdefault.xhtml
The file was addedtck/faces41/headAndBodyRenderer/pom.xml
The file was addedtck/faces41/pom.xml
The file was addedtck/faces41/uuidConverter/src/test/java/org/eclipse/ee4j/tck/faces/faces41/uuidConverter/Deployments.java
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withIDxml.xhtmlAsXml
The file was addedtck/faces41/uuidConverter/src/main/webapp/spec1819implicitConversion.xhtml
The file was addedtck/faces41/uiRepeat/pom.xml
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withoutIDdefault.xhtml
The file was addedtck/faces41/uiRepeat/src/main/java/org/eclipse/ee4j/tck/faces/faces41/uiRepeat/Spec1263.java
The file was addedtck/faces41/uuidConverter/src/main/webapp/spec1819explicitConversion.xhtml
The file was addedtck/faces41/facesMessage/src/test/java/org/eclipse/ee4j/tck/faces/faces41/facesMessage/Deployments.java
The file was addedtck/faces41/uiRepeat/src/main/webapp/WEB-INF/faces-config.xml
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withoutIDxhtml.xhtmlAsXhtml
The file was addedtck/faces41/uiRepeat/src/main/webapp/spec1263.xhtml
The file was addedtck/faces41/uuidConverter/src/main/java/org/eclipse/ee4j/tck/faces/faces41/uuidConverter/Spec1819.java
The file was addedtck/faces41/facesMessage/src/test/java/org/eclipse/ee4j/tck/faces/faces41/facesMessage/Spec1823IT.java
The file was modified tck/pom.xml (diff)
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/WEB-INF/faces-config.xml
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/spec1760withoutIDxml.xhtmlAsXml
The file was addedtck/faces41/uiRepeat/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces41/facesMessage/pom.xml
The file was addedtck/faces41/uuidConverter/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces41/uiRepeat/src/test/java/org/eclipse/ee4j/tck/faces/faces41/uiRepeat/Deployments.java
The file was addedtck/faces41/uuidConverter/pom.xml
The file was addedtck/faces41/uiRepeat/src/test/java/org/eclipse/ee4j/tck/faces/faces41/uiRepeat/Spec1263IT.java
The file was addedtck/faces41/uiRepeat/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces41/uuidConverter/src/test/java/org/eclipse/ee4j/tck/faces/faces41/uuidConverter/Spec1819IT.java
The file was addedtck/faces41/headAndBodyRenderer/src/main/webapp/WEB-INF/web.xml
The file was addedtck/faces41/headAndBodyRenderer/src/test/java/org/eclipse/ee4j/tck/faces/faces41/headAndBodyRenderer/Deployments.java
The file was addedtck/faces41/uuidConverter/src/main/webapp/WEB-INF/beans.xml
The file was addedtck/faces41/uuidConverter/src/main/webapp/WEB-INF/faces-config.xml
Commit fd82528f109733073e0594b01c530e0a95a1c1cf by Bauke Scholtz
improvements after self-review
The file was modified tck/faces41/headAndBodyRenderer/src/main/webapp/WEB-INF/web.xml (diff)
The file was addedtck/faces41/uuidConverter/src/main/webapp/spec1819explicitConversionViaTag.xhtml
The file was removedtck/faces41/uuidConverter/src/main/webapp/spec1819explicitConversion.xhtml
The file was addedtck/faces41/uuidConverter/src/main/webapp/spec1819explicitConversionViaAttribute.xhtml
The file was modified tck/faces41/uuidConverter/src/test/java/org/eclipse/ee4j/tck/faces/faces41/uuidConverter/Spec1819IT.java (diff)
Commit 10cebad577f7a09af00accd3fb40cec44fb69431 by Paul Nicolucci
Add SecurityManager removal to the Changelog
The file was modified spec/src/main/asciidoc/ChangeLog.adoc (diff)
Commit 10d57042fa61ee44770c2e82e0e7a2a9839bf263 by Paul Nicolucci
Add Paul Nicolucci to Faces 4.1 contributors
The file was modified spec/src/main/asciidoc/Preface.adoc (diff)
Commit e2e2c2fef513e6332680a2081790884871099bb3 by arjan tijms
Add module info and update pom

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
The file was addedapi/src/main/module/module-info.java
Commit 9c9691ce2f3c79c19a1d8b3a99a08d25e3d51b61 by Bauke Scholtz
TCK for https://github.com/eclipse-ee4j/mojarra/issues/5415
The file was addedtck/faces40/ajax/src/main/webapp/issue5415IT.xhtml
The file was addedtck/faces40/ajax/src/main/webapp/resources/components/middleComponent.xhtml
The file was addedtck/faces40/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet50/ajax_selenium/Issue5415IT.java
The file was addedtck/faces40/ajax/src/main/webapp/resources/components/outerComponent.xhtml
The file was addedtck/faces40/ajax/src/main/webapp/resources/components/innerComponent.xhtml
Commit 5bc9a34e00b88c42443cc60a0dff82ee5f2f4a04 by Bauke Scholtz
catch up contributors list in api/pom.xml based on
spec/asciidoc/Preface.adoc
The file was modified api/pom.xml (diff)
Commit 17a7ea5ddc74b115dcb29253f115319b1b757bd4 by arjan tijms
Update various versions in pom.xml files
The file was modified spec/pom.xml (diff)
The file was modified tck-dist/pom.xml (diff)
The file was modified tck/util/src/main/java/ee/jakarta/tck/faces/test/util/selenium/ChromeDevtoolsDriver.java (diff)
The file was modified tck-dist/userguide/pom.xml (diff)
The file was modified tck/util/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified tck/old-tck/build/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 9f0606d314d488776ffe229f8144fa4308e9ffe0 by arjan tijms
Set mojarra version to 4.1.0

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 735ea8d87bc3f0cfc9dca710a2d6d8e4fd04e024 by arjan tijms
Update EFSL from 1.0 to 1.1

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified spec/src/main/asciidoc/license-efsl.adoc (diff)
The file was modified api/src/main/javadoc/doc-files/speclicense.html (diff)
The file was modified spec/src/main/asciidoc/faces-spec.adoc (diff)
The file was modified spec/pom.xml (diff)
The file was modified .gitignore (diff)
The file was modified api/pom.xml (diff)
Commit e8e2e9a039c8b3099d827d8ef0e2509e9a72bb0a by eclipse-faces-bot
Prepare next development cycle for 4.1.1-SNAPSHOT
The file was modified api/pom.xml (diff)
Commit 78b5e777cae504168297f69d679ac55630f17073 by arjan tijms
Sync libs with pom.getlibs.xml

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/install/jsf/bin/ts.jte (diff)
Commit 089e74681602d6f8c1eafe42a78540cdcc27e841 by arjan tijms
Update and sync more for old TCK

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/old-tck/source/release/tools/jsf.xml (diff)
The file was modified tck/old-tck/source/docker/pom.getmodules.xml (diff)
The file was modified tck/old-tck/source/pom-bundle.xml (diff)
The file was modified tck/old-tck/source/docker/pom.getlibs.xml (diff)
Commit 72479d2a62bf9d93213d0ebf0baa4b22e7fe9f7a by arjan tijms
Even more version updates for old-tck
The file was modified tck/old-tck/source/install/jsf/bin/ts.jte (diff)
The file was modified tck/old-tck/source/release/tools/jsf.xml (diff)
Commit 345eccfce5a41cbdcf1cac7b995b3eaa54eed040 by arjan tijms
Update the signature test

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
The file was modified tck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/jakarta.faces.sig_4.1.0-SNAPSHOT (diff)
The file was modified tck/faces-signaturegen/pom.xml (diff)
The file was modified tck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/sig-test.map (diff)
The file was addedtck/faces-signaturetest/src/test/resources/ee/jakarta/tck/faces/signaturetest/jakarta.faces.sig_4.1.0
The file was modified tck/faces-signaturetest/pom.xml (diff)
Commit 17da3d95a22374cdc3c266f5e0c63dd5373f6145 by arjan tijms
Lower constraint to JDK 17, for the special JDK 17 GF build

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
Commit c971c205b5d038ed85c1d6b6ebca8ff13ef83a1b by arjan tijms
Choose month for tests not impacted by JDK 17/21 formatting change

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified tck/pom.xml (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4070IT.java (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4087IT.java (diff)
The file was modified tck/faces23/converter/src/test/java/ee/jakarta/tck/faces/test/javaee8/converter/Issue4110IT.java (diff)
Commit fcbbb47f08f65ce0ed344c51fd4e0ffc7a900866 by arjan tijms
Replace EOL jsdoc3 plugin with actual node jsdoc

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified api/pom.xml (diff)
Commit 632e9583cf33aed3a2d905bc289f5f9902ed68b9 by Bauke Scholtz
https://github.com/jakartaee/faces/issues/1913
remove jax-ws dependency
The file was modified api/src/main/module/module-info.java (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/src/main/asciidoc/ExpressionLanguageFacility.adoc (diff)
The file was modified README.md (diff)