Artur

Results 189 issues of Artur

The spring-security-oauth2 project is deprecated and it is recommended to use Spring Security instead which now has the features built-in. The migration guide is at https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide

enhancement

View and endpoint security should work when `http.sessionManagement().sessionFixation().migrateSession()` is used See also https://github.com/vaadin/flow/issues/11031

fusion

When navigating to the active view but with different parameters, a new view instance is created but put into `newViewBeanStore` in `DefaultViewCache`. The new bean store should be taken into...

v8

**Describe the bug** If you configure a starter project from start.vaadin.com to produce a war and deploy it to Tomcat 8, you get ``` 25-Feb-2021 10:16:32.356 INFO [localhost-startStop-3] org.apache.catalina.core.ApplicationContext.log 1...

enhancement

Serialization has been tested manually using https://dev.vaadin.com/attachment/ticket/19462/vaadin-demo.zip (removing spring security which is not serializable). The UI should be included in the project and an IT should be run automatically during...

priority

Right now the library has a hard dependency on org.json. This is problematic for two reasons: 1. org.json has a non standard license which makes people wary 2. You many...

### Rollup Version 2.75.7 ### Operating System (or Browser) mac OS Monterey ### Node Version (if applicable) 17.9.0 ### Link To Reproduction https://replit.com/@ArturSignell/rollup-repro ### Expected Behaviour When there are to...

t¹ 🐞 bug

Libraries should not contain logging configuration. They interfere with application logging configurations. This reverts commit 6a0629aaaa7b1aa90dd035db91252a760f1edd48. Fixes #956

If you include version 1.0.21 or newer of this in a Spring Boot project, no output is written to the console anymore. Expected output from `mvn spring-boot:run` in a given...

Fixes #195 ### Motivation: Vite throws an exception when you try to access the `default` export of `buffer` ### Modifications: The exception can safely be ignored and interpreted as the...

needs triage