Spring Data Commons 1.11.0 发布
Spring Data Commons 1.11.0 发布,此版本更新内容如下:    * DATACMNS-760 - Remove cyclic dependency in querydsl packages.    * DATACMNS-759 - Release 1.11 GA (Gosling).    * DATACMNS-755 - Paths without parent are causing IllegalArgumentException in QSort

发布于 2015-09-04 00:32:04 | 67 次阅读

Spring Data Elasticsearch 1.3.0 发布
Spring Data Elasticsearch 1.3.0 发布,此版本更新内容如下:    * DATAES-193 - Release 1.3 GA (Gosling).    * DATAES-137 - Should work out of the box with Spring Data REST.下载:https://github.com/spring-projects/spring-data-elasticsearch/archive/1.3.0.RELEASE.zip。Spring

发布于 2015-09-04 00:31:39 | 279 次阅读

Spring HATEOAS 0.19.0 发布
Spring HATEOAS 是一个用于支持实现超文本驱动的 REST Web 服务的开发库。是 HATEOAS 的实现。Spring HATEOAS 0.19.0 发布,此版本更新内容如下:- #379 - Release 0.19.0.- #378 - Add title attributes for HAL links derived from resource bundle.- #376 - Compile against latest JAX-RS API.- #375 - TrueOnlyBoolean

发布于 2015-09-04 00:31:32 | 233 次阅读

Spring Data MongoDB 1.8.0 发布
Spring Data MongoDB 1.8.0 发布,此版本更新内容如下:    * DATAMONGO-1282 - Release 1.8 GA (Gosling).    * DATAMONGO-1280 - Add what\'s new section to refrence documentation.    * DATAMONGO-1275 - Reference documentation should mention support for optimisti

发布于 2015-09-04 00:31:09 | 97 次阅读

Spring Data Couchbase 1.4.0 发布
Spring Data Couchbase 1.4.0 发布,此版本更新内容如下:    * DATACOUCH-160 - Release 1.4 GA (Gosling).    * DATACOUCH-159 - Response time degradation on document conversion with a lot of longs inside.下载:https://github.com/spring-projects/spring-data-couchbase/archive/

发布于 2015-09-04 00:27:36 | 85 次阅读

Spring Data Cassandra 1.3.0 发布
Spring Data Cassandra 可以大大降低使用 Cassandra 开发的学习曲线。Spring Data Cassandra 既可以和标注的 POJOS 保持在高层次,也可以在低层次维持高性能数据采集能力,它可以符合各种程序的要求。特性:基于 Spring Data 界面创建仓库支持同步和异步数据操作支持异步回调支持基于 XML 的密钥空间创建和 CQL 列表创建Spr

发布于 2015-09-04 00:26:45 | 77 次阅读

Spring Data Gemfire 1.7.0 发布
Spring Data Gemfire 1.7.0 发布,此版本更新内容如下:    * SGF-426 - Release 1.7 GA (Gosling).    * SGF-425 - Allow early initialization and re-initialization of LazyWiringDeclarableSupport instances.    * SGF-423 - Handle improper ClassCastException throw

发布于 2015-09-04 00:26:13 | 109 次阅读

Arquillian Core 1.1.9.Final 发布
Arquillian Core 1.1.9.Final 发布,主要更新内容如下:@ArquillianResource URL for in-container tests@ArquillianResource ServletContext for in-container testsSupport ENV variables to configure ArquillianUse secure communication when invoking in-container tests详细内容请查看:发行说明。 Arquillian 可让

发布于 2015-09-04 00:24:42 | 36 次阅读

JGroups 3.6.5 发布,Java 组播通讯框架
JGroups 3.6.5 发布,该版本主要特性是支持 non-blocking TCP,基于 NIO.2,主要更新内容如下:TCP_NIO2: new non-blocking transport based on NIO.2Fork channels now support state transferGossipRouter has been reimplemented using NIORetransmissions use the INTERNAL flagLock.tryLock() can wait foreverTCPPING

发布于 2015-09-04 00:23:06 | 137 次阅读

Spring Data Redis 1.6.0 发布,ZRANGEBYLEX 支持
Spring Data Redis 1.6.0 发布,此版本更新内容如下:The Lettuce Redis driver switched from wg/lettuce to mp911de/lettuce.Support for ZRANGEBYLEX.Enhanced range operations for ZSET`s including `+inf / -inf.Performance improvements in RedisCache now releasing connections earlier.Generic Jackson2 RedisSe

发布于 2015-09-04 00:22:42 | 339 次阅读

