Skip to content

Commit 89a50c4

Browse files
committed
update: new version 1.7.5
1 parent 8cef640 commit 89a50c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forest-core/src/test/java/com/dtflys/forest/test/http/pool/TestPoolClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void testPoolAsync_globalPool() throws InterruptedException {
212212
@Test
213213
public void testPoolAsync_asyncPool() throws InterruptedException {
214214
ForestConfiguration poolConf = ForestConfiguration.createConfiguration()
215-
.setVariableValue("port", server.getPort())
215+
.var("port", server.getPort())
216216
.setMaxConnections(30)
217217
.setMaxAsyncThreadSize(30)
218218
.setMaxAsyncQueueSize(10);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</scm>
3535

3636
<properties>
37-
<revision>1.7.4</revision>
37+
<revision>1.7.5</revision>
3838
<maven.compiler.source>8</maven.compiler.source>
3939
<maven.compiler.target>8</maven.compiler.target>
4040

0 commit comments

Comments
 (0)