Phillip Webb
ad2ff27208
Merge branch '1.5.x'
8 years ago
Phillip Webb
fac6b8da47
Upgrade to JSONassert 1.4.0
...
Closes gh-7846
8 years ago
Phillip Webb
4bfecc1307
Merge branch '1.5.x'
8 years ago
Phillip Webb
45d5b60f6d
Shade annotation processor dependencies
...
Update the annotation processor to be completely self contained. The
single required dependency is now "shaded" into the jar.
Fixes gh-7883
8 years ago
Phillip Webb
cc7c2ebb87
Migrate to android-json
...
Migrate from `org.json:json` to the clean room Apache 2.0 licensed
version that was developed for Android.
Fixes gh-5929
8 years ago
Phillip Webb
4cb7d86aec
Drop annotation processor spring-core dependency
...
Remove the spring-core dependency from the annotation processor.
Fixes gh-7882
8 years ago
Phillip Webb
125d9d6181
Merge branch '1.5.x'
8 years ago
Phillip Webb
1b7c65cd1c
Update eclipse setting to use 2017 copyright year
8 years ago
Phillip Webb
eb22220961
Upgrade to hibernate-validator 5.3.4
...
Upgrade to `hibernate-validator` 5.3.4 and introduce a new
`MessageInterpolatorFactory` that creates a suitable
`MessageInterpolator` (taking into account missing EL dependencies).
Rework `ConfigurationPropertiesBindingPostProcessor` and
`ValidationAutoConfiguration` to make use of the new factory.
Fixes gh-7598
8 years ago
Phillip Webb
d80f22c227
Exclude cdi-api from hibernate-core
...
Update the `hibernate-core` managed dependency to exclude `cdi-api`.
Fixes gh-7879
8 years ago
Phillip Webb
3bbd638d74
Polish formatting
8 years ago
Phillip Webb
2085afd907
Merge pull request #7873 from artembilan/GH-7871
...
* pr/7873:
Upgrade to Spring Kafka 1.1.2
8 years ago
Artem Bilan
a488574afc
Upgrade to Spring Kafka 1.1.2
...
Fixes gh-7871
Closes gh-7873
8 years ago
Phillip Webb
e015e13b4d
Include `ErrorAttributes` in @WebMvcTest
...
Import the additional auto-configuration classes required for
`ErrorAttributes` and change the filter so that it's no longer
hidden.
Fixes gh-7867
8 years ago
Andy Wilkinson
4dc30938d0
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
803eddf6b2
Update test to reflect quoting of STOP_WAIT_TIME in launch.script
8 years ago
Andy Wilkinson
3967c525c8
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
c5e7d83e2d
Fix shellcheck warnings for literal { and } characters in launch.script
...
Closes gh-7870
8 years ago
Andy Wilkinson
be71f666d2
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
75cb545361
Update launch.script to use a consistent location for pid file
...
Closes gh-6924
8 years ago
Stephane Nicoll
de4e3508f1
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
0a26a4146b
Make `spring.session.store-type` mandatory
...
This commit removes the automatic enabling of Redis as the Spring Session
store when it is available. This case is covered by a warning in `1.4.x`
that this commit removes as well.
Closes gh-7858
8 years ago
Andy Wilkinson
e9021b3653
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
4e8a79bf3a
Upgrade to Dependency Management Plugin 1.0.0.RC2
...
Closes gh-7817
8 years ago
Andy Wilkinson
37f9de7dc8
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
5f74c4c2c8
Merge pull request #7763 from Quentin Caillard
...
* gh-7763:
Configure Animal Sniffer to exclude jar containing Java 9 bytecode
Upgrade to Jersey 2.25
8 years ago
Andy Wilkinson
0d6a8d9aa3
Configure Animal Sniffer to exclude jar containing Java 9 bytecode
...
Closes gh-7763
8 years ago
Quentin Caillard
5c210666f5
Upgrade to Jersey 2.25
...
See gh-7763
8 years ago
Stephane Nicoll
9a113e3b64
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
bf7271afa5
Upgrade to Couchbase Cache Client 2.1.0
...
As of 2.1 cache expiration times are to be set in seconds. This commit
migrates to the new method, yet keeping the milliseconds unit.
Closes gh-7824
8 years ago
Stephane Nicoll
43f5c3564b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2ea7187165
Add a note that CRaSH support will be removed in documentation
...
Closes gh-7856
8 years ago
Stephane Nicoll
506f6497c0
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
e1977aa86e
Merge pull request #7854 from izeye:polish-20170104
...
* pr/7854:
Polish
8 years ago
Johnny Lim
f915ae197a
Polish
8 years ago
Phillip Webb
24f5125a8b
Merge branch '1.5.x'
8 years ago
Madhura Bhave
530c3cd3be
Simplify HealthMvcEndpoint security
...
Expose full health details if management security is disabled or
management role is present.
Fixes gh-7604
Closes gh-7852
8 years ago
Phillip Webb
f8a53cf775
Update actuator security documentation
...
Update documentation to align with the new role based method.
See gh-6889
8 years ago
Phillip Webb
7c51941578
Document Cloud Foundry actuator endpoint support
...
Add a Cloud Foundry specific section to "Production Ready Features".
See gh-7108
8 years ago
Phillip Webb
2fe4d60b47
Add `management.cloudfoundry.*` meta-data
...
Update configuration meta-data and appendix to include
`management.cloudfoundry.*` meta-data.
See gh-7108
8 years ago
Phillip Webb
18dcf31aa6
Polish documentation formatting
8 years ago
Phillip Webb
634dd41baa
Merge branch '1.5.x'
8 years ago
Phillip Webb
b8d1fe3c84
Upgrade to Spring HATEOAS 0.23.0
...
Closes gh-7810
8 years ago
Phillip Webb
f8c7890a45
Merge branch '1.5.x'
8 years ago
Phillip Webb
58018e97bf
Merge pull request #7851 from dreis2211/ascii-bytes-hashcode
...
* pr/7851:
Reduce memory footprint of AsciiBytes.hashCode
8 years ago
dreis
cee576b8b2
Reduce memory footprint of AsciiBytes.hashCode
...
Update `AsciiBytes.hashCode(int hash, String string)` so that it no
longer copies the backing array of the string.
Closes gh-7851
8 years ago
Phillip Webb
b1cb8bb3d9
Merge branch '1.5.x'
8 years ago
Phillip Webb
8ccd4db513
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
732011987d
Fix ManagementContextConfiguration @Order support
...
Update `ManagementContextConfigurationsImportSelector` to instantiate
classes so that order annotations are respected.
Fixes gh-7814
8 years ago
Phillip Webb
556ce14f2d
Fix TestRestTemplate.withBasicAuth interceptors
...
Update `TestRestTemplate` to handle `BasicAuthorizationInterceptor`s
correctly. Prior to this commit the `BasicAuthorizationInterceptor`
was added directly to the `ClientHttpRequestFactory` rather than
to the `RestTemplate`. This meant that it could not easily be removed
when `TestRestTemplate.withBasicAuth` was invoked.
The `TestRestTemplate` now sets the interceptor on `RestTemplate`
directly and relies on the logic in `InterceptingHttpAccessor` to
add it to the `ClientHttpRequestFactory`.
Fixes gh-7812
8 years ago