- Update PostgreSQL driver from 42.5.0 to 42.7.4 (fixes SQL injection CVE)
- Update H2 database from 2.1.214 to 2.3.232 (fixes password exposure CVE)
- Update all Jetty dependencies to 12.0.15 stable release
- Update other dependencies to match build.gradle versions
- Sync pom.xml with current project state for VS Code IntelliSense
- Implemented WebSocketSession abstract class with callback-based API
- Added ServletWebSocketSession with full Jakarta WebSocket bridging
- Created @WebSocket annotation for declarative endpoint marking
- Updated JettyApp to initialize Jakarta WebSocket container
- Split Request/Response into abstract base and servlet implementations
- Moved JettyApp to jabba.servlet package
- Moved annotations to jabba.decor package
- Added comprehensive WebSocket test suite (5 tests, all passing)
- Updated README.md with WebSocket documentation and examples
- All 31 tests passing (async, sync, security, websocket, database)
- Fixed spelling errors in README.md