2 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement caching using embedded Hazelcast in a Spring Boot application to improve read performance. This involves analyzing data and endpoints for caching suitability, integrating Hazelcast, configuring it for embedded mode, implementing cache logic in service layers, defining eviction strategies, configuring cache size and TTL, and adding tests and documentation.

Complexity: 4/5
enhancement good first issue

OBS Java Spring Boot Technical Test

Java

AI Summary: The task involves creating a Dockerfile to containerize a Spring Boot application and setting up a GitHub Actions workflow to automatically build and push the Docker image to Docker Hub upon each push to the main branch. This includes adding Docker Hub credentials as repository secrets and updating the README with Docker image usage instructions.

Complexity: 3/5
enhancement good first issue

OBS Java Spring Boot Technical Test

Java