时隔3年半Spring.NET 2.0终于正式Release了

一直很喜欢Spring.NET,不过2011年8月2日1.3.2正式release之后,再没有正式版本的release了。

直到4天前,Spring.NET 2.0 GA终于Release。

http://www.springframework.net/站点上还没有更新。

Github上显示Source code已经Release,但是还没有Build好的dll下载。

以下为Github上发布的Release notes:

New Feature Highlights

  • Spring CodeConfig integrated to core
  • .NET 3.5 and later supported
  • Generic types taken into use
  • ASP.NET MVC 5 / WebAPI 2.2 support
  • NHibernate 4 Support

API and Behavioural Changes

  • Protected fields were changed to private. Access is now allowed via public/protected property member.
  • Most of members marked as Obsolete before 2.0 release were removed.
  • DbProvider automatically sets BindByName to true for Oracle‘s ODP.NET OracleCommand instances when created

Project Structure and Packaging changes

  • Spring.Data.NHibernate.3x projects were merged to single Spring.Data.NHibernate3 project

    • You need to uninstall old NuGet packages and install the new Spring.DataNHibernate3 package
  • Spring.Scheduling.Quartz has been replaced with Spring.Scheduling.Quartz2

Detailed Issues

Bug

[SPRNET-21] - Event Wiring Prototype Source to Singleton Sink Does Nothing
[SPRNET-1386] - WebServiceExporter results in case-sensitive .asmx URLs
[SPRNET-1409] - Bug in MethodParametersCriteria.IsSatisfied() Method
[SPRNET-1427] - Prevent ObjectFactory from doing work when in the process of being disposed to prevent object resolution when container is in an inconsistent state
[SPRNET-1433] - AopUtils.IsAopProxy and IsAopProxyType fails to consider InheritanceAopProxy instances and types
[SPRNET-1458] - Nuget package Spring.Testing.NUnit can not find nunit.framework
[SPRNET-1461] - Transaction Timeout value not adhered while using TransactionAttribute
[SPRNET-1464] - WCF Service Exporter does not support contract interfaces that inherit from other interfaces
[SPRNET-1468] - Variables not working in BaseBindingContainer
[SPRNET-1470] - Setting property of type IList using without the @element-type specified fails.
[SPRNET-1473] - A call to SpringMvcDependencyResolver GetServices fails with a cast exception (DictionaryEntry -> Implementation)
[SPRNET-1474] - SimpleDelegatingSessionFactory.cs Connection Leak
[SPRNET-1481] - SpringControllerFactory does not properly delegate to underlying base class if Controller not registered with the ApplicationContext (MVC2)
[SPRNET-1482] - SpringControllerFactory returns null instance by default
[SPRNET-1485] - CachedSession CreateProducer destination null
[SPRNET-1490] - NumberUtils.IsZero: invalid cast for Byte and SByte
[SPRNET-1499] - WebService Exported produces "Duplicate type name within an assembly" exception
[SPRNET-1505] - Support using Proxyied Objects as Factory Objects
[SPRNET-1462] - Spring DB Provider initialization issue with Oracle 11 g 64 bit - Errors attached.
[SPRNET-1518] - IDestructionAwareObjectPostProcessor defined PostProcessors do not receive PostProcessBeforeDestruction method calls
[SPRNET-1519] - [Controller] attribute stereotype does not exists
[SPRNET-1520] - Autowired into Spring.Collections.Generic.ISet does not work, Exceptions shows that abstract class Set can‘t be intantiated
[SPRNET-1524] - IndexOutOfRangeException when matching ambiguous method using params parameters
[SPRNET-1527] - GetObject(string nameValue) does not resolve objects correctly
[SPRNET-1529] - ExpressionEvaluation cannot process Byte values
[SPRNET-1516] - Spring.Reflection.Dynamic.SafeMethod ctor not thread safe
[SPRNET-1535] - XmlMessageConverter always appends UTF8 preamble (BOM)
[SPRNET-1543] - DefaultListableObjectFactory.GetObjectDefinitionNames is getting them from all ancestors, but VariablePlaceholderConfigurer is trying to get the ObjectDefinition just from the current context and not the parent, potential NPE exception.
[SPRNET-1544] - CodeConfig ComponentScan does not setup ObjectScope.Session and ObjectScope.Request not automatically with LazyInit
[SPRNET-1545] - Web scoped objects with IDisposable failing when object created twice
[SPRNET-1547] - ScannedGenericObjectDefinition doesn‘t apply default autowire mode
[SPRNET-1549] - 2.0.0 M2 Release with MVC4 fails on second request for controller object with duplicate key error
[SPRNET-1558] - Spring.Aop.Framework.HashtableCachingAdvisorChainFactory not thread safe
[SPRNET-1563] - Make code as ClsCompliant as possible
[SPRNET-1566] - Spring.Data.Support.FallbackExceptionTranslator.Translate() should return an exception, not throw one
[SPRNET-1567] - HibernateTransactionManager assign incorrect connection timeout
[SPRNET-1318] - Dramatically inefficent ObjectFactory disposing
[SPRNET-1513] - HibernateTransactionManager DoBegin fails with Oracle 8i
[SPRNET-1435] - Unhandled exception from TypeConversionUtils.cs at line 147.
[SPRNET-1494] - Class Spring.Aop.Framework.DynamicProxy.CachedAopProxyFactory logs message on INFO level
[SPRNET-1445] - Can not autowire IDictionary
[SPRNET-1498] - Prevent SimpleDelegatingSessionFactory second level cache key conflict

