Cedric Thiebault

Results 7 issues of Cedric Thiebault

This is a copy of `aws-java-simple-http-endpoint` example but migrated to Kotlin and latest Gradle version.

I would like to serve my `openapi.yaml` definition on `/api-docs` endpoint so I can use it in Swagger UI. Using Express, I would do: `app.use('/api-docs', Express.static('openapi.yaml'));` Maybe we could use...

help wanted
new feature

GwtChosen does not support label tag. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label It would be nice if when we click on label element, it opens the item list...

suggestion

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug
Server: Kotlin

### Description It would be great to be able to use Hibernate Search without a datasource but just to index data to Elasticsearch. I'm persisting my entities to DynamoDB and...

kind/extension-proposal
area/hibernate-search

It would be nice if we could have some guidelines for creating new catalog entries (maybe in the `README.md`). For example, - should we use data container or Docker volumes...

It would be great to have some Mutiny wrappers for AWS Async Client that return some `Uni` instead of `CompletionStage`. There is already that for Vert.x: `io.vertx.mutiny.core.eventbus.EventBus` is a wrapper...

enhancement
help wanted