|
From: Thomas R. <tho...@tr...> - 2004-04-13 12:45:47
|
I have added support for translating the SQL state code returned by PostgreSQL 7.4. I added a property 'useSqlStateForTranslation' to SqlErrorCodes and the test for this is SqlErrorCodeSQLExceptionTranslator. This is kind of a hack, but it will work until Postgres supplies error codes some day in the future (maybe). Thomas jürgen höller [werk3AT] wrote: >Rod, > >A code freeze should be feasible from my point of view. As I'm heading to Prague for a 4-day break tomorrow, I certainly won't do any further code changes - just the actual release on Sunday :-) > > >Besides various stability and performance improvements, there are a couple of noteworthy enhancements respectively new features for 1.0.1: > >- BeanWrapperImpl allows for registration of custom editors for array/List/Map properties and specific elements of array/List/Map properties > >- AbstractXmlApplicationContext (and thus its subclasses like XmlWebApplicationContext) supports file patterns as config location, for example "/WEB-INF/*-context.xml" > >- validation framework delegates to a MessageCodesResolver strategy for building error codes for ObjectErrors and FieldErrors, with a more sophisticated default implementation > >- transaction-scoped Hibernate Sessions are provided even for plain JTA respectively EJB CMT transactions, without JtaTransactionManager being involved (mainly intended for implementing EJBs) > >- sophisticated Struts integration, with support classes for accessing a Spring context, a ContextLoaderPlugIn, and a way to wire Struts Actions as Spring-managed beans > > >I'm not sure if we'll already be able to concentrate on 1.1 next. Neither JMS support nor JMX support nor declarative validation has reached milestone shape yet. > >I guess it's pretty safe to assume that 1.1 RC1 is still several months away. I'm almost certain that we'll find enough minor issues to warrant a 1.0.2 release in the meantime. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of rod...@in... >Sent: Tuesday, April 13, 2004 10:26 AM >To: spr...@li... >Subject: Re: [Springframework-developer] Preparing for 1.0.1 > > > > >>As we're about to release Spring 1.0.1 by the beginning of >> >> >next week, we need to re-test the current CVS contents >thoroughly. >Yes. I'd like to see a code freeze on the /src tree before >the release--say tomorrow?--except for any bug fixes. >Juergen, is this feasible? > >Stability is paramount with 1.0.1. We have some worthwhile >new features, like sophisticated Struts integration, that we >should definitely include, but we need to try to bed down 1.0 >with this release so we can focus on 1.1. > >Regards, >Rod > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > |