Vaadin Bot

Results 148 issues of Vaadin Bot

**Originally by _cmcbrien_** ___ We are looking to deploy an internal application so that it can be made accessible to the outside world through our secure gateway. An example would...

bug
Stale

**Originally by _whahn_** ___ This may be related to https://github.com/vaadin/framework/issues/2087. If a filter filters out everything from a TreeTable, the currently visible scrollbar stays. If the same is done with...

bug
v7
Stale

**Originally by _ataldev_** ___ I use the latest 7.6.8 version of Vaadin and when I use a grid editor, I obtain a NullPointerException whenever I try to save a bean...

bug
v7
Stale

**Originally by @jdahlstrom** ___ Currently, even though it is `ViewProvider`'s job to parse a textual navigation state into a `View` instance and parameters, `Navigator` makes some assumptions on the format...

enhancement

**Originally by @emarc** ___ In the new Navigator API, Views are registered using a string, and the API does not help in handling these. This is not ideal. However, it's...

enhancement

**Originally by @pleku** ___ Current implementation of the `ClientMethodInvocation` allows any type of parameters with `Object[] parameters`. If any of these objects is not Serializable, serializing the ClientMethodInvocation will cause...

enhancement

**Originally by @Artur-** ___ Currently serialization/deserialization code is generated on the client side for SharedState types and types they refer to. Some types like Map, List, arrays are handled in...

enhancement

**Originally by _Matti Tahvonen_ on 2015-09-08 17:15:44 +0300** --- Spring Security is a commonly used library in Spring based software stacks. Vaadin Spring (or its submodule) should contain helpers to...

enhancement
Epic

**Originally by _Sami Ekblad_ on 2015-05-25 15:24:31 +0300** --- VaadinSpringPortlet class is needed to provide correct UI provider in portal environments. --- Imported from https://dev.vaadin.com/ issue #17987

**Originally by _elmot_ on 2015-11-10 16:29:19 +0200** --- Improve Spring plugin to expose Vaadin-based applications through Spring Boot management port. The main business goal is rapid development of management consoles...