Skip to content

refactor(services): enhance error handling and add logging#2

Merged
JamesRobertWiseman merged 2 commits intomasterfrom
feat/render-error-handling
Jun 18, 2025
Merged

refactor(services): enhance error handling and add logging#2
JamesRobertWiseman merged 2 commits intomasterfrom
feat/render-error-handling

Conversation

@JamesRobertWiseman
Copy link
Copy Markdown

  • Update groupId and license URL in pom.xml.
  • Replace maven.compiler.source and maven.compiler.target with maven.compiler.release.
  • Bump plugin and dependency versions in pom.xml.
  • Add annotation processor configurations for Lombok in the Maven Compiler Plugin.- Introduce Logger for improved error diagnostics.
  • Update render method to provide detailed error messages for various failure scenarios.
  • Refactor methods for better null checks and coding style consistency.
  • Simplify and clean up redundant code paths.

- Introduce `Logger` for improved error diagnostics.
- Update `render` method to provide detailed error messages for various failure scenarios.
- Refactor methods for better null checks and coding style consistency.
- Simplify and clean up redundant code paths.
- Correct typo in error message: "failled" to "failed" and update casing for consistency.
- Remove redundant blank lines for cleaner test method structure.
- Add tests for scenarios with missing or invalid `renderId`.
- Ensure clear and accurate test behavior verification in exception handling.
@JamesRobertWiseman JamesRobertWiseman merged commit 212a946 into master Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant