Melloware created MYFACES-4688:
----------------------------------

             Summary: Quarkus: Register more classes for 
reflection/serialization
                 Key: MYFACES-4688
                 URL: https://issues.apache.org/jira/browse/MYFACES-4688
             Project: MyFaces Core
          Issue Type: Bug
          Components: Extension Feature
    Affects Versions: 4.1.0-RC2, 4.0.2
            Reporter: Melloware


based on original ticket: 
https://github.com/quarkiverse/quarkus-primefaces/issues/264

so far he has had to add this..


{code:java}
@RegisterForReflection(
targets = {java.lang.StringBuffer.class}, 
classNames = {"jakarta.faces.component._AttachedStateWrapper"}, 
methods = true, 
serialization = true)
public class ReflectionConfig {
}
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to