Skip to content

Commit 37167dc

Browse files
prepare for v7.1.0 release
1 parent 5e63223 commit 37167dc

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
HikariCP Changes
22

3+
Changes in 7.1.0
4+
5+
* merged #2402 avoid virtual-thread yield spin in ConcurrentBag. Thanks to @ittaigolde for addressing this and deep
6+
investigation into the issue.
7+
38
Changes in 7.0.2
49

510
* decrease thread yield frequency in ConcurrentBag.unreserve()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _**Java 11+** maven artifact:_
4343
<dependency>
4444
<groupId>com.zaxxer</groupId>
4545
<artifactId>HikariCP</artifactId>
46-
<version>7.0.2</version>
46+
<version>7.1.0</version>
4747
</dependency>
4848
```
4949
_Java 8 maven artifact (*deprecated*):_

pom.xml

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

5555
<groupId>com.zaxxer</groupId>
5656
<artifactId>HikariCP</artifactId>
57-
<version>7.0.3-SNAPSHOT</version>
57+
<version>7.1.0-SNAPSHOT</version>
5858
<packaging>bundle</packaging>
5959

6060
<name>HikariCP</name>

0 commit comments

Comments
 (0)