Phillip Webb
9d928db3a8
Merge pull request #429 from VasylTretiakov/master
...
* pull429:
Fix various documentation issues
11 years ago
Vasyl Tretiakov
37c9b26ff8
Fix various documentation issues
...
- Remove formatting that interferes with code highlighting
- Fix some XML syntax issues
- Added missing punctuation
11 years ago
Phillip Webb
9ed911075e
Merge pull request #434 from snicoll/ascidoc-liveupdate
...
* ascidoc-liveupdate:
Hard-wrap CONTRIBUTING-DOCUMENTATION at 90 chars
Improve the "contributing documentation" readme
11 years ago
Phillip Webb
54805bc212
Hard-wrap CONTRIBUTING-DOCUMENTATION at 90 chars
11 years ago
Stephane Nicoll
d2e5ec6736
Improve the "contributing documentation" readme
...
Update the "contributing documentation" readme to include the correct
gradle goal and provide a troubleshooting section.
11 years ago
Phillip Webb
2983e3ca31
Merge pull request #435 from snicoll/SPR-11280
...
* SPR-11280:
Removed reference to Cactus from documentation
11 years ago
Stephane Nicoll
2afd9bc371
Removed reference to Cactus from documentation
...
Issue: SPR-11280
11 years ago
Arjen Poutsma
cf6cf18f1a
Corrected CatchAllConverter ordering docs
...
Corrected documentation regarding the CatchAllConverter in the XStream
javadocs.
11 years ago
Rossen Stoyanchev
4342497305
Add support for custom message converters
...
The Java and XML config for STOMP WebSocket applications now supports
configuring message converters.
Issue: SPR-11184
11 years ago
Rossen Stoyanchev
1fa4d9169f
Upgrade to Tomcat 8 RC10 and remove unused repos
11 years ago
Phillip Webb
f37d030860
Merge pull request #432 from kryger/master
...
* pull432:
Removed extraneous character from the online documentation
11 years ago
Lukasz Kryger
f3a08447fd
Removed extraneous character from the online documentation
11 years ago
Sam Brannen
a30cf3058e
Remove unused imports in tests
11 years ago
Sam Brannen
27ab9332c1
Suppress deprecation warning for MHSR.setStatus()
...
Suppressing deprecation warnings for
MockHttpServletResponse.setStatus(int, String).
11 years ago
Juergen Hoeller
5d3484c74a
Upgraded Tiles2 TilesContainer to Tiles 2.2.2 (following the Spring 4.0 baseline)
...
In sync with our Tiles3 TilesContainer implementation now, as far as possible.
Issue: SPR-11285
11 years ago
Juergen Hoeller
24030a3f61
Added deprecation log message and javadoc note for Quartz 1.x support
...
Issue: SPR-11262
11 years ago
Juergen Hoeller
b228a06e07
Consistent support for setStartTime in CronTrigger(Factory)Bean and SimpleTrigger(Factory)Bean, and consistent declaration of varargs in scheduling.quartz package
...
Issue: SPR-10940
11 years ago
Juergen Hoeller
38a8ace5bb
Full Quartz 2.2 support, including LocalDataSourceJobStore
...
While we've had basic Quartz 2.2 support before, a few details were missing:
* LocalDataSourceJobStore's ConnectionProvider adapters need to provide an empty implementation of Quartz 2.2's new initialize method.
* SchedulerFactoryBean's "schedulerContextMap" needs to be explicitly declared with String keys, otherwise it can't be compiled against Quartz 2.2 (forward compatibility once we're dropping Quartz 1.x support). This doesn't hurt against older Quartz versions either, since the keys need to be Strings anyway.
Issue: SPR-11284
11 years ago
Juergen Hoeller
ee2022e54c
Polishing
11 years ago
Juergen Hoeller
a0ccd65d51
Consistent build dependencies
11 years ago
Juergen Hoeller
675b650290
Polishing
11 years ago
Juergen Hoeller
5661d3826c
Fixed Jackson2ObjectMapperFactoryBean class name in javadoc examples
11 years ago
Juergen Hoeller
11b3fe2289
Added setModulesToInstall with convenient Class vararg, renamed setFindModules to setFindModulesViaServiceLoader, made existing setModules override any other setting
...
Issue: SPR-11040
11 years ago
Juergen Hoeller
a2d40f3f16
Polishing
11 years ago
Juergen Hoeller
0de307bb65
Consistent equals/hashCode/toString implementations in AnnotationMatchingPointcut/ClassFilter/MethodMatcher
...
Issue: SPR-11275
Issue: SPR-11276
11 years ago
Phillip Webb
26f1e05ffc
Upgrade to CGLIB 3.1 and Objenesis 2.1
...
Issue: SPR-11226
11 years ago
Juergen Hoeller
3948727b13
Polishing
11 years ago
Rossen Stoyanchev
de280b01fe
Support custom PathMatcher for MappedInterceptor's
...
Issue: SPR-11197
11 years ago
Rossen Stoyanchev
abb8a93e2f
Drop separate user dest property for subscriptions
...
Before this change DefaultUserDestinationResolver provided a separate
destination prefix property for identifying "user" destinations in
subscription requests as opposed to in sent messages. Such a separate
property should not be needed.
Issue: SPR-11263
11 years ago
Rossen Stoyanchev
d0556e61f9
Log stack trace on failure to send message to client
...
Issue: SPR-11201
11 years ago
Brian Clozel
b9c8f47b01
Use OptionalValidatorFactoryBean in Configurers
...
Configurers and BeanDefinitionParsers should use
OptionalValidatorFactoryBean instead of
LocalValidatorFactoryBean.
The Optional implementation catches and logs setup
exceptions, useful when a validation API is present on
the classpath but not the actual implementation.
Issue: SPR-11272
11 years ago
Juergen Hoeller
3bed6cfc7c
Activated through rename to *Tests, and added method call interaction tests
...
Issue: SPR-7831
11 years ago
Juergen Hoeller
640d8cb67f
Consistent implementation of AsyncListenableTaskExecutor
...
Issue: SPR-11282
11 years ago
Juergen Hoeller
6a5a3c97ed
Introduced OptionalValidatorFactoryBean for scenarios where the JSR-303 API is present but no Bean Validation Provider is available (used by the MVC namespace)
...
Issue: SPR-11272
11 years ago
Juergen Hoeller
ff26dfdd28
Added cache for path pattern tokenization
...
Issue: SPR-11258
11 years ago
Juergen Hoeller
240819f955
Introduced "spring.beaninfo.ignore" system property for optimized Introspector usage
...
Issue: SPR-9014
(cherry picked from commit f88cbda
)
11 years ago
Juergen Hoeller
8d1e55d101
Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser
...
Issue: SPR-11272
(cherry picked from commit c48da0d
)
11 years ago
Juergen Hoeller
6aabb5f17e
Support varargs for DomUtils.getChildElementsByTagName
...
Issue: SPR-11272
(cherry picked from commit e334489
)
11 years ago
Brian Clozel
15d7d6d7ab
Fix Validator initialization with a no-op implementation
...
Issue: SPR-11185
11 years ago
Brian Clozel
2c8f670d5f
Support Validation in @MessageMapping annotated methods
...
Payload parameters in @MessageMapping annotated
methods can now also be validated when annotated
with a Validation annotation (@Valid , @Validated...).
A default Validator is registered by the MessageBroker
Configurer, but it is possible to provide a list of custom
validators as well.
Issue: SPR-11185
11 years ago
Brian Clozel
1c83e8653a
Switch to Jackson 2 in unit tests
...
Prior to this commit, some unit tests were using
Spring's Jackson 1.x implementations. Now Jackson
2.x implementations are the default ones used in
unit tests.
Even if Jackson 1.x support is deprecated, Jackson 1.x
unit tests are kept.
Issue: SPR-11121
11 years ago
Rossen Stoyanchev
ef13dbfcdd
Handle bad STOMP messages in StompSubProtocolHandler
...
Issue: SPR-11277
11 years ago
Rossen Stoyanchev
1f49f994e6
Fix issue with use of SecureRandom for id generation
...
Switch to using nextBytes as generateSeed doesn't seem to be always
supported by all hardware providers.
Issue: SPR-11278
11 years ago
Rossen Stoyanchev
3b14e974f8
Remove unnecessary copying of headers in GenericMessage
...
Since the MessageHeaders constructor is makes a copy of the headers and
is protected against a null map, there is no need for the same to be
done in GenericMessage.
Issue: SPR-11268
11 years ago
Rossen Stoyanchev
12fe9174f0
Make ObjectMapper configurable in spring-messaging
...
Issue: SPR-11279
11 years ago
Juergen Hoeller
82ea9ece5c
Refined logging to include target class for each transactional method name
...
Also simplified cache key 'hashCode' implementation, relying on 'equals' to differentiate between same method on different target classes.
Issue: SPR-11267
11 years ago
Juergen Hoeller
f0d21510f5
Polishing
...
Issue: SPR-11259
11 years ago
Juergen Hoeller
5e00113c65
Added extensive default converters for JSR-310 value types
...
Also adding several further Joda-Time converters for consistency with JSR-310 converters.
Issue: SPR-11259
11 years ago
Juergen Hoeller
48909886a2
Added support for the Java 8 style 'from'/'to' method conventions
...
Also introduced a default ZonedDateTime-Calendar converter which is not covered by the default convention due to the 'from' method only being defined on GregorianCalendar.
Issue: SPR-11259
11 years ago
Juergen Hoeller
73d8f069fe
EhCacheFactoryBean does not call set(Sampled)StatisticsEnabled on EhCache 2.7/2.8
...
Issue: SPR-11265
11 years ago