Phillip Webb
5b2d1f19a0
Polish 'Add note about exploded jars and banner properties'
...
See gh-24982
4 years ago
Robert Smith
33c038199d
Add note about exploded jars and banner properties
...
Add a note to the "Customizing the Banner" explaining that you need
to be using the `JarLauncher` to use the `application.*` properties.
See gh-24982
4 years ago
Phillip Webb
53f1aab833
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25038
4 years ago
Phillip Webb
7265484d76
Merge pull request #24336 from wesuga
...
* pr/24336:
Polish 'Add a tip about actuator endpoints'
Add a tip about actuator endpoints
Closes gh-24336
4 years ago
Phillip Webb
60bb33f231
Polish 'Add a tip about actuator endpoints'
...
See gh-24336
4 years ago
Wesley Ugang
6ced1d7f4e
Add a tip about actuator endpoints
...
Update the "Externalized Configuration" section with a tip that about
the actuator `env` and `configprops` endpoints.
See gh-24336
4 years ago
Andy Wilkinson
8b505cf541
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25020
4 years ago
Andy Wilkinson
a4e6a3cfd0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25028
4 years ago
Andy Wilkinson
73b9615e0c
Upgrade Java 15 CI image to jdk-15.0.2+7
...
Closes gh-25013
4 years ago
Andy Wilkinson
8884d89dc6
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25018
4 years ago
Andy Wilkinson
bc5e2853e1
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25027
4 years ago
Andy Wilkinson
06c76b8643
Upgrade Java 11 CI image to jdk-11.0.10+9
...
Closes gh-25014
4 years ago
Andy Wilkinson
49b546a994
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25017
4 years ago
Andy Wilkinson
e04863d15b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25022
4 years ago
Andy Wilkinson
6ccfa0f554
Upgrade Java 8 CI image to jdk8u282b08
...
Closes gh-25019
4 years ago
Andy Wilkinson
460094ff80
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25016
4 years ago
Andy Wilkinson
223b4e4a6f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25021
4 years ago
Andy Wilkinson
c7b299fb27
Upgrade CI images to Ubuntu Focal 20210119
...
Closes gh-25015
4 years ago
Phillip Webb
0fcc52ccaf
Protect against NPE with Option.IGNORE_IMPORTS
...
Update `ConfigDataEnvironmentContributor` to deal with the fact that
the `properties` instance can be `null`.
Fixes gh-25029
4 years ago
Phillip Webb
7f32fa6723
Allow 'on-profile' in profile specific files
...
Restore the ability to use `spring.config.activate.on-profile` or
`spring.profiles` in profile specific files.
Closes gh-24990
4 years ago
Phillip Webb
d06407ec0a
Update copyright year of changed files
4 years ago
Phillip Webb
99f7bc1aba
Build against Spring Data 2020.0.4-SNAPSHOT
...
See gh-25002
4 years ago
Phillip Webb
d95d7a0245
Update code for Spring Framework 5.3.4
...
See gh-24998
4 years ago
Phillip Webb
b7ae5558f6
Build against Spring Framework 5.3.4-SNAPSHOT
...
See gh-24998
4 years ago
Andy Wilkinson
8e2558a9fc
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
39f11d78fc
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
189463a23b
Update security policy links
4 years ago
Andy Wilkinson
9fd0e4245c
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
138fe0aca9
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
eb07867738
Update security policy links
4 years ago
Phillip Webb
1def245a2c
Support DeferredLogFactory injection
...
Update `ConfigDataLoader` and `ConfigDataLocationResolver` to support
`DeferredLogFactory` injection.
Closes gh-24988
4 years ago
Phillip Webb
522f68cb40
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24994
4 years ago
Phillip Webb
464b302655
Set withTestKitDir per Gradle version
...
Attempt to fix cache locking issues by setting a unique `withTestKitDir`
directory for each tested Gradle version.
Closes gh-24993
4 years ago
Andy Wilkinson
9c8645dec2
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24975
4 years ago
Andy Wilkinson
46d908f632
Upgrade to Gradle 6.8.1
...
Closes gh-24737
4 years ago
Andy Wilkinson
5362633014
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24973
4 years ago
Andy Wilkinson
0b06ac9938
Use AssertJ's doesNotContainKey
...
Closes gh-24970
4 years ago
Phillip Webb
69fbd2f8aa
Delegate `usesPathPatterns()` call to mappings
...
Update `CompositeHandlerMapping` so that the `usesPathPatterns()` method
returns `true` if any of the delegate mappings return `true`.
Closes gh-24877
4 years ago
Stephane Nicoll
3e376b955d
Fix build failure
...
See gh-24943
4 years ago
Stephane Nicoll
56ce5bdf44
Merge branch '2.3.x' into 2.4.x
...
See gh-24943
4 years ago
Stephane Nicoll
244a6ac7e5
Polish "Deprecate Spring Data Solr"
...
See gh-24942
4 years ago
Stephane Nicoll
85729d2a8a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24943
4 years ago
Stephane Nicoll
10b4cb8cb5
Deprecate Spring Data Solr support
...
Closes gh-24942
4 years ago
Phillip Webb
80dbbaf012
Add ConfigData IGNORE_PROFILES support
...
Add a new `ConfigData.Option` that allows profile properties to be
ignored. This update will allow Spring Cloud Config Server to provide
`ConfigData` that only has profile properties processed on the
server-side.
Closes gh-24890
4 years ago
Andy Wilkinson
7b4fbd2c85
Document WebMvcProperties.MatchingStrategt as being since 2.4.0
...
Closes gh-24875
4 years ago
Andy Wilkinson
3ad2832cb2
Fix pattern extraction when MVC is using a PathPatternParser
...
Fixes gh-24874
4 years ago
Stephane Nicoll
59b01324ae
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24872
4 years ago
Stephane Nicoll
28ed3355bd
Merge pull request #24753 from izeye
...
* pr/24753:
Update copyright of changed file
Make MetricsClientHttpRequestInterceptor defensive against metrics recoding failures
Closes gh-24753
4 years ago
Stephane Nicoll
1ad5a3fe2e
Update copyright of changed file
...
See gh-24753
4 years ago
izeye
ddfa1e632b
Make MetricsClientHttpRequestInterceptor defensive against metrics recoding failures
...
See gh-24753
4 years ago