Tommy Schmidt

Results 9 issues of Tommy Schmidt

## Describe the problem you'd like to have solved I am currently using Micrometer Tracing and noticed that there is no traceId in the access log. I think adding this...

type:enhancement

# Support GraalVM native images In addition to supporting Kotlin/JS and Kotlin/Native (See #69) we should provide Support for GraalVM native image. ## Tasks - [x] Generate GraalVM runtime hints...

enhancement
feature
on hold

## Describe the problem you'd like to have solved [Spring Boot 3.2 just released](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes) and [introduced support for Jetty 12](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#jetty-12). There were quite a few changes introduced in Jetty 12...

type:enhancement

**Describe the issue** When building [my project](https://github.com/DarkAtra/v-rising-discord-bot) using one of the more recent GraalVM versions (`graalvm-jdk-17_macos-x64_bin/17.0.0/x64/graalvm-jdk-17.0.8+9.1`) the following error occurs: ``` > com.oracle.svm.core.util.VMError$HostedError: com.oracle.svm.core.util.UserError$UserException: Image heap writing found a class...

bug

Hello, i'm the maintainer of the [v-rising-discord-bot](https://github.com/DarkAtra/v-rising-discord-bot) and just received two reports where users of my bot ran into timeout issues. A closer look revealed that the [rules query](https://developer.valvesoftware.com/wiki/Server_queries#A2S_RULES) was...

## Describe the bug **Including a config file** which uses `springProperty` does no longer work in version `4.2.2`. It could be the same issue as https://github.com/spring-projects/spring-boot/issues/40491. `logback-access-spring.xml`: ```xml ``` `logback-access-base.xml`:...

type:bug

Fixes: https://github.com/akkinoc/logback-access-spring-boot-starter/issues/465

Take the following configuration: ```xml %d{YYYY-MM-dd HH:mm:ss.SSS} %5level %logger{0} [%t] - %msg%n ``` The logback-tyler output would be: ```java // package & imports class TylerConfigurator extends TylerConfiguratorBase implements Configurator {...

Take the following configuration: ```xml ``` where `logback-console-appender.xml` defines an appender `CONSOLE` like so: ```xml %d{YYYY-MM-dd HH:mm:ss.SSS} %5level %logger{0} [%t] - %msg%n ``` Running logback-tyler on the configuration results in:...