21 9:59 AM
>> To: dev@lucene.apache.org
>> Subject: RE: getField vs getDeclaredField in analysis SPI
>>
>> Hi Alan,
>>
>> I will open an issue about this!
>>
>> Uwe
>>
>> -
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bre
gt; Subject: RE: getField vs getDeclaredField in analysis SPI
>
> Hi Alan,
>
> I will open an issue about this!
>
> Uwe
>
> -
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message
Uwe
>
> -
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: Alan Woodward
> > Sent: Monday, September 6, 2021 3:48 PM
> > To: dev@lucene.apache.org
> > Subje
e-
> From: Alan Woodward
> Sent: Monday, September 6, 2021 3:48 PM
> To: dev@lucene.apache.org
> Subject: Re: getField vs getDeclaredField in analysis SPI
>
> Thanks Uwe!
>
> > On 6 Sep 2021, at 13:11, Uwe Schindler wrote:
> >
> > Hi Alan,
> &
Thanks Uwe!
> On 6 Sep 2021, at 13:11, Uwe Schindler wrote:
>
> Hi Alan,
>
>> LUCENE-9281 moved the `lookupSPIName` method from
>> AbstractAnalysisFactory to AnalysisSPILoader; the method is mostly the same,
>> but one line has been changed from Class.getField() to
>> Class.getDeclaredField().
Hi Alan,
> LUCENE-9281 moved the `lookupSPIName` method from
> AbstractAnalysisFactory to AnalysisSPILoader; the method is mostly the same,
> but one line has been changed from Class.getField() to
> Class.getDeclaredField().
> This can fall foul of the Security Manager, which wants a higher level
Hi all,
LUCENE-9281 moved the `lookupSPIName` method from AbstractAnalysisFactory to
AnalysisSPILoader; the method is mostly the same, but one line has been changed
from Class.getField() to Class.getDeclaredField(). This can fall foul of the
Security Manager, which wants a higher level of perm