Skip to content

Commit

Permalink
Merge pull request #1455 from Sreekala-Gopakumar/1451Mac12NoSpt
Browse files Browse the repository at this point in the history
MacOS 12 is out of support
  • Loading branch information
pshipton authored Dec 9, 2024
2 parents 1d4efbf + 73a53af commit 737b137
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/openj9_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ OpenJDK 8 binaries are expected to function on the minimum operating system leve

| macOS® | x64 |
|-------------------------------------------|--------------------------------------------------------------------------------------|
| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |

Expand Down Expand Up @@ -139,7 +138,6 @@ OpenJDK 11 binaries are expected to function on the minimum operating system lev

| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |

Expand Down Expand Up @@ -178,7 +176,6 @@ OpenJDK 17 binaries are expected to function on the minimum operating system lev

| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |

Expand Down Expand Up @@ -217,7 +214,6 @@ OpenJDK 21 and later binaries are expected to function on the minimum operating

| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> | :fontawesome-solid-check:{: .yes aria-hidden="true"}<span class="sr-only">yes</span> |

Expand Down
44 changes: 44 additions & 0 deletions docs/version0.49.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!--
* Copyright (c) 2017, 2024 IBM Corp. and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution and is available at
* https://www.eclipse.org/legal/epl-2.0/ or the Apache
* License, Version 2.0 which accompanies this distribution and
* is available at https://www.apache.org/licenses/LICENSE-2.0.
*
* This Source Code may also be made available under the
* following Secondary Licenses when the conditions for such
* availability set forth in the Eclipse Public License, v. 2.0
* are satisfied: GNU General Public License, version 2 with
* the GNU Classpath Exception [1] and GNU General Public
* License, version 2 with the OpenJDK Assembly Exception [2].
*
* [1] https://www.gnu.org/software/classpath/license.html
* [2] https://openjdk.org/legal/assembly-exception.html
*
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
-->

# What's new in version 0.49.0

The following new features and notable changes since version 0.48.0 are included in this release:

- [New binaries and changes to supported environments](#binaries-and-supported-environments)

## Features and changes

### Binaries and supported environments

Eclipse OpenJ9&trade; release 0.49.0 supports OpenJDK 8, 11, 17, 21, and 23.

macOS 12 is out of support and is removed from the list of supported platforms.

To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](openj9_support.md).

## Known problems and full release information

To see known problems and a complete list of changes between Eclipse OpenJ9 v0.48.0 and v0.49.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.49/0.49.md).

<!-- ==== END OF TOPIC ==== version0.49.md ==== -->
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ nav:

- "Release notes" :
- "Overview" : openj9_releases.md
- "Version 0.49.0" : version0.49.md
- "Version 0.48.0" : version0.48.md
- "Version 0.47.0" : version0.47.md
- "Version 0.46.1" : version0.46.1.md
Expand Down

0 comments on commit 737b137

Please sign in to comment.