- 21 Sep, 2019 11 commits
-
-
Andy Wilkinson authored
Closes gh-17877
-
Andy Wilkinson authored
* gh-16973: Polish "Allow the user that runs the app to be specified via an env var" Allow the user that runs the app to be specified via an env var Closes gh-16973
-
Andy Wilkinson authored
See gh-16973
-
Wagner Macedo authored
See gh-16973
-
Andy Wilkinson authored
Closes gh-18298
-
Andy Wilkinson authored
* gh-18285: Test custom comment prefix with one that does not work by default Closes gh-18285
-
aohana authored
See gh-18285
-
Andy Wilkinson authored
Closes gh-18297
-
Andy Wilkinson authored
* gh-18289: Fix typo in configuration metadata appendix Closes gh-18289
-
Alessandro Falappa authored
See gh-18289 Closes gh-18289
-
Phillip Webb authored
Update the build to use a shared spring-doc-resources URL rather than repeating it multiple times. See gh-18293
-
- 20 Sep, 2019 19 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-18006
-
Madhura Bhave authored
Closes gh-18296
-
Madhura Bhave authored
* pr/18295: Polish "Fix typo in logback example" Fix typo in logback example Closes gh-18295
-
Madhura Bhave authored
See gh-18295
-
Harald Brabenetz authored
See gh-18295
-
Brian Clozel authored
See gh-18293
-
Phillip Webb authored
Refactor the `org.springframework.boot.actuate.context` package with the following changes: - Deprecate several classes which would ideally be internal - Replace `ConfigurationBeanFactoryMetadata` with a new `ConfigurationPropertiesBean` class to better reflect that we no longer maintain meta-data directly. - Use constructor injection and final fields whenever possible - Rename `ConfiguraionPropertiesBeanDefinition` to `ConfigurationPropertiesValueObjectBeanDefinition` to align with the binder changes made in commit 0b3015e4 - Add additional tests Closes gh-16903
-
Brian Clozel authored
See gh-18293
-
Brian Clozel authored
This commit warns developers about the fact that plugging RSocket into an existing web server is only possible with Reactor Netty web servers. RSocket itself is using Reactor Netty, so this is why we can plug an RSocket over websocket handler in an existing Reactor Netty handler. This feature is not possible with other web servers, as existing APIs do not make that possible. Fixes gh-17494
-
Andy Wilkinson authored
Closes gh-18265
-
Andy Wilkinson authored
-
Brian Clozel authored
After a change in Spring Framework (see spring-projects/spring-framework#23314), the `RouteMatcher` to be used with the RSocket infrastructure is configured on the `RSocketStrategies` directly. This commit moves the auto-configuration of the `PathPatternRouteMatcher` from the message handling parts to the RSocket strategy one. Closes gh-17571
-
Andy Wilkinson authored
* gh-16091: Polish "Support zip64 jars" Support zip64 jars Closes gh-16091
-
Andy Wilkinson authored
See gh-16091
-
Camille Vienot authored
See gh-16091
-
Andy Wilkinson authored
Closes gh-17234
-
Stephane Nicoll authored
* pr/18288: Fix a broken Asciidoctor syntax Closes gh-18288
-
Johnny Lim authored
Along the way, this commit also fixes a typo. See gh-18288
-
- 19 Sep, 2019 10 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
Fixes gh-18278
-
Andy Wilkinson authored
Closes gh-17008
-
Stephane Nicoll authored
Closes gh-18283
-
Stephane Nicoll authored
* pr/18270: Fix pre-defined logging group documentation Closes gh-18270
-
Alessandro Falappa authored
See gh-18270
-
Stephane Nicoll authored
* pr/18281: Polish Closes gh-18281
-
Johnny Lim authored
See gh-18281
-
Stephane Nicoll authored
-