> On 28 Apr 2025, at 12:02, Luca Milanesio <
[email protected]> wrote:
>
>
>
>> On 28 Apr 2025, at 11:55, Luca Milanesio <
[email protected]> wrote:
>>
>>
>>
>>> On 28 Apr 2025, at 09:51, Samuel Idowu <
[email protected]> wrote:
>>>
>>> Oh, good to know. Thanks for the update.
>>>
>>> /BR, Sam.
>>>
>>> On Monday, April 28, 2025 at 9:54:56 AM UTC+2 Thomas Dräbing wrote:
>>> Hi Samuel,
>>>
>>> this looks like an issue with the zookeeper-refdb plugin, which does not seem to work properly with the latest Gerrit version.
>>
>>
>> I believe it has something to do with the Guice optional injections: the versionManager is flagged with @Inject(optional = true).
>
> Yes, see [1]: whenever we use an optional injection, we also have to flag the field as nullable.
> It sounds strange though that this shows up only now?