Packages

Browse and download Logpresso packages.

Releases

|
21.0.4.7
| Download (208,267,451 bytes)

Mar 26, 2025, 5:16:38 PM

11.0.14.1

Logpresso JDK 11.0.14.1 with jemalloc patch.

Note
For Logpresso Sonar version 4.0.2409.0 and above, use JDK 21.

If you run Logpresso Sentry in JDK7 environment, you should change the java.security setting of the Logpresso server to enable the weak tls option.

Original configuration:

jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves

Modified configuration:

jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves
| Download (141,624,114 bytes)

Mar 26, 2025, 5:21:18 PM