Skip to content

Conversation

@jonpryor
Copy link
Contributor

Context: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
Context: https://projects.eclipse.org/projects/adoptium

AdoptOpenJDK has moved to the Eclipse foundation, and made two name
changes in the process:

  1. The project is now known as Eclipse Adoptium.
  2. The macOS installation directory now matches the file glob
    temurin-*.jdk, not adoptopenjdk-*.jdk.
  3. The Windows installation directory now installs into e.g.
    %ProgramFiles%\Eclipse Foundation\jdk-*.

Rename AdoptOpenJdkLocations.cs to EclipseAdoptiumJdkLocations.cs,
and check for both the "legacy" AdoptOpenJDK and new EclipseAdoptium
paths.

@jonpryor jonpryor requested a review from mcumming August 17, 2021 21:18
Context: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
Context: https://projects.eclipse.org/projects/adoptium

AdoptOpenJDK has moved to the Eclipse foundation, and made two name
changes in the process:

 1. The project is now known as Eclipse Adoptium.
 2. The macOS installation directory now matches the file glob
    `temurin-*.jdk`, not `adoptopenjdk-*.jdk`.
 3. The Windows installation directory now installs into e.g.
    `%ProgramFiles%\Eclipse Foundation\jdk-*`.

Rename `AdoptOpenJdkLocations.cs` to `EclipseAdoptiumJdkLocations.cs`,
and check for *both* the "legacy" AdoptOpenJDK and new EclipseAdoptium
paths.
@jonpryor jonpryor force-pushed the jonp-elipse-adoptium-support branch from c620c80 to 022f5d5 Compare August 17, 2021 21:19
@jonpryor jonpryor changed the title [Xamarin.Android.Tools.AndroidSdk] EclipseAdoptium support [Xamarin.Android.Tools.AndroidSdk] Eclipse Adoptium support Aug 17, 2021
@jonpryor jonpryor merged commit 4c2e36c into dotnet:main Aug 17, 2021
jonpryor added a commit that referenced this pull request Aug 20, 2021
Context: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
Context: https://projects.eclipse.org/projects/adoptium

AdoptOpenJDK has moved to the Eclipse foundation, and made three name
changes in the process:

 1. The project is now known as Eclipse Adoptium.

 2. The macOS installation directory now matches the file glob
    `temurin-*.jdk`, not `adoptopenjdk-*.jdk`.

 3. The Windows installation directory now installs into e.g.
    `%ProgramFiles%\Eclipse Foundation\jdk-*`, not e.g.
    `%ProgramFiles%\AdoptOpenJDK\jdk-*`.

Rename `AdoptOpenJdkLocations.cs` to `EclipseAdoptiumJdkLocations.cs`,
and check for *both* the "legacy" AdoptOpenJDK and new
Eclipse Adoptium paths.
jonpryor added a commit that referenced this pull request Aug 20, 2021
Context: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
Context: https://projects.eclipse.org/projects/adoptium

AdoptOpenJDK has moved to the Eclipse foundation, and made three name
changes in the process:

 1. The project is now known as Eclipse Adoptium.

 2. The macOS installation directory now matches the file glob
    `temurin-*.jdk`, not `adoptopenjdk-*.jdk`.

 3. The Windows installation directory now installs into e.g.
    `%ProgramFiles%\Eclipse Foundation\jdk-*`, not e.g.
    `%ProgramFiles%\AdoptOpenJDK\jdk-*`.

Rename `AdoptOpenJdkLocations.cs` to `EclipseAdoptiumJdkLocations.cs`,
and check for *both* the "legacy" AdoptOpenJDK and new
Eclipse Adoptium paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants