mazhen

Results 4 issues of mazhen

I am running faces TCK tests in the GlassFish project using the following command: ``` mvn clean install -Ptck -pl :glassfish-external-tck-faces ``` Encountered failure while running the Issue2754IT test case....

The ORB does not set a timeout when establishing a connection, and in some cases, such as when the opposite endpoint has set up firewall rules or is connecting to...

This PR introduces the `VirtualThreadExecutorService`, extending the capabilities of Grizzly's thread pool to support Java's virtual threads. This new executor service leverages the lightweight, user-mode threads introduced in recent Java...

参照RocketMQ的实现,在握手时发现客户端试图建立TLS连接,在netty的pipeline中增加SslHandler,处理TLS的请求和响应。