Javaニュースまとめ:JDK 26、LibericaJDK、Payara Platform、GlassFishマイルストーン、ClawRunr
InfoQの2026年3月16日付Javaニュースラウンドアップは、JDK 26のGAリリース、LibericaJDK 26、Payara Platformの2026年3月版、GlassFish 9.0の最初のマイルストーンリリース、Micronautのポイントリリース、そしてJobRunrが作成した新しいJavaベースの個人用AIアシスタント「ClawRunr」の紹介を特集している。
キーポイント
JDK 26の一般提供(GA)開始
Java開発キットの最新メジャーバージョンであるJDK 26が正式にリリースされ、開発者コミュニティに提供された。
主要Javaディストリビューションの更新
LibericaJDK 26がリリースされ、Payara Platformの2026年3月版とGlassFish 9.0の最初のマイルストーンリリースが発表された。
JavaベースのAIアシスタント「ClawRunr」の登場
JobRunrによって作成された新しいJavaベースの個人用AIアシスタント「ClawRunr」が紹介された。
フレームワークのマイナー更新
Micronautフレームワークのポイントリリースが行われた。
影響分析・編集コメントを表示
影響分析
この記事はJavaエコシステムにおける定期的な更新ラウンドアップであり、プラットフォームの継続的な進化を示している。特に、JavaベースのAIアシスタント「ClawRunr」の登場は、Java技術がAI/機械学習分野にも応用範囲を広げていることを示唆しており、今後の動向が注目される。
編集コメント
Javaエコシステムの定期的な更新情報に加え、JavaベースのAIアシスタントという新興カテゴリの登場が記事の特徴的なポイントとなっている。
今週の Java ニュースまとめ(2026 年 3 月 16 日)では、以下のニュースが注目されています:JDK 26 の一般公開(GA)リリース、LibericaJDK 26、Payara Platform の 2026 年 3 月版、GlassFish 9.0 の最初のマイルストーンリリース、Micronaut のポイントリリース、そして JobRunr が作成した新しい Java ベースの個人用 AI アシスタント「ClawRunr」の紹介です。
JDK 26
Oracle は、最終的な機能セットとして 10 の JEP(Java Enhancement Proposal)を搭載した Java プログラミング言語および仮想マシンのバージョン 26 をリリースしました。詳細は、この InfoQ ニュース記事をご覧ください。
JDK 27
先週、JDK 27 の早期アクセスビルドのビルド 14 が利用可能になりました。これはビルド 13 の更新を含んでおり、さまざまな問題に対する修正が含まれています。本リリースの詳細はリリースノートをご覧ください。
JDK 26 および JDK 27 については、開発者は Java Bug Database を通じてバグを報告することを推奨します。
Spring Framework
Spring では先週が非常に忙しく、各チームが以下のプロジェクトの第 3 マイルストーンリリースを公開しました:Spring Boot、Spring Security、Spring Integration、Spring AI、Spring AMQP。また、Spring Data および Spring for Apache Kafka の第 2 マイルストーンリリースも公開されました。詳細は、この InfoQ ニュース記事をご覧ください。
BellSoft
BellSoft は、OpenJDK の後継ディストリビューションである Liberica JDK 26 をリリースしました。全体の修正数 2,825 件(うち OpenJDK が 2,665 件、JavaFX が 160 件)のうち、BellSoft は本リリースに 9 件の修正を貢献しました。開発者は、このウェブサイトから最新バージョンをダウンロードできます。
GlassFish
GlassFish 9.0.0 の最初のマイルストーンリリースは、Jakarta Security 5.0、Jakarta Faces 5.0、および Jakarta Contexts and Dependency Injection 5.0 の完全なマイルストーン 1 実装を提供します。また、このリリースには、Jakarta Servlet 6.2 および Jakarta Concurrency 3.2 の部分的なマイルストーン 1 実装も含まれています。GlassFish 9.0.0 は Jakarta EE 12 を対象としており、本リリースの詳細はリリースノートで確認できます。
Payara
Payara は、Community Edition 7.2026.3、Enterprise Edition 6.36.0、および Enterprise Edition 5.85.0 を含む Payara Platform の 2026 年 3 月版をリリースしました。バグ修正とコンポーネントのアップグレードに加え、これら 3 つのエディションには、PayloadFilesManager、InputJarArchive、LogFileHandle クラスなどを含む多数のメモリリークに対する解決策が搭載されています。
本リリースによりプラットフォームの近代化が継続し、レガシーなデプロイメント記述子形式および組み込み JVM プロファイラ設定のサポートが非推奨となりました。また、27 以上の非推奨コマンドパラメータが削除されました。これには restore-domain、create-cluster、delete-cluster が含まれます。
これらのリリースに関する詳細は、Community Edition 7.2026.3、Enterprise Edition 6.36.0、および Enterprise Edition 5.85.0 の各リリースノートで確認できます。
Micronaut
Micronaut Foundation は、Micronaut Core 4.10.18 を基盤とした Micronaut Framework バージョン 4.10.10 をリリースしました。このバージョンにはバグ修正が含まれ、Micronaut Test モジュールのパッチ更新が施され、2 つのサービス妨害攻撃に対する解決策も実装されています。
最初の脆弱性は、JsonBeanPropertyBinder クラスに定義された expandArrayToThreshold() に関連しており、application/x-www-form-urlencoded を使用したフォームボディバインディング時に降順の配列インデックス順序を正しく処理できていなかったものです。
2 つ目の脆弱性は、Java ConcurrentHashMap クラスのインスタンスをエビクションポリシーなしで使用している DefaultHtmlErrorResponseBodyProvider クラスに関連しています。
本リリースの詳細については、リリースノートをご覧ください。
JobRunr
JobRunr チームは、JDK 25、Spring Boot 4、Spring AI および JobRunr を基盤としたランタイムである Java ベースの個人用 AI アシスタント「ClawRunr」を発表しました。ClawRunr はユーザーのローカルハードウェア上で動作し、Web インターフェースを介した通信、タスクのスケジューリング、ウェブ閲覧、メールの読み取りなどのタスクを実行します。このプロジェクトへのインスピレーションは、Node.js で実装された個人用 AI アシスタント「OpenClaw」から得られました。InfoQ では、より詳細なニュース記事で追跡報道する予定です。
著者紹介
マイケル・レッドリッチ
マイケル・レッドリッチは、過去 25 年にわたり Java コミュニティにおいて活発な活動を行ってきました。彼は 2001 年に Garden State Java User Group(旧 ACGNJ Java Users Group)を設立し、現在も継続して運営されています。
2016 年以来、マイクは InfoQ の Java コミュニティニュース編集者を務めており、その貢献には月次ニュース記事、技術文書の作成、技術レビューが含まれています。彼は Oracle Code One、エンタープライズ向け新興技術カンファレンス、トレントン・コンピュータフェスティバル (TCF)、TCF IT プロフェッショナルカンファレンス、および多数の Java ユーザーグループなどで登壇してきました。マイクは Jakarta NoSQL および Jakarta Data の仕様におけるコミッターを務め、Jakarta EE アンバサダーのリーダーシップ評議会にも参加しています。彼は 2023 年 4 月に Java チャンピオンに選出されました。
33 年半にわたる勤務の後、マイクはニュージャージー州クリントンにあるエクソンモービル・テクノロジー&エンジニアリング社を退職しました。そこではカスタム科学実験室用および Web アプリケーションの開発に関する経験があります。また、彼は Ai-Logix, Inc.(現在の AudioCodes)でテクニカルサポートエンジニアとして勤務し、顧客向けに技術サポートを提供し、電話アプリケーションを開発した経験もあります。
もっと見る 表示しない
原文を表示
This week's Java roundup for March 16th, 2026, features news highlighting: the GA release of JDK 26; LibericaJDK 26; the March 2026 edition of the Payara Platform; the first milestone release of GlassFish 9.0; a point release of Micronaut; and introducing ClawRunr, a new Java-based personal AI assistant created by JobRunr.
JDK 26
Oracle has released version 26 of the Java programming language and virtual machine, which ships with a final feature set of 10 JEPs. Further details may be found in this InfoQ news story.
JDK 27
Build 14 of the JDK 27 early-access builds was made available this past week featuring updates from Build 13 that include fixes for various issues. Further details on this release may be found in the release notes.
For JDK 26 and JDK 27, developers are encouraged to report bugs via the Java Bug Database.
Spring Framework
It was a busy week over at Spring as the various teams have delivered the third milestone releases of: Spring Boot; Spring Security; Spring Integration; Spring AI; and Spring AMQP; along with the second milestone releases of Spring Data and Spring for Apache Kafka. More details may be found in this InfoQ news story.
BellSoft
BellSoft has released their downstream distribution of OpenJDK, Liberica JDK 26. Of the overall 2,825 fixes (2,665 in OpenJDK and 160 in JavaFX), BellSoft had contributed nine fixes to this release. Developers may download this latest version from this website.
GlassFish
The first milestone release of GlassFish 9.0.0 delivers full milestone 1 implementations of Jakarta Security 5.0, Jakarta Faces 5.0, and Jakarta Contexts and Dependency Injection 5.0. This releases also includes partial milestone 1 implementations of Jakarta Servlet 6.2 and Jakarta Concurrency 3.2. GlassFish 9.0.0 targets Jakarta EE 12. Further details on this release may be found in the release notes.
Payara
Payara has released their March 2026 edition of the Payara Platform that includes Community Edition 7.2026.3, Enterprise Edition 6.36.0 and Enterprise Edition 5.85.0. Along with bug fixes and component upgrades, all three editions ship with resolutions to numerous memory leaks that include the PayloadFilesManager, InputJarArchive and LogFileHandle classes.
Modernization of the platform continues with this release as support for legacy deployment descriptor formats and the built-in JVM profiler configuration have been deprecated. And over 27 deprecated command parameters have been removed. These include: restore-domain, create-cluster and delete-cluster.
More details on these releases may be found in the release notes for Community Edition 7.2026.3, Enterprise Edition 6.36.0 and Enterprise Edition 5.85.0.
Micronaut
The Micronaut Foundation has released version 4.10.10 of the Micronaut Framework, based on Micronaut Core 4.10.18, features bug fixes, a patch update to the Micronaut Test module and resolutions to two denial-of-service attacks.
The first vulnerability was related to the expandArrayToThreshold(), defined in the JsonBeanPropertyBinder class, not correctly handling a descending array index order during form body binding with application/x-www-form-urlencoded.
The second vulnerability was related to the DefaultHtmlErrorResponseBodyProvider class using an instance of the Java ConcurrentHashMap class with no eviction policy.
Further details on this release may be found in the release notes.
JobRunr
The team at JobRunr has introduced a Java-based personal AI assistant, ClawRunr, a runtime built on JDK 25, Spring Boot 4, Spring AI and JobRunr. ClawRunr runs on a user's local hardware and performs such tasks as: communicate through a web interface; schedule tasks, browse the web; and read email. Inspiration came from OpenClaw, a personal AI assistant implemented in Node.js. InfoQ will follow up with a more detailed news story.
About the Author
Michael Redlich
Michael Redlich has been an active member within the Java community for the past 25 years. He founded the Garden State Java User Group (formerly the ACGNJ Java Users Group) in 2001 that remains in continuous operation.
Since 2016, Mike has served as a Java community news editor for InfoQ where his contributions include monthly news items, technical writing and technical reviews. He has presented at venues such as Oracle Code One, Emerging Technologies for the Enterprise, Trenton Computer Festival (TCF), TCF IT Professional Conference, and numerous Java User Groups. Mike serves as a committer on the Jakarta NoSQL and Jakarta Data specifications and participates on the leadership council of the Jakarta EE Ambassadors. He was named a Java Champion in April 2023.
With 33-1/2 years service, Mike recently retired from ExxonMobil Technology & Engineering in Clinton, New Jersey with experience in developing custom scientific laboratory and web applications. He also has experience as a Technical Support Engineer at Ai-Logix, Inc. (now AudioCodes) where he provided technical support and developed telephony applications for customers.
Show moreShow less
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み