Improvement

[SPRNET-1247] - Update to use Common.Logging 2.0
[SPRNET-1385] - update README for first time checkout and build
[SPRNET-1471] - Set IDictionary property using non-generic element.
[SPRNET-1489] - Support invalidating cache at the entire method level
[SPRNET-751] - Add generic method "T GetObject(string name)" to interface IObjectFactory
[SPRNET-881] - Add autowire-candidate and primary as metadata options for defining object definitions.
[SPRNET-1522] - Eliminate cache key conflicts when using SimpleDelegatingSessionFactory and second-level caching with multiple databases
[SPRNET-1534] - Object Definitions with identical values for id="..." and name="..." are excluded from GetObjectsByType(...) and GetObjects() calls
[SPRNET-1509] - Upgrade to NUnit 2.6
[SPRNET-1525] - OracleODP-11-2.0
[SPRNET-1540] - Update NHibernate to 3.3.3
[SPRNET-1542] - Automatically register context namespace parser
[SPRNET-1559] - Update to use Apache NMS 1.6
[SPRNET-1571] - DbProvider should set BindByName for OracleCommand to true
[SPRNET-1415] - Generic IAdoOperations missing CreateDbParameters()

New Feature

[SPRNET-1478] - Use lazy properties of NHibernate in Spring.NET
[SPRNET-1497] - Add Support for ASP.NET MVC4 and HTTP WebAPI
[SPRNET-1501] - Add Support for SQLite 1.0.80
[SPRNET-1504] - Support NHibernate 3.3.0 GA
[SPRNET-1514] - Add IFactoryObject implementation to support arbitrary delegate invocation for object creation
[SPRNET-1521] - Add AutowireAttributePostProcessor
[SPRNET-1387] - ASP.NET PageHandlerFactory cannot inject dependencies in the presence of the WebForms 4.0 routing infrastructure
[SPRNET-1507] - Add support for dynamic type ExpandoObject in spring.net expressions
[SPRNET-1536] - Merge SPRNET-CODECONFIG project into SPRNET
[SPRNET-1539] - Quartz.NET 2.3 support
[SPRNET-1561] - ASP.NET MVC 5 support
[SPRNET-1572] - Support Oracle ODP.NET Managed provider v. 121.1

Task

[SPRNET-1383] - test ConfigSectionVariableSourceTests.TestVariableResolutionFromApplicationSettingsSchema fails under .NET 3.5
[SPRNET-1459] - Remove VS2003, VS2005 projects and solutions
[SPRNET-1460] - Drop Framework 1.x Support
[SPRNET-1503] - Update Messaging.Nms to Apache.NMS.ActiveMQ 1.5.4
[SPRNET-1508] - Publish pre-release versions to NuGet
[SPRNET-1512] - Spring.Context.Support.AbstractApplicationContext.GetObjectNamesForType(..) fails to account for parent ApplicationContext/ObjectFactory object definitions
[SPRNET-1560] - Remove VS2008 project and solution files
[SPRNET-1564] - Remove code marked as obsolete

时间: 2024-10-22 04:12:17

时隔3年半Spring.NET 2.0终于正式Release了的相关文章

阿里P9告诉你 Spring Boot 2.0正式发布,升还是不升呢?

Spring帝国Spring几乎是每一位Java开发人员都耳熟能详的开发框架,不论您是一名初出茅庐的程序员还是经验丰富的老司机,都会对其有一定的了解或使用经验.在现代企业级应用架构中,Spring技术栈几乎成为了Java语言的代名词,那么Spring为什么能够在众多开源框架中脱颖而出,成为业内一致认可的技术解决方案呢?我们不妨从最初的Spring Framework开始,看看它为什么能够横扫千军,一统江湖! 挑战权威,一战成名 2004年3月,Spring的第一个版本以及其创始人Rod John

