Pull request #370: RED-3809: Upgrade to latest spring version

Merge in RED/redaction-service from RED-3809-rs1 to master

* commit '150ee92c1e63de2145a1a093e6c6fe7820b7256d':
  RED-3809: Upgrade to latest spring version
This commit is contained in:
Ali Oezyetimoglu 2022-04-08 11:40:40 +02:00
commit e19b4573bb
3 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>platform-dependency</artifactId>
<groupId>com.iqser.red</groupId>
<version>1.6.0</version>
<version>1.10.0</version>
<relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -9,6 +9,8 @@ server:
port: 8080
spring:
main:
allow-circular-references: true # FIXME
profiles:
active: kubernetes
rabbitmq:

View File

@ -9,6 +9,7 @@ ribbon:
spring:
main:
allow-bean-definition-overriding: true
allow-circular-references: true # FIXME
processing.kafkastreams: false