Tatu Lund
Tatu Lund
> We invalidate certain user-session with httpSession.removeSessionAttribute(vaadinService.getSessionAttributeName()) Why not httpSession.invalidate()?
> Is there a timeline for official Vaadin 8 Jakarta Support for extended Maintenance? There is no timeline planned at the moment, we are having reactive as per basis of...
> We would also need a jakarta compatible vaadin 8 version soon (Spring supports ends october). Based on this comment I would assume you would need at least Spring add-on...
> no, we do not use push That will make things easier for you.
The latest status of the Servlet 6 support related to Vaadin 8 are the follows: - "vaadin-server-mpr-jakarta" artifact can be used also without MPR - Spring add-on version 4.0.0.beta1 exists,...
Those do not look like new methods, but inherited methods, which use can break intended use of ConfirmDialog. Hence I think deprecation is a good way to warn about them.
I think this should not be a feature in Dialog, but introduced as a separate component ala Popup. Such component already exists in Directory https://vaadin.com/directory/component/popup and could be adopted as...
Currently there is nothing in CDI add-on that would use RolesAllowed. The annotation itself is empty placeholder. In Spring add-on we have helpers extending Spring Security, which also adds access...
Former issue 14884 is now https://github.com/vaadin/cdi/issues/131
Apparently our plugin is trying to use method from Maven plugin that no longer exists. This needs to be changed.