Phillip Webb
bc80d25b49
Restore compile dependencies in generated POMs
...
Ensure that merge projects do not downgrade the compile time
dependencies of the projects that they are merged into.
This commit restores the scope of the following dependencies which
were inadvertently changed between Spring 3.2.0 and 3.2.1:
spring-orm
-> spring-tx
-> spring-jdbc
spring-webmvc
-> spring-context
-> spring-web
spring-test
-> spring-webmvc
Issue: SPR-10218
13 years ago
Phillip Webb
1065d82f08
Remove eclipse project specific Javadoc settings
...
Remove Javadoc settings from generated eclipse meta-data. Unfortunately
eclipse provides too many false warnings due to the fact that @Link and
@See tags in Spring often refer modules to which they cannot directly
depend.
13 years ago
Spring Buildmaster
08ba5a0d4a
Increment version to 3.2.2.BUILD-SNAPSHOT
13 years ago
Spring Buildmaster
234cb84e83
Release version 3.2.1.RELEASE
13 years ago
Phillip Webb
a99a4ed9b5
Tweak gradle generated eclipse meta-data
...
- Change output folders to /bin/main and /bin/test. This prevents
'gradle clean' from breaking eclipse.
- Update copyright header for new files to '2002-2013'
13 years ago
Juergen Hoeller
8625504711
Completed changelog entries for 3.2.1
13 years ago
Chris Beams
0a6727cb16
Merge branch 'SPR-9970' into 3.2.x
...
* SPR-9970:
Avoid UnsupportedOperationEx. with active SecurityManager
13 years ago
Chris Beams
39c00c489e
Avoid UnsupportedOperationEx. with active SecurityManager
...
Issue: SPR-9970
13 years ago
Juergen Hoeller
078a1c5db8
Made EncodedResource based variant public; consistently detect XML properties across all variants
...
Issue: SPR-9078
13 years ago
Juergen Hoeller
d46a82bbb0
Added note on thread safety to TypeConverter and SimpleTypeConverter javadoc
...
Issue: SPR-8659
13 years ago
Phillip Webb
7f928e83ff
Change merge.into project dependencies to provided
...
Change 'compile' dependencies to 'provided' for projects that are
merged into other projects. This seems to prevent '-sources' and
'-javadoc' jars from appearing on the classpath which can break
javadoc generation.
13 years ago
Juergen Hoeller
919aeb5df9
Final preparations for 3.2.1
13 years ago
Juergen Hoeller
575926932d
Polishing
13 years ago
Juergen Hoeller
e5d9378482
Removed pre-JDK-1.5 checks
13 years ago
Juergen Hoeller
049169d19f
ResourcePropertyResource accepts EncodedResource for properties files with a specific encoding
...
Also added constructor with Charset argument to EncodedResource.
Issue: SPR-10096
13 years ago
Juergen Hoeller
ede9d535ea
Updated resolvePath javadoc to reflect Environment-based placeholder resolution
...
Issue: SPR-9455
13 years ago
Juergen Hoeller
4c823a3f9b
DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup)
...
Issue: SPR-9713
13 years ago
Juergen Hoeller
0dcc0f2227
Added further MySQL error code for DataIntegrityViolationException
...
Issue: SPR-9237
13 years ago
Juergen Hoeller
a425d717b7
ThreadPoolExecutorFactoryBean exposes "createExecutor" method for custom ThreadPoolExecutor subclasses
...
Issue: SPR-9435
13 years ago
Juergen Hoeller
4dde7c4c16
MBeanInfoAssembler impls expose actual method parameter names if possible
...
Issue: SPR-9985
13 years ago
Rossen Stoyanchev
2ee70d683d
Suppress serialization warning
13 years ago
Phillip Webb
f3ff98d862
Allow nulls with multiple embedded value resolvers
...
Allow an embedded value resolver added to an AbstractBeanFactory to
return null without adversely effecting any subsequent resolvers.
Issue: SPR-8565
13 years ago
Rossen Stoyanchev
9982b4c01a
Add BS and VT char escape sequences to JavaScriptUtils
...
Issue: SPR-9983
13 years ago
Sam Brannen
e4f1f682e2
Update distribution README regarding paths
...
- Corrected path to 'docs/spring-framework-reference'
- Minor formatting changes
13 years ago
Sam Brannen
3b8aba9ccd
Fix typo in ContextLifecycleScheduledTaskRegistrar
13 years ago
Sam Brannen
a1aba23aa9
Polish Javadoc in TypeDescriptor
...
- fix @since version in array()
- format method-level Javadoc
- unescape HTML-escaped angle brackets with {@code} blocks
13 years ago
Phillip Webb
7e74fd2b7f
Consider primary attribute with getBean(Class)
...
Update DefaultListableBeanFactory.getBean(Class<?> beanClass) to
consider the 'primary' attribute of bean definitions. This makes
getBean() behave in the same way as autowiring.
Issue: SPR-7854
13 years ago
Juergen Hoeller
5fb75304eb
Final preparations for 3.2.1
13 years ago
Juergen Hoeller
d5af9dc0a5
Polishing
13 years ago
Juergen Hoeller
89db04ec75
Added "awaitTerminationSeconds" property to ThreadPoolTaskExecutor/ThreadPoolTaskScheduler
...
Issue: SPR-5387
13 years ago
Phillip Webb
9c032d52d4
Allow TypeDescriptor array construction
...
Add a static factory method that can be used to create an array
TypeDescriptor with a specific element type. Allows array types
with generic elements to be constructed.
Issue: SPR-9792
13 years ago
Rossen Stoyanchev
3c09b07652
Raise exception on missing request parameters
...
Issue: SPR-10193
13 years ago
Phillip Webb
4d01d43c19
Test String to char[] conversion
...
Issue: SPR-9793
13 years ago
Phillip Webb
05ba366edc
Polish AbstractContextLoader Javadoc
...
Fix unnecessary HTML escaping from {@code} Javadoc.
13 years ago
Phillip Webb
3eec27a723
Filter build folder resources in eclipse
...
Apply eclipse project 'filter' to hide generated build artifacts from
the workspace.
13 years ago
Juergen Hoeller
ece727bf57
Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException
...
Issue: SPR-10194
13 years ago
Juergen Hoeller
0efdd3d566
Aligned XML scheduled-task elements with @Scheduled in terms of kicking in after context refresh
...
Issue: SPR-9231
13 years ago
Rossen Stoyanchev
a3e190e1bf
Support sub-types of ResponseEntity
...
Issue: SPR-10207
13 years ago
Juergen Hoeller
0a09da7534
Final preparations for 3.2.1
13 years ago
Juergen Hoeller
8f103c2ea1
Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException
...
Issue: SPR-10194
13 years ago
Juergen Hoeller
1a929f22e0
EntityManagerFactoryUtils finds default EntityManagerFactory in parent contexts as well
...
Also introduces consistent use of getBean(Class) for similar use cases across the framework, accepting a locally unique target bean even if further matching beans would be available in parent contexts (in contrast to BeanFactoryUtils.beanOfType's behavior).
Issue: SPR-10160
13 years ago
Juergen Hoeller
8e75eee9b2
SpringValidationAdapter properly detects invalid value for JSR-303 field-level bean constraints
...
Issue: SPR-9332
13 years ago
Juergen Hoeller
5a773b771d
MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility
...
Issue: SPR-9885
13 years ago
Juergen Hoeller
c1a4f5c0fe
MockHttpServletRequest's getParameter(Values) returns null for null parameter name
...
Issue: SPR-10192
13 years ago
Rossen Stoyanchev
692ced8046
Fix typo in reference docs
...
Issue: SPR-10204
13 years ago
Rossen Stoyanchev
40ed4e78be
Make UriComponents Serializable
...
Issue: SPR-10186
13 years ago
Chris Beams
d3f4528905
Remove additional xsd versions from reference docs
...
A few versioned xsd references still existed in xsd-configuration.xml;
this commit removes them, completing the work for SPR-10010
Issue: SPR-10010
13 years ago
Chris Beams
d5cad15e28
Merge branch 'SPR-9896' into 3.2.x
...
* SPR-9896:
Support XML properties in ResourcePropertySource
13 years ago
Chris Beams
3a626f9319
Support XML properties in ResourcePropertySource
...
JDK 5 introduced an XML-based properties file syntax. This commit
ensures that when such files are supplied as the underlying resource
for a ResourcePropertySource instance, they are routed appropriately
to Properties#loadFromXML as opposed to Properties#load.
Issue: SPR-9896
13 years ago
Sam Brannen
2a41de00e3
Polish Javadoc in Spring MVC async support
...
This commit fixes some typographical and grammatical errors in various
classes in Spring MVC's async support.
13 years ago