Melloware

Results 2245 comments of Melloware

Here is the fix Junit did: https://github.com/junit-team/junit4/commit/610155b8c22138329f0723eec22521627dbc52ae#diff-25d902c24283ab8cfbac54dfa101ad31

@JLLeitschuh I submitted a PR for this so we will see. I feel like its totally harmless since the method is deprecated anyway.

Once you get a CVE number please come back and edit this Ticket title to add the CVE number.

I just tried it with 20.1.1 and its still same error.

Yes similar to Spring Boot it should respect incoming HTTP headers for Trace/Span and always put them on the outgoing response. This way you can trace microservice to microservice calls...

Just a heads up Microsoft offers this now... ```xml com.azure azure-aot-graalvm-support-netty 1.0.0-beta.2 net.java.dev.jna jna-platform 5.12.1 ``` However I did report this bug the problem is the version of Netty changed...

This would be a great feature as we have needed something similar in the past.

@aspirations I think the issue is that if you look at the PrimeFaces Showcase: https://www.primefaces.org/showcase/ui/file/upload/basic.xhtml The bean is `@RequestScoped` and you use the `UploadFile` value and then its done. the...

Agreed. Hopefully you can figure something out!