Rossen Stoyanchev
6eba6f2059
Document MVC Java config side-by-side with the MVC namespace.
13 years ago
Rossen Stoyanchev
60ee0bb8f4
SPR-8020 Support UriComponentsBuilder as a controller method argument.
...
The UriComponentsBuilder instance passed into the method is initialized
with current request information including host, scheme, port, context
path, and the servlet mapping's literal part.
Also added shortcut methods to buildAndExpand in UriComponentsBuilder.
13 years ago
Rossen Stoyanchev
e4fada56ab
SPR-8859 Fix issue with prototype controllers in RequestMappingHandlerAdapter.
13 years ago
Sam Brannen
e7377e3c27
consistency and formatting
13 years ago
Rossen Stoyanchev
7918810366
SPR-8750 Update MockHttpServletRequest/Response handling of contentType.
...
The Content-Type header and the contentType field in HttpServletRequest/Response
are now always in sync. When a header is added the contentType field is updated
as well and vice versa.
Similarly when the Content-Type header or the contentType field includes a charset
field, the character encoding is updated and vice versa.
13 years ago
Rossen Stoyanchev
d1d48ac940
SPR-8823 Add ServletUriComponentsBuilder.
13 years ago
Rossen Stoyanchev
d3f4c69f00
SPR-8803 Add UriComponentsBuilder methods to replace path/query.
13 years ago
Rossen Stoyanchev
8889284517
SPR-8801 Set ignoreDefaultModelOnRedirect=false in MVC namespace and Java config.
13 years ago
Rossen Stoyanchev
bba8bb6ec0
SPR-8661 Add disabled attribute to HiddenInputTag
14 years ago
Rossen Stoyanchev
c290a4e68a
SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags.
...
Since dynamic attributes were allowed in Spring 3, it raised the
possibility to specify a type attribute on a number of the form tags.
Where it makes sense (see below) that attribute is now rejected
and reversely where it makes sense it is accepted.
InputTag allows types other than "text" but rejects type="radio" or
type="checkbox" since there is a good reason for those to be used
only in conjunction with the appropriate form library tags.
Other HTML input tags such as PasswordTag, HiddenInputTag,
Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes
and reject them if they contain a type attribute since.
14 years ago
Rossen Stoyanchev
8337f4bf20
SPR-8789 Support request with multiple param values in FlahMap matching logic
14 years ago
Juergen Hoeller
2980ef4c75
prepared for 3.1 RC2
14 years ago
Chris Beams
d98316e494
Update doc publication urls to static.s2.org
14 years ago
Chris Beams
17ce06acec
Update changelog re destroy method inference
...
Issue: SPR-8751
14 years ago
Juergen Hoeller
e1721976bb
final preparations for 3.1 RC1 release
14 years ago
Chris Beams
d09faabcb6
Update changelog re @EnableAspectJAutoProxy
...
Issue: SPR-8138
14 years ago
Juergen Hoeller
d02ac641cc
further additions to manual changelog for 3.1 RC1
14 years ago
Chris Beams
f35dfd4107
Update stale external javadoc links
...
Certain external javadoc links were broken or out of date, namely
Hibernate, Java SE and EE 6, Quartz, and Apache Pluto. All resolve
properly now.
Issue: SPR-8720
14 years ago
Rossen Stoyanchev
71cc38aaff
SPR-6464 Update reference doc with FlashMap and RedirectAttributes information.
14 years ago
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
14 years ago
Sam Brannen
7a1553472d
[SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils.
14 years ago
Sam Brannen
1c7cc172d9
[SPR-8627] Deprecated @ExpectedException .
14 years ago
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
14 years ago
Juergen Hoeller
9b9975f269
ForkJoinPoolFactoryBean etc
14 years ago
Sam Brannen
bfbd7def33
Documented recent changes to the TestContext framework in the changelog
14 years ago
Juergen Hoeller
fa7f13016e
multipart handling etc
14 years ago
Juergen Hoeller
7a6d8d94cd
multipart etc
14 years ago
Juergen Hoeller
df8e9b3393
DataBinder etc
14 years ago
Juergen Hoeller
1c1bc9b3df
DefaultListableBeanFactory etc
14 years ago
Sam Brannen
81d8ce5597
[SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names
14 years ago
Juergen Hoeller
b2be59c2e4
prepared for 3.1 RC1 release
14 years ago
Chris Beams
c17df6db8a
Update javadoc memory and doc publication settings
14 years ago
Juergen Hoeller
02e79f5673
final preparations for 3.1 M2
14 years ago
Sam Brannen
4f1e74877a
Added log entries for recent TestContext framework changes.
14 years ago
Rossen Stoyanchev
f1ad53d570
SPR-6709 Update changelog and add one test
14 years ago
Sam Brannen
ab704fdaba
[SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry.
14 years ago
Sam Brannen
4642cca893
[SPR-6184] Introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes
14 years ago
Juergen Hoeller
e5702cd3de
final preparations for 3.1 M2 release
14 years ago
Juergen Hoeller
f1b9b8e924
preparations for 3.1 M2 release
14 years ago
Rossen Stoyanchev
0bf92782ea
SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping
14 years ago
Rossen Stoyanchev
100fed47f3
SPR-7353 Doc update for consumes/produces + changelog update
14 years ago
Chris Beams
111fb71fe1
Remove "Feature" support introduced in 3.1 M1
...
Feature-related support such as @Feature , @FeatureConfiguration ,
and FeatureSpecification types will be replaced by framework-provided
@Configuration classes and convenience annotations such as
@ComponentScan (already exists), @EnableAsync , @EnableScheduling ,
@EnableTransactionManagement and others.
Issue: SPR-8012,SPR-8034,SPR-8039,SPR-8188,SPR-8206,SPR-8223,
SPR-8225,SPR-8226,SPR-8227
14 years ago
Sam Brannen
6993a8768a
[SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated.
14 years ago
Juergen Hoeller
4889794bed
final preparations for 3.1 M1 release
14 years ago
Sam Brannen
c84ef76fc3
[SPR-7953] BeanDefinitionVisitor now actually visits factory method names.
14 years ago
Juergen Hoeller
a6d35d4801
prepared 3.1 M1 changelog
14 years ago
Juergen Hoeller
60414c9052
updated for the 3.1 M1 release
14 years ago
Sam Brannen
c309ef74d7
Updates to readme and changelog files regarding 3.1.0.M1
14 years ago
Chris Beams
7c4582b4b3
Update build instructions in readme
14 years ago
Sam Brannen
b130a36af7
[SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1.
14 years ago