spring
spring copied to clipboard
Spring integration for Vaadin
I have a landing page with public access. I added the @AnonymousAllowed annotation in the class, but it doesn't work, it always loads the login page. Method configure, SecurityConfig Class:...
Spring-Boot offers the possibility to start an application as web application with an embedded server or as a standalone application by setting the property spring.main.web-application-type=none There are several scenarios that...
The target artifact for this repository (vaadin-spring-12.43.jar) contains the META-INF/spring-configuration-metadata.json. This file contains the properties which are available for the spring boot config file (application.properties or application.yml). All major IDEs...
**UPDATE** Look at https://github.com/vaadin/spring/issues/602#issuecomment-613880654 for resolution I'm using Vaadin in a Spring Boot application. The vaadinRootMapping bean in VaadinServletConfiguration has the same order (Ordered.LOWEST_PRECEDENCE - 1) as MVC's resourceHandlerMapping bean...
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
A customer of us had the following problem: he added an addon from our directory to his Spring Boot application as maven dependency. After preparing the frontend and starting the...
created a [PR](https://github.com/vaadin/spring/pull/991) to update spring boot to 2.6.2, but failed on compilation. ``` Compiler [09:09:37] [Compiler] Compilation failure /opt/agent/work/cd0aca6139b3f1ae/vaadin-spring/src/main/java/com/vaadin/flow/spring/SpringVaadinServletService.java:[170,59] cannot find symbol symbol: class ResourceProperties location: package org.springframework.boot.autoconfigure.web ```
Now I use Spring WebFlux for HTTP REST API services because of performance, at the same time I use Vaadin to build UI, and this is the famous problem between...
## Issue the beans `viewAccessChecker` and `accessAnnotationChecker` are the core security handlers when using vaadin **21+** There are number of reasons why one would like to provide a custom AnnotationCheker...
Classes `SpringInstantiator` and `SpringServlet` implement `Serializable` but contain a non-serializable non-transient field: ``` private final ApplicationContext context; ```