- 01 May, 2020 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
- 30 Apr, 2020 24 commits
-
-
Phillip Webb authored
Add an `InputStreamSourceToByteArrayConverter` that can be used to convert from an `InputStreamSource` (such as a `Resource`) to a byte array. Closes gh-21285
-
Phillip Webb authored
-
Scott Frederick authored
See gh-21272
-
Madhura Bhave authored
This commit restricts how wildcards can be used in search locations for property files. If a search location contains a pattern, there must be only one '*' and the location should end with a '*/'. For search locations that specify the file name, the pattern should end with '*/<filename>'. The list of files read from wildcard locations are now sorted alphabetically according to the absolute path of the file. Closes gh-21217
-
Andy Wilkinson authored
Closes gh-21272
-
Andy Wilkinson authored
Closes gh-21278
-
Andy Wilkinson authored
Closes gh-21277
-
Andy Wilkinson authored
Closes gh-21276
-
Andy Wilkinson authored
Closes gh-21275
-
Andy Wilkinson authored
Closes gh-21274
-
Andy Wilkinson authored
See gh-20961
-
Scott Frederick authored
Fixes gh-21078
-
Andy Wilkinson authored
Closes gh-20182
-
Stephane Nicoll authored
Closes gh-21269
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20950
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20941
-
Stephane Nicoll authored
* pr/21266: Fix checkstyle violation Closes gh-21266
-
dreis2211 authored
See gh-21266
-
Andy Wilkinson authored
Closes gh-18284
-
Madhura Bhave authored
* pr/21081: Polish "Add support for customizing RSocketMessageHandler" Add support for customizing RSocketMessageHandler Closes gh-21081
-
Madhura Bhave authored
See gh-21081
-
Aarti Gupta authored
See gh-21081
-
- 29 Apr, 2020 14 commits
-
-
Scott Frederick authored
-
Scott Frederick authored
Prior to this commit, there was a property server.error.include-details that allowed configuration of the message and errors attributes in a server error response. This commit separates the control of the message and errors attributes into two separate properties named server.error.include-message and server.error.include-binding-errors. When the message attribute is excluded from a servlet response, the value is changed from a hard-coded text value to an empty value. Fixes gh-20505
-
Andy Wilkinson authored
* gh-20961: Polish "Add support for customizing Spring Session's cookie serializer" Add support for customizing Spring Session's cookie serializer Closes gh-20961
-
Andy Wilkinson authored
See gh-20961
-
Vedran Pavic authored
This commit introduces a CookieSerializerCustomizer callback that allows the customization of the auto-configured DefaultCookieSerializer bean. This is particularly useful for configuring cookie serializer's capabilities, such as SameSite, that are not supported by the Servlet API and therefore not exposed via server.servlet.session.cookie.* properties. See gh-20961
-
Scott Frederick authored
This commit changes the default builder image from `cloudfoundry/cnb:bionic-platform-api-0.2` to `gcr.io/paketo-buildpacks/builder:base-platform-api-0.3`. It also uses a `paketo-buildpacks/builder` image instead of a `cloudfoundry/cnb` image to test compatibility with lifecycle v2 and uses paketo naming instead of cloudfoundry when mocking builder interactions. Some adjustments to lifecycle phases were also made to align more closely with the pack CLI. Fixes gh-21066
-
Andy Wilkinson authored
Closes gh-20951
-
Andy Wilkinson authored
Closes gh-21068
-
Andy Wilkinson authored
Closes gh-20953
-
Stephane Nicoll authored
Fixes gh-21008 Co-authored-by:
Andy Wilkinson <awilkinson@pivotal.io>
-
Andy Wilkinson authored
Closes gh-21170
-
Brian Clozel authored
As a follow-up for gh-21214, this commit renames the property to: `"server.servlet.register-default-servlet=false"` Closes gh-21214
-
Brian Clozel authored
This commit adds a new configuration property for configuring the registration of the default Servlet in Servlet containers. `"server.servlet.default-servlet.registered=false"` The default of this property is still `true`, as it's been the case in previous releases. Closes gh-21214
-
Andy Wilkinson authored
* gh-21207: Polish "Stop limiting layer customization to external modules" Stop limiting layer customization to external modules Closes gh-21207
-