Re: Supposed to provide performance at daemon thread in tomcat

2024-01-21 Thread koteswara Rao Gundapaneni
hi all, On high level view if i look at up with reflection we use in tomcat code for the existing class in Bootstrap and core jvm methods internally works excellent On Sat, Jan 20, 2024 at 11:57 PM koteswara Rao Gundapaneni < koti.gundapan...@gmail.com> wrote: > I am going to provide unit tests

[bug] websocket generics?

2024-01-21 Thread Romain Manni-Bucau
Hi, I know websocket 1.0 methods without providing the handler type are kind of deprecated (not recommended would be more correct) so not sure this bug would get a fix or not. Long story short, org.apache.tomcat.websocket.WsSession#addMessageHandler(jakarta.websocket.MessageHandler) will call Uti