Juergen Hoeller
91df0653fe
Polishing
8 years ago
Juergen Hoeller
0d0b879a23
CglibAopProxy logs explicit warning for interface-implementing method marked as final
...
Issue: SPR-15436
8 years ago
Juergen Hoeller
5d3249f692
Recommendation for consistent @Profile declarations on overloaded @Bean methods
...
Issue: SPR-15266
8 years ago
Juergen Hoeller
022aefdfe8
Explicit note about @Profile declarations on overloaded @Bean methods
...
Also marks @Conditional as @Documented , aligned with other annotations.
Issue: SPR-15266
8 years ago
Juergen Hoeller
9abf249cee
Explicitly replace target ApplicationListener with singleton proxy, if any (avoiding double registration/invocation)
...
Issue: SPR-15452
8 years ago
Rossen Stoyanchev
3efb76c852
Jackson encoder skips String.class
...
Jackson2Encoder explicitly disables String from the supported types
consistent with the same change on the decoder side:
0662dbf044
Issue: SPR-15443
8 years ago
Juergen Hoeller
2ba4a224a6
Upgrade to HSQLDB 2.4 and Hibernate ORM 5.2.10
8 years ago
Juergen Hoeller
29f2c96a3d
Drop unnecessary modifiers for constants in JmsHeaders interface
8 years ago
Juergen Hoeller
d50dab6ea9
Suppress deprecation warning on JDK 9 (for LogRecord.setMillis)
...
Includes revised Log methods in log level order, with consistent delegation of fatal->error for log level checks in SLF4J and JUL, a JavaUtilDelegate for defensive access to java.logging on JDK 9, support for LogRecord message objects, as well as revised log setup recommendations.
Issue: SPR-15453
Issue: SPR-14512
8 years ago
Rossen Stoyanchev
7ea2caa82c
JSON content and JsonPath support for WebTestClient
...
Issue: SPR-15420
8 years ago
Rossen Stoyanchev
1e8c7e55de
WebTestClient assert response body with Consumer<B>
...
Issue: SPR-15421
8 years ago
Rossen Stoyanchev
0e84f246cb
Refactor WebTestClient response body expectations
...
Reduce the number of required steps and re-introduce generics support
for simple Class<T> cases.
8 years ago
Brian Clozel
bf3fe93dbd
Do not mention deprecated Reactive Boot starter
...
There's an officially supported Spring WebFlux starter now in Spring
Boot, so all mentions to the experimental starter are now removed.
8 years ago
Brian Clozel
a8d785b87f
Move RxNetty support to test scope
...
The RxNetty runtime support is not meant to be officially supported and
should be restricted to testing purposes only.
Issue: SPR-15444
8 years ago
Sebastien Deleuze
005e85b0f5
Update to latest Reactor 3.1 API changes
...
Issue: SPR-15318
8 years ago
Stephane Nicoll
135651de9a
Merge pull request #1387 from michael-simons:SPR-15449
...
* pr/1387:
Polish "Improve unless condition in caching doc"
Improve unless condition in caching doc
8 years ago
Stephane Nicoll
7084bc293a
Polish "Improve unless condition in caching doc"
...
Closes gh-1387
8 years ago
Michael J. Simons
b426d847e6
Improve unless condition in caching doc
...
See gh-1387
8 years ago
Stephane Nicoll
37d0db1615
Merge pull request #1386 from michael-simons:SPR-15448
...
* pr/1386:
Polish condition in caching examples
8 years ago
Michael J. Simons
33fd94c098
Polish condition in caching examples
...
Closes gh-1386
8 years ago
Juergen Hoeller
0b118322b0
Polishing
8 years ago
Rossen Stoyanchev
46a790f9be
Remove EmitterProcessor#connect (dropped upstream)
8 years ago
Sebastien Deleuze
dce72e0ad0
Change Mono#then to Mono#flatMap in documentation
...
Issue: SPR-15318
8 years ago
Sebastien Deleuze
e3fae2716e
Rename Mono#otherwise[Empty] to switch[onError/IfEmpty]
...
Issue: SPR-15318
8 years ago
Juergen Hoeller
cec36fe784
Configurable locale/timezone attribute name for SessionLocaleResolver
...
Issue: SPR-15450
8 years ago
Arjen Poutsma
dc279d839b
Use refactored CodecConfigurer
...
This commit changes the `HandlerStrategies` and `ExchangeStrategies`
builders to use the `CodecConfigurer` for configuring Decoder|Encoder
and HttpMessage[Reader|Writer]. Other classes that use `CodecConfigurer`
have also been changed to reflect the refactoring to interfaces.
This commit also removes the ExchangeStrategies methods that take an
application context, as it was too naive approach to simply look up
every message reader and writer in the context.
Issue: SPR-15415, SPR-15435
8 years ago
Arjen Poutsma
908d16904f
Refactor CodecConfigurer
...
This commit refactors the CodecConfigurer, with it's subtypes
ServerCodecConfigurer and ClientCodecConfigurerTests, into interfaces
instead of classes.
8 years ago
Rossen Stoyanchev
fce8ed62ce
Update @ControllerAdvice Javadoc
...
Issue: SPR-15432
8 years ago
Juergen Hoeller
9e55e8f8a6
Polishing
8 years ago
Juergen Hoeller
a55a0f26cb
FreeMarkerConfigurationFactory falls back to SpringTemplateLoader on any exception
...
Issue: SPR-15445
8 years ago
Juergen Hoeller
4838f06d5d
ASM annotation visitor logs IllegalAccessException at debug level only
...
Issue: SPR-15442
8 years ago
Sam Brannen
fcdf3900b9
Add dependency on JUnit Vintage TestEngine for IDEA
...
This commit introduces an explicit dependency on the latest JUnit
Vintage TestEngine so that it overrides whatever is bundled by
default in IntelliJ IDEA.
This allows for a more seamless upgrade to newer versions of JUnit 5 and
the JUnit Platform before IDEA has been officially updated to support
those versions, while simultaneously allowing developers to continue
to execute JUnit 4 based tests within IDEA.
8 years ago
Juergen Hoeller
093e573ace
ASM annotation visitor defensively accesses enum constants
...
Issue: SPR-15442
8 years ago
Juergen Hoeller
1735ba22cb
ShadowingClassLoader can be constructed without default excludes
...
Issue: SPR-15439
8 years ago
Sebastien Deleuze
d12d5f3455
Upgrade to Kotlin 1.1.2-eap-69
8 years ago
Rossen Stoyanchev
779779de7b
Refactor use of TaskScheduler in WebSocket Java config
...
Issue: SPR-15233
8 years ago
Rossen Stoyanchev
190408d1dc
Polish
8 years ago
Sebastien Deleuze
4d9144132e
Upgrade to Reactor Core 3.1
...
Issue: SPR-15318
8 years ago
Rossen Stoyanchev
f963367484
Merge pull request #1362 from romeara/SPR-15367
8 years ago
Rossen Stoyanchev
49ac6d54f7
Apply default content type change to WebFlux
...
Issue: SPR-15367
8 years ago
Rossen Stoyanchev
043c7070e3
Polish default content type change
...
Issue: SPR-15367
8 years ago
Ryan O'Meara
4a890226ea
Support for multiple default content types
...
Enhance FixedContentNegotiationStrategy and places where it is exposed
to also accept a list of media types.
Issue: SPR-15367
8 years ago
Sam Brannen
95e78b16f7
Clean up warnings in spring-test
8 years ago
Sam Brannen
987421c880
Add dependency on JUnit Platform Launcher for IDEA
...
This commit introduces an explicit dependency on the latest JUnit
Platform Launcher API so that it overrides whatever is bundled by
default in IntelliJ IDEA.
This allows a more seamless upgrade to newer versions of JUnit 5 and
the JUnit Platform before IDEA has been officially updated to support
those versions.
8 years ago
Juergen Hoeller
b061556f68
LogFactory enforces lazy resolution of non-String messages for SLF4J as well
...
Issue: SPR-14512
8 years ago
Juergen Hoeller
7f162a033b
AbstractGenericHttpMessageConverter calls two-arg variants of canRead/canWrite again
...
Issue: SPR-15434
8 years ago
Sebastien Deleuze
9a501fac46
Fix failing tests
...
Issue: SPR-14925
8 years ago
Rossen Stoyanchev
e33f603f68
Revert (recently added) cookie set header flags
...
Issue: SPR-15225
8 years ago
Rossen Stoyanchev
5d92a85fcb
Mock Servlet request/response support Accept-Language
...
Issue: SPR-15209
8 years ago
Rossen Stoyanchev
3393c10d79
Refactor HttpHeaders "Accept-Language" with Locale
8 years ago