Re: Re: Struts 2.5.x to 6.4.0

Lukasz Lenart <[email protected]> Tue, 28 Jan 2025 14:39:21 +0100
Newsgroups gmane.comp.jakarta.struts.user
Message-ID <CAMopvkNdYVO=ez-6pOnZ=fWF=TCwpYHSLEvnGNRijnRhYLzVKQ@mail.gmail.com>
wt., 28 sty 2025 o 14:22 John Wilson <[email protected]> napisał(a):
> I did go through the constants and update as required. We have the
> typeconverters defined application wide using the
> struts-conversion.properties.
>
> Although I’m wondering if this a bug related to
>
> https://issues.apache.org/jira/browse/WW-4996?jql=project%20%3D%20WW%20AND%20fixVersion%20%3D%206.0.0
>
> As to create the type converter it now goes through the renamed
> StrutsTypeConverterCreator. It seems to use the createConverter, instead of
> createBean?

Looks like this is the case, I've checked DefaultValidatorFactory and
it uses ObjectFactory#buildBean() - feel free to register an issue yet
it will be addressed in Struts 6.7.1/6.8.0


Cheers
Łukasz