Skip to content

fix: add unified exception hierarchy (kernel dep)#8

Merged
casc84ab merged 3 commits into
developfrom
fix/framework-hardening
Feb 13, 2026
Merged

fix: add unified exception hierarchy (kernel dep)#8
casc84ab merged 3 commits into
developfrom
fix/framework-hardening

Conversation

@ancongui
Copy link
Copy Markdown
Contributor

Summary

  • CacheException now extends FireflyInfrastructureException
  • SerializationException updated to align with new hierarchy
  • Add fireflyframework-kernel dependency to pom.xml

Test plan

  • All existing tests pass
  • Build verified locally

Part of the Firefly Framework hexagonal architecture remediation.

- Remove @componentscan from CacheAutoConfiguration (no-op)
- Remove @import from EnableCaching (redundant with .imports file)
After removing @componentscan from CacheAutoConfiguration, the
ApplicationContextRunner no longer discovers RedisCacheAutoConfiguration
transitively. Explicitly register it alongside CacheAutoConfiguration
so Redis beans are created during integration tests.
- CacheException now extends FireflyInfrastructureException
- Add fireflyframework-kernel dependency
@ancongui ancongui requested a review from casc84ab February 13, 2026 00:34
Copy link
Copy Markdown
Contributor

@casc84ab casc84ab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - CacheException extends FireflyInfrastructureException. Clean hierarchy integration.

@casc84ab casc84ab merged commit 3d2020d into develop Feb 13, 2026
3 checks passed
@casc84ab casc84ab deleted the fix/framework-hardening branch February 13, 2026 09:28
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.

2 participants