Skip to content

Commit

Permalink
MYFACES-4688: 5.0 Quarkus reflection/serialization (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Oct 25, 2024
1 parent 1985123 commit 6a4526e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ void registerForLimitedReflection(MyFacesRecorder recorder,
FacesConfigurator.class,
FacesInitializerImpl.class,
TagLibraryConfig.class,
String.class,
ViewScopeProxyMap.class,
SAXCompiler.class,
StateUtils.class,
ExpressionFactoryImpl.class));
Expand Down Expand Up @@ -578,7 +576,8 @@ void registerForMethodReflection(MyFacesRecorder recorder, BuildProducer<Reflect
FactoryFinderProviderFactory.class,
JstlFunction.class,
QuarkusFactoryFinderProvider.class,
RepeatStatus.class));
RepeatStatus.class,
ViewScopeProxyMap.class));

reflectiveClass.produce(
ReflectiveClassBuildItem.builder(classNames.toArray(new String[0]))
Expand Down

0 comments on commit 6a4526e

Please sign in to comment.