You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate optional packages into different modules with explicit jdk versions to compile against. JVM vendor specific implementations must be supported as well.
The text was updated successfully, but these errors were encountered:
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.
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Jun 2, 2016
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.
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Jun 2, 2016
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.
Separate optional packages into different modules with explicit jdk versions to compile against. JVM vendor specific implementations must be supported as well.
The text was updated successfully, but these errors were encountered: