Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Axon Framework plugin Changelog

## [0.10.1]
- 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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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)
}
53 changes: 6 additions & 47 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 6 additions & 55 deletions src/main/resources/META-INF/pluginIcon_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/main/resources/icons/class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading