Skip to content

Commit 33deea6

Browse files
Jose Agustin PuenteJose Agustin Puente
authored andcommitted
Merge remote-tracking branch 'origin/main' into develop
Reconcile 26.05.08 two-way divergence (EDA/cache extraction landed on main).
2 parents ca7eb37 + 5257657 commit 33deea6

27 files changed

Lines changed: 49 additions & 5140 deletions

pom.xml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -91,33 +91,6 @@
9191
<scope>provided</scope>
9292
</dependency>
9393

94-
<!-- Apache Kafka -->
95-
<dependency>
96-
<groupId>org.springframework.kafka</groupId>
97-
<artifactId>spring-kafka</artifactId>
98-
</dependency>
99-
100-
<!-- RabbitMQ -->
101-
<dependency>
102-
<groupId>org.springframework.boot</groupId>
103-
<artifactId>spring-boot-starter-amqp</artifactId>
104-
</dependency>
105-
106-
<!-- PostgreSQL via R2DBC (LISTEN/NOTIFY + outbox transport) -->
107-
<dependency>
108-
<groupId>io.r2dbc</groupId>
109-
<artifactId>r2dbc-spi</artifactId>
110-
</dependency>
111-
<dependency>
112-
<groupId>io.r2dbc</groupId>
113-
<artifactId>r2dbc-pool</artifactId>
114-
</dependency>
115-
<dependency>
116-
<groupId>org.postgresql</groupId>
117-
<artifactId>r2dbc-postgresql</artifactId>
118-
</dependency>
119-
120-
12194
<!-- Circuit Breaker for Resilience -->
12295
<dependency>
12396
<groupId>io.github.resilience4j</groupId>
@@ -179,22 +152,7 @@
179152
<artifactId>junit-jupiter</artifactId>
180153
<scope>test</scope>
181154
</dependency>
182-
<dependency>
183-
<groupId>org.testcontainers</groupId>
184-
<artifactId>kafka</artifactId>
185-
<scope>test</scope>
186-
</dependency>
187-
<dependency>
188-
<groupId>org.testcontainers</groupId>
189-
<artifactId>rabbitmq</artifactId>
190-
<scope>test</scope>
191-
</dependency>
192-
<dependency>
193-
<groupId>org.testcontainers</groupId>
194-
<artifactId>postgresql</artifactId>
195-
<scope>test</scope>
196-
</dependency>
197-
155+
198156
<!-- Spring Boot Test Auto-configuration -->
199157
<dependency>
200158
<groupId>org.springframework.boot</groupId>

src/main/java/org/fireflyframework/eda/config/FireflyEdaAmqpAdminAutoConfiguration.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/main/java/org/fireflyframework/eda/config/FireflyEdaEnvironmentPostProcessor.java

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)