File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11HikariCP 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+
38Changes in 7.0.2
49
510 * decrease thread yield frequency in ConcurrentBag.unreserve()
Original file line number Diff line number Diff 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* ):_
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments