quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Render ConfigMapping elements properly in the Dev UI Configuration editor #44567

Closed gastaldi closed 6 days ago

gastaldi commented 6 days ago

@ConfigMapping classes are now rendered properly in the Config Editor (DevUI)

From this:

Screenshot 2024-11-18 at 21 29 13

To this:

Screenshot 2024-11-18 at 21 26 55
phillip-kruger commented 6 days ago

Nice! This has bugged me for a while :)

quarkus-bot[bot] commented 6 days ago

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 811819ee657de359a714dd6f1a76f19f1df7aa08.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
MicroProfile TCKs Tests Verify Failures Logs Raw logs :mag:

You can consult the Develocity build scans.

Failures

:gear: MicroProfile TCKs Tests #

- Failing: tcks/microprofile-opentelemetry 

:package: tcks/microprofile-opentelemetry

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.0:test (tracing) on project quarkus-tck-microprofile-opentelemetry: There are test failures. Please refer to /home/runner/work/quarkus/quarkus/tcks/microprofile-opentelemetry/target/surefire-reports-tracing for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.


Flaky tests - Develocity

:gear: JVM Tests - JDK 17

:package: extensions/micrometer/deployment

io.quarkus.micrometer.deployment.binder.VertxHttpClientMetricsTest.testWebClientMetrics - History

``` java.util.concurrent.RejectedExecutionException: event executor terminated at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934) at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:353) at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:346) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836) at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817) at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35) ```
gsmet commented 6 days ago

I'm not sure how it articulates with this effort: https://github.com/quarkusio/quarkus/pull/43354 .

radcortez commented 6 days ago

I'm not sure how it articulates with this effort: #43354 .

I think they complement each other.