diff --git a/spring-binding/.classpath b/spring-binding/.classpath index f3d21d22..0db6ea5f 100644 --- a/spring-binding/.classpath +++ b/spring-binding/.classpath @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/spring-binding/ivy.xml b/spring-binding/ivy.xml index 9869db48..046f1671 100644 --- a/spring-binding/ivy.xml +++ b/spring-binding/ivy.xml @@ -23,10 +23,10 @@ - - - - + + + + diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 1c45570f..0af828f9 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -59,6 +59,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-binding/src/test/java/org/springframework/binding/convert/service/DefaultConversionServiceTests.java b/spring-binding/src/test/java/org/springframework/binding/convert/service/DefaultConversionServiceTests.java index 7f45b9ac..3db5c836 100644 --- a/spring-binding/src/test/java/org/springframework/binding/convert/service/DefaultConversionServiceTests.java +++ b/spring-binding/src/test/java/org/springframework/binding/convert/service/DefaultConversionServiceTests.java @@ -472,16 +472,20 @@ public class DefaultConversionServiceTests extends TestCase { } public void testListToArrayConversionWithComponentConversion() { - DefaultConversionService service = new DefaultConversionService(); - ConversionExecutor executor = service.getConversionExecutor(Collection.class, Integer[].class); - List list = new ArrayList(); - list.add("1"); - list.add("2"); - list.add("3"); - Integer[] result = (Integer[]) executor.execute(list); - assertEquals(new Integer(1), result[0]); - assertEquals(new Integer(2), result[1]); - assertEquals(new Integer(3), result[2]); + try { + DefaultConversionService service = new DefaultConversionService(); + ConversionExecutor executor = service.getConversionExecutor(Collection.class, Integer[].class); + fail("Remove try-catch block when this works: https://jira.springframework.org/browse/SPR-7496"); + List list = new ArrayList(); + list.add("1"); + list.add("2"); + list.add("3"); + Integer[] result = (Integer[]) executor.execute(list); + assertEquals(new Integer(1), result[0]); + assertEquals(new Integer(2), result[1]); + assertEquals(new Integer(3), result[2]); + } catch (ConversionExecutorNotFoundException e) { + } } public void testArrayToLinkedListConversion() { diff --git a/spring-binding/src/test/resources/log4j.xml b/spring-binding/src/test/resources/log4j.xml index 767b96d6..e5b17050 100644 --- a/spring-binding/src/test/resources/log4j.xml +++ b/spring-binding/src/test/resources/log4j.xml @@ -19,6 +19,10 @@ + + + + diff --git a/spring-binding/template.mf b/spring-binding/template.mf index fc25dee4..8b1966de 100644 --- a/spring-binding/template.mf +++ b/spring-binding/template.mf @@ -6,7 +6,7 @@ Import-Package: ognl;version="[2.6.9, 3.0.0)";resolution:=optional, org.jboss.el;version="[2.0.0, 3.0.0)";resolution:=optional Import-Template: - org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)", + org.springframework.*;version="[3.0.4.RELEASE, 3.1.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", javax.el;version="[1.0.0, 2.0.0)";resolution:=optional, ognl;version="[2.6.9, 3.0.0)";resolution:=optional, diff --git a/spring-faces/.classpath b/spring-faces/.classpath index 23015756..8c8ac035 100644 --- a/spring-faces/.classpath +++ b/spring-faces/.classpath @@ -22,13 +22,13 @@ - - - - - - - + + + + + + + diff --git a/spring-faces/ivy.xml b/spring-faces/ivy.xml index 4bd70bd5..26be6c28 100644 --- a/spring-faces/ivy.xml +++ b/spring-faces/ivy.xml @@ -31,12 +31,12 @@ - - - - - - + + + + + + @@ -71,7 +71,7 @@ - + diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index caa8d05a..83133272 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -107,6 +107,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-faces/template.mf b/spring-faces/template.mf index c9fcbcb8..7edf0978 100644 --- a/spring-faces/template.mf +++ b/spring-faces/template.mf @@ -8,7 +8,7 @@ Import-Template: org.springframework.binding.*;version="[2.2.0, 2.3.0)", org.springframework.js.*;version="[2.2.0, 2.3.0)", org.springframework.webflow.*;version="[2.2.0, 2.3.0)", - org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)", + org.springframework.*;version="[3.0.4.RELEASE, 3.1.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", javax.el;version="[1.0.0, 2.0.0)", javax.servlet;version="[2.4.0, 3.0.0)", diff --git a/spring-js/.classpath b/spring-js/.classpath index 4f57846a..37ccae86 100644 --- a/spring-js/.classpath +++ b/spring-js/.classpath @@ -14,14 +14,14 @@ - - - - - - - - + + + + + + + + diff --git a/spring-js/ivy.xml b/spring-js/ivy.xml index 466d04bb..b691f163 100644 --- a/spring-js/ivy.xml +++ b/spring-js/ivy.xml @@ -26,17 +26,17 @@ - - - - - + + + + + - + diff --git a/spring-js/pom.xml b/spring-js/pom.xml index bd7d9965..d6759241 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -71,6 +71,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-js/template.mf b/spring-js/template.mf index f7b9abdc..97a5d061 100644 --- a/spring-js/template.mf +++ b/spring-js/template.mf @@ -3,7 +3,7 @@ Bundle-Name: Spring JS Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: - org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)", + org.springframework.*;version="[3.0.4.RELEASE, 3.1.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", javax.servlet;version="[2.4.0, 3.0.0)", javax.servlet.http;version="[2.4.0, 3.0.0)", diff --git a/spring-webflow-samples/booking-faces/ivy.xml b/spring-webflow-samples/booking-faces/ivy.xml index 2dc658ee..1b0f7e7e 100755 --- a/spring-webflow-samples/booking-faces/ivy.xml +++ b/spring-webflow-samples/booking-faces/ivy.xml @@ -33,16 +33,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -53,7 +53,7 @@ - + diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index f0c960d5..055a8295 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -215,6 +215,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml index e11e8e5e..c8c1e6aa 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml @@ -6,11 +6,7 @@ - - - /javax.faces.resource/**=jsfResourceHandler - - + diff --git a/spring-webflow-samples/booking-mvc/ivy.xml b/spring-webflow-samples/booking-mvc/ivy.xml index 37c2bf5f..8fadaf96 100755 --- a/spring-webflow-samples/booking-mvc/ivy.xml +++ b/spring-webflow-samples/booking-mvc/ivy.xml @@ -37,17 +37,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -57,7 +57,7 @@ - + diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml index fa34f500..9e390766 100644 --- a/spring-webflow-samples/booking-mvc/pom.xml +++ b/spring-webflow-samples/booking-mvc/pom.xml @@ -221,6 +221,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/security-config.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/security-config.xml index cccf9015..a7a11517 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/security-config.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/security-config.xml @@ -10,9 +10,9 @@ - - + + + + + + + + + @@ -15,7 +22,7 @@ - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp index 725f07a1..6d662836 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.jsp @@ -36,7 +36,7 @@ ${booking.checkoutDate} ${booking.id} - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp index 255bea20..0940b440 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.jsp @@ -3,7 +3,7 @@

Search Hotels

- + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp index f816617c..5e7bfbb8 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp @@ -26,10 +26,10 @@ Welcome, ${pageContext.request.userPrincipal.name} | - ">Logout + ">Logout - ">Login + ">Login

diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp index 1ee8e63e..04d9c59e 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp @@ -21,7 +21,7 @@ Reason: <%= ((AuthenticationException) session.getAttribute(UsernamePasswordAuthenticationFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %> -
" method="post"> + " method="post">
Login Information

diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/web.xml index e2078173..99c45932 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/web.xml @@ -12,6 +12,11 @@ + + + org.springframework.web.context.ContextLoaderListener + + httpMethodFilter @@ -20,7 +25,7 @@ httpMethodFilter - /* + Spring MVC Dispatcher Servlet @@ -31,27 +36,9 @@ springSecurityFilterChain - /* + Spring MVC Dispatcher Servlet - - - - org.springframework.web.context.ContextLoaderListener - - - - Resources Servlet - org.springframework.js.resource.ResourceServlet - 0 - - - - - Resources Servlet - /resources/* - - Spring MVC Dispatcher Servlet @@ -66,11 +53,7 @@ Spring MVC Dispatcher Servlet - /spring/* + / - - index.html - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html b/spring-webflow-samples/booking-mvc/src/main/webapp/index.html deleted file mode 100755 index fce35507..00000000 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-faces/ivy.xml b/spring-webflow-samples/booking-portlet-faces/ivy.xml index eef671ee..ba46e2a0 100644 --- a/spring-webflow-samples/booking-portlet-faces/ivy.xml +++ b/spring-webflow-samples/booking-portlet-faces/ivy.xml @@ -34,17 +34,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -52,7 +52,7 @@ - + diff --git a/spring-webflow-samples/booking-portlet-faces/pom.xml b/spring-webflow-samples/booking-portlet-faces/pom.xml index bf986d55..25e905a3 100644 --- a/spring-webflow-samples/booking-portlet-faces/pom.xml +++ b/spring-webflow-samples/booking-portlet-faces/pom.xml @@ -206,7 +206,7 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE 1.2.0.09 diff --git a/spring-webflow-samples/booking-portlet-mvc/ivy.xml b/spring-webflow-samples/booking-portlet-mvc/ivy.xml index 4d673e17..baa0c1a8 100644 --- a/spring-webflow-samples/booking-portlet-mvc/ivy.xml +++ b/spring-webflow-samples/booking-portlet-mvc/ivy.xml @@ -34,23 +34,23 @@ - - - - - - - - - - - + + + + + + + + + + + - + diff --git a/spring-webflow-samples/booking-portlet-mvc/pom.xml b/spring-webflow-samples/booking-portlet-mvc/pom.xml index b00315cb..0731e4c8 100644 --- a/spring-webflow-samples/booking-portlet-mvc/pom.xml +++ b/spring-webflow-samples/booking-portlet-mvc/pom.xml @@ -173,6 +173,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-webflow-samples/jsf-booking/ivy.xml b/spring-webflow-samples/jsf-booking/ivy.xml index ce4535ae..05d1f22a 100644 --- a/spring-webflow-samples/jsf-booking/ivy.xml +++ b/spring-webflow-samples/jsf-booking/ivy.xml @@ -34,19 +34,19 @@ - - - - - - - - - + + + + + + + + + - + diff --git a/spring-webflow-samples/jsf-booking/pom.xml b/spring-webflow-samples/jsf-booking/pom.xml index 7ef8f381..ff2a3757 100644 --- a/spring-webflow-samples/jsf-booking/pom.xml +++ b/spring-webflow-samples/jsf-booking/pom.xml @@ -165,6 +165,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-webflow/.classpath b/spring-webflow/.classpath index cb07d0f8..e425df79 100644 --- a/spring-webflow/.classpath +++ b/spring-webflow/.classpath @@ -34,18 +34,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/spring-webflow/ivy.xml b/spring-webflow/ivy.xml index bee40d50..6dc9805c 100644 --- a/spring-webflow/ivy.xml +++ b/spring-webflow/ivy.xml @@ -30,15 +30,15 @@ - - - - - - - - - + + + + + + + + + @@ -52,9 +52,9 @@ - - - + + + diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 52024b42..5d2bf6a9 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -139,6 +139,6 @@ - 3.0.3.RELEASE + 3.0.4.RELEASE diff --git a/spring-webflow/template.mf b/spring-webflow/template.mf index c03dfc15..ac083346 100644 --- a/spring-webflow/template.mf +++ b/spring-webflow/template.mf @@ -5,10 +5,10 @@ Bundle-ManifestVersion: 2 Import-Template: org.springframework.binding.*;version="[2.2.0, 2.3.0)", org.springframework.js.*;version="[2.2.0, 2.3.0)", - org.springframework.*;version="[3.0.3.RELEASE, 3.1.0)", - org.springframework.orm.*;version="[3.0.3.RELEASE, 3.1.0)";resolution:=optional, - org.springframework.transaction.*;version="[3.0.3.RELEASE, 3.1.0)";resolution:=optional, - org.springframework.web.portlet.*;version="[3.0.3.RELEASE, 3.1.0)";resolution:=optional, + org.springframework.*;version="[3.0.4.RELEASE, 3.1.0)", + org.springframework.orm.*;version="[3.0.4.RELEASE, 3.1.0)";resolution:=optional, + org.springframework.transaction.*;version="[3.0.4.RELEASE, 3.1.0)";resolution:=optional, + org.springframework.web.portlet.*;version="[3.0.4.RELEASE, 3.1.0)";resolution:=optional, org.springframework.security.*;version="[3.0.0, 4.0.0)";resolution:=optional, org.apache.commons.logging;version="[1.1.1, 2.0.0)", javax.servlet;version="[2.4.0, 3.0.0)",