Skip to content

Releases: jolokia/jolokia

v2.0.3

06 Jun 09:17
Compare
Choose a tag to compare

What's Changed

  • Bump version.org.springframework from 6.1.4 to 6.1.5 by @dependabot in #668
  • Bump version.io.fabric8.kubernetes-client from 6.10.0 to 6.11.0 by @dependabot in #670
  • Bump version.com.fasterxml.jackson.core from 2.16.1 to 2.17.0 by @dependabot in #671
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #672
  • Bump version.org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #669
  • Make KeyStoreUtil.updateWithServerPems load the full cert chain by @shayelkin in #674
  • jolokia.js - Add type for MBeanInfo error to ListResponse by @tadayosi in #677
  • docs: Fix option name: canonicalProperties -> canonicalNaming by @tadayosi in #685
  • Bump es-check from 7.1.1 to 7.2.1 in /client/javascript by @dependabot in #687
  • Bump version.org.springframework from 6.1.6 to 6.1.8 by @dependabot in #688
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by @dependabot in #689
  • Bump org.wiremock:wiremock from 3.5.4 to 3.6.0 by @dependabot in #690
  • Bump version.org.eclipse.jetty from 11.0.20 to 11.0.21 by @dependabot in #692
  • Bump version.io.fabric8.kubernetes-client from 6.12.1 to 6.13.0 by @dependabot in #691
  • Add config option "serializeLong" to support accurate long values in JSON #495 by @tadayosi in #693

New Contributors

Full Changelog: v2.0.2...v2.0.3

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.