department-api icon indicating copy to clipboard operation
department-api copied to clipboard

A Spring Boot 3 RESTful API for managing departments and employees. Features include CRUD operations, Excel/PDF reporting with JasperReport, async email sending with Thymeleaf, Dockerized PostgreSQL,...

Results 3 department-api issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade net.sf.jasperreports:jasperreports from 6.21.0 to 6.21.3. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.3.0 to 2.4.0. :information_source: Keep your dependencies up-to-date....

### Issue Description The `ReportServiceImplTest` class in the `src/test/java/com/ainigma100/departmentapi/service/impl/` directory has two disabled unit tests. The first test, `givenNoInput_whenGenerateAndZipReports_thenReturnFileDTO`, is meant to verify that the method generates and zips reports...