Files
pinpoint/profiler-optional
HyunGil JeongandWoonduk Kang 187c315e11 #2178 Add conditional registration of class transformers
Tomcat plugin checks if the application was launched via Tomcat's Bootstrap, or one of SpringBoot's many launchers.
JBoss plugin checks if the application was launched via JBoss' Main.
Configuration option is added to disable this check entirely.
2016-10-20 18:14:26 +09:00
..

pinpoint-profiler-optional

Modules under pinpoint-profiler-optional contain optional packages for pinpoint-profiler, containing features and codes that must be compiled against specific versions of JDK.

Additionally, these optional modules may contain vendor-specific stub classes compile against. These classes are not included in in the final jar packaging, and the vendor-specific implementations that are compiled against these stubs must be loaded with vendor-supplied implementations.

Requirements

In order to build pinpoint-profiler-optional and it's child modules, the following requirements must be met:

  • JDK 7 installed
  • JAVA_7_HOME environment variable set to JDK 7 home directory
  • JDK 8 installed
  • JAVA_8_HOME environment variable set to JDK 8 home directory