Apache Tapestry 5.3 正式发布
程序员文章站
2022-03-09 17:13:38
...
经过一年的努力, Apache Tapetry 5.3 正式发布。这个版本带来了 270 处BUG修复,改进和其他变更。
Maven 用户只使用下面的 Maven Dependency来使用最新版本。
Maven Dependency
<dependency> <groupId> org.apache.tapestry</groupId> <artifactId> tapestry-core</artifactId> <version> 5.3</version> </dependency>
下载 :源文件和 Java Docs
发布通告: release notes
这个版本中一些亮点:
- Improved performance: very large sites will see a 30 - 40% improvement in throughput
- Decreased memory footprint: about a 30% decrease in memory utilization over 5.2
- New components and services to support user alerts and notifications
- Improved a simplified support for partial page rendering inside Ajax requests
- Automatic JavaScript and CSS minimization (via YUICompressor )
- Component reference details integrated into JavaDoc
- Improved Maven quickstart archetype
- Skinning and themeing support
- Improved client-side presentation of server-side exceptions during Ajax requests
- New components, including Ajax-enabled Tree, and Kaptcha
- HTML5 Doctype support
- Support for JSR-330 injection annotations
推荐阅读
-
Apache Spark 3.0 预览版正式发布,多项重大功能发布
-
Apache Spark 1.5.0正式发布
-
Apache Spark 1.5.0正式发布
-
Apache APISIX 2.8 正式发布,带来更多新功能!
-
Apache APISIX 2.8 正式发布,带来更多新功能!
-
今天才看到laravel5.3正式发布了,最近想用laravel开发,不知5.1,5.2,5.3那一个会更好些
-
Apache Spark 3.0 预览版正式发布,多项重大功能发布
-
Apache Ant 1.8.0正式版发布
-
Apache Wicket 1.5 正式发布
-
Apache Camel 2.0.0 正式发布了