Piotr Morgwai Kotarbinski

Results 5 issues of Piotr Morgwai Kotarbinski

I believe I have the latest version of wwd installed (`Help -> Check for updates` says everything is up2date) and when I try to install dartboard I get the following...

Byte-Buddy is a very powerful, customizable lib, which makes it extremely versatile. With this great power however comes significant weight. Usually around 3.7MB in my case (after minimizing with maven-shade-plugin)...

question

In ByteBuddy when I create a dynamic proxy for `MyBaseClass` I can easily add annotations to it: ```java final var proxyClassBuilder = new ByteBuddy() .subclass(MyBaseClass.class) // other stuff here... .annotateType(new...

To resolve issue #5895 PR #8452 has been created that adds new `ServerCallStreamObserver.setOnFinishHandler(...)` method. The handler is called by `Listener.onComplete` _when the call is **finished** correctly from the server's point...

experimental API

Currently there is no easy universal way to obtain reference to the `ServletContext` from `ServerEndpointConfig.Configurator`'s level if the websocket container is running as a part of a Java Servlet app....