You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception handler of an annotated service now handles the exceptions raised by the decorators of the annotated service. #1478
Bug fixes
Fixed a bug where DocService debug form does not show all example HTTP headers. #1466
Fixed a bug where EndpointGroup health check meters sometimes have missing ip tag. #1474
Fixed a bug where annotated services do not work when a service object is enhanced by CGLIB. #1473#1480
Related: Spring validation and AOP
Fixed a bug where Armeria client does not respect HTTP/2 MAX_CONCURRENT_STREAMS settings. #1206#1481
Fixed a bug where Armeria uses too small inbound traffic water marks for an HTTP/2 connection. #1489
Fixed a bug where false positive warnings are logged when scanning an annotated service. #1485#1486
Deprecations
ClientBuilder.decorator(Class, Class, ...) has been deprecated in favor of the new decorator() and rpcDecorator() methods introduced in the 'New features' section above. #1482#1484