Ronny Perinke

Results 8 issues of Ronny Perinke

Starting with Spring Boot 2.5.0-M3, Spring HATEOAS sends `application/hal+json` responses even though the request contains `Accept: application/json`. This change was introduced with commit 5863edfdda1b572c8e5e25ae20792898cca79f21 and is considered a breaking change...

type: documentation

Let's assume that there is a directory `C:\Temp\junit12854012982575283912` which contains a file `test-6e672c4ba0be4f0886d434125a0d062c.txt`. The assertion of `assertThat(dir).isDirectoryContaining("glob:test-[0-9a-f]*.txt")` and `assertThat(dir).isDirectoryContaining("regex:test-[0-9a-f]+\\.txt")` fails although it is not expected do so. The error messages...

### Description of the bug The generated app shell contains `` even if `Locale.getDefault()` returns "de_DE". This is different from Vaadin 14. No `I18NProvider` is used. But even if one...

bug
workaround
Impact: High
Severity: Major

The driver bundle is one big jar containing all the drivers for every supported platform. This makes it quite large, [roughly 117 MB for v1.29.0](https://mvnrepository.com/artifact/com.microsoft.playwright/driver-bundle/1.29.0). The "driver-bundle" artifact could be...

P3-collecting-feedback

### Description The affected projects tab (and table) is not updated correctly when switching between aliases. ### Addressed Issue fixes #481 ### Additional Details I'm leaving this as a draft...

support URLs of type `projects/:name/:version` #41

[Vue 2 has reached End of Life on December 31st, 2023](https://v2.vuejs.org/eol/) and must be replaced by Vue.js 3. `@vue/compat` may be required for bootstrap-vue 2, as neither [bootstrap-vue 3](https://bootstrap-vue.org/vue3) nor...

enhancement

... when using `ReactiveUserDetailsService` without `ReactiveUserDetailsPasswordService`. The existing test uses a `MapReactiveUserDetailsService` that implements `ReactiveUserDetailsPasswordService`, which does not trigger the error. fixes gh-17986

status: waiting-for-triage