Skip to content

Releases: jolokia/jolokia

2.0.2

07 Mar 11:17
Compare
Choose a tag to compare

2.0.1

26 Jan 11:10
Compare
Choose a tag to compare

2.0.0

19 Dec 07:36
Compare
Choose a tag to compare

Jolokia 2.0.0 released!

  • Jakarta EE 9+ support
  • Spring Boot 3 support
  • JMX Notifications
  • Internal architecture changes with pluggable services
  • Updated Reference Manual

2.0.0-M4

13 Oct 11:05
e7c8d09
Compare
Choose a tag to compare
2.0.0-M4 Pre-release
Pre-release
v2.0.0-M4

[maven-release-plugin] copy for tag v2.0.0-M4

1.7.2

26 Dec 09:47
42dec09
Compare
Choose a tag to compare
  • Support calling invoke with null as arguments and signature for operations with no arguments over JMX connection.
  • Fix Sonar badges in README
  • Replace Travis CI with GitHub workflow
  • Added documentation for MBeanServerConnection

1.7.1

19 Sep 14:53
25a58e6
Compare
Choose a tag to compare
  • Removed local system dependencies in jvm-agent's pom.xml that accidentally slipped in

1.7.0

26 Jul 20:46
ed32cbd
Compare
Choose a tag to compare
  • Reimplement self-signed certificate generation without using reflection
  • Handle UnsupportedOperationException to allow properly read Runtime MBean on jdk11
  • Provide non-reflective access to JVM Attach API on JDK9+
  • Fix possible integer overflow in OperationChecking.java
  • Debian package: Allow installation with openjdk-8-jre and with headless JREs
  • Fixes SSL failure to connect using proxy or .war
  • Do not rely on whatever Kubernetes context is current at the client and allow specifying context when connecting with the Kubernetes connector.
  • JSR-160 connector for connecting to a Pod in a Kubernetes cluster.
  • JSR-160 connector using Jolokia
  • Make multicast discovery address and multicast port configurable with configuration, system property or environment variable.
  • Use HTTPS to resolve dependencies in Maven Build
  • Don't require the user to be set when JAAS authentication is configured for the OSGi connector.
  • Fix the usage of JRE 1.8 classes that do not work with Java 6

1.6.2

20 Jun 09:28
1c13e22
Compare
Choose a tag to compare
  • Add support to load multiple CA certs from store

1.6.1

01 May 17:33
fffeeee
Compare
Choose a tag to compare
  • Add configuration option authMatch which explains how to combine multiple authenticators if MultiAuthenticator is used.
  • Add BigInteger simplifier. BigInteger becomes a JSON object with the key "bigint" containing the big integer value as String.
  • Add configuration option threadNamePrefix which will be used by jolokia http server executor. Default: "jolokia-"
  • When strict-checking is enabled for a CORS policy, then reject a request also when no Origin or Referer header is given.

1.6.0

25 Jun 18:52
39741b7
Compare
Choose a tag to compare
  • Enable authentication with role "jolokia" for the war agent by default.
  • Add new "jolokia-unsecured.war" which unsecured as "jolokia.war" in version 1.5.0 and below.