Files
HyunGil Jeong ed785fea62 #1821 Separate optional modules by jdk versions
Splits into 3 modules - jdk6, 7, and 8 so that each module is compiled against their specific jdk versions.
Also moves test codes in the java8-test module into their respective optional packages.
2016-06-02 16:26:12 +09:00

792 B

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