70 Commits (86fd0afbf25e225b64d12b1e98cd9a6e22dc6463)

Author SHA1 Message Date
Juergen Hoeller f926f6cb3e Polishing 10 years ago
Markus Malkusch 953608ec49 Improve ETag & Last-Modifed support in WebRequest 10 years ago
Juergen Hoeller bc6a98c144 Polishing (in particular updating javadoc references to Apache Commons) 10 years ago
Juergen Hoeller 13659d645b Consistent support for @Order annotation as alternative to Ordered interface 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Juergen Hoeller 6b3023c2aa HandlerExecutionChain prevents re-adding the interceptors array to the list (and declares varargs now) 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller 69998e3d50 Remove outdated references to ContextLoaderServlet 10 years ago
Juergen Hoeller b73c531527 PropertySource implementations perform conversion to String arrays via StringUtils (getting rid of EMPTY_NAMES_ARRAY) 10 years ago
Juergen Hoeller ad475ffadf Consistent vararg declarations for String array setters 10 years ago
Juergen Hoeller 2d892da641 FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well 10 years ago
Juergen Hoeller 8fb0f5c7d1 FrameworkPortlet properly initializes StandardPortletEnvironment's property sources 10 years ago
Juergen Hoeller ea88bc2c81 Servlet/PortletResponse supported as a resolvable dependency now (in particular for web controllers) 11 years ago
Philippe Marschall 5ae1c8a242 Clean up spring-webmvc-portlet tests warnings 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller 09e2e5897d Removed outdated hibernate3 references across the codebase 11 years ago
Juergen Hoeller 42db41e007 Polishing 11 years ago
Juergen Hoeller a5f9b29292 Polishing 11 years ago
Juergen Hoeller 9c157ea073 DispatcherPortlet never uses a resource forward on Liferay 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Phillip Webb b0ff834ee3 Multicaster support for events with null source 11 years ago
Juergen Hoeller 1420b970a7 Introduced DefaultParameterNameDiscoverer which checks JDK 8's standard reflection first and then falls back to ASM-based debug symbol analysis 11 years ago
Juergen Hoeller cd3d0c35c3 Replaced Map synchronization with ConcurrentHashMap to avoid session access deadlocks 12 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller 2a44228b98 Consistent use of <pre class="code"> 12 years ago
Juergen Hoeller 9c09a0a037 Consistent Map/Set ordering 12 years ago
Juergen Hoeller f19f55a59b Removed Spring MVC command/form controller class hierarchy 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Chris Beams 51b307681a Fix warnings due to unused import statements 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 12 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 12 years ago
Chris Beams b2a048b6f3 Update Apache license headers for affected sources 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Chris Beams 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Chris Beams 1070e4d5c1 Initialize FrameworkServlet property sources eagerly 12 years ago