Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take class hierarchy into account when resolving #290

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Take class hierarchy into account when resolving

    Both when resolving handlers and creators, the hierarchy of classes was not interpreted correctly. This has been resolved.
    
    In addition, I discovered that the current interceptor implementation stood in the way of this fix, and that it should be implemented in another way. Interceptors are not handlers, after all, but this mechanism was abused for that. As such, the CommandHandlerInterceptor support has been removed. This may be re-added in the future.
    CodeDrivenMitch committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a270349 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/take-hierarchy-into-account

    # Conflicts:
    #	CHANGELOG.md
    #	src/main/kotlin/org/axonframework/intellij/ide/plugin/resolving/handlers/searchers/CommandHandlerInterceptorSearcher.kt
    #	src/main/kotlin/org/axonframework/intellij/ide/plugin/resolving/handlers/types/CommandHandlerInterceptor.kt
    CodeDrivenMitch committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0425dbc View commit details
    Browse the repository at this point in the history