Skip to content

Commit 04019c7

Browse files
committed
Update README
1 parent a04446c commit 04019c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Loader for AsyncProfiler
44
[![Maven Central](https://img.shields.io/maven-central/v/me.bechberger/ap-loader-all)](https://search.maven.org/search?q=ap-loader) [![GitHub](https://img.shields.io/github/license/jvm-profiling-tools/ap-loader)](https://github.com/jvm-profiling-tools/ap-loader/blob/main/LICENSE)
55

66
Packages [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) releases in a JAR
7-
with an `AsyncProfilerLoader` (version 2.*) that loads the suitable native library for the current platform.
7+
with an `AsyncProfilerLoader` (version 2.* and 1.8.*) that loads the suitable native library for the current platform.
88

99
This is usable as a java agent (same arguments as the async-profiler agent) and as the basis for other libraries.
1010
The real rationale behind this library is that the async-profiler is a nice tool, but it cannot be easily integrated
@@ -34,7 +34,7 @@ It should be up-to-date with the latest async-profiler release, but if not, feel
3434

3535
To use the library as a dependency, you can depend on `me.bechberger.ap-loader:<version>-<ap-loader-version>-<variant>-SNAPSHOT`
3636
from the [Sonatype OSS repository](https://s01.oss.sonatype.org/content/repositories/snapshots).
37-
See [#usage-in-java-code](Usage in Java Code) for more information. The current ap-loader version is `1`.
37+
See [#usage-in-java-code](Usage in Java Code) for more information. The current ap-loader version is `4`.
3838

3939
Or you can depend on the artifacts from maven central, they should be slightly more stable:
4040

0 commit comments

Comments
 (0)