Skip to content

Commit c1a5e76

Browse files
committed
Downgraded vert.x to 5.0.12, since 5.1.0 contains several bugs.
1 parent fbc2197 commit c1a5e76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- Project production dependency versions -->
3737
<spring.boot.version>4.0.6</spring.boot.version>
38-
<vertx.version>5.1.0</vertx.version>
38+
<vertx.version>5.0.12</vertx.version>
3939
<validation-api.version>2.0.1.Final</validation-api.version>
4040
<commons.collections.version>4.4</commons.collections.version>
4141
<commons.compress.version>1.27.1</commons.compress.version>

src/main/java/org/prebid/server/analytics/reporter/pubstack/PubstackAnalyticsReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ private String makeEventHandlerEndpoint(String endpoint, EventType eventType) {
187187
}
188188

189189
private static void logError(Throwable throwable) {
190-
logger.error("[pubstask] Fail to fetch remote configuration: {}", throwable.getCause().getMessage());
190+
logger.error("[pubstask] Fail to fetch remote configuration: {}", throwable.getMessage());
191191
}
192192
}

0 commit comments

Comments
 (0)