Marcono1234

Results 265 comments of Marcono1234

Maybe related to or the same as #11310? See comments there for potential workarounds.

Regarding `InstallationListener`'s `onWarmupError`, I am not completely sure how it behaves currently. But it might be good to handle the throwable in some way or fail fast for it, and...

> You can already return a `Throwable` from an `InstallationListener`, or throw an exception from `onError`. This error will be propagated to the invocation. But that does not seem to...

Yes registering a `Listener` which collects the errors and throws them after `AgentBuilder#installOn` returns is what I am currently doing. At least for my use case that is already better...

> The problem is that JDK 8 is the newest JDK that supports Java 5 as a target. As long as the source code is also valid for Java 8...

> but I think I made this work using the antrun plugin Thanks! You mean 20417280921ae790d85750adafab63f35ebb1b56, right? I have tested it with Byte Buddy 1.17.6 now and it is already...

I am experiencing the same, also for Firefox on Android only. Though I am also seeing similar rendering issues for the Chart.js sample https://www.chartjs.org/docs/latest/samples/area/radar.html, when toggling the "Smooth" setting. Is...

Thanks for confirming! For me it seems "Smooth" made it more likely to occur but it also happened without it. I have created https://github.com/chartjs/Chart.js/issues/12045 now. If anyone has additional information,...

To add to @luchua-bc's comment by default you have to override the [HttpServlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/http/HttpServlet.html) methods to make your application support them (except `doGet` which when overridden then also supports `doHead` unless...

Seems to affect more inline tags, including for example `{@summary ...}`. In case it is helpful, at the end of the specification for the Standard Doclet ([here for JDK 21](https://docs.oracle.com/en/java/javase/21/docs/specs/javadoc/doc-comment-spec.html#where-tags-can-be-used))...