Hi Matti,
Since Vaadin 8.12 the EventRegistration class of Vaadin has the
public Registration addListener(Class<?> eventType, Object object, Method method)
deprecated and it now requires the public interface LeafletClickListener to extend SerializableEventListener - The warning is Adding listeners with type Object is deprecated, event listener should extend SerializableEventListener
If you could add this to your LeafletClickListener class it would avoid all these warnings.
Regards,
George