Andy Wilkinson
acda8e647b
Update CLI's tests following introduction of spring-jcl module
...
The new spring-jcl module is now a dependency of spring-core. This
commit updates the CLI's dependency resolution-related tests to
account for the new dependency.
8 years ago
Stephane Nicoll
5247fa323b
Harmonize reactive auto-configuration class names
...
Closes gh-9086
8 years ago
Stephane Nicoll
de268d97e2
Add auto-configuration for reactive Redis
...
This commit provides an auto-configuration for reactive Redis and a
starter that provides Lettuce as Jedis doesn't support reactive
operations.
There are no support for reactive redis repositories at the moment so
only a `ReactiveRedisTemplate` is auto-configured if necessary.
Closes gh-8053
8 years ago
Andy Wilkinson
0fbe903308
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
832b3d1f2f
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
08143edf19
Close streams when unpacking the CLI
...
See gh-9080
8 years ago
Andy Wilkinson
9ea461229c
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
ce74047896
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
2f26088800
Unpack CLI for its integration tests as dir is no longer assembled
...
Closes gh-9080
8 years ago
Andy Wilkinson
bc4a11dd7b
Make argument ordering consistent across web server initialized events
8 years ago
Andy Wilkinson
328bbaf17f
Update port file writer to support reactive servers
...
Closes gh-8531
8 years ago
Andy Wilkinson
bdd8cb3468
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
51970f81d2
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
dc8a34f324
Fix warnings caused by CLI's assembly configuration
...
Closes gh-9080
8 years ago
Andy Wilkinson
2d6bb9b507
Revert "Exclude commons-logging from Spring Security"
...
This reverts commit ec57c3d92a
.
Closes gh-8985
8 years ago
Stephane Nicoll
91ac9440ff
Merge pull request #9049 from eddumelendez:polish-lambdas
...
* pr/9049:
Replace lambdas with method references
8 years ago
Eddú Meléndez
1d9fa8395c
Replace lambdas with method references
...
Closes gh-9049
8 years ago
Andy Wilkinson
d46591f141
Stop setting org.jboss.logging.provider when using Logback
...
This fix for gh-1928 to address a problemw with Log4j was to set
a system property that forces JBoss Logging to use SLF4J. This has the
unwanted side-effect of crashing Glassfish. We no longer support Log4j
so gh-1928 is no longer a concern. However, you can shoot yourself in
the foot by having Logback and Log4j2 on the classpath in that
particular order, but the latter has to be without its
log4j-slf4j-impl module. At this point you don't get any warnings or
error output at startup, but JBoss Logging uses Log4j2 while
everything else uses SLF4J and Logback. As a result, any logging
that's performed through JBoss Logging is silently lost.
Given the problems caused by setting the system property, and the
contrived nature of the arrangement that's necessary to cause a
problem when the property isn't set, this commit updates
LogbackLoggingSystem so that the system property is no longer set.
Closes gh-8669
8 years ago
Andy Wilkinson
abdc23905f
Drop ignoreNestedProperties attribute from @ConfigurationProperties
...
Closes gh-8657
8 years ago
Stephane Nicoll
12dda513f9
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2f4a1f9531
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
93bd1108bf
Fix maven warning
...
Closes gh-9075
8 years ago
Stephane Nicoll
b0ffe18e15
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ea33cc2f7d
Deprecated MustacheCompilerFactoryBean
...
Closes gh-8999
8 years ago
Stephane Nicoll
88b2fed37d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
61f88d0c90
Provide dependency management for missing jersey dependencies
...
Closes gh-9009
8 years ago
Stephane Nicoll
2b4f2c6aba
Making sure to stop embedded web servers in tests
...
Closes gh-9012
8 years ago
Stephane Nicoll
5121b848e1
Making sure to stop embedded web servers in tests
...
Closes gh-9012
8 years ago
Andy Wilkinson
d1ea4f8a8a
Start building against Spring REST Docs 1.2.1 snapshots
...
See gh-9071
8 years ago
Andy Wilkinson
4a00f90545
Stop throwing checked exception from @PostConstruct in ResourceServerProperties
...
Closes gh-8916
8 years ago
Stephane Nicoll
b1bb36db2b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
7b1fc01733
Fix checkstyle violations
8 years ago
Stephane Nicoll
41712c7061
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
b4d55a2223
Merge pull request #9007 from Dichotomia:patch-6
...
* pr/9007:
Add dependency section for jersey multipart
8 years ago
Quentin Caillard
45e0912ecd
Add dependency section for jersey multipart
...
Closes gh-9007
8 years ago
Stephane Nicoll
76c76549b6
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
063d301fd3
Make LayoutType public
...
Closes gh-9067
8 years ago
Stephane Nicoll
6a386c34d5
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
54a8dc5b33
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
625a7668c9
Merge pull request #9065 from dsyer:cachedocs
...
* pr/9065:
Polish "Clarify and re-organize docs on caching"
Clarify and re-organize docs on caching
8 years ago
Stephane Nicoll
e2b209e409
Polish "Clarify and re-organize docs on caching"
...
Closes gh-9065
8 years ago
Dave Syer
11feb75752
Clarify and re-organize docs on caching
...
See gh-9065
8 years ago
Phillip Webb
cd27737e42
Polish configuration properties and binder
...
Fix a few issues and try a few more things to improve performance.
See gh-9000
8 years ago
Phillip Webb
97dc2165b7
Polish
8 years ago
Phillip Webb
8133b7f245
Merge branch '1.5.x'
8 years ago
Phillip Webb
4d4d03ab2c
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
4a95b2f174
Polish
8 years ago
Madhura Bhave
c04f28d9e5
Validate ResourceServerProperties in PostConstruct
...
Closes gh-8916
8 years ago
Madhura Bhave
9ef3a448e6
Restore BindFailureAnalyzer support
...
Closes gh-9026
8 years ago
Stephane Nicoll
291b0c5fa7
Merge pull request #5311 from mp911de:issue/sd-redis-lettuce-driver-autoconfiguration
...
* pr/5311:
Add missing tests
Polish "Add Lettuce Redis driver autoconfiguration"
Add Lettuce Redis driver autoconfiguration
8 years ago