Skip to content

Commit 41c6028

Browse files
Setting SNAPSHOT version 11.1.1-SNAPSHOT
1 parent 36a8ea0 commit 41c6028

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.getunleash</groupId>
55
<artifactId>unleash-client-java</artifactId>
6-
<version>11.1.0</version>
6+
<version>11.1.1-SNAPSHOT</version>
77

88
<properties>
99
<version.slf4j>2.0.13</version.slf4j>

src/main/java/io/getunleash/streaming/StreamingFeatureFetcherImpl.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ public void onMessage(String event, MessageEvent messageEvent) throws Exception
114114
}
115115

116116
} catch (Exception e) {
117-
LOGGER.error("Error processing streaming event, feature flags will likely not evaluate correctly until application restart or stream re-connect: {}", event, e);
117+
LOGGER.error(
118+
"Error processing streaming event, feature flags will likely not evaluate correctly until application restart or stream re-connect: {}",
119+
event,
120+
e);
118121
}
119122
}
120123

0 commit comments

Comments
 (0)