Sebastian Daschner

Results 31 issues of Sebastian Daschner

When using `mvnd` with a Quarkus 2.X project, the output looks different to what I'm used to with `mvn`. More importantly, the keyboard input doesn't work. Is there something I...

I've added `adoc` and `asciidoc` to be file extension that cause the plain text editor to open. This would be really convenient to view and edit asciidoc files on mobile.

Hi there 🙂 Not really a bug report (since it's expected behavior), but what is the recommended way to let a container with an attached volume self-heal from a crash?...

I expected that I can modify the initial state of database in the `Dockerfile`, e.g. creating some indexes. It seems, however, that the state that I persist during the build...

A big hurdle to cross when coming from an Enterprise Java background is to add the correct extension dependencies to the pom.xml, especially when features changes. E.g. when using Bean...

enhancement
quarkus

Added live templates suggested in #11 and others. Suggested: - `qds`: JDBC datasource in properties - `ijt`: Inject a CDI bean - `conf`: Inject a config property - `pdm`: Create...

As discussed, a first attempt to add a general "application" type to MST. Aims to provide an easy access for health checking. Only MP Health has been added so far...

is:enhancement

I thought this was actually enforced in the spec since a long time, but it turns out it's not: If CDI is supported in the container, it would be a...

It would reduce boilerplate if JSON-B implementations were required to ship with some often-needed visibility strategies, such as (up for discussion): - `PropertyNamingStrategy.PUBLIC_PROPERTY`: Use public getters / setters, or public...

enhancement

Chapter [Fields and Bean Properties](https://github.com/eclipse-ee4j/jaxrs-api/blob/master/jaxrs-spec/src/main/asciidoc/chapters/resources/_resource_field.adoc#fields-and-bean-properties) explains how implementations need to supports specific types for automatic field conversion. In the Config JSR (382) back then, we had discussions around what to...

enhancement
api
javadoc
spec