Petter Holmström

Results 37 issues of Petter Holmström

### Describe your motivation In Java, it is a good practice to use domain primitives rather than ordinary primitives in certain situations. For instance, instead of using a `String` or...

enhancement
hilla

### Describe the bug When push is enabled, the push connection is established when you enter the first view of the application. If the application is requiring authentication, this view...

bug
hilla
Severity: Major
Impact: Low
workaround

### Describe your motivation When subscribing to a flux connection, if you leave out the `onError` callback and there is an error, Hilla will throw the error and you can...

enhancement
hilla

### Describe the bug When using a form, any conditionally rendered fields will not be properly initialized by the `field` directive. For example the required indicator might be missing, or...

bug
hilla
Severity: Major
Impact: Low

If the `opened` state of a `Notification` changes multiple times after each other, you may end up with a situation where the notification is opened in React, but still not...

bug
Severity: Major
Impact: Low
vaadin-notification

Currently, a Spring4Vaadin UI cannot be serialized, which is problematic for cluster deployments. This should be fixed by ensuring that: - Spring4Vaadin itself is properly serializable, and - the UI...

enhancement

Once the Spring Security integration is more stable and mature (it currently is not), it should be properly documented with in-depth information and samples.

documentation
security

Make it possible to publish events in one thread and notify listeners in another thread: - all listeners / thread - one listener / thread

enhancement

Create a demo app or update any of the existing ones to showcase the view scoped event bus.

samples

Add support for section-less side bar items.

enhancement