Selim Dinçer

Results 9 issues of Selim Dinçer

I wanted to have a look at the binary on the website but after I hit the play button, no ui shows up but the process keeps running. I get...

Motivation: This PR bumps the kotlin & kotlin coroutines versions to the latest available

Is there an easy way to create title attributes with multiple lines? Here's an example of what I'm trying to do: https://jsfiddle.net/hvn8o19t/ I couldn't find a way to pass this...

### Describe the bug When using `elytron-security-jdbc` and configuring the bcrypt password mapper, the quarkus application fails to start with the following error. ### Expected behavior Application starts successfully. ###...

kind/bug
area/security

Right now it's not possible to annotate a function with `@JsonProperty` and have it be included in the json. For example, following kotlin code will be serialized into an empty...

**Motivation:** closes #188 This PR adds support for a mutiny project "Flavor". Since mutiny differs from other dependencies in that it provides a whole new set of artifacts, I decided...

#### Describe the feature It would be nice to have [mutiny](https://smallrye.io/smallrye-mutiny-vertx-bindings/2.6.0/) alongside the already existing RxJava, Reactive Streams & Coroutine dependencies. #### Use cases Projects using mutiny #### Contribution I...

enhancement

Hey, I've been following the guide on the docs and noticed that all the stylesheets for server-side components are combined into one css resource. This means that even if a...

### Version 5.0.2 ### Context Failure handlers on sub routers are ignored even if the path matches. When we have a sub router matching on `/api/*` then its failure handlers...

bug