Some checks failed
Docker Build and Push / build-and-push (push) Failing after 36s
API Gateway (Java Spring Boot) / test (17) (push) Failing after 2m15s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 2m17s
API Gateway (Java Spring Boot) / build (push) Has been skipped
API Gateway (Java Spring Boot) / security (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 2m39s
Integration Tests / performance-tests (push) Has been skipped
### Summary of Changes - Added version specifications for `jjwt-api`, `jjwt-impl`, `jjwt-jackson`, `springdoc-openapi-starter-webmvc-ui`, `sonar-maven-plugin`, and `jacoco-maven-plugin` in the `pom.xml` file. ### Expected Results - Ensured that the api-gateway service uses the latest versions of its dependencies, improving security and stability.
API Gateway Service
The core API gateway for LabFusion, built with Java Spring Boot.
Purpose
- Central API endpoint for all frontend requests
- User authentication and authorization
- Dashboard and widget management
- Event and device state storage
Technology Stack
- Language: Java 17
- Framework: Spring Boot 3.2.0
- Port: 8080
- Database: PostgreSQL
- Message Bus: Redis
Features
- JWT-based authentication
- RESTful API endpoints
- WebSocket support for real-time updates
- Dashboard CRUD operations
- Event and device state management
Development Status
✅ Complete - Core functionality implemented