HJK181
HJK181
### Description I added two `vaadin-select` in a flex-box container to the page and see strange rendering issues which I can't explain myself by exploring the DOM. ### Expected outcome...
Spring cloud version: Greenwich.SR3 My UAA service is also an oauth2 client, which needs to relay JWT tokens coming in from Zuul. When configuring the oauth2 client the following way...
Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.zalando.problem.gson not found in module ## Description During the build process of a custom JDK the following error occurs ``` [INFO] java.lang.module.FindException: Error reading module: dependencies/BOOT-INF/lib/problem-0.26.0.jar...
### Description I'm using the starter kit app where I pass the current language to all views within the shell. All views extend a mixin which loads the langauge resources...
**Is your feature request related to a problem? Please describe.** _configprops.adoc is missing a description for many entries. **Describe the solution you'd like** _configprops.adoc entries must all contain a useful...
After updating Spring-Cloud from 2022.0.2 to 2022.0.3, our application failed to start: ``` *************************** APPLICATION FAILED TO START *************************** Description: Field optionalArgs in org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration required a bean of type 'com.netflix.discovery.AbstractDiscoveryClientOptionalArgs'...
### Description The `DataProvider` callback is called twice when sorting on a different column. The first time `params.sortOrders` is empty and the second time `params.sortOrders` contains the last clicked column's...
**Describe the bug** Hotkeys triggers if users has focus on an input inside a WebComponent. This is because events that happen in shadow DOM have the host element as the...
triggered by input.
Hi Dave, i'm trying to implement a setup similar to the oauth2-logout sample. My setup uses a zuul server as SSOClient, an oauth2 server and a resources server. I wonder...