Stephane Nicoll
400a168ce9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21720
2020-06-05 16:41:24 +02:00
Stephane Nicoll
221e248b66
Merge pull request #21671 from dreis2211
...
* pr/21671:
Remove usages of deprecated Connector.setAttribute()
Closes gh-21671
2020-06-05 16:41:07 +02:00
dreis2211
9bb22ffb69
Remove usages of deprecated Connector.setAttribute()
...
See gh-21671
2020-06-05 16:32:42 +02:00
Stephane Nicoll
79a5ca2941
Merge branch '2.2.x' into 2.3.x
2020-06-05 16:25:24 +02:00
Stephane Nicoll
eb38eeaf30
Polish
2020-06-05 16:25:12 +02:00
Stephane Nicoll
baef6c803d
Merge pull request #21692 from making
...
* pr/21692:
Fix event name in documentation
Closes gh-21692
2020-06-05 14:54:42 +02:00
Toshiaki Maki
0cd526c266
Fix event name in documentation
...
See gh-21692
2020-06-05 14:51:53 +02:00
Stephane Nicoll
e936e9aa6a
Merge pull request #21653 from ThierrySquirrel
...
* pr/21653:
Polish "Add reference to rocketmq-spring-boot-starter"
Add reference to rocketmq-spring-boot-starter
Closes gh-21653
2020-06-05 14:49:25 +02:00
Stephane Nicoll
4624bf6552
Polish "Add reference to rocketmq-spring-boot-starter"
...
See gh-21653
2020-06-05 14:49:19 +02:00
ThierrySquirrel
c547567882
Add reference to rocketmq-spring-boot-starter
...
See gh-21653
2020-06-05 14:49:19 +02:00
Andy Wilkinson
4fdd1a64c9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21718
2020-06-05 13:41:21 +01:00
Andy Wilkinson
1a52009cfb
Migrate CustomServletPathSampleActuatorTests to JUnit Jupiter
...
Closes gh-21717
2020-06-05 13:40:30 +01:00
Andy Wilkinson
0415c307c7
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21683
2020-06-05 12:52:50 +01:00
Andy Wilkinson
97533a5364
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21682
2020-06-05 12:52:24 +01:00
Andy Wilkinson
20f0b41099
Upgrade CI to Docker 19.03.9
...
Closes gh-21681
2020-06-05 12:48:49 +01:00
Phillip Webb
7561123cd9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21709
2020-06-04 20:10:18 -07:00
Phillip Webb
10fdd65063
Add prepare-forward-merge script
...
Add a git hook script that can be used to prepare a sensible merge
commit message.
Closes gh-21688
2020-06-04 20:10:09 -07:00
Phillip Webb
ba53d10060
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21706
2020-06-04 20:07:13 -07:00
Phillip Webb
39caf45155
Allow forward merge to work with .x patterns
...
Closes gh-21687
2020-06-04 20:05:17 -07:00
Phillip Webb
4a6e08c817
Add logging to forward-merge script
...
Add some logging to aid with development.
2020-06-04 20:05:01 -07:00
Phillip Webb
4a0d372675
Merge branch '2.2.x' into 2.3.x
2020-06-04 14:00:57 -07:00
Phillip Webb
b6474f2ca1
Remove accidentally committed hook file
2020-06-04 13:59:14 -07:00
Andy Wilkinson
24138c104c
Use highlightjs for syntax highlighting in Asciidoctor's HTML output
...
Closes gh-21701
2020-06-04 20:25:29 +01:00
Andy Wilkinson
c0f748e143
Always apply retry plugin but only retry on CI
...
Previously, the retry plugin was only applied on CI as we do not want
tests to be retried in local builds. Unfortunately, this arrangement
led to test tasks from CI builds having additional doFirst and doLast
actions and an additional property. These differences meant that the
output from a test task that has run on CI could not be used by a
local build.
This commit changes our configuration of the test retry plugin so
that it is now always applied. To retain the behaviour of only
retrying tests on CI, max retries is configured to 3 on CI and 0 for
local builds.
Closes gh-21698
2020-06-04 16:10:12 +01:00
Phillip Webb
4d37430bfe
Use servlet context that can access classloader
...
Update `SpringBootServletInitializer` to use the `ServletContext` that
was provided to the initial `onStartup` call rather than the
one from the `ServletContextEvent`. This allows the `getClassLoader()`
call to complete without throwing an `UnsupportedOperationException`.
Fixes gh-21684
2020-06-03 19:18:12 -07:00
Scott Frederick
29253264b4
Improve Docker API 5xx error messages
...
This commit improves the error messages returned by the Spring Boot
build plugins when a 5xx status code is returned from the Docker
API while attempting to build an image. If the error response has
contents containing a JSON structure with a "message" key, the value
associated with that key will be included in the exception message
and in the build plugin output error.
Fixes gh-21515
2020-06-03 16:53:44 -05:00
Andy Wilkinson
1486ce5ae0
Merge pull request #21673 from dreis2211
...
* gh-21673:
Polish Slack notification when no build scan was published
Closes gh-21673
2020-06-03 18:47:20 +01:00
dreis2211
0f6767f274
Polish Slack notification when no build scan was published
...
See gh-21673
2020-06-03 18:46:58 +01:00
Andy Wilkinson
9bfb088931
Upgrade to Gradle Enterprise Plugin 3.3.3
...
Closes gh-21675
2020-06-03 17:47:35 +01:00
Andy Wilkinson
23b329be07
Upgrade to Gradle Enterprise Conventions Plugin 0.0.3
...
Closes gh-21674
2020-06-03 17:27:14 +01:00
Andy Wilkinson
daeca9f332
Restore Boot 2.2's compile-scoped dependencies
...
Fixes gh-21507
2020-06-03 12:55:11 +01:00
Andy Wilkinson
210e565741
Use dirMode and fileMode to configure CLI archive entry permissions
...
Closes gh-21453
2020-06-03 11:46:01 +01:00
Andy Wilkinson
d30a0ee811
Ensure that the build uses UTF-8 encoding everywhere by default
...
Closes gh-21664
2020-06-03 10:35:26 +01:00
Andy Wilkinson
a2bfdb5b33
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21663
2020-06-03 08:13:44 +01:00
Andy Wilkinson
29c2a0471d
Add Oracle DB dependency management under com.oracle.database
...
Closes gh-20333
2020-06-03 08:06:26 +01:00
Phillip Webb
e39d7971fb
Merge branch '2.2.x' into 2.3.x
2020-06-02 22:48:01 -07:00
Phillip Webb
864daab03a
Merge branch '2.1.x' into 2.2.x
2020-06-02 22:47:41 -07:00
Phillip Webb
b5fe3c3494
Refine YAML type restriction error
...
Closes gh-21596
2020-06-02 22:46:47 -07:00
Phillip Webb
ebb3f5f286
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21660
2020-06-02 22:28:39 -07:00
Phillip Webb
4fc0dec6c4
Support wrapped random property sources
...
Update `SpringConfigurationPropertySource` so that wrapped random
property sources can be used. It's assumed that wrapped random
sources will use the name of the source as the prefix.
Closes gh-21595
2020-06-02 22:22:40 -07:00
Madhura Bhave
2dc8048d08
Add missing since tags
...
Closes gh-21576
2020-06-02 17:22:46 -07:00
Phillip Webb
2589f980d5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21655
2020-06-02 10:58:36 -07:00
Phillip Webb
09a47c9aad
Fix containsDescendantOf for random sources
...
Fix the `containsDescendantOf` logic for random property sources to
ensure that ancestors are correctly matched.
Closes gh-21654
2020-06-02 10:57:48 -07:00
Andy Wilkinson
f0bc8ee73c
Fix version placeholder replacement in Gradle plugin docs
...
Closes gh-21640
2020-06-02 08:59:14 +01:00
Phillip Webb
7104d8d81e
Polish
2020-06-01 21:20:45 -07:00
Phillip Webb
fc4efe3bf0
Fix Maven plugin help support
...
Update `MavenPluginPlugin` to fix HelpMojo support.
Closes gh-21556
2020-06-01 21:20:45 -07:00
Madhura Bhave
1f28141f3e
Use the right property in test
2020-06-01 15:15:53 -07:00
Phillip Webb
4dff0beb80
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21645
2020-06-01 15:07:26 -07:00
Phillip Webb
14e6c734a9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21643
2020-06-01 14:45:39 -07:00
Phillip Webb
95031295b9
Restore TomcatReactiveWebServerFactoryTests
...
Restore tests that were previously ignored due to a framework bug.
Closes gh-19702
2020-06-01 14:19:20 -07:00