Skip to content

Commit

Permalink
Remove banner for April 2024 releases (#2807)
Browse files Browse the repository at this point in the history
* support: update versions for April 2024 releases

Signed-off-by: Stewart X Addison <sxa@redhat.com>

* Revert "update banner for April 2024 PSU releases (#2789)"

This reverts commit 0bb3395.

---------

Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Apr 25, 2024
1 parent 101d8d1 commit 85ca24b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
32 changes: 16 additions & 16 deletions content/asciidoc-pages/support/_partials/support-table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Sep 2024

| Java 22
| Mar 2024
| 19 Mar 2024 +
[.small]#jdk-22+36#
| 16 Apr 2024 +
[.small]#jdk-22.0.1#
| 19 Apr 2024 +
[.small]#jdk-22+0.1+9#
| 16 Jul 2024 +
[.small]#jdk-22.0.2#
| Sep 2023

| Java 21 (LTS)
Expand Down Expand Up @@ -50,26 +50,26 @@ Sep 2024

| Java 17 (LTS)
| Sep 2021
| 23 Jan 2024 +
[.small]#jdk-17.0.10+7#
| 16 Apr 2024 +
[.small]#jdk-17.0.11#
| 18 Apr 2024 +
[.small]#jdk-17.0.11+9#
| 16 Jul 2024 +
[.small]#jdk-17.0.12#
| At least Oct 2027

| Java 11 (LTS)
| Sep 2018
| 22 Jan 2024 +
[.small]#jdk-11.0.22+7#
| 16 Apr 2024 +
[.small]#jdk-11.0.23#
| 18 Apr 2024 +
[.small]#jdk-11.0.23+9#
| 16 Jul 2024 +
[.small]#jdk-11.0.24#
| At least Oct 2027

| Java 8 (LTS)
| Mar 2014
| 19 Jan 2024 +
[.small]#jdk8u402b06#
| 16 Apr 2024 +
[.small]#jdk8u412#
| 18 Apr 2024 +
[.small]#jdk8u412-b08#
| 16 Jul 2024 +
[.small]#jdk8u422#
| At least Nov 2026

|===
19 changes: 11 additions & 8 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
import React from 'react';

const Banner = () => {
return null;

// The following is an example that can be used for future banner alert
// Comment Out The Above Line ( return null ; ) and uncomment the below

return (
<div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
<strong className='p-1'>16th April 2024:</strong>
We are creating the April 2024 PSU binaries for Eclipse Temurin 8u412, 11.0.23, 17.0.11, 21.0.3 and 22.0.1<br/>
You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/38">by platform</a>.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
);
// return (
// <div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
// <strong className='p-1'>20th March 2024:</strong>
// We are creating the March 2024 PSU binaries for Eclipse Temurin 22.0.0<br/>
// You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/35">by platform</a>.
// <button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
// </div>
// );

};

export default Banner;

0 comments on commit 85ca24b

Please sign in to comment.