-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
14 lines (9 loc) · 653 Bytes
/
todo
File metadata and controls
14 lines (9 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
add a dependency so I can use mockito to mock external dependencies
still need to be able to refactor http/https handlers' 'handleRequest' methods cuz I think they may be too big
add flexible port handling to sending http / https requests. so basically check for a port, default to default if no port specified
use more verticles - check copilot chat / ask again if i'm following vertx design principles properly
finish loading config using jackson annotation jsonproperty and properties file in root
implement threading or something with more verticles anyway
fix this unhandled exception stuff at the bottom
fix comments?
change printlns to logs