Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Oct 12, 2024
1 parent bc19429 commit ec3b692
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ operation. Some of the things that sets Stormpot apart include:
(since 3.1)
* Support for configuring zero-sized (dormant) pools.
(since 3.1)
* Support for virtual threads.
(since 4.0)
* Support for more than 2 billion objects in a pool.
(since 4.0)
* Support for changing the `Allocator` after the pool has been created.
(since 4.0)
* And other features that makes for a smooth runtime behaviour.

[NOTE]
Expand All @@ -68,15 +74,16 @@ We recommend https://github.com/ben-manes/caffeine[Caffeine] for object caching.

=== Installing

Stormpot 3.2 only depends on Java 11 or newer.
Stormpot 4.0 only depends on Java 21 or newer.
If you need to use Java 11 or newer, use Stormpot 3.2.
Add it as a Maven dependency to your projects:

[source,xml]
----
<dependency>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot</artifactId>
<version>3.2</version>
<version>4.0</version>
</dependency>
----

Expand Down Expand Up @@ -164,5 +171,5 @@ try {
* *Build benchmarks* with `./mvnw package -DskipTests -f modular-pom.xml`,
and run them with `java -jar benchmarks/target/benchmarks.jar`.

Whatever you decide to do, don't hesitate to ask questions on the mailing list
or on github if you have doubts or get stuck.
Whatever you decide to do, don't hesitate to ask questions in the discussions
on github if you have doubts or get stuck.

0 comments on commit ec3b692

Please sign in to comment.