IdeaPlugin
IdeaPlugin copied to clipboard
An IntelliJ IDEA plugin for Axon Framework
### Steps to reproduce - Use Kotlin - Have an abstract event class - Extend several classes using it - Have several handlers using the abstract event ### Expected behaviour...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.9.0 to 2.12.0. Release notes Sourced from gradle/gradle-build-action's releases. v2.12.0 Adds a new option to clear a previously submitted dependency-graph. steps: - uses: gradle/gradle-build-action@v2 with: dependency-graph: clear...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.2. Release notes Sourced from org.assertj:assertj-core's releases. v3.25.2 :bug: Bug Fixes Fix unresolvable Javadoc stylesheet URLs, simplify configuration #3324 Core Fix missing configuration for MatcherAssert...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.8 to 2023.3.1. Release notes Sourced from JetBrains/qodana-action's releases. v2023.3.1 Changelog e5e5181 :bug: Problem may not always contain a location. 138fe72 :bug: Repack action distribution 7f47dd1 :bug:...
Bumps org.jetbrains.intellij from 1.16.0 to 1.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.32.0 to 7.2.0. Release notes Sourced from io.sentry:sentry's releases. 7.2.0 Features Handle monitor/check_in in client reports and rate limiter (#3096) Add support for graphql-java version 21 (#3090)...
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module kind KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers...
Update Gradle Wrapper from 8.4 to 8.5. Read the release notes: https://docs.gradle.org/8.5/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
### Feature Description Error when wrong annotation is used in wrong context (eg: @EventSourcingHandler). For example: - EventSourcingHandler should only be added to classes that are aggregates. - SagaEventHandler for...