Paul Nicolucci

Results 9 issues of Paul Nicolucci

https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/event/postconstructcustomscopeevent https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/event/predestroycustomscopeevent The only use I know of was for the [CustomScoped annotation](https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/bean/customscoped) which has now been removed in Faces 4.0. In addition is there any use case for: https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/event/scopecontext...

During MyFaces 4.0 development I opened the following issue that outlines the missing generics: https://issues.apache.org/jira/browse/MYFACES-4454 1) https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/context/externalcontextwrapper#getInitParameterMap() should have a return type of `Map` The [ExternalContext](https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/context/externalcontext#getInitParameterMap()) already defines the method...

https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/application/application#unsubscribeFromEvent(java.lang.Class,jakarta.faces.event.SystemEventListener) https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/application/application#unsubscribeFromEvent(java.lang.Class,java.lang.Class,jakarta.faces.event.SystemEventListener) ``` Throws: NullPointerException - if any combination of context, systemEventClass, or listener are null. ``` There is no `context` parameter for either of these methods. The reference to...

Component: Documentation: Javadoc; TLDDoc; Renderk

https://github.com/jakartaee/faces/blob/master/tck/old-tck/source/src/com/sun/ts/tests/jsf/api/jakarta_faces/application/application/TestServlet.java#L2304 The test documents the following: `Running==> application.subscribeToEvent(Class, null, null)` The test performs the following: `new Object[] { TCKSystemEvent.class, srcClass, null }, out);` This looks to just be a copy-and-paste...

TCK

The following Servlet 6.0 issue removed this restriction from a number of getter methods: https://github.com/jakartaee/servlet/issues/416. However, the following getter methods still throw an UnsupportedOperationException: 1. https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/servlet/servletcontext#getServletRegistration(java.lang.String) 2. https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/servlet/servletcontext#getServletRegistrations() 3. https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/servlet/servletcontext#getFilterRegistration(java.lang.String)...

see : https://github.com/jakartaee/faces/pull/1803 for details

After running `mvn clean install` if `mvn javadoc:javadoc` is executed I'm seeing the following errors: > [INFO] --- maven-javadoc-plugin:3.3.1:javadoc (default-cli) @ jakarta.servlet.jsp.jstl --- > [INFO] Configuration changed, re-generating javadoc. >...

bug
JakartaEE12

> --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-html) @ jakarta-stl-spec --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] asciidoctor: WARN: license-efsl.adoc: line 14: section title...

bug
JakartaEE12

The JAVAEE 8 Platform Specification Table EE.5-1 lists the following: JSF managed classesb Standard b.See the JSF specification section “JSF Managed Classes and Java EE Annotations” for a list of...