Jakarta EE 12(JAVA EE12)平台包含规范版本

Jakarta EE 12(JAVA EE12)平台包含规范官方地址:

Jakarta EE Platform 12 (Under Development) | Jakarta EE | The Eclipse Foundation

详细内容:

    • Updated specifications also included in Core Profile 12
      • Jakarta Annotations 3.0 to 3.1
      • Jakarta Contexts and Dependency Injection 4.1 to 5.0
      • Jakarta JSON Binding 3.0 to 3.1
      • Jakarta JSON Processing 2.1 to 2.2
      • Jakarta RESTful Web Services 4.0 to 5.0
    • Updated specifications included in Web Profile 12
      • Jakarta Concurrency 3.1 to 3.2
      • Jakarta Data 1.0 to 1.1
      • Jakarta Enterprise Beans Lite 4.0 to 4.1
      • Jakarta Expression Language 6.0 to 6.1
      • Jakarta Faces 4.1 to 5.0
      • Jakarta Servlet 6.1 to 6.2
      • Jakarta Persistence 3.2 to 4.0
      • Jakarta Pages 4.0 to 4.1
      • Jakarta Security 4.0 to 5.0
      • Jakarta Tags 3.0 to 3.1
      • Jakarta Transaction 2.0 to 2.1
      • Jakarta Validation 3.1 to 4.0
      • Jakarta WebSocket 2.2 to 2.3
    • Updated specifications specific to the Platform specification
      • Activation 2.1 to 2.2
      • Batch 2.1 to 2.2
      • Connectors 2.1 to 2.2
      • Enterprise Beans 4.0 to 4.1
      • Mail 2.1 to 2.2
  • Possible new dependencies for Jakarta EE 12 (if approved by platform committee)
    • New specifications also included in Core Profile 12
      • Jakarta Config based off of MicroProfile Config
      • Jakarta HTTP 1.0
    • New specifications also included in Web Profile 12
      • Jakarta MVC 3.1
      • Jakarta NoSQL 1.1
      • Jakarta Query 1.0
  • Add requirements for HTTP/3 support
  • Add expanded programming model for use of virtual threads if applicable
  • TCK updated to work with Java 25 in addition to Java 21
  • Continued work to move component spec TCKs to their component repositories instead of in platform-tck repository
相关推荐
hongtianzai1 分钟前
Laravel8.x核心特性全解析
java·c语言·开发语言·golang·php
逸Y 仙X4 分钟前
文章十一:ElasticSearch Dynamic Template详解
java·大数据·数据库·elasticsearch·搜索引擎·全文检索
隔壁小邓6 分钟前
IDEA 中同时启动多个微服务
java·微服务·intellij-idea
:1217 分钟前
idea17创建tomcat项目(计网底层核心理解!)
java·ide·intellij-idea
Brookty10 分钟前
网络通信核心:四元组、socket与IO机制详解
java·网络通信·网络入门
佩奇大王21 分钟前
P159 摆动序列
java·开发语言·算法
计算机学姐22 分钟前
基于SpringBoot的网吧管理系统
java·spring boot·后端·spring·tomcat·intellij-idea·mybatis
Boop_wu24 分钟前
[Java EE 进阶] SpringBoot 配置文件全解析:properties 与 yml 的使用(1)
java·spring boot·spring·java-ee
我不是秋秋25 分钟前
软件开发项目各角色关系解析:产品/前后端/测试如何高效协作?
java·算法·面试·职场和发展·哈希算法
青衫客3627 分钟前
浅谈 Java 后端对象映射:从 JSON → VO → Entity 的原理与实践
java·json