Java言語は、 JDK 1.0以降、標準ライブラリにクラスやパッケージが多数追加されたほか、いくつかの変更が行われてきました。J2SE 1.4以降、Java言語の進化はJava Community Process (JCP)によって管理されており、Java仕様要求(JSR)を使用してJavaプラットフォームへの追加や変更を提案および指定しています。言語はJava言語仕様(JLS)によって指定されており、JLSへの変更はJSR 901の下で管理されています。2017年9月、Javaプラットフォームのチーフアーキテクトであるマーク・ラインホールドは、リリーストレインを当時の2年スケジュールから「6か月ごとに1つの機能リリース」に変更することを提案しました。[1] [2]この提案はその後のすべてのバージョンに適用され、現在も現在のリリーススケジュールとなっています。
言語の変更に加えて、Java クラス ライブラリには長年にわたって他の変更が加えられ、JDK 1.0 の数百クラスから J2SE 5 では 3,000 を超えるクラスにまで増加しました。SwingやJava2Dなどのまったく新しいAPIが導入され、元の JDK 1.0 のクラスとメソッドの多くは非推奨となり、削除された API はごくわずかです (Java 22 [3]ではスレッド用の API が少なくとも 1 つ削除されました)。一部のプログラムでは、Java プログラムをJava プラットフォームのあるバージョンから古いバージョンに変換できます(たとえば、Java 5.0 を 1.4 にバックポート) ( Java バックポート ツールを参照)。
オラクルのJava SEサポートロードマップ[4]に関しては、 Java SE 23が最新バージョンであり、バージョン21、17、11、8は現在サポートされている長期サポート(LTS)バージョンであり、Oracleの顧客はOracle Premier Supportを受けることができます。オラクルは、開発[4]と個人使用向けに、Java 8の無償パブリックアップデートを無期限にリリースし続けています。また、オラクルは、商用および本番使用を含むすべてのユーザー向けに、2024年9月まで無償パブリックJava 17 LTSアップデートをリリースし続けています。[5]
OpenJDKの場合、商用の長期サポートと無料のソフトウェアアップデートの両方が、より広範なコミュニティの複数の組織から提供されています。[6]
Java 23は2024年9月17日にリリースされました。
リリーステーブル
1.0 の
| リリース | 1996年1月23日 |
|---|
最初のバージョンは1996年1月23日にリリースされました。[17] [18]最初の安定バージョンであるJDK 1.0.2はJava 1と呼ばれています。[18]
1.1 より
| リリース | 1997年2月19日 |
|---|
1997年2月19日のリリースでの主な追加事項は以下の通りである。[19]
- 抽象ウィンドウツールキット(AWT)イベントモデルの大幅な改良
- 言語に追加された内部クラス
- JavaBeans
- Java データベース接続(JDBC)
- Java リモート メソッド呼び出し(RMI) とシリアル化
- イントロスペクションのみをサポートするリフレクションでは、実行時に変更することはできませんでした。(オブジェクトをリフレクションで変更する機能は、AccessibleObject クラスと Field クラスなどのそのサブクラスを導入することで、J2SE 1.2 で追加されました。)
- Microsoft Windowsプラットフォーム上のジャストインタイムコンパイル(JIT) 。Symantec が JavaSoft 向けに開発しました。
- Taligentによる国際化とUnicodeサポート[20]
J2SE1.2 より
| コードネーム | 遊び場 |
|---|---|
| リリース | 1998年12月8日 |
1998 年 12 月 8 日のリリースと、その後の J2SE 5.0 までのリリースは、遡及的にJava 2としてブランド名が変更され、バージョン名「J2SE」( Java 2 Platform, Standard Edition ) が JDK に取って代わり、ベース プラットフォームを J2EE ( Java 2 Platform, Enterprise Edition ) および J2ME ( Java 2 Platform, Micro Edition ) と区別するようになりました。これは Java の非常に重要なリリースであり、Java プラットフォームのサイズが 3 倍の 59 のパッケージに 1520 のクラスに増加しました。主な追加事項は次のとおりです。[21]
strictfpキーワード (JVM 17 では廃止されたキーワードなので、新しいコードでは使用しないでください)- Swingグラフィカル APIがコア クラスに統合されました。
- Sun の JVM には初めてJIT コンパイラが搭載されました。
- Javaプラグイン
- Java IDL、CORBA相互運用性のためのIDL実装
- コレクションフレームワーク
J2SE1.3 より
| コードネーム | チョウゲンボウ |
|---|---|
| リリース | 2000年5月8日 |
2000年5月8日のリリースで最も注目すべき変更点は以下の通りである。[22] [23]
- HotSpot JVM が含まれています (HotSpot JVM は 1999 年 4 月に J2SE 1.2 JVM 用に初めてリリースされました)
- RMI は、 CORBAとのオプションの互換性をサポートするように変更されました。
- コア ライブラリに含まれるJava Naming and Directory Interface (JNDI) (以前は拡張機能として利用可能)
- Java プラットフォーム デバッガ アーキテクチャ(JPDA)
- Javaサウンド
- 合成プロキシクラス
Java 1.3は、Microsoft Windows 95を公式にサポートする最後のJavaリリースです。[24]
J2SE1.4 より
| コードネーム | マーリン |
|---|---|
| リリース | 2002年2月6日 |
| サポート終了 | |
| 公共 | 2008年10月 |
| 有料 | 2013年2月 |
2002年2月6日のリリースは、Javaコミュニティプロセスの下でJSR 59として開発されたJavaプラットフォームの最初のリリースでした。主な変更点は次のとおりです。[25] [26]
- 言語の変更
assertキーワード(JSR 41 で指定)
- ライブラリの改善
- Perl正規表現をモデルにした正規表現
- 例外連鎖により、例外は元の低レベルの例外をカプセル化できる。
- インターネット プロトコル バージョン 6 ( IPv6 ) のサポート
- 非ブロッキング I/O (NIO と呼ばれる) (JSR 51 で指定)
- ロギング API (JSR 47 で指定)
- JPEGやPNGなどの形式で画像を読み書きするための画像I/O API
- 統合されたXMLパーサーとXSLTプロセッサ ( JAXP ) (JSR 5 および JSR 63 で指定)
- 統合されたセキュリティと暗号化の拡張機能 ( JCE、JSSE、JAAS )
- Java Web Startが含まれています (Java Web Start は 2001 年 3 月に J2SE 1.3 用に初めてリリースされました) (JSR 56 で指定)
- 設定API (
java.util.prefs)
Java 1.4の公開サポートとセキュリティアップデートは2008年10月に終了しました。Oracle顧客向けの有料セキュリティアップデートは2013年2月に終了しました。[27]
Java SE 5
| コードネーム | 虎 |
|---|---|
| リリース | 2004年9月30日 |
| サポート終了 | |
| 公共 | 2009年11月 |
| 有料 | 2015年4月 |
2004年9月30日のリリースは当初1.5と番号が付けられ、現在も内部バージョン番号として使用されています。この番号は「J2SEの成熟度、安定性、拡張性、セキュリティのレベルをよりよく反映するため」に変更されました。[28]このバージョンはJSR 176に基づいて開発されました。
Java SE 5は2008年4月8日に公開アップデートの終了期間に入り、2009年11月3日以降はアップデートは公開されなくなりました。アップデートは2015年5月までOracleの有料顧客に提供されていました。[4]
Tigerはいくつかの重要な新しい言語機能を追加しました: [29] [30]
- ジェネリック: コレクションのコンパイル時 (静的)型安全性を提供し、ほとんどの型キャスト (型変換)の必要性を排除します(JSR 14 で指定)
- メタデータ:アノテーションとも呼ばれ、クラスやメソッドなどの言語構成要素に追加データでタグ付けすることができ、メタデータ対応ユーティリティ(JSR 175で指定)で処理できます。
- オートボクシング/アンボクシング:プリミティブ型(など
int) とプリミティブラッパークラス(など)間の自動変換Integer(JSR 201 で指定) - 列挙:キーワードは、型安全で順序付けられた値のリスト ( 、など)
enumを作成します。以前は、これは型安全でない定数整数または手動で構築されたクラス (型安全列挙パターン) によってのみ実現できました (JSR 201 で指定)Day.MONDAYDay.TUESDAY - 可変引数: メソッドの最後のパラメータは、型名の後に3つのドットを付けて宣言できるようになりました(例:
void drawtext(String... lines))。呼び出しコードでは、その型のパラメータを任意の数だけ使用でき、それらを配列に入れてメソッドに渡すか、呼び出しコードでその型の配列を渡すこともできます。 - 拡張
for eachループ:forループ構文は、配列またはIterable標準Collectionクラス(JSR 201で指定)などの各メンバーを反復処理するための特別な構文で拡張されています。 - マルチスレッドJavaプログラムの実行セマンティクスの改善。新しいJavaメモリモデルは、以前の仕様の複雑さ、有効性、パフォーマンスの問題を解決します[31]
- 静的インポート
標準ライブラリにも次の改善が加えられました。
- RMIオブジェクトの自動スタブ生成
- Swing :シンセと呼ばれる新しいスキン可能なルック アンドフィール
- パッケージjava.util.concurrent内の並行性ユーティリティ[32]
- さまざまな入力ストリームとバッファからデータを解析するためのスキャナクラス
Java 5は、Microsoft Windows 98とWindows MEを公式にサポートする最後のJavaリリースです。[33]一方、Windows Vistaは、2009年10月にJava 5のサポートが終了する前にJava SE 5がサポートされていた最新のWindowsバージョンでした。[27]
Java 5 Update 5(1.5.0_05)は、 Windows 95(Internet Explorer 5.5がインストールされている)およびWindows NT 4.0で動作するJavaの最後のリリースです。[34]
Java 5はApple Mac OS X 10.4(Tiger)[35]で初めて利用可能になり、Apple Mac OS X 10.5(Leopard)にインストールされたJavaのデフォルトバージョンでした。
Java 1.5 のパブリック サポートとセキュリティ更新は 2009 年 11 月に終了しました。Oracle 顧客向けの有料セキュリティ更新は 2015 年 4 月に終了しました。
バージョンの変更
このバージョンでは、Java 言語に新しいバージョン管理システムが導入されましたが、開発者ライブラリでは古いバージョン管理システムが引き続き使用されました。
バージョン番号「1.5.0」と「5.0」は、Java 2 Platform Standard Edition のこのリリースを識別するために使用されます。バージョン「5.0」は製品バージョンで、「1.5.0」は開発者バージョンです。番号「5.0」は、J2SE の成熟度、安定性、スケーラビリティ、およびセキュリティのレベルをより適切に反映するために使用されます。
— 「バージョン1.5.0か5.0か?」Javaリリースノート[36]
この対応は、その後のリリースでも継続されました (Java 6 = JDK 1.6、Java 7 = JDK 1.7 など)。
Java SE 6
| コードネーム | マスタング |
|---|---|
| リリース | 2006年11月11日 |
| サポート終了 | |
| 公共 | 2013年2月 |
2006年12月11日にリリースされたバージョンから、Sunは「J2SE」という名前をJava SEに置き換え、バージョン番号から「.0」を削除しました。[37]開発者向けの内部番号は1.6.0のままです。[38]
このバージョンは JSR 270 に基づいて開発されました。
開発フェーズでは、機能強化やバグ修正を含む新しいビルドがほぼ毎週リリースされました。ベータ バージョンは 2006 年 2 月と 6 月にリリースされ、最終リリースは 2006 年 12 月 11 日に行われました。
このバージョンに含まれる主な変更点は次のとおりです: [39] [40]
- 古いバージョンの Win9x のサポートは終了しました。非公式には、Java 6 Update 7 がこれらのバージョンの Windows で動作することが示された最後の Java リリースでした。[引用が必要]これは、 Update 10 での大きな変更によるものだと考えられています[誰が? ] 。
- スクリプト言語サポート ( JSR 223 ): スクリプト言語との緊密な統合のための汎用 API、および組み込みのMozilla JavaScript Rhino統合。
- コアプラットフォーム[41] [42]およびSwingのパフォーマンスが劇的に向上しました。
- JAX-WS ( JSR 224 )による Web サービスのサポートが改善されました。
- JDBC 4.0 サポート ( JSR 221 )。
- Java コンパイラ API ( JSR 199 ): Java プログラムがプログラム的に Java コンパイラを選択して呼び出すことを可能にする API。
- JAXBのバージョン 2.0 へのアップグレード: StAXパーサーの統合が含まれます。
- プラグ可能なアノテーションのサポート(JSR 269)。[43]
- API へのSwingWorkerの統合、テーブルの並べ替えとフィルタリング、真の Swingダブルバッファリング(グレー領域効果の排除)など、多くのGUI の改善。
- JVM の改善点には、同期とコンパイラーのパフォーマンスの最適化、新しいアルゴリズムと既存のガベージ コレクション アルゴリズムのアップグレード、アプリケーションの起動パフォーマンスなどがあります。
Java 6は、64ビット(Core 2 Duo以上)プロセッサを搭載したMac OS X 10.5(Leopard)にインストールできます。 [44] Java 6は、Mac OS X 10.6(Snow Leopard)を搭載した32ビットおよび64ビットのマシンでもサポートされています。
Java 6は2013年2月にサポート終了となり、その時点でセキュリティアップデートを含むすべての公開アップデートが停止される予定でした。[45] [46] Oracleは2013年3月と4月にJava 6のアップデートをさらに2回リリースし、いくつかのセキュリティ上の脆弱性を修正しました。[47] [48]
Java 6 のアップデート
Java 6のリリース後、Sun、そして後にOracleは、公開APIを変更せずにエンドユーザーの使いやすさを向上させたり、バグを修正したりするアップデートをいくつかリリースしました。[49]
Java SE 7
| コードネーム | イルカ[86] |
|---|---|
| リリース | 2011年7月28日 |
| サポート終了 | |
| 公共 | 2015年4月 |
| 有料 | 2022年6月 |
Java 7は2011年7月7日にリリースされたメジャーアップデートであり[87]、2011年7月28日に開発者向けに公開されました。[88]開発期間は13のマイルストーンで構成され、2011年6月6日に13のマイルストーンの最後の1つが完了しました。[88] [89]平均して、マイルストーンごとに8つのビルド(通常は機能強化とバグ修正を含む)がリリースされました。OpenJDK 7プロジェクトの機能リストには、多くの変更点が記載されています。
Java 7で追加された機能は以下のとおりです。[90]
- JVMは動的言語をサポートし、
invokedynamicJSR-292の新しいバイトコードを採用した。 [91]現在、 Multi Language Virtual Machineで行われているプロトタイプ作業に続くものである。 - 圧縮64ビットポインタ[92](Java 6で利用可能
-XX:+UseCompressedOops)[93] - プロジェクトコインの言語機能: [94]
- スイッチ内の文字列[95]
- try文(別名try-with-resources文)における自動リソース管理[96]
- ジェネリックインスタンス作成のための型推論の改善、別名ダイヤモンド演算子
<>[97] - 簡略化されたvarargsメソッド宣言[98]
- 2進整数リテラル[99]
- 数値リテラルにアンダースコアを許可する[100]
- 複数の例外タイプをキャッチし、改良された型チェックで例外を再スローする[101]
- JSR 166における並行処理ユーティリティ[102]
- 複数のファイルシステム、ファイルメタデータ、シンボリックリンクのサポートを追加する新しいファイルI/Oライブラリ(JSR 203で定義)。新しいパッケージは
java.nio.file、[103]java.nio.file.attributeおよび[104]です。java.nio.file.spi - ティムソートはマージソートの代わりにオブジェクトのコレクションや配列をソートするために使用されます。
- 楕円曲線暗号アルゴリズムのライブラリレベルのサポート
- 最新のGPUに特有の機能の処理を改善するJava 2D用のXRenderパイプライン
- バージョン6u10でサポートされていないAPIとして元々実装されていたグラフィックス機能用の新しいプラットフォームAPI [105]
- SCTPやソケットダイレクトプロトコルなどの新しいネットワークプロトコルに対するライブラリレベルのサポートが強化されました。
- XMLとUnicodeのアップストリームアップデート
- Javaデプロイメントルールセット[106]
Lambda(Javaのラムダ関数の実装)、Jigsaw(Javaのモジュールの実装)、およびCoinの一部はJava 7から削除され、Java 8の一部としてリリースされました( Java 9でリリースされたJigsawを除く)。[107] [108]
Java 7は、2012年4月からJava 8がリリースされるまで、java.comでダウンロードできるデフォルトのバージョンでした。[109]
Java 7 のアップデート
オラクルは、2015年4月に製品の一般提供が終了するまで、四半期ごとにJava 7ファミリーの公開アップデートをリリースしました[110] 。 [111] JDK 7のさらなるアップデートは2022年7月まで続き、サポート契約を結んでいる顧客のみが利用できます。[112]
Java SE 8
| LTSバージョン | |
| リリース | 2014年3月18日 |
|---|---|
| JEPの数 | 8 |
Java 8は2014年3月18日にリリースされ、[148] [149] Java 7で計画されていたが後に延期されたいくつかの機能が含まれていました。[150]
機能に関する作業はJDK拡張提案(JEP)に基づいて組織されました。[151]
- JSR 335、JEP 126: Project Lambda [152]によるラムダ式(正式にはラムダ式、非公式にはクロージャ)とデフォルトメソッド (仮想拡張メソッド) [153] [154] [155]の言語レベルのサポート。これらを使用すると、既存の実装を壊すことなくインターフェースにメソッドを追加できます。Java コミュニティでは、ラムダ式のサポートを追加するかどうかについて議論が続いていました。[156] [157] Sun は後に、ラムダ式を Java に含めることを宣言し、機能を改良するためにコミュニティからの意見を求めました。[158]ラムダ式のサポートにより、コレクションに対するMapReduce風の変換など、要素のストリームに対する関数型スタイルの操作も可能になります。デフォルトメソッドを使用すると、API の作成者は、それを使用している古いコードを壊すことなく、インターフェースに新しいメソッドを追加できます。主な目的ではありませんが、[153]デフォルトメソッドは動作の多重継承にも使用できます (状態には使用できません)。
- JEP 174: アプリケーション内に埋め込まれた JavaScript コードを実行できる JavaScript ランタイム、Project Nashorn
- JEP 104: Java 型のアノテーション
- 符号なし整数演算[159]
- JEP 120: 注釈の繰り返し
- JEP 150: 日付と時刻の API
- JEP 178: 静的にリンクされた JNI ライブラリ
- JEP 153: JavaFX アプリケーションの起動 (JavaFX アプリケーション JAR の直接起動)
- JEP 122: 永久世代を削除する
Java 8はWindows XPではサポートされていません[160]が、JDK 8アップデート25の時点では、Windows XPにインストールして実行することができます。[161] JDK 8の以前のアップデートは、アーカイブされたzip形式のファイルをダウンロードし、実行可能ファイルに解凍することで、XPで実行できました。XPで実行できるJava 8の最後のバージョンは、アップデート251です。
2014年10月から、Java 8は公式ウェブサイトからダウンロードできるデフォルトのバージョンになりました(その後、Java 9に代わるダウンロードが再び行われました)。[162]「Oracleは個人ユーザー向けにJava SE 8のパブリックアップデートと自動アップデートを無期限に提供し続けます」。[163]
Java 8 のアップデート
Java SE 9
| リリース | 2017年9月21日 |
|---|---|
| JEPの数 | 9 |
| サポート終了 | |
| 公共 | 2018年3月 |
Java SE 9は、Java Executive CommitteeによるProject Jigsawの現在の実装の物議を醸した承認により、 2017年9月21日にリリースされました[242] 。 [243]これにより、Oracleはいくつかの未解決の問題と懸念を修正し、いくつかの重要な技術的疑問を洗練させました。2017年6月下旬、Java Community Processは、提案されたモジュールシステムスキームについてほぼ全会一致の合意を表明しました。[244]
- JSR 376: Project Jigsaw ( Java Platform Module System )による JDK のモジュール化[108]
- JavaDBはJDKから削除されました[245]
- JEP 193: 変数ハンドルは、さまざまな操作
java.util.concurrent.atomicと同等のものを呼び出すための標準的な手段を定義します。sun.misc.Unsafe - JEP 213: Milling Project Coin、プライベート インスタンス メソッドで @SafeVarargs を許可。try-with-resources ステートメントで、事実上最終的な変数をリソースとして使用できるようにします。推論された型の引数の型が表示可能な場合は、匿名クラスでダイヤモンドを許可します。Java SE 8 で開始された、有効な識別子名のセットからのアンダースコアの削除を完了します。インターフェイスでのプライベート メソッドのサポート
- JEP 222: jshell: Java Shell (Read-Eval-Print Loop): JShellはJava言語用のREPLコマンドラインインターフェースです。 [246]
- JEP 254: コンパクトな文字列
- JEP 263: HiDPI グラフィックス: 自動スケーリングとサイズ設定
- JEP 266: 並行性に関するさらなるアップデート。Reactive StreamsのJava実装[247]が含まれており、新しい
Flowクラス[248]には、以前Reactive Streamsによって提供されていたインターフェースが含まれています[249]。 - JEP 268: XML カタログ
- JEP 282: jlink: Java リンカーは、一連のモジュールとその依存関係をカスタム ランタイム イメージにアセンブルして最適化できるツールを作成します。これにより、実行するための JVM を含む完全に使用可能な実行ファイルを効果的に作成できます。
- JEP 295: Ahead-of-Time Compilation、GraalVMが提供する事前コンパイル
Java 9の最初のリリース候補は2017年8月9日にリリースされました。[250] Java 9の最初の安定版リリースは2017年9月21日でした。[251]
歴史
JavaOne 2011で、オラクルは2016年にJava 9向けにリリースしたい機能について議論した。[252] Java 9には、マルチギガバイトヒープのサポート強化、ネイティブコード統合の改善、異なるデフォルトのガベージコレクター(G1、「応答時間の短縮」のため)[253]、および自己調整型JVMが含まれる予定である。[254] 2016年初頭、Java 9のリリースは2017年3月に再スケジュールされ[255]、その後さらに4か月延期されて2017年7月となった。[256]
Java 9 のアップデート
Java SE 10
| リリース | 2018年3月20日 |
|---|---|
| JEPの数 | 12 |
| サポート終了 | |
| 公共 | 2018年9月 |
OpenJDK 10は2018年3月20日にリリースされ、12の新機能が確認されました。[262]これらの機能には次のものが含まれています。
- JEP 286: ローカル変数の型推論
- JEP 296: JDK フォレストを単一のリポジトリに統合する
- JEP 304: ガベージコレクターインターフェース
- JEP 307: G1 の並列フル GC
- JEP 310: アプリケーション クラス - データ共有
- JEP 312: スレッドローカルハンドシェイク
- JEP 313: ネイティブ ヘッダー生成ツール (javah) を削除する
- JEP 314: 追加の Unicode 言語タグ拡張
- JEP 316: 代替メモリデバイスでのヒープ割り当て
- JEP 317: 実験的な Java ベースの JIT コンパイラ
- JEP 319: ルート証明書
- JEP 322: 時間ベースのリリースバージョン管理
最初の JEP 286ローカル変数型推論では、varコンパイラによって計算された実際の型を持つローカル変数にキーワードを使用できるようになりました。この変更により、開発者は変数の型を手動で指定する代わりに、次の操作を実行できます。
var list = new ArrayList < String > (); // ArrayList<String> を推論var stream = list . stream (); // Stream<String> を推論
Java 10 のアップデート
Java SE 11
| LTSバージョン | |
| リリース | 2018年9月25日 |
|---|---|
| JEPの数 | 17 |
| 削除 | |
| 注目すべき | Java アプレット、Java Web Start、JavaFX、JavaEE、およびCORBAモジュール |
JDK 11は2018年9月25日にリリースされ、現在バグ修正のために公開されています。LTS(長期サポート)が提供されます。Java 11には、次のような多くの新機能が含まれています。[268]
- JEP 181: ネストベースのアクセス制御
- JEP 309: 動的クラスファイル定数
- JEP 315: Aarch64 組み込み関数の改善
- JEP 318: Epsilon: ノーオペレーションガベージコレクター
- JEP 320: Java EE および CORBA モジュールを削除する
- JEP 321: HTTP クライアント (標準)
- JEP 323: ラムダパラメータのローカル変数構文
- JEP 324: Curve25519 および Curve448 とのキー合意
- JEP 327: ユニコード 10
- JEP 328: フライトレコーダー
- JEP 329: ChaCha20 および Poly1305 暗号化アルゴリズム
- JEP 330: 単一ファイルのソースコード プログラムを起動する
- JEP 331: 低オーバーヘッドのヒーププロファイリング
- JEP 332: トランスポート層セキュリティ (TLS) 1.3
- JEP 333: ZGC: スケーラブルな低レイテンシのガベージ コレクター (実験的)
- JEP 335: Nashorn JavaScript エンジンを非推奨にする
- JEP 336: Pack200 ツールと API を非推奨にする
以前のリリースからいくつかの機能が削除されました。特に、JavaアプレットとJava Web Startは利用できなくなりました。JavaFX 、Java EE、CORBAモジュールはJDKから削除されました。[269]
Java 11 のアップデート
Java SE 12
| リリース | 2019年3月19日 |
|---|---|
| JEPの数 | 8 |
| 追加 | |
| プレビュー | 強化されたスイッチ文 |
| サポート終了 | |
| 公共 | 2019年9月 |
JDK 12は2019年3月19日にリリースされました。Java 12には、次のような多くの新機能が含まれています。[316]
- JEP 189: Shenandoah: 停止時間の短いガベージ コレクター (実験的)
- JEP 230: マイクロベンチマークスイート
- JEP 325: スイッチ式 (プレビュー)
- JEP 334: JVM 定数 API
- JEP 340: AArch64 ポートは 2 つではなく 1 つ
- JEP 341: デフォルトの CDS アーカイブ
- JEP 344: G1 の中止可能な混合コレクション
- JEP 346: 未使用のコミットメモリを G1 から速やかに返す
プレビュー機能 JEP 325 では、switchステートメントを拡張して式としても使用できるようにし、右側が式である新しい形式の case ラベルを追加します。break ステートメントは必要ありません。複雑な式の場合は、ステートメントyieldを使用できます。これは Java SE 14 で標準になります。
int ndays = switch ( month ) { case JAN 、MAR 、MAY 、JUL 、AUG 、OCT 、DEC -> 31 ; case APR 、JUN 、SEP 、NOV -> 30 ; case FEB -> { if ( year % 400 == 0 ) yield 29 ; else if ( year % 100 == 0 ) yield 28 ; else if ( year % 4 == 0 ) yield 29 ; else yield 28 ; } };
Java 12 のアップデート
Java SE 13
| リリース | 2019年9月17日 |
|---|---|
| JEPの数 | 5 |
| 追加 | |
| プレビュー | 強化されたスイッチステートメント、テキストブロック |
| サポート終了 | |
| 公共 | 2023年3月[321] |
JDK 13は2019年9月17日にリリースされました。Java 13には、以下の新機能に加えて、「数百の小さな機能強化と数千のバグ修正」が含まれています。[322]
- JEP 350: 動的 CDS アーカイブ
- JEP 351: ZGC: 未使用メモリのコミットを解除する
- JEP 353: レガシーソケットAPIの再実装
- JEP 354: スイッチ式 (プレビュー)
- JEP 355: テキスト ブロック (プレビュー)
JEP 355テキスト ブロックでは複数行の文字列リテラルが許可されます。
文字列html = """ <html lang="en"> <body> <p>Hello, world</p> </body> </html> """ ;
Java 13 のアップデート
Java SE 14
| リリース | 2020年3月17日 |
|---|---|
| JEPの数 | 16 |
| 追加 | |
| 注目すべき | 役に立つNullPointerExceptions、強化されたswitch ステートメント |
| プレビュー | instanceof、レコード、テキストブロックのパターンマッチング |
| 孵化中 | jpackager、外部メモリアクセス |
| 削除 | |
| 注目すべき | 同時マークスイープガベージコレクターを削除する |
| サポート終了 | |
| 公共 | 2020年9月 |
JDK 14は2020年3月17日にリリースされました。Java 14には、以下の新機能に加えて、「数百の小さな機能強化と数千のバグ修正」が含まれています。[327]
- JEP 305: instanceof のパターン マッチング (プレビュー)
- JEP 343: パッケージングツール (インキュベーター)
- JEP 345: G1 の NUMA 対応メモリ割り当て
- JEP 349: JFR イベント ストリーミング
- JEP 352: 不揮発性マップバイトバッファ
- JEP 358: 役に立つ NullPointerExceptions
- JEP 359: レコード (プレビュー)
- JEP 361: スイッチ式 (標準)
- JEP 362: Solaris および SPARC ポートの廃止
- JEP 363: 同時マークスイープ (CMS) ガベージ コレクターを削除する
- JEP 364: macOS 上の ZGC
- JEP 365: Windows 上の ZGC
- JEP 366: ParallelScavenge + SerialOld GC の組み合わせを非推奨にする
- JEP 367: Pack200 ツールと API を削除する
- JEP 368: テキスト ブロック (第 2 プレビュー)
- JEP 370: 外部メモリアクセス API (インキュベータ)
JEP 305、instanceofのパターンマッチングは、instanceofテストの直後にキャストが続く
一般的なケースを簡素化し、
if ( obj instanceof String ) { String s = ( String ) obj ; System.out.println ( s.length ( ) ) ; }
と
if ( obj instanceof String s ) { System.out.println ( s.length ( ) ) ; }
JEP 359 Recordsは、シンプルで不変なTupleのようなクラスを簡単に作成することを可能にします。[328]
record Point ( int x , int y ) { } Point p = new Point ( 3 , 4 ) ; System.out.println ( p . x ( ) ) ;
Java 14 のアップデート
Java SE 15
| リリース | 2020年9月15日 |
|---|---|
| JEPの数 | 14 |
| 追加 | |
| 注目すべき | 隠しクラス、ZGC(ガベージコレクター)、Shenandoah(ガベージコレクター)、テキストブロック |
| プレビュー | シールクラス、instanceofのパターンマッチング、レコード |
| 孵化中 | 外部メモリアクセス |
| 削除 | |
| 注目すべき | JavaScript エンジン、SolarisおよびSPARCポート |
| サポート終了 | |
| 公共 | 2023年3月[321] |
JDK 15は2020年9月15日にリリースされました。Java 15では、例えば複数行の文字列リテラル(別名テキストブロック)のサポートが追加されました。ShenandoahおよびZガベージコレクター(後者はZGCと略されることもあります)は、本番環境で使用できるようになりました(つまり、実験的マークがなくなりました)。OracleのSolarisオペレーティングシステム(およびSPARC CPU)のサポートは廃止されました(ただし、Java 11などではまだ利用可能です)。Nashorn JavaScriptエンジンは削除されました。また、いくつかのルートCA証明書も削除されました。
- JEP 339: エドワーズ曲線デジタル署名アルゴリズム (EdDSA)
- JEP 360: シールクラス (プレビュー)
- JEP 371: 隠しクラス
- JEP 372: Nashorn JavaScript エンジンを削除する
- JEP 373: レガシー DatagramSocket API の再実装
- JEP 374: バイアスロックを無効化および非推奨にする
- JEP 375: instanceof のパターン マッチング (第 2 プレビュー)
- JEP 377: ZGC: スケーラブルな低レイテンシのガベージ コレクター
- JEP 378: テキストブロック
- JEP 379: Shenandoah: 停止時間の短いガベージ コレクター
- JEP 381: Solaris および SPARC ポートを削除する
- JEP 383: 外部メモリ アクセス API (第 2 インキュベータ)
- JEP 384: レコード (第 2 プレビュー)
- JEP 385: 削除のための RMI アクティベーションを非推奨にする
JEP 360シール クラスは、他のクラスまたはインターフェイスが拡張または実装できるものを制限するシール クラスとインターフェイスを追加します。句で指定されたクラスのみがpermitsクラスまたはインターフェイスを拡張できます。
パッケージcom.example.geometry ;
パブリック抽象シールクラスShape は、Circle 、Rectangle 、Square {...}を許可します。
レコードとともに、シールクラスは総和型です。これらは、レコード、スイッチ式、instance-ofのパターンマッチングなどの他の最近の機能とうまく連携します。これらはすべて、2018年9月にギャビン・ビアマンとブライアン・ゴッツによって初めて議論された「Javaのパターンマッチング」のシステムの一部を形成します。[334]
Java 15 のアップデート
Java SE 16
| リリース | 2021年3月16日 |
|---|---|
| JEPの数 | 17 |
| 追加 | |
| 注目すべき | Windows/AArch64 ポート、jpackager、instanceofのパターン マッチング、レコード |
| プレビュー | 封印されたクラス |
| 孵化中 | 外部リンカー、外部メモリアクセス |
| サポート終了 | |
| 公共 | 2021年9月 |
JDK 16は2021年3月16日にリリースされました。Java 16では、Ahead-of-Timeコンパイル(およびGraal JIT)オプションが削除されました。[340] Java実装自体はC++で書かれていましたが、Java 16では、より新しいC++14(ただし、C++17やC++20などはまだ不可)が許可されています。コードはGitHubにも移動され、ソース管理システムとしてのMercurialは廃止されました。
- JEP 338: ベクター API (インキュベーター)
- JEP 347: C++14 言語機能を有効にする
- JEP 357: Mercurial から Git への移行
- JEP 369: GitHub への移行
- JEP 376: ZGC: 同時スレッドスタック処理
- JEP 380: Unixドメインソケットチャネル
- JEP 386: Alpine Linux ポート – まだ安定していません
- JEP 387: エラスティックメタスペース
- JEP 388: Windows/AArch64 ポート
- JEP 389: 外部リンカー API (インキュベーター)
- JEP 390: 値ベースクラスの警告
- JEP 392: パッケージングツール
- JEP 393: 外部メモリ アクセス API (第 3 インキュベータ)
- JEP 394: instanceof のパターンマッチング
- JEP 395: レコード
- JEP 396: デフォルトで JDK 内部を強力にカプセル化する
- JEP 397: シールクラス (第 2 プレビュー)
Java 16 のアップデート
Java SE 17
| LTSバージョン | |
| リリース | 2021年9月14日 |
|---|---|
| JEPの数 | 14 |
| 追加 | |
| 注目すべき | macOS /AArch64 ポート、シールされたクラス |
| プレビュー | スイッチ パターンマッチング |
| 孵化中 | ベクトル API、外部関数およびメモリ API |
| 削除 | |
| 注目すべき | AOT コンパイラ、RMIアクティベーション、strictfpキーワードが廃止されました (JEP 306) |
JDK 17は2021年9月にリリースされました。 [346] Java 17は、新しい6か月のリリースサイクルに切り替えてから2番目の長期サポート(LTS)リリースです(最初のリリースはJava 11です)。
- JEP 306: 常に厳密な浮動小数点セマンティクスを復元する
- JEP 356: 強化された疑似乱数ジェネレータ
- JEP 382: 新しい macOS レンダリング パイプライン
- JEP 391: macOS/AArch64 ポート
- JEP 398: 削除のためにアプレット API を非推奨にする
- JEP 403: JDK 内部を強力にカプセル化する
- JEP 406: スイッチのパターン マッチング (プレビュー)
- JEP 407: RMI アクティベーションの削除
- JEP 409: シールクラス
- JEP 410: 実験的な AOT と JIT コンパイラを削除する
- JEP 411: セキュリティ マネージャーの削除を非推奨にする
- JEP 412: 外部関数とメモリ API (インキュベーター)
- JEP 414: ベクター API (第 2 インキュベーター)
- JEP 415: コンテキスト固有のデシリアライゼーション フィルター
JEP 406は、instanceof操作で使用されるパターンマッチング構文を拡張して、ステートメントと式を切り替えます。これにより、引数の型、nullケース、およびパターンの絞り込みに基づいてケースを選択できるようになります。
Object o = ...; return switch ( o ) { case null -> "Null" ; case String s -> "String %s" . formatted ( s ); case Long l -> "long %d" . formatted ( l ); case Double d -> "double %f" . formatted ( d ); case Integer i && i > 0 // パターンの調整-> "positive int %d" . formatted ( i ); case Integer i && i == 0 -> "zero int %d" . formatted ( i ); case Integer i && i < 0 -> "negative int %d" . formatted ( i ); default -> o . toString (); };
Java 17 のアップデート
Java SE 18
| リリース | 2022年3月22日 |
|---|---|
| JEPの数 | 9 |
| 追加 | |
| 注目すべき |
|
| プレビュー | スイッチパターンマッチング |
| 孵化中 |
|
| 削除 | |
| 注目すべき | 削除のための非推奨のファイナライズ |
| サポート終了 | |
| 公共 | 2022年9月 |
JDK 18は2022年3月22日にリリースされました。[371]
- JEP 400: デフォルトで UTF-8
- JEP 408: シンプルな Web サーバー
- JEP 413: Java API ドキュメントのコード スニペット
- JEP 416: メソッド ハンドルを使用したコア リフレクションの再実装
- JEP 417: ベクター API (第 3 インキュベーター)
- JEP 418: インターネット アドレス解決 SPI
- JEP 419: 外部関数とメモリ API (第 2 インキュベータ)
- JEP 420: スイッチのパターン マッチング (第 2 プレビュー)
- JEP 421: 削除のためのファイナライズを非推奨にする
Java 18 のアップデート
Java SE 19
| Released | September 20, 2022 |
|---|---|
| # of JEPs | 7 |
| Addition(s) | |
| Preview(s) |
|
| Incubating |
|
| Support ended | |
| Public | March 2023 |
JDK 19 was released on 20 September 2022.[380]
- JEP 405: Record Patterns (Preview)
- JEP 422: Linux/RISC-V Port
- JEP 424: Foreign Function & Memory API (Preview)
- JEP 425: Virtual Threads (Preview)
- JEP 426: Vector API (Fourth Incubator)
- JEP 427: Pattern Matching for switch (Third Preview)
- JEP 428: Structured Concurrency (Incubator)
JEP 405 allows record patterns, extending the pattern matching capabilities of instanceof operators, and switch expressions, to include record patterns that explicitly refer to the components of the record.
record Rectangle(int x, int y, int w, int h) {}
int area(Object o) {
if (o instanceof Rectangle(int x, int y, int w, int h)) {
return w * h;
}
return 0;
}
Such patterns can include nested patterns, where the components of records are themselves records, allowing patterns to match more object graphs.
Java 19 updates
Java SE 20
| Released | March 21, 2023 |
|---|---|
| # of JEPs | 7 |
| Addition(s) | |
| Incubating | Scoped values |
| Support ended | |
| Public | September 2023 |
Java 20 was released on 21 March 2023.[386] All JEPs were either incubators or previews.
- JEP 429: Scoped Values (Incubator)
- JEP 432: Record Patterns (Second Preview)
- JEP 433: Pattern Matching for switch (Fourth Preview)
- JEP 434: Foreign Function & Memory API (Second Preview)
- JEP 436: Virtual Threads (Second Preview)
- JEP 437: Structured Concurrency (Second Incubator)
- JEP 438: Vector API (Fifth Incubator)
Java 20 updates
Java SE 21
| LTS version | |
| Released | September 19, 2023 |
|---|---|
| # of JEPs | 15 |
| Addition(s) | |
| Notable | Record patterns, pattern matching for switch, virtual threads |
| Preview(s) | String templates, unnamed classes and main methods |
| Incubating | Vector API |
Java 21 was released on 19 September 2023.[392] The 32-bit version of Java for Windows on x86 was deprecated for removal with this release. The following JEPs were added, including eight JEPs that graduated from the incubating and preview stages, compared to Java 20 which only had previewing and incubating JEPs. Java 21 introduces features first previewed in Java 17 (pattern matching for switch statements) and Java 19 (record patterns). All JEPs added with Java 21 include the following:
- JEP 430: String Templates (Preview)
- JEP 431: Sequenced Collections
- JEP 439: Generational ZGC
- JEP 440: Record Patterns
- JEP 441: Pattern Matching for switch
- JEP 442: Foreign Function & Memory API (Third Preview)
- JEP 443: Unnamed Patterns and Variables (Preview)
- JEP 444: Virtual Threads
- JEP 445: Unnamed Classes and Instance Main Methods (Preview)
- JEP 446: Scoped Values (Preview)
- JEP 448: Vector API (Sixth Incubator)
- JEP 449: Deprecate the Windows 32-bit x86 Port for Removal
- JEP 451: Prepare to Disallow the Dynamic Loading of Agents
- JEP 452: Key Encapsulation Mechanism API
- JEP 453: Structured Concurrency (Preview)
JEP 445, previewing unnamed classes, allows for a barebones Main class without boilerplate code:
void main() {
System.out.println("Hello, World!");
}
instead of :
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Java 21 updates
Java SE 22
| Released | March 19, 2024 |
|---|---|
| # of JEPs | 12 |
| Addition(s) | |
| Notable | Foreign function and memory API, unnamed variables and patterns |
| Preview(s) | Structured concurrency, string templates |
| Incubating | Vector API |
| Support ended | |
| Public | September 2024 |
Java 22 was released on March 19, 2024.[400][401] The following features, or JEPs, were added with this release:
- JEP 423: Region Pinning for G1
- JEP 447: Statements before super(...) (Preview)
- JEP 454: Foreign Function & Memory API
- JEP 456: Unnamed Variables & Patterns
- JEP 457: Class-File API (Preview)
- JEP 458: Launch Multi-File Source-Code Programs
- JEP 459: String Templates (Second Preview)
- JEP 460: Vector API (Seventh Incubator)
- JEP 461: Stream Gatherers (Preview)
- JEP 462: Structured Concurrency (Second Preview)
- JEP 463: Implicitly Declared Classes and Instance Main Methods (Second Preview)
- JEP 464: Scoped Values (Second Preview)
An API related to Java's threading implementation, java.lang.Thread.countStackFrames, was removed.[3][402]
Java SE 23
| Released | September 17, 2024 |
|---|---|
| # of JEPs | 12 |
| Addition(s) | |
| Notable | Markdown documentation comments |
| Preview(s) | Primitive types in Patterns, instanceof, and switch, Class-File API, Stream Gatherers, Module import declarations, Implicitly declared classes and instance main methods, structured concurrency, scoped values, flexible constructor bodies |
| Incubating | Vector API |
Java 23 was released on September 17, 2024,[403][404][405] with the following JEPs:
- JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)
- JEP 466: Class-File API (Second Preview)
- JEP 467: Markdown Documentation Comments
- JEP 469: Vector API (Eighth Incubator)
- JEP 473: Stream Gatherers (Second Preview)
- JEP 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
- JEP 474: ZGC: Generational Mode by Default
- JEP 476: Module Import Declarations (Preview)
- JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview)
- JEP 480: Structured Concurrency (Third Preview)
- JEP 481: Scoped Values (Third Preview)
- JEP 482: Flexible Constructor Bodies (Second Preview)
The String Templates preview feature was removed in Java 23 due to issues with the design of the feature.[406]
Java SE 24
| Releasing | March 2025 |
|---|---|
| # of JEPs | 19 |
As of November 2024[update], the specification for Java 24 has not yet been finalized. Java 24 is scheduled for release in March 2025.[407]
The following JEPs have been proposed for this release but have not yet been confirmed and are still in their review period:[408]
- JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism
- JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm
The following JEPs have been targeted to this release of Java SE:[408]
- JEP 404: Generational Shenandoah (Experimental)
- JEP 450: Compact Object Headers (Experimental) (formerly known as Project Lilliput)
- JEP 472: Prepare to Restrict the Use of JNI
- JEP 475: Late Barrier Expansion for G1
- JEP 478: Key Derivation Function API (Preview)
- JEP 479: Remove the Windows 32-bit x86 Port
- JEP 483: Ahead-of-Time Class Loading & Linking
- JEP 484: Class-File API
- JEP 485: Stream Gatherers
- JEP 486: Permanently Disable the Security Manager
- JEP 487: Scoped Values (Fourth Preview)
- JEP 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)
- JEP 489: Vector API (Ninth Incubator)
- JEP 490: ZGC: Remove the Non-Generational Mode
- JEP 491: Synchronize Virtual Threads without Pinning
- JEP 492: Flexible Constructor Bodies (Third Preview)
- JEP 493: Linking Run-Time Images without JMODs
- JEP 494: Module Import Declarations (Second Preview)
- JEP 495: Simple Source Files and Instance Main Methods (Fourth Preview)
Java SE 25
| Releasing | September 2025 |
|---|---|
| # of JEPs | 0 |
As of December 2024[update], the specification for Java 25 has not yet been finalized. Java 25 is scheduled for release in September 2025.[409]
Future features
- Project Valhalla: Value classes, whose objects lack identity, but can in certain cases get an improved memory layout (with less indirection), or have their allocation optimized away entirely.
- Project Panama:
- Improved interoperability with native code, to enable Java source code to call functions and use data types from other languages, in a way that is easier and has better performance than today (this part of Project Panama is getting stabilized in Java 22 under JEP 454: Foreign Function & Memory API).
- Vector API, a portable and relatively low-level abstraction layer for SIMD programming. Its stabilization is dependent on Project Valhalla.
- Project Lilliput: Reduce the size of Java object headers. First down to 64 bits, and then down to 32 bits.
- Reducing startup time and warm-up time (time to peak performance) in JIT mode:
- Project CRaC enables making snapshots of whole JVM (together with the running application) and restoring it with necessary adjustments (reopening files, sockets, etc).
- Project Leyden, among other things, will allow partial or (in the long term) full AOT compiling, reducing overall dynamism (by adopting so called "closed-world constraints") to reduce dynamic compiling overhead.
- Project Babylon aims to extend the Java language's reach to alternative programming models with an enhancement to its reflective programming abilities, called code reflection (i.e., reflection over code itself). The stated main goal is to run Java code on GPUs, with SQL and other programming models as secondary targets.
Implementations
The officially supported Java platform, first developed at Sun and now stewarded by Oracle, is Java SE. Releases are based on the OpenJDK project, a free and open-source project with an open development model. Other Java implementations exist, however—in part due to Java's early history as proprietary software. In contrast, some implementations were created to offer some benefits over the standard implementation, often the result of some area of academic or corporate-sponsored research. Many Linux distributions include builds of OpenJDK through the IcedTea project started by Red Hat, which provides a more straightforward build and integration environment.
Visual J++ and the Microsoft Java Virtual Machine were created as incompatible implementations. After the Sun v. Microsoft lawsuit, Microsoft abandoned it and began work on the .NET platform. In 2021, Microsoft started distributing compatible "Microsoft Build of OpenJDK" for Java 11 first then also for Java 17. Their builds support not only Windows, but also Linux and macOS.
Other proprietary Java implementations are available, such as Azul's Zing. Azul offers certified open source OpenJDK builds under the Zulu moniker.
Prior to the release of OpenJDK, while Sun's implementation was still proprietary, the GNU Classpath project was created to provide a free and open-source implementation of the Java platform. Since the release of JDK 7, when OpenJDK became the official reference implementation, the original motivation for the GNU Classpath project almost completely disappeared, and its last release was in 2012.
The Apache Harmony project was started shortly before the release of OpenJDK. After Sun's initial source code release, the Harmony project continued, working to provide an implementation under a lax license, in contrast to the protective license chosen for OpenJDK. Google later developed Android and released it under a lax license. Android incorporated parts of the Harmony project, supplemented with Google's own Dalvik virtual machine and ART. Apache Harmony has since been retired, and Google has switched its Harmony components with equivalent ones from OpenJDK.
Both Jikes and Jikes RVM are open-source research projects that IBM developed.
Several other implementations exist that started as proprietary software but are now open source. IBM initially developed OpenJ9 as the proprietary J9[410] but has since relicensed the project and donated it to the Eclipse Foundation. JRockit is a proprietary implementation that was acquired by Oracle and incorporated into subsequent OpenJDK versions.
References
- ^ Reinhold, Mark (2017-09-06). "Moving Java Forward Faster". Retrieved 2017-09-16.
- ^ "Calling 'all aboard' on the six-month Java release train". theserverside.com. 2017-09-12. Retrieved 2017-09-16.
- ^ a b "Remove Thread.countStackFrames". bugs.openjdk.org. Retrieved 2024-04-16.
- ^ a b c d e f g h i j k "Oracle Java SE Support Roadmap". www.oracle.com.
- ^ Smith, Donald. "Introducing the Free Java License".
- ^ Reinhold, Mark (2018-08-17). "What does LTS mean for OpenJDK?". Retrieved 2018-08-28.
- ^ "Chapter 4. The class File Format".
- ^ "Java Virtual Machine 1.0.2 specification" (PDF).
- ^ a b c d e f g h i j k l "Azul JDK roadmap".
- ^ a b c d e f g "Red Hat OpenJDK Life Cycle and Support Policy". 19 November 2023.
- ^ "Oracle Java SE 6 Support".
- ^ a b c d e f g "Liberica JDK roadmap".
- ^ "Oracle Java SE 7 Support".
- ^ a b c d "Eclipse Temurin Release Roadmap".
- ^ a b c d "Amazon Corretto support calendar".
- ^ a b c "Support roadmap for the Microsoft Build of OpenJDK".
- ^ "JavaSoft ships Java 1.0" (Press release). Archived from the original on March 10, 2007. Retrieved 2008-02-05.
- ^ a b Ortiz, C. Enrique; Giguère, Éric (2001). Mobile Information Device Profile for Java 2 Micro Edition: Developer's Guide. John Wiley & Sons. ISBN 978-0-471-03465-0. Retrieved May 30, 2012.
- ^ Version 1.1 press release, Sun.
- ^ Tennant, Don (March 15, 1997). "Taligent prepares internationalisation technology for the big time". Computerworld. IDG. Retrieved January 16, 2021.
- ^ Version 1.2 press release, Sun.
- ^ Version 1.3 press release, Sun.
- ^ "Version 1.3 full list of changes". Archived from the original on November 7, 2006.
- ^ "How do I run Java on a Windows 95 computer?".
- ^ Version 1.4 press release.
- ^ "Version full 1.4 list of changes". Archived from the original on January 8, 2007.
- ^ a b "Java 2 Platform 5.0 and Java for Business 5.0". Oracle Corporation. 2010. Retrieved October 22, 2012.
- ^ "Version 1.5.0 or 5.0?". Oracle.
- ^ Version 1.5 press release.
- ^ Version 1.5 full list of changes.
- ^ "JSR 133, 2.4 Why isn't this need met by existing specifications?". Oracle.
- ^ Goetz, Brian (2006). Java Concurrency in Practice. Addison-Wesley. p. xvii. ISBN 0-321-34960-1.
- ^ "Java 5.0 is no longer available on Java.com". Java.com. 2009-11-03. Retrieved 2016-09-30.
- ^ Lineback, Nathan. "Misc Windows 2 – Nathan's Toasty Technology page". Retrieved 2016-09-30.
- ^ Yank, Kebin (May 3, 2005). "Java 5 available for Mac OS X". Sitepoint. Retrieved September 30, 2016.
- ^ "Version 1.5.0 or 5.0?". Oracle.com. Retrieved April 18, 2016.
- ^ Java brand naming.
- ^ Version 6, Java webnotes, Sun.
- ^ Version 1.6 press release.
- ^ Version 1.6 full list of changes.
- ^ Java Lobby Archived 2008-10-13 at the Wayback Machine.
- ^ "Mustang's HotSpot". Archived from the original on January 2, 2007.
- ^ Darcy, Joe (2008-08-03). "An apt replacement". Retrieved 2009-07-29.
- ^ "Install Java 6 on Mac OS X Leopard | Gephi, open source graph visualization software". Gephi.org. Retrieved 2016-09-30.
- ^ "Oracle Java SE Support Roadmap". Oracle Corporation. September 19, 2012. Retrieved October 22, 2012.
- ^ "Auto-update and update through Java Control Panel of JRE 6 will replace JRE 6 with JRE 7". Oracle Corporation. February 19, 2013. Retrieved March 2, 2013.
- ^ "Java SE Development Kit 6, Update 43 Release notes". Oracle Corporation. March 4, 2013. Retrieved March 4, 2013.
- ^ "Java SE Development Kit 6, Update 45 Release notes". Oracle Corporation. March 4, 2013. Retrieved March 4, 2013.
- ^ "Java SE 6 Update Release Notes". www.oracle.com.
- ^ a b c "Oracle Java Technologies | Oracle". www.oracle.com.
- ^ "Nimbus — Java.net". Archived from the original on 20 August 2011. Retrieved 1 February 2020.
- ^ "Sun Java 6 Update 11 Available Now, Waiting on JavaFX". FindMySoft.com. Retrieved 2009-11-13.
- ^ Humble, Charles (2008-05-13). "JavaOne: Garbage First". infoq.com. Retrieved 2008-09-07.
- ^ Coward, Dany (2008-11-12). "Java VM: Trying a new Garbage Collector for JDK 7". Archived from the original on 2011-12-08. Retrieved 2012-01-22.
- ^ "Breakpoints fail to hit under JDK 1.6.0_14". Retrieved 2009-07-14.
- ^ "Bug ID: 6862295 JDWP threadid changes during debugging session (leading to ignored breakpoints)". Retrieved 2009-07-22.
- ^ "Oracle Java SE Critical Patch Update Advisory – June 2011". www.oracle.com.
- ^ "Oracle Java SE Critical Patch Update Advisory – October 2011". www.oracle.com.
- ^ "Java 6 Update 32 fails to install..." MSFN. Archived from the original on 2016-08-16. Retrieved 2016-07-31.
- ^ a b "Oracle Security Alert for CVE-2012-4681". Oracle Corporation.
- ^ "Oracle Java SE Critical Patch Update Advisory – April 2013". www.oracle.com.
- ^ "Why should I upgrade Java ?". java.com.
- ^ a b "Oracle Java Critical Patch Update – June 2013". www.oracle.com.
- ^ a b "Oracle Critical Patch Update – October 2013". www.oracle.com.
- ^ a b "Oracle Critical Patch Update – April 2014". www.oracle.com.
- ^ "Oracle Critical Patch Update – July 2014". www.oracle.com.
- ^ "Oracle Critical Patch Update – October 2014". www.oracle.com.
- ^ "Java SE 6 Reference Implementation". Oracle Corporation. Retrieved 2016-10-24.
- ^ "Oracle Critical Patch Update Advisory – January 2015". www.oracle.com.
- ^ "Oracle Critical Patch Update – April 2015". www.oracle.com.
- ^ "Oracle Critical Patch Update Advisory – July 2015". Retrieved 2015-07-15.
- ^ "Oracle Critical Patch Update Advisory – October 2015". Retrieved 2015-10-20.
- ^ "Oracle Critical Patch Update Advisory – January 2016". Retrieved 2016-01-20.
- ^ a b "Oracle Security Alert for CVE-2016-0603". Retrieved 2016-02-08.
- ^ "Oracle Critical Patch Update CVSS V2 Risk Matrices – April 2016". Retrieved 2016-04-21.
- ^ a b "Oracle Critical Patch Update Advisory – July 2016". Retrieved 2016-07-19.
- ^ a b "Oracle Critical Patch Update Advisory – October 2016". Retrieved 2016-10-18.
- ^ a b "Oracle Critical Patch Update Advisory – January 2017". Retrieved 2017-01-17.
- ^ "Oracle Critical Patch Update Advisory – April 2017". Retrieved 2017-04-18.
- ^ a b "Oracle Critical Patch Update Advisory – July 2017". Retrieved 2017-07-18.
- ^ a b "Oracle Critical Patch Update Advisory – October 2017". Retrieved 2017-10-20.
- ^ a b "Oracle Critical Patch Update Advisory – January 2018". Retrieved 2017-10-20.
- ^ a b "Oracle Critical Patch Update Advisory – April 2018". Retrieved 2018-04-17.
- ^ a b "Oracle Critical Patch Update Advisory – July 2018". Retrieved 2018-07-17.
- ^ a b "Oracle Critical Patch Update Advisory – October 2018". Retrieved 2018-10-18.
- ^ JDK7 Archived 2016-12-15 at the Wayback Machine, Sun.
- ^ "Introducing Java 7 Webcast: Moving Java Forward". Oracle Corporation. July 7, 2011. Retrieved May 30, 2012.
- ^ a b "JDK 7". openjdk.java.net.
- ^ "JDK 7 Milestones". OpenJDK. Oracle Corporation. Retrieved May 30, 2012.
- ^ Miller, Alex. "Java 7". Retrieved 2024-02-05.
- ^ "JSR 292: Supporting Dynamically Typed Languages on the Java Platform". Retrieved August 25, 2013.
- ^ "Compressed oops in the Hotspot JVM". OpenJDK. Retrieved 2012-08-01.
- ^ "Java HotSpot VM Options". Oracle. Retrieved 2013-04-11.
- ^ "Java Programming Language Enhancements". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Strings in switch Statements". Download.oracle.com. Retrieved 2013-01-15.
- ^ "The try-with-resources Statement". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Type Inference for Generic Instance Creation". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Improved Compiler Warnings When Using Non-Reifiable Formal Parameters with Varargs Methods". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Binary Literals". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Underscores in Numeric Literals". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking". Download.oracle.com. Retrieved 2013-01-15.
- ^ "Concurrency JSR-166". Retrieved 2010-04-16.
- ^ "File I/O (Featuring NIO.2)". Java.sun.com. 2008-03-14. Retrieved 2013-01-15.
- ^ "Legacy File I/O Code". Java.sun.com. 2012-02-28. Retrieved 2013-01-15.
- ^ "JDK 7 Features". OpenJDK. 2011-07-28. Retrieved 2013-03-15.
- ^ "Introducing Deployment Rule Sets". Oracle. 2013-08-21. Retrieved 2019-01-22.
- ^ "JavaOne 2011 Keynote". Oracle. Archived from the original on 2011-10-26.
- ^ a b "Project Jigsaw". OpenJDK.
"Java Module-System Requirements — DRAFT 12". Oracle.
Krill, Paul (July 18, 2012). "Project Jigsaw delayed until Java 9". InfoWorld. Retrieved 2020-07-15. - ^ "Java 7 Auto-Update and Java 6". Oracle.
- ^ Critical Patch Update table shows four dates per year
- ^ "End of Java 7 Public Updates".
After April 2015, Oracle will no longer post updates of Java SE 7 to its public download sites. Existing Java SE 7 downloads already posted as of April 2015 will remain accessible in the Java Archive on the Oracle Technology Network. Developers and end-users are encouraged to update to more recent Java SE versions that remain available for public download in order to continue receiving public updates and security enhancements. [..] July 2015: Updates for Java 7 are no longer available to the public. Oracle offers updates to Java 7 only for customers who have purchased Java support or have Oracle products that require Java 7.
- ^ "Oracle Java SE Support Roadmap". Oracle Corporation. 2014-12-19. Retrieved 2015-01-07.
- ^ "JDK 7 Release Notes". www.oracle.com.
- ^ "Oracle Java SE Critical Patch Update Advisory – February 2012". www.oracle.com.
- ^ "Oracle Java SE Critical Patch Update Advisory – June 2012". www.oracle.com.
- ^ "Java SE 7 Update 6 Released". Archived from the original on October 27, 2012.
- ^ "Oracle Java SE Critical Patch Update Advisory – October 2012". www.oracle.com.
- ^ "Oracle Security Alert for CVE-2013-0422". Oracle Corporation.
- ^ "Oracle Java SE Critical Patch Update Advisory – February 2013". www.oracle.com.
- ^ "Oracle releases fixes for 40 Java holes – The H Security: News and Features". www.h-online.com.
- ^ "Java SE Development Kit 7 Update 40 Bug Fixes". www.oracle.com.
- ^ "Oracle JDK 7u40 released – security features, hardfloat ARM, Java Mission Control and more". Archived from the original on October 2, 2013.
- ^ Oracle to patch Java, other products Tuesday, ZDNet,
- ^ "Oracle Critical Patch Update – January 2014". www.oracle.com.
- ^ "Java SE Development Kit 7 Update 55 Bug Fixes". www.oracle.com.
- ^ "Java Mission Control 5.3 Release Notes". www.oracle.com.
- ^ "Java SE Development Kit 7 Update 60 Bug Fixes". www.oracle.com.
- ^ a b "Java CPU and PSU Releases Explained". www.oracle.com.
- ^ "Oracle Critical Patch Update Advisory – July 2015". www.oracle.com.
- ^ "Oracle Critical Patch Update Advisory – October 2015". www.oracle.com.
- ^ "Oracle Critical Patch Update – January 2016". www.oracle.com. Retrieved 2016-01-20.
- ^ "Java SE Development Kit 7, Update 99". Retrieved 2016-03-23.
- ^ "Oracle Critical Patch Update Advisory – April 2016". Retrieved 2016-04-18.
- ^ "Oracle Critical Patch Update Advisory – April 2017". Retrieved 2017-04-18.
- ^ "Oracle Critical Patch Update Advisory – January 2019". Retrieved 2019-04-18.
- ^ "Oracle Critical Patch Update Advisory – April 2019". Retrieved 2019-04-18.
- ^ "Oracle Critical Patch Update Advisory – July 2019". Retrieved 2020-01-07.
- ^ "Oracle Critical Patch Update Advisory – October 2019". Retrieved 2020-01-07.
- ^ "Oracle Critical Patch Update Advisory – January 2020". Retrieved 2021-04-22.
- ^ "Oracle Critical Patch Update Advisory – April 2020". Retrieved 2021-04-22.
- ^ "Oracle Critical Patch Update Advisory – July 2020". Retrieved 2021-04-22.
- ^ "Oracle Critical Patch Update Advisory – October 2020". Retrieved 2021-04-22.
- ^ "Oracle Critical Patch Update Advisory – January 2021". Retrieved 2021-04-22.
- ^ "Oracle Critical Patch Update Advisory – April 2021". Retrieved 2021-04-22.
- ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
- ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
- ^ "Release Notes for JDK 7 and JDK 7 Update Releases". Retrieved 2022-01-25.
- ^ "Proposed new schedule for Java 8". 2013-04-18. Retrieved 2013-04-19.
- ^ "JDK 8". OpenJDK. 2013-04-18. Retrieved 2014-01-28.
- ^ "JDK 8 features". OpenJDK. 2014-01-28. Retrieved 2014-01-28.
- ^ "JSR 337". Retrieved 2014-01-30.
- ^ "Java 7 Features". Sun Microsystems. 2010-02-09. Retrieved 2010-04-16.
- ^ a b "Interface evolution via virtual extension methods" (PDF). Brian Goetz. 2011-07-20. Retrieved 2014-03-27.
- ^ "Lambda Expressions for the Java Programming Language". Brian Goetz. 2012-10-23. Retrieved 2014-03-27.
- ^ "The Java Tutorials: Default Methods". Oracle. Archived from the original on 2017-05-23. Retrieved 2014-03-27.
- ^ Gafter, Neal (2006-08-18). "Closures for Java". Retrieved 2008-03-09.
- ^ Gosling, James (2008-01-31). "Closures". Archived from the original on 2011-07-22. Retrieved 2008-03-09.
- ^ Reinhold, Mark (2009-11-28). "Closures for Java". Retrieved 2009-11-24.
- ^ Darcy, Joe. "Unsigned Integer Arithmetic API now in JDK 8". blogs.oracle.com.
- ^ "Oracle JDK 8 and JRE 8 Certified System Configurations". Oracle Corporation. Retrieved 2014-04-15.
- ^ Stahl, Henrik (2014-07-11). "Updated: The future of Java on Windows XP". Oracle Corporation. Archived from the original on 2014-11-11. Retrieved 2014-11-11.
JDK 8 is not supported on Windows XP. Early versions of JDK 8 had known issues with the installer on Windows XP that prevented it from installing without manual intervention. This was resolved in JDK 8 Update 25. The important point here is that we can no longer provide complete guarantees for Java on Windows XP, since the OS is no longer being updated by Microsoft. We strongly recommend that users upgrade to a newer version of Windows that is still supported by Microsoft in order to maintain a stable and secure environment.
- ^ Wieldt, Tori (October 27, 2014). "Java SE 8 on Java.com". blog.oracle.com. Archived from the original on November 29, 2014. Retrieved November 24, 2014.
- ^ "Oracle Java SE Support Roadmap". Retrieved 2021-02-17.
- ^ "Java SE Development Kit 8, Update 5 (JDK 8u5)". oracle.com. Retrieved 2014-04-28.
- ^ "Java SE Development Kit 8, Update 11 (JDK 8u11)". oracle.com. Retrieved 2014-07-16.
- ^ "18 security bug fixes". oracle.com. Retrieved 2014-07-16.
- ^ "Java SE Development Kit 8, Update 20 (JDK 8u20)". oracle.com. Retrieved 2014-08-27.
- ^ "Java SE Development Kit 8 Update 20 Bug Fixes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 25 (JDK 8u25)". oracle.com. Retrieved 2014-10-14.
- ^ "Java SE Development Kit 8, Update 31 (JDK 8u31)". oracle.com. Retrieved 2015-01-21.
- ^ "Java SE Development Kit 8, Update 40 (JDK 8u40)". oracle.com. Retrieved 2015-03-04.
- ^ "Java SE Development Kit 8 Update 40 Bug Fixes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 45 (JDK 8u45)". oracle.com. Retrieved 2015-04-15.
- ^ "Java SE Development Kit 8, Update 51 (JDK 8u51)". oracle.com. Retrieved 2015-07-14.
- ^ "Java SE Development Kit 8, Update 60 (JDK 8u60)". oracle.com. Retrieved 2015-08-18.
- ^ "Java SE Development Kit 8 Update 60 Bug Fixes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 65 (JDK 8u65)". oracle.com. Retrieved 2015-10-20.
- ^ "Java SE Development Kit 8, Update 66 Release Notes". oracle.com. Retrieved October 22, 2015.
- ^ "Java SE Development Kit 8, Update 71 Release Notes". oracle.com. Retrieved January 20, 2015.
- ^ "Java SE Development Kit 8 Update 71 Bug Fixes". oracle.com. Retrieved January 20, 2015.
- ^ "Java SE Development Kit 8, Update 72 Release Notes". oracle.com.
- ^ "Java SE Development Kit 8, Update 73 Release Notes". oracle.com. Retrieved February 6, 2016.
- ^ "Java SE Development Kit 8, Update 74 Release Notes". oracle.com. Retrieved February 6, 2016.
- ^ "Java SE Development Kit 8, Update 77 Release Notes". oracle.com. Retrieved March 23, 2016.
- ^ "Java SE Development Kit 8, Update 91 Release Notes". oracle.com. Retrieved March 23, 2016.
- ^ "Java SE Development Kit 8, Update 92 Release Notes". Retrieved March 23, 2016.
- ^ "Java SE Development Kit 8, Update 101 Release Notes". Retrieved July 19, 2016.
- ^ "Java SE Development Kit 8, Update 102 Release Notes". Retrieved July 19, 2016.
- ^ "Java SE Development Kit 8, Update 111 Release Notes". Retrieved October 19, 2016.
- ^ "Java SE Development Kit 8, Update 112 Release Notes". Retrieved October 19, 2016.
- ^ "Java SE Development Kit 8, Update 121 Release Notes". Retrieved January 17, 2016.
- ^ "Java SE Development Kit 8, Update 131 Release Notes". www.oracle.com. Retrieved 2017-04-18.
- ^ "Java SE Development Kit 8, Update 141 Release Notes". www.oracle.com. Retrieved 2017-07-18.
- ^ "Java SE Development Kit 8, Update 144 Release Notes". www.oracle.com. Retrieved 2017-07-26.
- ^ "Java SE Development Kit 8, Update 151 Release Notes". www.oracle.com. Retrieved 2017-10-19.
- ^ "Java SE Development Kit 8, Update 152 Release Notes". www.oracle.com. Retrieved 2017-10-19.
- ^ "Java SE Development Kit 8, Update 161 Release Notes". www.oracle.com. Retrieved 2018-01-18.
- ^ "Java SE Development Kit 8, Update 162 Release Notes". www.oracle.com. Retrieved 2018-01-16.
- ^ "Java SE Development Kit 8, Update 171 Release Notes". www.oracle.com. Retrieved 2018-04-17.
- ^ "Java SE Development Kit 8, Update 172 Release Notes". www.oracle.com. Retrieved 2018-04-17.
- ^ "Java SE Development Kit 8, Update 181 Release Notes". www.oracle.com. Retrieved 2018-07-20.
- ^ "Java SE Development Kit 8, Update 191 Release Notes". www.oracle.com. Retrieved 2018-10-16.
- ^ "Java SE Development Kit 8, Update 192 Release Notes". www.oracle.com. Retrieved 2018-10-16.
- ^ "Java SE Development Kit 8, Update 201 Release Notes". www.oracle.com. Retrieved 2019-01-16.
- ^ "Java SE Development Kit 8, Update 202 Release Notes". www.oracle.com. Retrieved 2019-01-16.
- ^ "Java SE Development Kit 8, Update 211 Release Notes". www.oracle.com. Retrieved 2019-04-16.
- ^ a b "Java SE Development Kit 8, Update 212 Release Notes". www.oracle.com. Retrieved 2019-04-16.
- ^ "Java SE Development Kit 8, Update 221 Release Notes". www.oracle.com. Retrieved 2019-07-30.
- ^ "Java SE Development Kit 8, Update 231 Release Notes". www.oracle.com. Retrieved 2019-10-16.
- ^ "Java SE Development Kit 8, Update 241 Release Notes". www.oracle.com. Retrieved 2020-01-18.
- ^ "Java SE Development Kit 8, Update 251 Release Notes". www.oracle.com. Retrieved 2020-04-14.
- ^ "Java SE Development Kit 8, Update 261 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u261 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 271 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u271 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 281 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u281 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 291 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u291 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 301 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u301 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 311 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "JDK 8u311 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 321 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 321 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 331 Release Notes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 331 Bug Fixes". www.oracle.com. Retrieved 2022-04-19.
- ^ "Java SE Development Kit 8, Update 333 Release Notes". www.oracle.com. Retrieved 2022-05-02.
- ^ "Java SE Development Kit 8, Update 333 Bug Fixes". www.oracle.com. Retrieved 2022-05-02.
- ^ "Java SE Development Kit 8, Update 341 Release Notes". www.oracle.com. Retrieved 2022-07-30.
- ^ "Java SE Development Kit 8, Update 341 Bug Fixes". www.oracle.com. Retrieved 2022-07-30.
- ^ "Java SE Development Kit 8, Update 351 Release Notes". www.oracle.com. Retrieved 2022-10-18.
- ^ "Java SE Development Kit 8, Update 351 Bug Fixes". www.oracle.com. Retrieved 2022-10-18.
- ^ "Java SE Development Kit 8, Update 361 Release Notes". www.oracle.com. Retrieved 2023-03-24.
- ^ "Java SE Development Kit 8, Update 371 Release Notes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 381 Release Notes". www.oracle.com. Retrieved 2023-09-12.
- ^ "Java SE Development Kit 8, Update 391 Release Notes". www.oracle.com. Retrieved 2023-11-15.
- ^ "Java SE Development Kit 8, Update 401 Release Notes". www.oracle.com.
- ^ a b "Java SE Development Kit 8, Update 411 Release Notes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 421 Release Notes". www.oracle.com.
- ^ "Java SE Development Kit 8, Update 431 Release Notes". www.oracle.com.
- ^ "JDK 9". Retrieved 2017-06-16.
- ^ "Java modularity specification opposed by Red Hat, IBM is voted down". InfoWorld. 2017-05-09. Retrieved 2017-06-16.
- ^ Chirgwin, Richard (July 2, 2017). "Java 9 release back on track, community votes 'yes'". theregister.co.uk. Retrieved 2017-07-29.
- ^ "Java Platform, Standard Edition Oracle JDK 9 Migration Guide". docs.oracle.com. Retrieved 15 May 2018.
- ^ "OpenJDK: Project Kulla".
- ^ Lea, Doug (January 15, 2015). "[concurrency-interest] jdk9 Candidate classes Flow and Submission Publisher". Archived from the original on January 20, 2015. Retrieved December 24, 2015.
- ^ "Flow (Java SE 9 & JDK 9 )". docs.oracle.com.
- ^ Reactive Streams Releases First Stable Version for JVM
- ^ "JDK 9: First Release Candidate". 2017-08-09. Retrieved 2017-08-21.
- ^ "Java 9: Release date and new features". techworld.com. 2017-07-21. Archived from the original on 2017-12-07. Retrieved 2017-09-16.
"JDK 9". Oracle Corporation. Retrieved 2017-09-16. - ^ "Mark your calendar: Java 9 finally has a release date". 2015-05-07.
- ^ "Java 9's new garbage collector: What's changing? What's staying?". June 26, 2015.
- ^ "JavaOne: JavaFX 2, Java on iOS".
- ^ "Java 9 Release Date Now March 2017". 2016-01-05.
- ^ "JDK 9 release delayed another four months". The Register. Retrieved 2016-10-14.
- ^ "JDK 9 Release Notes". oracle.com. 2017-09-21.
- ^ "JDK 9.0.1 Release Notes". oracle.com. 2017-10-17.
- ^ "JDK 9.0.1 Bug Fixes". oracle.com. 2017-10-17.
- ^ "JDK 9.0.4 Release Notes". oracle.com. 2018-01-16.
- ^ "JDK 9.0.4 Bug Fixes". oracle.com. 2018-01-16.
- ^ OpenJDK. "JDK 10".
- ^ "JDK 10 Release Notes". oracle.com. 2018-03-20.
- ^ "JDK 10.0.1 Release Notes". oracle.com. 2018-04-17.
- ^ "JDK 10.0.1 Bug Fixes". oracle.com. 2018-04-17.
- ^ "JDK 10.0.2 Release Notes". oracle.com. 2018-07-17.
- ^ "JDK 10.0.2 Bug Fixes". oracle.com. 2018-07-17.
- ^ OpenJDK. "JDK 11".
- ^ "Oracle JDK Migration Guide". Oracle Help Center. Retrieved 27 September 2018.
- ^ "JDK 11". oracle.com. 2018-09-25.
- ^ "JDK 11.0.1 Release Notes". oracle.com. 2018-10-16.
- ^ "JDK 11.0.1 Bug Fixes". oracle.com. 2018-10-16.
- ^ "JDK 11.0.2 Release Notes". oracle.com. 2019-01-15.
- ^ "JDK 11.0.2 Bug Fixes". oracle.com. 2019-01-15.
- ^ "JDK 11.0.3 Release Notes". oracle.com. 2019-04-16.
- ^ "JDK 11.0.3 Bug Fixes". oracle.com. 2019-04-16.
- ^ "JDK 11.0.4 Release Notes". oracle.com. 2019-07-16.
- ^ "JDK 11.0.4 Bug Fixes". oracle.com. 2019-07-16.
- ^ "JDK 11.0.5 Release Notes". oracle.com. 2019-10-15.
- ^ "JDK 11.0.5 Bug Fixes". oracle.com. 2019-10-15.
- ^ "JDK 11.0.6 Release Notes". oracle.com. 2020-01-14.
- ^ "JDK 11.0.6 Bug Fixes". oracle.com. 2020-01-14.
- ^ "JDK 11.0.7 Release Notes". oracle.com. 2020-04-14.
- ^ "JDK 11.0.7 Bug Fixes". oracle.com. 2020-04-14.
- ^ "JDK 11.0.8 Release Notes". oracle.com. 2020-07-14.
- ^ "JDK 11.0.8 Bug Fixes". oracle.com. 2020-07-14.
- ^ "JDK 11.0.9 Release Notes". oracle.com. 2020-10-20.
- ^ "JDK 11.0.9 Bug Fixes". oracle.com. 2020-10-20.
- ^ "JDK 11.0.10 Release Notes". oracle.com. 2021-01-19.
- ^ "JDK 11.0.10 Bug Fixes". oracle.com. 2021-01-19.
- ^ "JDK 11.0.11 Release Notes". oracle.com. 2021-04-20.
- ^ "JDK 11.0.11 Bug Fixes". oracle.com. 2021-04-20.
- ^ "JDK 11.0.12 Release Notes". oracle.com. 2021-07-20.
- ^ "JDK 11.0.12 Bug Fixes". oracle.com. 2021-07-20.
- ^ "JDK 11.0.13 Release Notes". oracle.com. 2021-10-19.
- ^ "JDK 11.0.13 Bug Fixes". oracle.com. 2021-10-19.
- ^ "JDK 11.0.14 Release Notes". oracle.com. 2022-01-18.
- ^ "JDK 11.0.14 Bug Fixes". oracle.com. 2022-01-18.
- ^ "JDK 11.0.15 Release Notes". oracle.com. 2022-04-19.
- ^ "JDK 11.0.15 Bug Fixes". oracle.com. 2022-04-19.
- ^ "JDK 11.0.16 Release Notes". oracle.com. 2022-07-19.
- ^ "JDK 11.0.16 Bug Fixes". oracle.com. 2022-07-19.
- ^ "JDK 11.0.16.1 Release Notes". oracle.com. 2022-08-18.
- ^ "JDK 11.0.17 Release Notes". oracle.com. 2022-10-19.
- ^ "JDK 11.0.17 Bug Fixes". oracle.com. 2022-10-19.
- ^ "JDK 11.0.18 Release Notes". oracle.com. 2023-01-17.
- ^ "JDK 11.0.18 Bug Fixes". oracle.com. 2023-01-17.
- ^ "JDK 11.0.19 Release Notes". oracle.com. 2023-04-18.
- ^ "JDK 11.0.19 Bug Fixes". oracle.com. 2023-04-18.
- ^ "JDK 11.0.20 Release Notes". oracle.com. 2023-07-18.
- ^ "JDK 11.0.20 Bug Fixes". oracle.com. 2023-07-18.
- ^ "JDK 11.0.21 Release Notes". oracle.com. 2023-10-17.
- ^ "JDK 11.0.21 Bug Fixes". oracle.com. 2023-10-17.
- ^ "JDK 11.0.22 Release Notes". oracle.com. 2024-01-16.
- ^ "JDK 11.0.22 Bug Fixes". oracle.com. 2024-01-16.
- ^ OpenJDK. "12".
- ^ "JDK 12 Release Notes". oracle.com. 2019-03-19.
- ^ "JDK 12.0.1 Release Notes". oracle.com. 2019-04-16.
- ^ "JDK 12.0.1 Bug Fixes". oracle.com. 2019-04-16.
- ^ "JDK 12.0.2 Release Notes". oracle.com. 2019-07-16.
- ^ a b "Azul Support Roadmap". Azul | Better Java Performance, Superior Java Support. Retrieved 2023-06-28.
- ^ oracle.com, mark reinhold at (September 17, 2019). "Java 13 / JDK 13: General Availability".
- ^ "JDK 13 Release Notes". oracle.com. 2019-09-17.
- ^ "JDK 13.0.1 Release Notes". oracle.com. 2019-10-15.
- ^ "JDK 13.0.2 Release Notes". oracle.com. 2020-01-14.
- ^ "JDK 13.0.2 Bug Fixes". oracle.com. 2020-01-14.
- ^ oracle.com, mark reinhold at (March 17, 2020). "Java 14 / JDK 14: General Availability".
- ^ Evans, Ben (January 10, 2020). "Records Come to Java". Java Magazine. Oracle. Retrieved 10 July 2021.
- ^ "JDK 14 Release Notes". oracle.com. 2020-03-17.
- ^ "JDK 14.0.1 Release Notes". oracle.com. 2020-04-14.
- ^ "JDK 14.0.1 Bug Fixes". oracle.com. 2020-04-14.
- ^ "JDK 14.0.2 Release Notes". oracle.com. 2020-07-14.
- ^ "JDK 14.0.2 Bug Fixes". oracle.com. 2020-07-14.
- ^ Gavin Bierman; Brian Goetz (September 2018). "Pattern Matching for Java". openjdk.org. Retrieved 2024-06-18.
- ^ "JDK 15 Release Notes". oracle.com. 2020-09-15.
- ^ "JDK 15.0.1 Release Notes". oracle.com. 2020-10-20.
- ^ "JDK 15.0.1 Bug Fixes". oracle.com. 2020-10-20.
- ^ "JDK 15.0.2 Release Notes". oracle.com. 2021-01-19.
- ^ "JDK 15.0.2 Bug Fixes". oracle.com. 2021-01-19.
- ^ "[JDK-8255616] Removal of experimental features AOT and Graal JIT – Java Bug System". bugs.openjdk.java.net. Retrieved 2021-02-19.
- ^ "JDK 16 Release Notes". oracle.com. 2021-03-16.
- ^ "JDK 16.0.1 Release Notes". oracle.com. 2021-04-20.
- ^ "JDK 16.0.1 Bug Fixes". oracle.com. 2021-04-20.
- ^ "JDK 16.0.2 Release Notes". oracle.com. 2021-07-20.
- ^ "JDK 16.0.2 Bug Fixes". oracle.com. 2021-07-20.
- ^ "JDK 17". openjdk.java.net. Retrieved 2021-09-17.
- ^ "JDK 17 Release Notes". oracle.com. 2021-09-14.
- ^ "JDK 17.0.1 Release Notes". oracle.com. 2021-10-19.
- ^ "JDK 17.0.1 Bug Fixes". oracle.com. 2021-10-19.
- ^ "JDK 17.0.2 Release Notes". oracle.com. 2022-01-18.
- ^ "JDK 17.0.2 Bug Fixes". oracle.com. 2022-01-18.
- ^ "JDK 17.0.3 Release Notes". oracle.com. 2022-04-19.
- ^ "JDK 17.0.3 Bug Fixes". oracle.com. 2022-04-19.
- ^ "JDK 17.0.3.1 Release Notes". oracle.com. 2022-05-02.
- ^ "JDK 17.0.3.1 Bug Fixes". oracle.com. 2022-05-02.
- ^ "JDK 17.0.4 Release Notes". oracle.com. 2022-07-19.
- ^ "JDK 17.0.4 Bug Fixes". oracle.com. 2022-07-19.
- ^ "JDK 17.0.4.1 Release Notes". oracle.com. 2022-08-18.
- ^ "JDK 17.0.5 Release Notes". oracle.com. 2022-10-18.
- ^ "JDK 17.0.5 Bug Fixes". oracle.com. 2022-10-18.
- ^ "JDK 17.0.6 Release Notes". oracle.com. 2023-01-17.
- ^ "JDK 17.0.6 Bug Fixes". oracle.com. 2023-01-17.
- ^ "JDK 17.0.7 Release Notes". oracle.com. 2023-04-18.
- ^ "JDK 17.0.7 Bug Fixes". oracle.com. 2023-04-18.
- ^ "JDK 17.0.8 Release Notes". oracle.com. 2023-07-18.
- ^ "JDK 17.0.8 Bug Fixes". oracle.com. 2023-07-18.
- ^ "JDK 17.0.9 Release Notes". oracle.com. 2023-10-17.
- ^ "JDK 17.0.9 Bug Fixes". oracle.com. 2023-10-17.
- ^ "JDK 17.0.10 Release Notes". oracle.com. 2024-01-16.
- ^ "JDK 17.0.10 Bug Fixes". oracle.com. 2024-01-16.
- ^ "JDK 18". openjdk.org. Retrieved 28 June 2023.
- ^ "JDK 18 Release Notes". oracle.com. 2022-03-22.
- ^ "JDK 18.0.1 Release Notes". oracle.com. 2022-04-19.
- ^ "JDK 18.0.1 Bug Fixes". oracle.com. 2022-04-19.
- ^ "JDK 18.0.1.1 Release Notes". oracle.com. 2022-05-02.
- ^ "JDK 18.0.1.1 Bug Fixes". oracle.com. 2022-05-02.
- ^ "JDK 18.0.2 Release Notes". oracle.com. 2022-07-19.
- ^ "JDK 18.0.2 Bug Fixes". oracle.com. 2022-07-19.
- ^ "JDK 18.0.2.1 Release Notes". oracle.com. 2022-08-18.
- ^ "JDK 19". openjdk.org. Retrieved 2022-09-19.
- ^ "JDK 19 Release Notes". oracle.com. 2022-09-20.
- ^ "JDK 19.0.1 Release Notes". oracle.com. 2022-10-18.
- ^ "JDK 19.0.1 Bug Fixes". oracle.com. 2022-10-18.
- ^ "JDK 19.0.2 Release Notes". oracle.com. 2023-01-17.
- ^ "JDK 19.0.2 Bug Fixes". oracle.com. 2023-01-17.
- ^ "JDK 20". openjdk.org. Retrieved 2023-04-21.
- ^ "JDK 20 Release Notes". oracle.com. 2023-03-21.
- ^ "JDK 20.0.1 Release Notes". oracle.com. 2023-04-18.
- ^ "JDK 20.0.1 Bug Fixes". oracle.com. 2023-04-18.
- ^ "JDK 20.0.2 Release Notes". oracle.com. 2023-07-18.
- ^ "JDK 20.0.2 Bug Fixes". oracle.com. 2023-07-18.
- ^ "JDK 21". OpenJDK. Retrieved June 12, 2023.
- ^ "JDK 21 Release Notes". oracle.com. 2023-09-19.
- ^ "JDK 21.0.1 Release Notes". oracle.com. 2023-10-17.
- ^ "JDK 21.0.1 Bug Fixes". oracle.com. 2023-10-17.
- ^ "JDK 21.0.2 Release Notes". oracle.com. 2024-01-16.
- ^ "JDK 21.0.2 Bug Fixes". oracle.com. 2024-01-16.
- ^ "JDK 21.0.3 Release Notes". oracle.com. 2024-04-16.
- ^ "JDK 21.0.3 Bug Fixes". oracle.com. 2024-04-16.
- ^ "JDK 22". OpenJDK. Retrieved April 10, 2024.
- ^ "Oracle Releases Java 22". oracle.com. Retrieved 2024-03-20.
- ^ "Java SE 22 (JSR 397)". cr.openjdk.org. Retrieved 2024-04-16.
- ^ "Java SE 23 Platform JSR 398". openjdk.org. Retrieved 2024-01-17.
- ^ "JDK 23". openjdk.org. Retrieved 2024-08-28.
- ^ "Oracle Releases Java 23". oracle.com. Retrieved 2024-09-17.
- ^ Bierman, Gavin (2024-04-05). "Update on String Templates (JEP 459)". Amber Expert Group (Mailing list). Retrieved 2024-09-25.
- ^ "Java SE 24 Platform JSR 399". openjdk.org. Retrieved 2024-09-25.
- ^ a b "JDK 24". OpenJDK. Oracle Corporation. Retrieved November 9, 2024.
- ^ "Java SE 25 Platform JSR 400". openjdk.org. Retrieved 2024-12-15.
- ^ "Downloads – Overview". July 18, 2016.
External links
- Official Java SE Downloads
- Sun Java Supported versions and EOL
- Downloads archive for older version of Java
- JDK Releases
- The Java Version Almanac
