Thread: [Springnet-commits] Spring.Net changelog.txt,1.28,1.29
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2007-12-06 06:42:07
|
Update of /cvsroot/springnet/Spring.Net In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7931 Modified Files: changelog.txt Log Message: misc updates Index: changelog.txt =================================================================== RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** changelog.txt 16 Oct 2007 16:22:18 -0000 1.28 --- changelog.txt 6 Dec 2007 06:42:00 -0000 1.29 *************** *** 3,9 **** http://www.springframework.net Release 1.1 RC2, October 15, 2007 ! (Note: A bug in the dbproviders.xml file was discovered shortly after the initial release of 1.1 RC2. A new version was uploaded with the same name. This should not present a problem, but if you have trouble creating an OracleODP-2.0 provider, please download again) Bug --- 3,72 ---- http://www.springframework.net + Release 1.1 final, December 7, 2007 + + Bug + + [SPRNET-394] - Recursive calls to Context.GetRegistry() + [SPRNET-448] - TransactionTimeout setting not being applied correctly. + [SPRNET-453] - ConversionUtils should use ConvertFromInvariantString if failed to convert string value. + [SPRNET-606] - Problems with Attributes in proxy generation + [SPRNET-719] - PropertyPlaceholderConfigurer does not replace property values in <list element-type=${prop}> + [SPRNET-723] - Head control renders not XHTML valid script tag + [SPRNET-752] - Implement advanced DataSet related methods in AdoTemplate + [SPRNET-759] - Wrong assembly named used to configure NHibernate12's SessionFactory property ExposeTransactionAwareSessionFactory + [SPRNET-760] - StoredProcedure.DeclaredParameters.AddOut("A", OracleType.Cursor); causes double ':' in Oracle10g stored procedure call + [SPRNET-761] - Fix use of Nested Transactions in TxScopeTransactionManager. + [SPRNET-769] - Resume and throw exception if exception is thrown at start of transaction. + [SPRNET-770] - Nested RequiresNew propagaion options not working in AdoPlatformTransaction manager . + [SPRNET-778] - AdoExceptionTranslator in HibernateTransactionManager did not have a default value + [SPRNET-796] - AdoTemplate not using DbMetadata for CommandBuilderDeriveParamtersMethod + + Improvement + + [SPRNET-497] - Print 'resultName's value if Page.SetResult() is called with a non-existant result name + [SPRNET-514] - dbproviders.xml configuration should allow for an optional 'DeriveParameters' method. + [SPRNET-540] - Warning for ProxyTargetType pitfall + [SPRNET-555] - Improve ResourceSetMessageSource documentation and add example for ASP.NET 2.0 + [SPRNET-756] - Add protected method to ErrorCodeExceptionTranslator to allow for a subclass to first attempt exception translation. + [SPRNET-766] - Add support for Sybase provider + [SPRNET-768] - Add support for ODBC provider + [SPRNET-774] - Add Designmode support for DataBindingPanel + [SPRNET-784] - WebServiceProxyFactory support for SoapHeaderAttribute with Direction=SoapHeaderDirection.In + [SPRNET-793] - Add Execute methods missing in Generic.AdoTemplate but present in non-generic version. + [SPRNET-797] - Make it such that DefaultTransactionStatus property Rollback can only be set to true + + Task + + [SPRNET-203] - Add test coverage for Spring.Net Web module + [SPRNET-217] - QuickStart documents for Spring.Air + [SPRNET-401] - Show use case of strategy/command pattern usage to create/set objects parameters at runtime. + [SPRNET-421] - Document programmatic use of data validation framework + [SPRNET-457] - Investigate AdoTemplate behavior when contraint is violated. + [SPRNET-511] - Clean up IResource code/comments + [SPRNET-516] - Improve documentation on Spring.Data DataSet functionality + [SPRNET-574] - NHibernate and custom loader + [SPRNET-587] - Add example of validation usage in middle tier services + [SPRNET-590] - Include use of Spring's implementation of NHibernate's ICurrentSessionContext in demo appliation. + [SPRNET-609] - AOP documentation should describe in detail differences using ProxyTargetType value on ProxyFactoryObject + [SPRNET-610] - AOP documentation improvements + [SPRNET-682] - Change vs.net 2002 solution to be Spring.Net.1.1.2002.sln + [SPRNET-689] - Add more documentation describing ITransactionAttributeSource implementations. + [SPRNET-708] - Remove "UniqueID" based usercontrol DI sample from web reference docs + [SPRNET-726] - Improve Spring.Data.NHibernate docs w.r.t FlushMode.Never in OSIV + [SPRNET-744] - update assembly version numbers to current builds in dbproviders.xml + [SPRNET-764] - NUnit 2.4.3 GUI-runner not executing Spring.Testing.NUnit based tests linked to NUnit 2.4.1. + [SPRNET-773] - Unit tests for ServiceDomainTransactionManager + [SPRNET-775] - Document using a custom IFactoryObject to help with configuring embedded resources + [SPRNET-776] - Unit tests for AdoPlatformTransactionManager + [SPRNET-777] - Provide 10,000 ft intro page on spring.net features on web site + [SPRNET-781] - Add new providers added to dbproviders.xml to spring-dataase-1.1.xsd + [SPRNET-786] - Fix Spring.Data related projects in Spring VS2003 solution + [SPRNET-787] - add examples for DataBindingPanel to WebQuickStart + [SPRNET-788] - integrate Spring.Web.Tests with NUnitAspEx to support real HttpRuntime-integrated tests + + Release 1.1 RC2, October 15, 2007 ! (Note: A bug in the dbproviders.xml file was discovered shortly after the initial release of 1.1 RC2. A new version was uploaded with the same name. This should not present a problem, but if you have trouble creating an OracleODP-2.0 provider, please download again as it may take up to a day for the proxy servers to get updated) Bug |