Spring Data JPA 1.9.0 发布
Spring Data JPA 1.9.0 发布,此版本更新内容如下:    * DATAJPA-787 - Release 1.9 GA (Gosling).    * DATAJPA-785 - Make sure the build works with Hibernate 5 GA.    * DATAJPA-779 - Update reference documentation to mention newly introduced JpaContext. 

发布于 2015-09-04 00:22:08 | 146 次阅读

Spring Data Solr 1.5.0 发布,更新参考手册
Spring Data Solr 1.5.0 发布,此版本更新内容如下:    * DATASOLR-257 - Release 1.5 GA (Gosling).    * DATASOLR-256 - Update reference documentation.下载:https://github.com/spring-projects/spring-data-solr/archive/1.5.0.RELEASE.zip。Spring Data Solr project 集成了 Apache

发布于 2015-09-04 00:21:18 | 440 次阅读

Spring Data KeyValue 1.0.0 发布
Spring Data KeyValue 1.0.0 发布,Spring Data KeyValue 模块提供基础设施组件来构建处理 Key/Value 对存储和一个默认的基于 java.util.Map 实现。

发布于 2015-09-04 00:18:30 | 155 次阅读

Spring Data REST 2.4.0 发布,改进 JSON Schema
Spring Data REST 的目标是提供坚实的基础,从而使用 HTTP REST 语义来开放 CRUD 操作到你的 JPA 库管理的实体。这个端口的首次实现使用 Spring MVC 以及标准的 Servlet 架构,从而简单的包括你的域类和他们的对应库定义,轻松将一个 WAR 文集那部署成一个全面的 CRUD 应用程序。以后的实现将允许你通过使用高通量非阻塞的

发布于 2015-09-04 00:18:28 | 193 次阅读

Spring Data Neo4J 3.4.0 发布
Spring Data Neo4J 3.4.0 发布,此版本更新内容如下:    * DATAGRAPH-748 - Release 3.4 GA (Gosling).    * DATAGRAPH-746 - Update to Neo4j 2.2.5.    * DATAGRAPH-736 - Upgrade to Neo4j 2.2.4.    * DATAGRAPH-729 - Make SDN 3.4 support Neo4j 2.2.x

发布于 2015-09-04 00:18:16 | 92 次阅读

TorqueBox 4 Beta2 发布,Ruby 应用平台
TorqueBox 4 Beta2 发布,该版本修复了几个重大的 bug,主要更新内容如下:The TorqueBox::Logger class now provides methods to instantiate new loggers and configure the underlying logging system.Starting TorqueBox via rackup and specifying a port will no longer throw an error about converting a RubyStri

发布于 2015-09-04 00:17:33 | 125 次阅读

Hibernate Search 5.4.0 正式发布
Hibernate Search 5.4.0 正式发布,更新内容如下: ** Bug修复    * [HSEARCH-1960] - TypeMetadata and QueryValidator fail to recognize an Id being encoded as Numeric    * [HSEARCH-1968] - NPE on Faceting queries which represent and empty result    * [HSEARC

发布于 2015-09-03 23:56:44 | 146 次阅读

Hibernate 5.0.1 发布,添加读写缓存并发策略
Hibernate 5.0.1 正式发布,更新内容如下: ** Bug 修复    * [HHH-9962] - Second level query cache returns stale data if query and update statements are executed concurrently    * [HHH-9975] - CacheImpl.containsQuery(String) does not check if query cache is enabled 

发布于 2015-09-03 23:49:20 | 218 次阅读

Apache Calcite 1.4.0 发布,动态数据管理框架
Apache Calcite 是一个动态数据管理框架,用于 Hadoop 平台。Apache Calcite 1.4.0 发布,Apache Calcite 现在是 Apache 的孵化项目。此版本包括一些新特性和大量 bug 修复。解决了 50+ JIRAs,总共有十多位贡献者。此版本主要改进 lattices 和 materialized views,添加了 builder API。Maven: 发布于 2015-09-03 08:53:31 | 140 次阅读

React DevTools 正式发布,完全支持 React Native
React Developer Tools 0.14 正式发布,此版本是稳定版本,版本号为 0.14,但是经过重写,我们认为更像是 2.0 版本。此版本主要新特性:构建完整的 React,容易开发和扩展Firefox 支持工作台提供 $r 选项组件实例组件树展示更多细节右击任意节点,选择 \"Show Source\" 可以跳转到源面板的 render 方法完全支持 React Native

发布于 2015-09-03 08:50:16 | 290 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务