Open Issues Need Help
View All on GitHubAI Summary: Set up a CI pipeline for a Maven project (located in /code-with-quarkus) that triggers on pushes and pull requests. The pipeline should build the project using `mvn clean install`, run automated tests, and provide feedback on success or failure.
Rinha de Backend - Terceira Edição
AI Summary: Implement unit tests for the `/code-with-quarkus` subproject of the Rinha de Backend project, focusing on core functionalities. Tests should use Java/Maven compatible frameworks (like JUnit), potentially leveraging WireMock for external service mocking. Include testing instructions in the README and optionally integrate tests into the CI pipeline.
Rinha de Backend - Terceira Edição
AI Summary: Refactor the backend project to organize classes into distinct packages, improving code maintainability and readability. This involves restructuring the project's directory structure and moving classes into appropriately named packages.
Rinha de Backend - Terceira Edição
Rinha de Backend - Terceira Edição