lex

Results 11 comments of lex

here some workaround, but its some ugly and not kotlin friendly :) ``` bundle("webpack", delegateClosureOf { bundleName = "main" sourceMapEnabled = true contentPath = file("$buildDir/bundle") }) ```

In addition: with workaround webpack does not generate js bundle: build.gradle.kts ``` import org.jetbrains.kotlin.gradle.frontend.webpack.WebPackExtension import org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile plugins { kotlin("frontend") } version = "0.1.0-SNAPSHOT" tasks { "compileKotlin2Js"(Kotlin2JsCompile::class) { kotlinOptions { moduleKind...

ok, I'll try too, and if anything works out, I'll share it

spring boot issue link https://github.com/spring-projects/spring-boot/issues/33356

spring boot committers says that `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` should be replaced by `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` https://github.com/spring-projects/spring-boot/issues/33356#issuecomment-1327230657

hi. when will it be fixed?

temporary fix (6.5.0 version checked). just add to dependencies: `implementation("javax.xml.bind:jaxb-api:2.3.1")`

UP still actual today spring boot 3.1.4 telegrambots 6.8.0

Hi. I have the same issue, the workaround is to make all fields var, but that's not good)

@marcingrzejszczak reproducer with instructions in readme is here https://github.com/lex-em/micrometer-tracing-on-proxy CustomSpanAspect class contains additional comments