From 6b706dbaa475dbd5b5d712338be7e4281248637e Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Fri, 13 Feb 2026 10:46:16 +0100 Subject: [PATCH 1/3] Update the logos and icons Update the logos and icons --- CHANGELOG.md | 3 + src/main/resources/META-INF/pluginIcon.svg | 65 +---------- .../resources/META-INF/pluginIcon_dark.svg | 73 +----------- src/main/resources/icons/handler.svg | 94 +-------------- .../resources/icons/handler_intercepted.svg | 110 +----------------- src/main/resources/icons/interceptor.svg | 67 +---------- src/main/resources/icons/publisher.svg | 94 +-------------- 7 files changed, 21 insertions(+), 485 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4977951..c8589de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # Axon Framework plugin Changelog +## [0.11.0] +- Updated the logos and icons. + ## [0.10.0] - Initial support for Axon Framework 5. This includes navigation support for message handlers and detection of EventSourcedEntity structure. diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg index 81d99c2d..cd2ffc7f 100644 --- a/src/main/resources/META-INF/pluginIcon.svg +++ b/src/main/resources/META-INF/pluginIcon.svg @@ -1,62 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/src/main/resources/META-INF/pluginIcon_dark.svg b/src/main/resources/META-INF/pluginIcon_dark.svg index a7ce18b5..cd2ffc7f 100644 --- a/src/main/resources/META-INF/pluginIcon_dark.svg +++ b/src/main/resources/META-INF/pluginIcon_dark.svg @@ -1,70 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/src/main/resources/icons/handler.svg b/src/main/resources/icons/handler.svg index 791f7cba..2d80966a 100644 --- a/src/main/resources/icons/handler.svg +++ b/src/main/resources/icons/handler.svg @@ -1,93 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/src/main/resources/icons/handler_intercepted.svg b/src/main/resources/icons/handler_intercepted.svg index 365c3f64..148c9e19 100644 --- a/src/main/resources/icons/handler_intercepted.svg +++ b/src/main/resources/icons/handler_intercepted.svg @@ -1,107 +1,3 @@ - - - - - - - - - - - - - - - + + + diff --git a/src/main/resources/icons/interceptor.svg b/src/main/resources/icons/interceptor.svg index 1bf56a86..bb4da10f 100644 --- a/src/main/resources/icons/interceptor.svg +++ b/src/main/resources/icons/interceptor.svg @@ -1,64 +1,3 @@ - - - - - - - - - - - - + + + diff --git a/src/main/resources/icons/publisher.svg b/src/main/resources/icons/publisher.svg index b2be8fe3..3d1ff43a 100644 --- a/src/main/resources/icons/publisher.svg +++ b/src/main/resources/icons/publisher.svg @@ -1,93 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - + + From 6cc7281ca206afd51ad431779df231bc4f43061f Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Fri, 13 Feb 2026 10:46:38 +0100 Subject: [PATCH 2/3] Change prospected version Change prospected version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8589de5..6f0142d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Axon Framework plugin Changelog -## [0.11.0] +## [0.10.1] - Updated the logos and icons. ## [0.10.0] From f8f56fd4abd272422daa3bfd93d109b7e6b13d48 Mon Sep 17 00:00:00 2001 From: Mitchell Herrijgers Date: Wed, 8 Apr 2026 09:30:25 +0100 Subject: [PATCH 3/3] Icon adjustments and size fixes --- .../intellij/ide/plugin/AxonIcons.kt | 6 +++--- src/main/resources/META-INF/pluginIcon.svg | 18 +++++++++++++++- .../resources/META-INF/pluginIcon_dark.svg | 18 +++++++++++++++- src/main/resources/icons/class.svg | 21 +++++++++++++++++++ src/main/resources/icons/handler.svg | 20 ++++++++++++++++-- .../resources/icons/handler_intercepted.svg | 20 ++++++++++++++++-- src/main/resources/icons/interceptor.svg | 20 ++++++++++++++++-- src/main/resources/icons/publisher.svg | 20 ++++++++++++++++-- 8 files changed, 130 insertions(+), 13 deletions(-) create mode 100644 src/main/resources/icons/class.svg diff --git a/src/main/kotlin/org/axonframework/intellij/ide/plugin/AxonIcons.kt b/src/main/kotlin/org/axonframework/intellij/ide/plugin/AxonIcons.kt index 69dfaded..7e21a9d0 100644 --- a/src/main/kotlin/org/axonframework/intellij/ide/plugin/AxonIcons.kt +++ b/src/main/kotlin/org/axonframework/intellij/ide/plugin/AxonIcons.kt @@ -1,11 +1,11 @@ /* - * Copyright (c) 2022. Axon Framework + * Copyright (c) 2022-2026. Axon Framework * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -30,5 +30,5 @@ object AxonIcons { val HandlerIntercepted = IconLoader.getIcon("/icons/handler_intercepted.svg", AxonIcons::class.java) val Publisher = IconLoader.getIcon("/icons/publisher.svg", AxonIcons::class.java) val Interceptor = IconLoader.getIcon("/icons/interceptor.svg", AxonIcons::class.java) - val Axon = IconLoader.getIcon("/META-INF/pluginIcon.svg", AxonIcons::class.java) + val Axon = IconLoader.getIcon("/icons/class.svg", AxonIcons::class.java) } diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg index cd2ffc7f..ae363ec3 100644 --- a/src/main/resources/META-INF/pluginIcon.svg +++ b/src/main/resources/META-INF/pluginIcon.svg @@ -1,4 +1,20 @@ - + + + diff --git a/src/main/resources/META-INF/pluginIcon_dark.svg b/src/main/resources/META-INF/pluginIcon_dark.svg index cd2ffc7f..9a4a286e 100644 --- a/src/main/resources/META-INF/pluginIcon_dark.svg +++ b/src/main/resources/META-INF/pluginIcon_dark.svg @@ -1,4 +1,20 @@ - + + + diff --git a/src/main/resources/icons/class.svg b/src/main/resources/icons/class.svg new file mode 100644 index 00000000..c67b5d59 --- /dev/null +++ b/src/main/resources/icons/class.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/src/main/resources/icons/handler.svg b/src/main/resources/icons/handler.svg index 2d80966a..38c7287e 100644 --- a/src/main/resources/icons/handler.svg +++ b/src/main/resources/icons/handler.svg @@ -1,3 +1,19 @@ - - + + + + diff --git a/src/main/resources/icons/handler_intercepted.svg b/src/main/resources/icons/handler_intercepted.svg index 148c9e19..f948a263 100644 --- a/src/main/resources/icons/handler_intercepted.svg +++ b/src/main/resources/icons/handler_intercepted.svg @@ -1,3 +1,19 @@ - - + + + + diff --git a/src/main/resources/icons/interceptor.svg b/src/main/resources/icons/interceptor.svg index bb4da10f..cd5514f6 100644 --- a/src/main/resources/icons/interceptor.svg +++ b/src/main/resources/icons/interceptor.svg @@ -1,3 +1,19 @@ - - + + + + diff --git a/src/main/resources/icons/publisher.svg b/src/main/resources/icons/publisher.svg index 3d1ff43a..e91f4862 100644 --- a/src/main/resources/icons/publisher.svg +++ b/src/main/resources/icons/publisher.svg @@ -1,3 +1,19 @@ - - + + + +