Stirling-PDF/src/main/java/stirling/software/SPDF/service
Anthony Stirling 21832729d2
JUnits JUnits JUnits, so many JUnits (#3537)
# Description of Changes

Please provide a summary of the changes, including:

- What was changed
- Why the change was made
- Any challenges encountered

Closes #(issue_number)

---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md)
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md)
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing)
for more details.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2025-05-19 14:12:06 +01:00
..
misc Fix NullPointerException by Enabling Constructor Injection for Color Replacement Components (#3469) 2025-05-04 17:20:07 +01:00
CertificateValidationService.java Improve Type-Safe Casting with Pattern Matching (#2990) 2025-02-25 21:31:50 +00:00
CustomPDFDocumentFactory.java Refactor codebase to replace explicit constructors with Lombok annotations and remove boilerplat (#3415) 2025-04-25 14:35:12 +01:00
LanguageService.java JUnits JUnits JUnits, so many JUnits (#3537) 2025-05-19 14:12:06 +01:00
MetricsAggregatorService.java Refactor codebase to replace explicit constructors with Lombok annotations and remove boilerplat (#3415) 2025-04-25 14:35:12 +01:00
PdfImageRemovalService.java Fix ConcurrentModificationException by modifying resources outside the iteration. (#1719) 2024-08-19 19:42:55 +01:00
PdfMetadataService.java Refactor codebase to replace explicit constructors with Lombok annotations and remove boilerplat (#3415) 2025-04-25 14:35:12 +01:00
PostHogService.java Refactor codebase to replace explicit constructors with Lombok annotations and remove boilerplat (#3415) 2025-04-25 14:35:12 +01:00
SignatureService.java Cleanups and making distinction between pro and enterprise (#3250) 2025-03-27 12:42:45 +00:00