- 27 Apr, 2020 22 commits
-
-
Stephane Nicoll authored
Closes gh-21159
-
Stephane Nicoll authored
Closes gh-21158
-
Stephane Nicoll authored
Closes gh-21157
-
Stephane Nicoll authored
Closes gh-21156
-
Stephane Nicoll authored
Closes gh-21155
-
Stephane Nicoll authored
Closes gh-21154
-
Stephane Nicoll authored
Closes gh-21153
-
Stephane Nicoll authored
Closes gh-21152
-
Stephane Nicoll authored
Closes gh-21151
-
Stephane Nicoll authored
Closes gh-21150
-
Stephane Nicoll authored
Closes gh-21149
-
Stephane Nicoll authored
Closes gh-21148
-
Stephane Nicoll authored
Closes gh-21147
-
Stephane Nicoll authored
Closes gh-21146
-
Stephane Nicoll authored
Closes gh-21145
-
Stephane Nicoll authored
Closes gh-21144
-
Stephane Nicoll authored
Closes gh-21143
-
Stephane Nicoll authored
Closes gh-21142
-
Stephane Nicoll authored
Closes gh-21141
-
Stephane Nicoll authored
Closes gh-21140
-
Stephane Nicoll authored
Closes gh-21139
-
Stephane Nicoll authored
Closes gh-21138
-
- 23 Apr, 2020 3 commits
-
-
Phillip Webb authored
Improve "@ConfigurationProperties vs. @Value" documentation with the recommendation that kebab-case is used with the `@Value` annotation. Closes gh-20507
-
Stephane Nicoll authored
Closes gh-21095
-
Stephane Nicoll authored
Closes gh-21084
-
- 22 Apr, 2020 3 commits
-
-
Phillip Webb authored
Add how-to documentation describing how health information can be exported to a Micrometer Gauge. Closes gh-18329
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-19782
-
- 21 Apr, 2020 5 commits
-
-
Phillip Webb authored
Update `JarURLConnection` to ensure that when connections are opened a new copy of the JarFile is provided. Prior to this commit, a single `JarFile` instance was shared which meant that it could be accidental closed if accessed via `JarURLConnection.getJarFile()`. If the underlying jar file is closed then it's possible for a `NoClassDefFoundError` to be thrown if running on JDK 11 with an active `SecurityManager`. Closes gh-17796
-
Phillip Webb authored
Update `WebMvcAutoConfiguration` to automatically apply cors configuration to the `WelcomePageHandlerMapping`. Fixes gh-21048
-
Phillip Webb authored
Update `NettyWebServer` so that the `PortInUseException` is not thrown for permission denied errors. Fixes gh-19807
-
Phillip Webb authored
Update classes that throw `PortInUseException` so that they also include the cause. Prior to this commit the cause was not included which could make diagnosing the real cause difficult. See gh-19807
-
Phillip Webb authored
-
- 20 Apr, 2020 2 commits
-
-
Phillip Webb authored
Update the reference documentation with more details about how relaxed binding works against environment variables. Closes gh-18215
-
Phillip Webb authored
Closes gh-19972
-
- 19 Apr, 2020 1 commit
-
-
Phillip Webb authored
Update `ExposeExcludePropertyEndpointFilter` so that patterns will also match endpoint IDs that contain a dash. Closes gh-20997
-
- 17 Apr, 2020 1 commit
-
-
Phillip Webb authored
Refine `DataSourceAutoConfiguration` conditions so that an empty `spring.datasource.url` property can be used to enable the embedded source. Fixed gh-20996
-
- 15 Apr, 2020 2 commits
-
-
Madhura Bhave authored
Closes gh-20978
-
Madhura Bhave authored
Closes gh-20976
-
- 14 Apr, 2020 1 commit
-
-
Madhura Bhave authored
Closes gh-20623
-