[
https://issues.apache.org/jira/browse/MYFACES-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Melloware resolved MYFACES-4688.
--------------------------------
Resolution: Fixed
> 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.0.2, 4.1.0-RC2
> Reporter: Melloware
> Assignee: Melloware
> Priority: Major
> Fix For: 5.0.0, 4.0.3, 4.1.0-RC3
>
>
> 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)