Summary
- fix: replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: 372e1a7) (details)
- fix(events): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: b175a94) (details)
- fix(notis): simplify boolean expressions (commit: a399ce0) (details)
- echo: remove unnecesary imports (commit: 2f1492b) (details)
- fix(vaccinesG): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: fc08609) (details)
- fix(veterinarian): replace lambda with method reference 'VeterinarianEntity.class::isInstance (commit: 524ae31) (details)
- fix(request): solve override the equals method in DetailDTO (commit: 1725b29) (details)
- fix(vaccine): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: 5ce2745) (details)
- fix(request): define static constants for request states (commit: 89e9e58) (details)
- refacture(request): apply dependency injection to itself (Lazy) (commit: 5a5e778) (details)
- refacture(request): NEVER use get() alone (commit: 9093ea2) (details)
- refacture: remove @SuppressWarnings in services (commit: 4053830) (details)
- refacture(vaccineR): replace variable 'record' to 'vaccinationRecord' (commit: f555609) (details)