Skip to content

Commit

Permalink
Bump kafka broker version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp authored and cescoffier committed Jan 15, 2025
1 parent 5e61d57 commit 18e4b3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions smallrye-reactive-messaging-kafka-test-companion/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
"criticality" : "highlight",
"minSeverity" : "POTENTIALLY_BREAKING",
"minCriticality" : "documented",
"differences" : [ ]
"differences" : [{
"code": "java.field.constantValueChanged",
"old": "field io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension.KAFKA_VERSION",
"new": "field io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension.KAFKA_VERSION",
"justification": "Update default kafka version from 3.3.2 to 3.8.1",
"oldValue": "3.3.2",
"newValue": "3.8.1"
}
]
}
}, {
"extension" : "revapi.reporter.json",
Expand All @@ -43,4 +51,4 @@
"minCriticality" : "documented",
"output" : "out"
}
} ]
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class KafkaBrokerExtension implements BeforeAllCallback, BeforeEachCallback, ParameterResolver, CloseableResource {
public static final Logger LOGGER = Logger.getLogger(KafkaBrokerExtension.class.getName());

public static final String KAFKA_VERSION = "3.3.2";
public static final String KAFKA_VERSION = "3.8.1";

protected StrimziKafkaContainer kafka;

Expand Down

0 comments on commit 18e4b3b

Please sign in to comment.