Skip to content

Releases: getappmap/appmap-java

v1.26.5

21 Mar 15:45

Choose a tag to compare

1.26.5 (2024-03-21)

Bug Fixes

  • correct detection of Spark server (571e74b)

v1.26.4

16 Feb 17:33

Choose a tag to compare

1.26.4 (2024-02-16)

Bug Fixes

  • use the correct ClassLoader (9803d25)

v1.26.3

02 Feb 20:42

Choose a tag to compare

1.26.3 (2024-02-02)

Bug Fixes

  • avoid NPE when a Proxy method returns void (fe538f2)
  • don't locate agent jar using a CodeSource (fd1dcd8)

v1.26.2

31 Jan 10:13

Choose a tag to compare

1.26.2 (2024-01-31)

Bug Fixes

  • handle a framework classloader that filters (690d187)
  • skip some JDK packages (0958324)
  • strip annotations when instrumenting (d297955)
  • support class in unnamed package (2667f83)

v1.26.1

16 Jan 22:41

Choose a tag to compare

1.26.1 (2024-01-16)

Bug Fixes

  • add info message when saving AppMap (c7237a1)
  • don't try to add event on test failure (fb64b52)
  • make sure TestNG tests are captured correctly (c44c222)
  • only track packages stats when debugging (d2d3d99)

v1.26.0

11 Jan 12:36

Choose a tag to compare

1.26.0 (2024-01-11)

Bug Fixes

  • add missing hook (5a7dc89)
  • generalize the way test methods are detected (dce4e3d)
  • get rid of reflection in HookConditionSystem (bebeffd)
  • improve agent performance (241d165)
  • only add essential git info (c816cb2)

Features

  • create a log file by default (b86203f)

v1.25.3

14 Dec 19:50

Choose a tag to compare

1.25.3 (2023-12-14)

Bug Fixes

  • make sure getters and setters are ignored (0bc2f8f)

v1.25.2

06 Dec 21:17

Choose a tag to compare

1.25.2 (2023-12-06)

Bug Fixes

  • support JUnit 5 test methods with parameters (1cdd2e9)

v1.25.1

06 Dec 20:29

Choose a tag to compare

1.25.1 (2023-12-06)

Bug Fixes

  • decrease logging about missing classes (87c83c9)

v1.25.0

01 Dec 21:42

Choose a tag to compare

1.25.0 (2023-12-01)

Bug Fixes

  • manage ClassPool instances per-thread (30092a1)

Features

  • record calls made through a Proxy (0873d3d)