From 59852fb2ec4a20a4a0a69a796383f1b66c29167b Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Tue, 14 Jan 2025 14:30:05 +0100
Subject: [PATCH] OZG-6461 add @Component to PostfachNachrichtHistorieProcessor

---
 .../alfa/postfach/PostfachNachrichtHistorieProcessor.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java b/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
index 9d7a05e6e2..f1bfc7c177 100644
--- a/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
+++ b/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
@@ -5,12 +5,14 @@ import java.util.stream.Stream;
 
 import org.apache.commons.collections.MapUtils;
 import org.apache.commons.lang3.StringUtils;
+import org.springframework.stereotype.Component;
 
 import de.ozgcloud.alfa.common.command.Command;
 import de.ozgcloud.alfa.common.command.CommandBodyMapper;
 import de.ozgcloud.alfa.common.command.CommandOrder;
 import de.ozgcloud.alfa.historie.HistorieProcessor;
 
+@Component
 class PostfachNachrichtHistorieProcessor implements HistorieProcessor {
 
 	static final String DIRECTION_INCOMMING = "IN";
-- 
GitLab