For some reason, the Reply-To address is being ignored by Gmail for this message. Anyways, I can't figure out which combination of JDKs to use for release-2.x. The closest combo I found to work was jdk8+jdk11, but then there was a unit test failure in the YAML config which is likely related to jdk7 vs jdk8 differences.
---------- Forwarded message --------- From: <[email protected]> Date: Mon, 2 Sep 2019 at 17:59 Subject: [logging-log4j2] branch release-2.x updated: Add jdk8 to toolchain To: [email protected] <[email protected]> This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git The following commit(s) were added to refs/heads/release-2.x by this push: new 73bde5f Add jdk8 to toolchain 73bde5f is described below commit 73bde5f6a0c4f72d46873ab18542fdeec7fc4944 Author: Matt Sicker <[email protected]> AuthorDate: Mon Sep 2 17:58:42 2019 -0500 Add jdk8 to toolchain Signed-off-by: Matt Sicker <[email protected]> --- .travis-toolchains.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis-toolchains.xml b/.travis-toolchains.xml index 489bc0e..c8c9718 100644 --- a/.travis-toolchains.xml +++ b/.travis-toolchains.xml @@ -31,6 +31,17 @@ <toolchain> <type>jdk</type> <provides> + <id>java8</id> + <version>1.8</version> + <vendor>oracle</vendor> + </provides> + <configuration> + <jdkHome>/usr/lib/jvm/java-8-openjdk-amd64</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> <id>java11</id> <version>11</version> <vendor>oracle</vendor> -- Matt Sicker <[email protected]>
