Summary
- feat(entities, services): Implement ShelterArrival functionality with repository and service layers (commit: ffb5add) (details)
- fix(tests): Update follow-up status in AdoptionFollowUpServiceTest and adjust imports in MultimediaServiceTest and VeterinarianServiceTest (commit: 487d357) (details)
- feat(Services):add services and testing of the pet and owner (commit: 0d439bf) (details)
- refactor(services): add changes in the services owner and sevice pet (commit: af5a81d) (details)
- fix(medicalTest):Arregle los test de los ServicesTest de el package medical (commit: 53f2c2c) (details)
- fix(VeterinarianServiceTest,ShelterServiceTest,AdoptionServiceTest):arregle errores de test (commit: ab08431) (details)
- fix(PetServices, PetServicesTest): correct vaccine card references and improve validation checks (commit: 3b87081) (details)
- feat(PetService, PetServiceTest): implement PetService and corresponding tests; add maven-compiler-plugin configuration (commit: 50b1df0) (details)
- refactor(PersonEntity, PetEntity, OwnerService): remove unused fields and improve validation logic; update tests for OwnerService (commit: 873d1ab) (details)
- fix(ShelterServiceTest): improve exception handling in createShelter tests; ensure exception messages are validated (commit: af492a9) (details)
- refactor(tests): replace jakarta.transaction.Transactional with org.springframework.transaction.annotation.Transactional; improve import organization (commit: f3af1a8) (details)
- refactor(OwnerService, PetService): remove unused imports and improve code organization (commit: fb7230f) (details)
- Fix(MultimediaServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 262c0af) (details)
- Fix(AdoptionFollowUpServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 7d77b47) (details)