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
Move HttpException to common (if possible) - align handling of "internal" http exceptions that should be handled by DirectHandlers, and "user" http exceptions that should be handled by error handlers (such as 404?) - @tomas-langer
Remove deprecated stuff from Common (align LogConfig, ideally to work correctly depending on which logging framework is added to classpath) Logging refactoring #4825
The text was updated successfully, but these errors were encountered:
Tasks to finalize Níma (Helidon Loom based server implementation)
Prioritized:
WsConnection
todos #5183MP switch outstanding tasks:
UpgradeProvider
) #5184examples/messaging/pom.xml
- require websocket, commented out modules #5185examples/microprofile/pom.xml
- websocket example commented out #5186Production quality and other tasks - future releases
Nima: WebSocket - production quality #5421
Nima: WebSocket sub protocols #5422
Nima: HTTP/2 configuration #5416
Nima: Observe config #5426
Nima: Observe Log #5655
Nima: Observe Health #5427
Nima: Support for Key rotation for server TLS #5412
Níma: Access Log - fix
UserLogEntry
#5664Nima: Make number of max reroutes configurable in
HttpRouting
#5423Nima: User error handler #5428
4.x: Use
System.Logger
in all modules #54084.x: Use
Duration
for our timeouts #5409Níma: Consider SSE Support #5666
Nima: Use common config in APIs #5495
Níma: Features #5658
Done:
service-common
- refactor (probably belongs toreactive
andmicroporfile
respectively) (as part of Refactor Helidon MP on top of Níma #5056)server.port
instead ofnima.server.port
) - Config and name #4802SocketHttpClient
- Use a single SocketHttpClient. #4794DirectHandler
- Move DirectHandler to HTTP common and refactor reactive and Nima #4782HttpException
to common (if possible) - align handling of "internal" http exceptions that should be handled by DirectHandlers, and "user" http exceptions that should be handled by error handlers (such as 404?) - @tomas-langerLogConfig
, ideally to work correctly depending on which logging framework is added to classpath) Logging refactoring #4825The text was updated successfully, but these errors were encountered: