Hi,

Since JDKs 5,6 and 7 have been removed from the Jenkins instances (see https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4011 for context), we would like to adapt the Maven toolchains.xml accordingly and clean it up. The following part will be removed if we don't hear back from projects before January 29, 2024. So if your projects still require Maven toolchains.xml entries < JDK 1.8, please speak up now!

To be removed:
```
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>CDC-1.0/Foundation-1.0</id>
      <vendor>cdc</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/ee/CDC-1.0_Foundation-1.0</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>CDC-1.1/Foundation-1.1</id>
      <vendor>cdc</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/ee/CDC-1.1_Foundation-1.1</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>OSGi/Minimum-1.0</id>
      <vendor>osgi</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.0</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>OSGi/Minimum-1.1</id>
      <vendor>osgi</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.1</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>OSGi/Minimum-1.2</id>
      <vendor>osgi</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/ee/OSGi_Minimum-1.2</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>J2SE-1.5</id>
      <version>1.5</version>
      <vendor>oracle</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/java/oracle/jdk-5/latest</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>JavaSE-1.6</id>
      <version>1.6</version>
      <vendor>oracle</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/java/oracle/jdk-6/latest</jdkHome></configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>JavaSE-1.7</id>
      <version>1.7</version>
      <vendor>oracle</vendor>
    </provides>

<configuration><jdkHome>/opt/tools/java/oracle/jdk-7/latest</jdkHome></configuration>
  </toolchain>
```

Please let me know if you have any questions or concerns.

Regards,

Fred


--
Frederic Gurr
Team Lead - Release Engineering | Eclipse Foundation Europe GmbH

Berliner Allee 47, D-64295 Darmstadt
Handelsregister: Darmstadt HRB 92821
Managing Directors: Gaƫl Blondelle, Mike Milinkovich, Michael Plagge
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to