|
From: Juergen H. <ju...@in...> - 2005-02-28 22:23:00
|
Hi everybody, I'm pleased to announce that Spring Framework 1.1.5 has just been released. This is the last bug fix and minor enhancement release in the 1.1.x series, featuring many minor improvements such as: * added overloaded "reject" and "rejectValue" methods without default message to Errors interface and BindException * added "lookup(name, requiredType)" convenience method to JndiTemplate, matching the JNDI object against the given type * added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, for specifying the home interface to narrow to * introduced MailMessage interface as common interface for SimpleMailMessage and JavaMail MIME messages * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location too, not just a plain file path * Log4jConfigurer accepts config files that do not reside in the file system, as long as there is no refresh interval * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for executing a group of SQL statements as a batch * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 versions, use SimpleNativeJdbcExtractor) * added "maxRows" bean property to JdbcTemplate, allowing to specify the maximum number of rows to be fetched * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, passing the values to the internal JdbcTemplate * added ClobStringTypeHandler, BlobByteArrayTypeHandler and BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 * ResourceHolderSupport throws TransactionTimedOutException if no time-to-live left (before attempting an operation) * TransactionSynchronization objects can influence their execution order through implementing the Ordered interface * JtaTransactionManager is able to work with a JTA TransactionManager only (i.e. without a UserTransaction handle) * upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, getLocalName, getLocalAddr, getLocalPort) * upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, getVariableResolver, overloaded include) * added "contextOverride" option to ServletContextPropertyPlaceholderConfigurer, letting web.xml override local settings * added "searchContextAttributes" option to ServletContextPropertyPlaceholderConfigurer, resolving context attributes * added "clear" and "isEmpty" methods to ModelAndView, allowing to clear the view of a given ModelAndView object * added JasperReportsMultiFormatView, allowing to specify the output format dynamically via a discriminator in the model * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) * changed "spring:transform" tag's "value" attribute from String to Object, to allow for expressions resolved by JSP 2.0 See the changelog for details. Our next milestone is 1.2 RC1, which we intend to release as soon as possible: with Hibernate3 support, JMX support and further major new features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support will be available within a few days, so feel free to give 1.2 an early try :-) Cheers, Juergen |
|
From: Colin S. <col...@ex...> - 2005-03-01 04:47:55
|
I've posted a notice on the forum, and updated the html and pdf docs. JavaDocs are going up now, but an announcement on the web site will have to wait until tomorrow morning... Juergen Hoeller wrote: >Hi everybody, > >I'm pleased to announce that Spring Framework 1.1.5 has just been released. >This is the last bug fix and minor enhancement release in the 1.1.x series, >featuring many minor improvements such as: > >* added overloaded "reject" and "rejectValue" methods without default >message to Errors interface and BindException >* added "lookup(name, requiredType)" convenience method to JndiTemplate, >matching the JNDI object against the given type >* added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, >for specifying the home interface to narrow to >* introduced MailMessage interface as common interface for SimpleMailMessage >and JavaMail MIME messages >* Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location >too, not just a plain file path >* Log4jConfigurer accepts config files that do not reside in the file >system, as long as there is no refresh interval > >* added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for >executing a group of SQL statements as a batch >* added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 >versions, use SimpleNativeJdbcExtractor) >* added "maxRows" bean property to JdbcTemplate, allowing to specify the >maximum number of rows to be fetched >* added "fetchSize" and "maxRows" bean properties to RdbmsOperation, passing >the values to the internal JdbcTemplate >* added ClobStringTypeHandler, BlobByteArrayTypeHandler and >BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 >* ResourceHolderSupport throws TransactionTimedOutException if no >time-to-live left (before attempting an operation) >* TransactionSynchronization objects can influence their execution order >through implementing the Ordered interface >* JtaTransactionManager is able to work with a JTA TransactionManager only >(i.e. without a UserTransaction handle) > >* upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, >getLocalName, getLocalAddr, getLocalPort) >* upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, >getVariableResolver, overloaded include) >* added "contextOverride" option to >ServletContextPropertyPlaceholderConfigurer, letting web.xml override local >settings >* added "searchContextAttributes" option to >ServletContextPropertyPlaceholderConfigurer, resolving context attributes >* added "clear" and "isEmpty" methods to ModelAndView, allowing to clear the >view of a given ModelAndView object >* added JasperReportsMultiFormatView, allowing to specify the output format >dynamically via a discriminator in the model >* JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 >ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) >* changed "spring:transform" tag's "value" attribute from String to Object, >to allow for expressions resolved by JSP 2.0 > >See the changelog for details. > >Our next milestone is 1.2 RC1, which we intend to release as soon as >possible: with Hibernate3 support, JMX support and further major new >features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support >will be available within a few days, so feel free to give 1.2 an early try >:-) > >Cheers, >Juergen > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Thomas R. <tho...@tr...> - 2005-03-01 05:00:24
|
I did the api JavaDocs and the announcement already. I also did the dtd and changelog. Thomas On Feb 28, 2005, at 11:47 PM, Colin Sampaleanu wrote: > I've posted a notice on the forum, and updated the html and pdf docs. > JavaDocs are going up now, but an announcement on the web site will > have to wait until tomorrow morning... > > Juergen Hoeller wrote: > >> Hi everybody, >> >> I'm pleased to announce that Spring Framework 1.1.5 has just been >> released. >> This is the last bug fix and minor enhancement release in the 1.1.x >> series, >> featuring many minor improvements such as: >> >> * added overloaded "reject" and "rejectValue" methods without default >> message to Errors interface and BindException >> * added "lookup(name, requiredType)" convenience method to >> JndiTemplate, >> matching the JNDI object against the given type >> * added "homeInterface" property to >> AbstractRemoteSlsbInvokerInterceptor, >> for specifying the home interface to narrow to >> * introduced MailMessage interface as common interface for >> SimpleMailMessage >> and JavaMail MIME messages >> * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as >> location >> too, not just a plain file path >> * Log4jConfigurer accepts config files that do not reside in the file >> system, as long as there is no refresh interval >> >> * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for >> executing a group of SQL statements as a batch >> * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier >> C3P0 >> versions, use SimpleNativeJdbcExtractor) >> * added "maxRows" bean property to JdbcTemplate, allowing to specify >> the >> maximum number of rows to be fetched >> * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, >> passing >> the values to the internal JdbcTemplate >> * added ClobStringTypeHandler, BlobByteArrayTypeHandler and >> BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 >> * ResourceHolderSupport throws TransactionTimedOutException if no >> time-to-live left (before attempting an operation) >> * TransactionSynchronization objects can influence their execution >> order >> through implementing the Ordered interface >> * JtaTransactionManager is able to work with a JTA TransactionManager >> only >> (i.e. without a UserTransaction handle) >> >> * upgraded MockHttpServletRequest to Servlet API 2.4 (added >> getRemotePort, >> getLocalName, getLocalAddr, getLocalPort) >> * upgraded MockPageContext to JSP API 2.0 (added >> getExpressionEvaluator, >> getVariableResolver, overloaded include) >> * added "contextOverride" option to >> ServletContextPropertyPlaceholderConfigurer, letting web.xml override >> local >> settings >> * added "searchContextAttributes" option to >> ServletContextPropertyPlaceholderConfigurer, resolving context >> attributes >> * added "clear" and "isEmpty" methods to ModelAndView, allowing to >> clear the >> view of a given ModelAndView object >> * added JasperReportsMultiFormatView, allowing to specify the output >> format >> dynamically via a discriminator in the model >> * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 >> ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) >> * changed "spring:transform" tag's "value" attribute from String to >> Object, >> to allow for expressions resolved by JSP 2.0 >> >> See the changelog for details. >> >> Our next milestone is 1.2 RC1, which we intend to release as soon as >> possible: with Hibernate3 support, JMX support and further major new >> features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX >> support >> will be available within a few days, so feel free to give 1.2 an >> early try >> :-) >> >> Cheers, >> Juergen >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real >> users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Colin S. <col...@ex...> - 2005-03-01 05:02:52
|
Looks like Thomas or somebody else did the website announcement already... Colin Sampaleanu wrote: > I've posted a notice on the forum, and updated the html and pdf docs. > JavaDocs are going up now, but an announcement on the web site will > have to wait until tomorrow morning... > > Juergen Hoeller wrote: > >> Hi everybody, >> >> I'm pleased to announce that Spring Framework 1.1.5 has just been >> released. >> This is the last bug fix and minor enhancement release in the 1.1.x >> series, >> featuring many minor improvements such as: >> >> * added overloaded "reject" and "rejectValue" methods without default >> message to Errors interface and BindException >> * added "lookup(name, requiredType)" convenience method to JndiTemplate, >> matching the JNDI object against the given type >> * added "homeInterface" property to >> AbstractRemoteSlsbInvokerInterceptor, >> for specifying the home interface to narrow to >> * introduced MailMessage interface as common interface for >> SimpleMailMessage >> and JavaMail MIME messages >> * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as >> location >> too, not just a plain file path >> * Log4jConfigurer accepts config files that do not reside in the file >> system, as long as there is no refresh interval >> >> * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for >> executing a group of SQL statements as a batch >> * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier >> C3P0 >> versions, use SimpleNativeJdbcExtractor) >> * added "maxRows" bean property to JdbcTemplate, allowing to specify the >> maximum number of rows to be fetched >> * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, >> passing >> the values to the internal JdbcTemplate >> * added ClobStringTypeHandler, BlobByteArrayTypeHandler and >> BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 >> * ResourceHolderSupport throws TransactionTimedOutException if no >> time-to-live left (before attempting an operation) >> * TransactionSynchronization objects can influence their execution order >> through implementing the Ordered interface >> * JtaTransactionManager is able to work with a JTA TransactionManager >> only >> (i.e. without a UserTransaction handle) >> >> * upgraded MockHttpServletRequest to Servlet API 2.4 (added >> getRemotePort, >> getLocalName, getLocalAddr, getLocalPort) >> * upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, >> getVariableResolver, overloaded include) >> * added "contextOverride" option to >> ServletContextPropertyPlaceholderConfigurer, letting web.xml override >> local >> settings >> * added "searchContextAttributes" option to >> ServletContextPropertyPlaceholderConfigurer, resolving context >> attributes >> * added "clear" and "isEmpty" methods to ModelAndView, allowing to >> clear the >> view of a given ModelAndView object >> * added JasperReportsMultiFormatView, allowing to specify the output >> format >> dynamically via a discriminator in the model >> * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 >> ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) >> * changed "spring:transform" tag's "value" attribute from String to >> Object, >> to allow for expressions resolved by JSP 2.0 >> >> See the changelog for details. >> >> Our next milestone is 1.2 RC1, which we intend to release as soon as >> possible: with Hibernate3 support, JMX support and further major new >> features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX >> support >> will be available within a few days, so feel free to give 1.2 an >> early try >> :-) >> >> Cheers, >> Juergen >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Mark M. <mar...@co...> - 2005-03-02 02:36:23
|
Anyone else getting this error when trying to download the release?=20 "The mirror you've selected, unc.dl.sourceforge.net does not currently = have the file you requested. (This is an error on our part which will be = fixed). You are requesting file: /springframework/spring-framework-1.1.5-with-dependencies.zip" I tried several U.S. mirrors with same result. Mark -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of Juergen Hoeller Sent: Monday, February 28, 2005 4:23 PM To: spr...@li...; spr...@li... Subject: [Springframework-developer] Spring Framework 1.1.5 released Hi everybody, I'm pleased to announce that Spring Framework 1.1.5 has just been = released. This is the last bug fix and minor enhancement release in the 1.1.x = series, featuring many minor improvements such as: * added overloaded "reject" and "rejectValue" methods without default message to Errors interface and BindException * added "lookup(name, requiredType)" convenience method to JndiTemplate, matching the JNDI object against the given type * added "homeInterface" property to = AbstractRemoteSlsbInvokerInterceptor, for specifying the home interface to narrow to * introduced MailMessage interface as common interface for = SimpleMailMessage and JavaMail MIME messages * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as = location too, not just a plain file path * Log4jConfigurer accepts config files that do not reside in the file system, as long as there is no refresh interval * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for executing a group of SQL statements as a batch * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier = C3P0 versions, use SimpleNativeJdbcExtractor) * added "maxRows" bean property to JdbcTemplate, allowing to specify the maximum number of rows to be fetched * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, = passing the values to the internal JdbcTemplate * added ClobStringTypeHandler, BlobByteArrayTypeHandler and BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 * ResourceHolderSupport throws TransactionTimedOutException if no time-to-live left (before attempting an operation) * TransactionSynchronization objects can influence their execution order through implementing the Ordered interface * JtaTransactionManager is able to work with a JTA TransactionManager = only (i.e. without a UserTransaction handle) * upgraded MockHttpServletRequest to Servlet API 2.4 (added = getRemotePort, getLocalName, getLocalAddr, getLocalPort) * upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, getVariableResolver, overloaded include) * added "contextOverride" option to ServletContextPropertyPlaceholderConfigurer, letting web.xml override = local settings * added "searchContextAttributes" option to ServletContextPropertyPlaceholderConfigurer, resolving context = attributes * added "clear" and "isEmpty" methods to ModelAndView, allowing to clear = the view of a given ModelAndView object * added JasperReportsMultiFormatView, allowing to specify the output = format dynamically via a discriminator in the model * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) * changed "spring:transform" tag's "value" attribute from String to = Object, to allow for expressions resolved by JSP 2.0 See the changelog for details. Our next milestone is 1.2 RC1, which we intend to release as soon as possible: with Hibernate3 support, JMX support and further major new features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX = support will be available within a few days, so feel free to give 1.2 an early = try :-) Cheers, Juergen ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Darren D. <da...@da...> - 2005-03-02 08:38:33
|
On Wed, March 2, 2005 2:35, Mark McNally said: > Anyone else getting this error when trying to download the release? > > "The mirror you've selected, unc.dl.sourceforge.net does not currently = have > the file you requested. (This is an error on our part which will be fix= ed). > > You are requesting file: > /springframework/spring-framework-1.1.5-with-dependencies.zip" > > I tried several U.S. mirrors with same result. It's available on the UK mirror (Kent) which is the one I normally use - = tried it about a minute ago. Regards, --=20 Darren Davison Public Key: #DD356B0D |
|
From: Chris E. <chr...@co...> - 2005-03-29 15:11:52
|
I downloaded spring-1.1.5 and tried to build using maven dist:build. The build fails because of missing dependencies: activemq-1.1 concurrent-1.3.4 I commented those out of project.xml. Next, the build created jars with manifests that have "Implementation-Version: 1.1.3", and the jars are named spring...-1.1.3.jar. Wuh? Shouldn't that be 1.1.5? Juergen Hoeller wrote: > Hi everybody, > > I'm pleased to announce that Spring Framework 1.1.5 has just been released. > This is the last bug fix and minor enhancement release in the 1.1.x series, > featuring many minor improvements such as: > > * added overloaded "reject" and "rejectValue" methods without default > message to Errors interface and BindException > * added "lookup(name, requiredType)" convenience method to JndiTemplate, > matching the JNDI object against the given type > * added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, > for specifying the home interface to narrow to > * introduced MailMessage interface as common interface for SimpleMailMessage > and JavaMail MIME messages > * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location > too, not just a plain file path > * Log4jConfigurer accepts config files that do not reside in the file > system, as long as there is no refresh interval > > * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for > executing a group of SQL statements as a batch > * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 > versions, use SimpleNativeJdbcExtractor) > * added "maxRows" bean property to JdbcTemplate, allowing to specify the > maximum number of rows to be fetched > * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, passing > the values to the internal JdbcTemplate > * added ClobStringTypeHandler, BlobByteArrayTypeHandler and > BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 > * ResourceHolderSupport throws TransactionTimedOutException if no > time-to-live left (before attempting an operation) > * TransactionSynchronization objects can influence their execution order > through implementing the Ordered interface > * JtaTransactionManager is able to work with a JTA TransactionManager only > (i.e. without a UserTransaction handle) > > * upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, > getLocalName, getLocalAddr, getLocalPort) > * upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, > getVariableResolver, overloaded include) > * added "contextOverride" option to > ServletContextPropertyPlaceholderConfigurer, letting web.xml override local > settings > * added "searchContextAttributes" option to > ServletContextPropertyPlaceholderConfigurer, resolving context attributes > * added "clear" and "isEmpty" methods to ModelAndView, allowing to clear the > view of a given ModelAndView object > * added JasperReportsMultiFormatView, allowing to specify the output format > dynamically via a discriminator in the model > * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 > ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) > * changed "spring:transform" tag's "value" attribute from String to Object, > to allow for expressions resolved by JSP 2.0 > > See the changelog for details. > > Our next milestone is 1.2 RC1, which we intend to release as soon as > possible: with Hibernate3 support, JMX support and further major new > features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support > will be available within a few days, so feel free to give 1.2 an early try > :-) > > Cheers, > Juergen > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click |
|
From: <tho...@tr...> - 2005-03-29 15:58:02
|
None of the core developers actually use maven to build Spring. The maven build artifacts are occasionally brought up-to-date but often they lag behind the current and build. The maven.xml and project.xml do givee the impression that we use maven and this is confusing. I would suggest that we either remove the maven build or commit to maintaining it along with the ant build. Personally I seee little reason to maintain two sets of build scripts. My vote is for leaving them out of the distribution. Thomas Quoting Chris Eldredge <chr...@co...>: > I downloaded spring-1.1.5 and tried to build using maven dist:build. > The build fails because of missing dependencies: > > activemq-1.1 > concurrent-1.3.4 > > I commented those out of project.xml. Next, the build created jars with > manifests that have "Implementation-Version: 1.1.3", and the jars are > named spring...-1.1.3.jar. > > Wuh? Shouldn't that be 1.1.5? > > Juergen Hoeller wrote: > > Hi everybody, > > > > I'm pleased to announce that Spring Framework 1.1.5 has just been released. > > This is the last bug fix and minor enhancement release in the 1.1.x series, > > featuring many minor improvements such as: > > > > * added overloaded "reject" and "rejectValue" methods without default > > message to Errors interface and BindException > > * added "lookup(name, requiredType)" convenience method to JndiTemplate, > > matching the JNDI object against the given type > > * added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, > > for specifying the home interface to narrow to > > * introduced MailMessage interface as common interface for > SimpleMailMessage > > and JavaMail MIME messages > > * Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location > > too, not just a plain file path > > * Log4jConfigurer accepts config files that do not reside in the file > > system, as long as there is no refresh interval > > > > * added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for > > executing a group of SQL statements as a batch > > * added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 > > versions, use SimpleNativeJdbcExtractor) > > * added "maxRows" bean property to JdbcTemplate, allowing to specify the > > maximum number of rows to be fetched > > * added "fetchSize" and "maxRows" bean properties to RdbmsOperation, > passing > > the values to the internal JdbcTemplate > > * added ClobStringTypeHandler, BlobByteArrayTypeHandler and > > BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 > > * ResourceHolderSupport throws TransactionTimedOutException if no > > time-to-live left (before attempting an operation) > > * TransactionSynchronization objects can influence their execution order > > through implementing the Ordered interface > > * JtaTransactionManager is able to work with a JTA TransactionManager only > > (i.e. without a UserTransaction handle) > > > > * upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, > > getLocalName, getLocalAddr, getLocalPort) > > * upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, > > getVariableResolver, overloaded include) > > * added "contextOverride" option to > > ServletContextPropertyPlaceholderConfigurer, letting web.xml override local > > settings > > * added "searchContextAttributes" option to > > ServletContextPropertyPlaceholderConfigurer, resolving context attributes > > * added "clear" and "isEmpty" methods to ModelAndView, allowing to clear > the > > view of a given ModelAndView object > > * added JasperReportsMultiFormatView, allowing to specify the output format > > dynamically via a discriminator in the model > > * JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 > > ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) > > * changed "spring:transform" tag's "value" attribute from String to Object, > > to allow for expressions resolved by JSP 2.0 > > > > See the changelog for details. > > > > Our next milestone is 1.2 RC1, which we intend to release as soon as > > possible: with Hibernate3 support, JMX support and further major new > > features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support > > will be available within a few days, so feel free to give 1.2 an early try > > :-) > > > > Cheers, > > Juergen > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Dmitriy K. <dko...@ru...> - 2005-03-29 16:07:58
|
+1 for removing maven build from distribution Dmitriy. tho...@tr... wrote: >None of the core developers actually use maven to build Spring. The maven build >artifacts are occasionally brought up-to-date but often they lag behind the >current and build. > >The maven.xml and project.xml do givee the impression that we use maven and this >is confusing. I would suggest that we either remove the maven build or commit >to maintaining it along with the ant build. Personally I seee little reason >to maintain two sets of build scripts. My vote is for leaving them out of the >distribution. > >Thomas > > >Quoting Chris Eldredge <chr...@co...>: > > > >>I downloaded spring-1.1.5 and tried to build using maven dist:build. >>The build fails because of missing dependencies: >> >>activemq-1.1 >>concurrent-1.3.4 >> >>I commented those out of project.xml. Next, the build created jars with >>manifests that have "Implementation-Version: 1.1.3", and the jars are >>named spring...-1.1.3.jar. >> >>Wuh? Shouldn't that be 1.1.5? >> >>Juergen Hoeller wrote: >> >> >>>Hi everybody, >>> >>>I'm pleased to announce that Spring Framework 1.1.5 has just been released. >>>This is the last bug fix and minor enhancement release in the 1.1.x series, >>>featuring many minor improvements such as: >>> >>>* added overloaded "reject" and "rejectValue" methods without default >>>message to Errors interface and BindException >>>* added "lookup(name, requiredType)" convenience method to JndiTemplate, >>>matching the JNDI object against the given type >>>* added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, >>>for specifying the home interface to narrow to >>>* introduced MailMessage interface as common interface for >>> >>> >>SimpleMailMessage >> >> >>>and JavaMail MIME messages >>>* Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location >>>too, not just a plain file path >>>* Log4jConfigurer accepts config files that do not reside in the file >>>system, as long as there is no refresh interval >>> >>>* added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for >>>executing a group of SQL statements as a batch >>>* added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 >>>versions, use SimpleNativeJdbcExtractor) >>>* added "maxRows" bean property to JdbcTemplate, allowing to specify the >>>maximum number of rows to be fetched >>>* added "fetchSize" and "maxRows" bean properties to RdbmsOperation, >>> >>> >>passing >> >> >>>the values to the internal JdbcTemplate >>>* added ClobStringTypeHandler, BlobByteArrayTypeHandler and >>>BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 >>>* ResourceHolderSupport throws TransactionTimedOutException if no >>>time-to-live left (before attempting an operation) >>>* TransactionSynchronization objects can influence their execution order >>>through implementing the Ordered interface >>>* JtaTransactionManager is able to work with a JTA TransactionManager only >>>(i.e. without a UserTransaction handle) >>> >>>* upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, >>>getLocalName, getLocalAddr, getLocalPort) >>>* upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, >>>getVariableResolver, overloaded include) >>>* added "contextOverride" option to >>>ServletContextPropertyPlaceholderConfigurer, letting web.xml override local >>>settings >>>* added "searchContextAttributes" option to >>>ServletContextPropertyPlaceholderConfigurer, resolving context attributes >>>* added "clear" and "isEmpty" methods to ModelAndView, allowing to clear >>> >>> >>the >> >> >>>view of a given ModelAndView object >>>* added JasperReportsMultiFormatView, allowing to specify the output format >>>dynamically via a discriminator in the model >>>* JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 >>>ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) >>>* changed "spring:transform" tag's "value" attribute from String to Object, >>>to allow for expressions resolved by JSP 2.0 >>> >>>See the changelog for details. >>> >>>Our next milestone is 1.2 RC1, which we intend to release as soon as >>>possible: with Hibernate3 support, JMX support and further major new >>>features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support >>>will be available within a few days, so feel free to give 1.2 an early try >>>:-) >>> >>>Cheers, >>>Juergen >>> >>> >>> >>>------------------------------------------------------- >>>SF email is sponsored by - The IT Product Guide >>>Read honest & candid reviews on hundreds of IT Products from real users. >>>Discover which products truly live up to the hype. Start reading now. >>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> >>> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> > > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Chris E. <chr...@co...> - 2005-03-29 17:49:22
|
I probably should have tried the ant build before complaining. Well, I also agree if the maven build doesn't do anything ant doesn't do already, might as well not include maven configurations in the distro. What makes it confusing is some projects include a build.xml that only seems to work right when invoked by maven. Perhaps that's why I didn't realize I should just use ant. Thanks, Chris. Dmitriy Kopylenko wrote: > +1 for removing maven build from distribution > > Dmitriy. > > tho...@tr... wrote: > >>None of the core developers actually use maven to build Spring. The maven build >>artifacts are occasionally brought up-to-date but often they lag behind the >>current and build. >> >>The maven.xml and project.xml do givee the impression that we use maven and this >>is confusing. I would suggest that we either remove the maven build or commit >>to maintaining it along with the ant build. Personally I seee little reason >>to maintain two sets of build scripts. My vote is for leaving them out of the >>distribution. >> >>Thomas >> >> >>Quoting Chris Eldredge <chr...@co...>: >> >> >> >>>I downloaded spring-1.1.5 and tried to build using maven dist:build. >>>The build fails because of missing dependencies: >>> >>>activemq-1.1 >>>concurrent-1.3.4 >>> >>>I commented those out of project.xml. Next, the build created jars with >>>manifests that have "Implementation-Version: 1.1.3", and the jars are >>>named spring...-1.1.3.jar. >>> >>>Wuh? Shouldn't that be 1.1.5? >>> >>>Juergen Hoeller wrote: >>> >>> >>>>Hi everybody, >>>> >>>>I'm pleased to announce that Spring Framework 1.1.5 has just been released. >>>>This is the last bug fix and minor enhancement release in the 1.1.x series, >>>>featuring many minor improvements such as: >>>> >>>>* added overloaded "reject" and "rejectValue" methods without default >>>>message to Errors interface and BindException >>>>* added "lookup(name, requiredType)" convenience method to JndiTemplate, >>>>matching the JNDI object against the given type >>>>* added "homeInterface" property to AbstractRemoteSlsbInvokerInterceptor, >>>>for specifying the home interface to narrow to >>>>* introduced MailMessage interface as common interface for >>>> >>>> >>>SimpleMailMessage >>> >>> >>>>and JavaMail MIME messages >>>>* Log4jConfigurer accepts a "classpath:" URL or a "file:" URL as location >>>>too, not just a plain file path >>>>* Log4jConfigurer accepts config files that do not reside in the file >>>>system, as long as there is no refresh interval >>>> >>>>* added "int[] batchUpdate(String[] sql)" method to JdbcTemplate, for >>>>executing a group of SQL statements as a batch >>>>* added C3P0NativeJdbcExtractor for C3P0 0.8.5 or later (for earlier C3P0 >>>>versions, use SimpleNativeJdbcExtractor) >>>>* added "maxRows" bean property to JdbcTemplate, allowing to specify the >>>>maximum number of rows to be fetched >>>>* added "fetchSize" and "maxRows" bean properties to RdbmsOperation, >>>> >>>> >>>passing >>> >>> >>>>the values to the internal JdbcTemplate >>>>* added ClobStringTypeHandler, BlobByteArrayTypeHandler and >>>>BlobSerializableTypeHandler for iBATIS SQL Maps 2.0.9 >>>>* ResourceHolderSupport throws TransactionTimedOutException if no >>>>time-to-live left (before attempting an operation) >>>>* TransactionSynchronization objects can influence their execution order >>>>through implementing the Ordered interface >>>>* JtaTransactionManager is able to work with a JTA TransactionManager only >>>>(i.e. without a UserTransaction handle) >>>> >>>>* upgraded MockHttpServletRequest to Servlet API 2.4 (added getRemotePort, >>>>getLocalName, getLocalAddr, getLocalPort) >>>>* upgraded MockPageContext to JSP API 2.0 (added getExpressionEvaluator, >>>>getVariableResolver, overloaded include) >>>>* added "contextOverride" option to >>>>ServletContextPropertyPlaceholderConfigurer, letting web.xml override local >>>>settings >>>>* added "searchContextAttributes" option to >>>>ServletContextPropertyPlaceholderConfigurer, resolving context attributes >>>>* added "clear" and "isEmpty" methods to ModelAndView, allowing to clear >>>> >>>> >>>the >>> >>> >>>>view of a given ModelAndView object >>>>* added JasperReportsMultiFormatView, allowing to specify the output format >>>>dynamically via a discriminator in the model >>>>* JSP EL expressions in Spring's JSP tags will be parsed with JSP 2.0 >>>>ExpressionEvaluator on JSP 2.0 (Jakarta JSTL else) >>>>* changed "spring:transform" tag's "value" attribute from String to Object, >>>>to allow for expressions resolved by JSP 2.0 >>>> >>>>See the changelog for details. >>>> >>>>Our next milestone is 1.2 RC1, which we intend to release as soon as >>>>possible: with Hibernate3 support, JMX support and further major new >>>>features. Nightly 1.2-dev snapshots with Hibernate3 support and JMX support >>>>will be available within a few days, so feel free to give 1.2 an early try >>>>:-) >>>> >>>>Cheers, >>>>Juergen >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>SF email is sponsored by - The IT Product Guide >>>>Read honest & candid reviews on hundreds of IT Products from real users. >>>>Discover which products truly live up to the hype. Start reading now. >>>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>>> >>>> >>> >>>------------------------------------------------------- >>>SF email is sponsored by - The IT Product Guide >>>Read honest & candid reviews on hundreds of IT Products from real users. >>>Discover which products truly live up to the hype. Start reading now. >>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >> >> >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> > |