Skip to content

Releases: getappmap/appmap-java

v1.0.3

22 Mar 22:20

Choose a tag to compare

1.0.3 (2021-03-22)

Bug Fixes

  • Allow classes compiled without locals to be hooked (0e0a0d3)
  • Capture exceptions thrown from SQL interfaces (9d1e66f)

v1.0.2

18 Mar 18:13

Choose a tag to compare

1.0.2 (2021-03-18)

Bug Fixes

  • improve path and package resolution (#62) (c3ba3df)

v1.0.1

17 Mar 18:00

Choose a tag to compare

1.0.1 (2021-03-17)

Bug Fixes

v1.0.0

17 Mar 05:14

Choose a tag to compare

1.0.0 (2021-03-17)

Features

  • AppMap Maven plugin (#46) (1798df2)
  • appmap.yml errors are logged to stderr (e746253)

0.5.0: Add support for capturing HTTP client requests (#39)

06 Nov 14:35
db86daf

Choose a tag to compare

* capture http calls in appmap

* http client fields introduced in event

* removed unnecessary lines

* removed log lines

* smoke test for http client event capturing

* removed request headers as message param

* reverted change in Parameters, improved code readability in http client hook, modified smoke tests

* smoke test execution depends on installed java version

* debug line added in helper

* appmap file debug for smoke test 12

* removed unwanted lines

* skipped http client smoke test for java versions higher than 8

* passing WS_URL env to HttpClientTest

* Update changelog, bump version

Co-authored-by: Parth Mangroliya <parth.mangroliya@kuliza.com>

0.4.3: Merge pull request #36 from applandinc/mark-accessible_20201008

08 Oct 13:54
f78df56

Choose a tag to compare

0.4.0: Merge pull request #24 from applandinc/testng_20200806

07 Aug 14:22
1602388

Choose a tag to compare

Tests annotated with org.testng.annotations.Test are now recorded.

0.3.2

01 Aug 12:34

Choose a tag to compare

Merge branch 'release-java11_20200731'

0.3.1

20 Jul 21:03
6822736

Choose a tag to compare

Use the jar file that matches your version of Java. If you're using a different version, clone this repository and build a new jar file: https://github.com/applandinc/appmap-java/tree/0.3.1#building

0.2.0-rc2

26 Jun 16:26

Choose a tag to compare

0.2.0-rc2 Pre-release
Pre-release

Changelog

  • Class loading speed has been improved
  • Reduced best case memory consumption during class loading