Skip to content

Releases: parttimenerd/intellij-profiler-plugin

0.0.11

03 Dec 18:03
Compare
Choose a tag to compare

Added

  • Support profiling Maven goals (including Quarkus and Spring Boot)
  • Support profiling Quarkus Gradle tasks (Fixes #16)

Fixed

Changed

  • Updated dependencies #19

Development Build

03 Dec 20:45
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • e30e060: Tiny fix (Johannes Bechberger)

0.0.9

12 Oct 09:23
Compare
Choose a tag to compare

Added

  • Support IntelliJ 2023.2

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

24 Apr 12:08
Compare
Choose a tag to compare

Fixed

  • Removed errorHandler specification from plugin.xml #6

Added

  • Support IntelliJ 2023.1

0.0.7

24 Feb 11:42
Compare
Choose a tag to compare

Fixed

  • Support Oracle JDK 11.0.6 and earlier #13
  • Fix problems with opening profile.jfr when already open #11
  • Improve opening JFR files from async-profiler (without jfrsync)

0.0.6

10 Feb 11:22
Compare
Choose a tag to compare

Fixed

  • Fix alloc usage of async-profiler #8
  • Fix detection of Java versions without support to turn off JFR logger #10
  • Fix adding VM parameters to the run configuration #9

0.0.5

03 Feb 15:42
Compare
Choose a tag to compare

Fixed

  • Fixed plugin logo color
    • It was different on the web and in Java renderings
  • Fix Windows-related issue #7

0.0.4

02 Feb 11:38
Compare
Choose a tag to compare

Changed

  • Modify JFR file type

Minor bug fixes

01 Feb 11:46
Compare
Choose a tag to compare

Added

  • Remove profile files before reprofiling

Fixed

  • Fix NullPointerException when opening the profile file after profiling #5
  • Fix Firefox Profiler file type recognition
  • Only add "-XX:FlightRecorder" in JDK12 and below