Spring boot 2.0 新特性之动态 Banner

Spring Boot 2.0 提供了很多新特性,其中就有一个小彩蛋:动态 Banner,今天我们就先拿这个来尝尝鲜. 配置依赖 使用 Spring Boot 2.0 首先需要将项目依赖包替换为刚刚发布的 2.0 RELEASE,现在网站https://start.spring.io/也将 Spring Boot 2.0 设置为默认版本. <parent> <groupId>org.springframework.boot</groupId> <artifactI

spring boot 2.0.3+spring cloud (Finchley)熔断器Hystrix

在分布式系统中服务与服务之间的依赖错综复杂,一种不可避免的情况就是某些服务会出现故障,导致依赖于他们的其他服务出现远程调度的线程阻塞.某个服务的单个点的请求故障会导致用户的请求处于阻塞状态,最终的结果是整个服务的线程资源消耗殆尽.由于服务的依赖性,会导致依赖于该故障服务的其他服务也处于线程阻塞状态,最终导致这些服务的线程资源消耗殆尽,知道不可用,从而导致整个服务系统不可用,即雪崩效应.为了防止雪崩效应,产生了熔断器模型. Hystrix是Netflix公司开源的一个项目,提供了熔断器功能,能阻止

POJO应用框架:Spring与EJB3.0的比较

英文原文地址:http://www.onjava.com/pub/a/onjava/2005/06/29/spring-ejb3.html中文地址:http://www.matrix.org.cn/resource/article/43/43718_Spring_EJB.html关键词: Spring EJB 艾伯特.爱因斯坦曾经说过:"一切都应该尽可能地简单,但是不能更简单."确实如此,简化一门理论的基本假设,使我们可以专注于真正关键的地方,这正是一直以来对科学真理的追求.企业软件开

springsecurity启动出现org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You must use a 3.0 schema with Spring Security 3.0.

在换了spring-security的jar包以后启动出现org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You must use a 3.0 schema with Spring Security 3.0.Please update your schema declarations to the 3.0.3 schema (spring-securi

【OAuth2.0】Spring Security OAuth2.0篇之初识

不吐不快 因为项目需求开始接触OAuth2.0授权协议.断断续续接触了有两周左右的时间.不得不吐槽的,依然是自己的学习习惯问题,总是着急想了解一切,习惯性地钻牛角尖去理解小的细节,而不是从宏观上去掌握,或者说先用起来(少年,一辈子辣么长,你这么着急合适吗?).好在前人们已经做好了很好的demo,我自己照着抄一抄也就理解了大概如何用,依旧手残党,依旧敲不出好代码.忏悔- WHAT? 项目之中实际使用OAuth2.0实现是用的Spring Security OAuth2.0,一套基于Spring S

spring security oauth2.0 实现

oauth应该属于security的一部分.关于oauth的的相关知识可以查看阮一峰的文章:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html 一.目标 现在很多系统都支持第三方账号密码等登陆我们自己的系统,例如:我们经常会看到,一些系统使用微信账号,微博账号.QQ账号等登陆自己的系统,我们现在就是要模拟这种登陆的方式,很多大的公司已经实现了这种授权登陆的方式,并提供了相应的API,供我们开发人员调用.他们实际上用的也规范是oauth2.0

[转]spring 官方下载地址(Spring Framework 3.2.x&amp;Spring Framework 4.0.x)

SPRING官方网站改版后,建议都是通过 Maven和Gradle下载,对不使用Maven和Gradle开发项目的,下载就非常麻烦,下给出Spring Framework jar官方直接下载路径: http://repo.spring.io/libs-release-local/org/springframework/spring/ spring 4.1.x(Spring Framework 4.1)下载 http://repo.spring.io/libs-release-local/org/

Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(三)

前两章我为大家详细介绍了如何搭建Maven环境.Spring MVC的流程结构.Spring MVC与Struts2的区别以及示例中的一些配置文件的分析.在这一章,我就对示例的层次结构进行说明,以及MyBatis的一些简单介绍. 本文不会对MyBatis作详细说明,大象还是假定阅读本文的朋友对MyBatis(ibatis)有最基本的了解,只有这样才能较好的理解本文的内容.关于MyBatis请查看它的官方文档及其它参考资料,本文不作详细讨论. 一.工程结构图      上面这是典型的Maven项目