今日已更新 203 条资讯 | 累计 33243 条内容
关于我们

标签:#JEP

找到 2 篇相关文章

开发者

JEP 540 Proposed to Target JDK 28 with a Simple JSON API

JEP 540, Simple JSON API, has progressed to Target status for JDK 28. It introduces a compact API for parsing and generating JSON documents without external dependencies. Focused on core tasks, it provides an immutable value hierarchy. The API allows simple traversal and conversion while enforcing strict syntax rules. Feedback during incubation will shape its future development. By A N M Bazlur Rahman

2026-08-17 原文 →
AI 资讯

Project Valhalla's First Preview: JEP 401 Redefines == for Java Objects

JEP 401, integrated into JDK 28, introduces value objects. These new class instances feature final fields, altered behavior for equality checks, and stricter construction and synchronization rules. It aims to enhance efficiency and reduce memory allocation costs. However, the preview is disabled by default and requires specific configuration at compile and run time. By A N M Bazlur Rahman

2026-08-10 原文 →