You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Parfait is a performance monitoring library for Java which extracts metrics and
10
10
11
11
# Requirements
12
12
13
-
Parfait requires Java 11 (as of Parfait 1.2.x).
13
+
Parfait requires Java 11-17 (as of Parfait 1.2.x). While Parfait (the published library) should _run_ on newer JVMs, the current test code only successfully runs on Java versions 11-17.
Copy file name to clipboardexpand all lines: RELEASING.md
+21-60
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@ To release parfait out to the wider community, you will need the following:
5
5
6
6
* checked out the Parfait git repo locally
7
7
* Maven
8
-
* gpg
8
+
* gpg & a published GPG public key
9
9
* An account on [OSS Sonatype Repo](https://oss.sonatype.org/)
10
10
11
11
If you're releasing from a Mac/OSX, then you'll also need:
12
-
* Docker
12
+
* Docker/colima/Podman
13
+
13
14
14
15
OSS Sonatype
15
16
------------
@@ -25,7 +26,7 @@ gpg
25
26
26
27
Part of the Maven release process uses `gpg` to digitally sign the releases using a signature. Please refer to the OSSRH Overview guide above in the OSS Sonatype section as most of the links stem from there.
27
28
28
-
As outlined in the docs, to streamline the release process I recommend encoding your `gpg` password into ``~/.m2/settings.xml`:
29
+
As outlined in the docs, to streamline the release process I recommend encoding your `gpg`details (but not your password) into ``~/.m2/settings.xml`:
29
30
30
31
...
31
32
<profiles>
@@ -35,7 +36,6 @@ As outlined in the docs, to streamline the release process I recommend encoding
0 commit comments