Commit Graph

17994 Commits

Author SHA1 Message Date
Andy Wilkinson
f65018433f Use stable archive location for TomEE zip download 2019-03-26 13:29:37 +00:00
Andy Wilkinson
139739ccd9 Merge branch '1.5.x' into 2.0.x 2019-03-26 12:46:07 +00:00
Andy Wilkinson
23d9998269 Merge branch '1.4.x' into 1.5.x 2019-03-26 12:45:52 +00:00
Andy Wilkinson
1fd6d1a60c Merge branch '1.3.x' into 1.4.x 2019-03-26 12:43:01 +00:00
Andy Wilkinson
7b044b2e3e Merge pull request #16283 from Spring Operator
* gh-16283:
  Use HTTPS to link to Apache License

Closes gh-16283
2019-03-26 12:42:46 +00:00
Spring Operator
08dce4f3ea Use HTTPS to link to Apache License
See gh-16283
2019-03-26 12:41:56 +00:00
Madhura Bhave
3e82e7aa7e Publish release notes after central sync for releases
Closes gh-15713
2019-03-22 14:23:13 -07:00
Andy Wilkinson
5f4fa9d52a Merge branch '1.5.x' into 2.0.x 2019-03-20 17:31:31 +00:00
Andy Wilkinson
91726f3162 Update the samples to use Spring Java Format 0.0.7 2019-03-20 17:30:25 +00:00
Andy Wilkinson
70d883a8ee Correct the location to which Java 8 is extracted
Closes gh-15813
2019-03-20 17:16:20 +00:00
Andy Wilkinson
9fbd38ab3c Merge branch '1.5.x' into 2.0.x 2019-03-20 16:45:26 +00:00
Andy Wilkinson
4b6bddd476 Merge branch '1.4.x' into 1.5.x 2019-03-20 16:30:04 +00:00
Andy Wilkinson
6920c39349 Merge branch '1.3.x' into 1.4.x 2019-03-20 15:06:50 +00:00
Andy Wilkinson
0e009ef047 Use HTTPS to link to the Apache license 2019-03-20 15:00:10 +00:00
Andy Wilkinson
b1391a795e Merge pull request #16246 from Spring Operator
* gh-16246:
  Polish "Update build and setup configuration to use HTTPS"
  Update build and setup configuration to use HTTPS

Closes gh-16246
2019-03-19 16:59:08 +00:00
Andy Wilkinson
2c2fa9e821 Polish "Update build and setup configuration to use HTTPS"
See gh-16246
2019-03-19 16:58:45 +00:00
Spring Operator
3e2b6ac8ed Update build and setup configuration to use HTTPS
See gh-16246
2019-03-19 16:58:31 +00:00
Andy Wilkinson
63284e0456 Merge branch '1.5.x' into 2.0.x 2019-03-19 16:56:40 +00:00
Andy Wilkinson
d8f8ae86c8 Merge pull request #16245 from Spring Operator
* gh-16245:
  Polish "Update build and setup configuration to use HTTPS"
  Update build and setup configuration to use HTTPS

Closes gh-16245
2019-03-19 16:49:20 +00:00
Andy Wilkinson
c2002e7160 Polish "Update build and setup configuration to use HTTPS"
See gh-16245
2019-03-19 16:48:48 +00:00
Spring Operator
991ba550d3 Update build and setup configuration to use HTTPS
See gh-16245
2019-03-19 16:48:30 +00:00
Andy Wilkinson
6f87975f84 Merge branch '1.4.x' into 1.5.x 2019-03-19 16:46:17 +00:00
Andy Wilkinson
6636a23930 Merge pull request #16244 from Spring Operator
* gh-16244:
  Polish "Update build and setup configuration to use HTTPS"
  Update build and setup configuration to use HTTPS

Closes gh-16244
2019-03-19 16:45:18 +00:00
Andy Wilkinson
04434676c3 Polish "Update build and setup configuration to use HTTPS"
See gh-16244
2019-03-19 16:44:50 +00:00
Spring Operator
e2837843e1 Update build and setup configuration to use HTTPS
See gh-16244
2019-03-19 16:44:10 +00:00
Andy Wilkinson
a662563c28 Merge branch '1.3.x' into 1.4.x 2019-03-19 16:41:00 +00:00
Andy Wilkinson
526d91dbce Merge pull request #16243 from Spring Operator
* gh-16243:
  Polish "Update build and setup configuration to use HTTPS"
  Update build and setup configuration to use HTTPS

Closes gh-16243
2019-03-19 16:40:44 +00:00
Andy Wilkinson
122b2a1b0b Polish "Update build and setup configuration to use HTTPS"
See gh-16243
2019-03-19 16:39:38 +00:00
Spring Operator
7c314122f7 Update build and setup configuration to use HTTPS
See gh-16243
2019-03-19 16:01:05 +00:00
Brian Clozel
8866a25ef7 Polish Undertow tests 2019-03-13 11:55:53 +01:00
Brian Clozel
6138041578 Polish
Fixes gh-16014
2019-03-13 11:55:41 +01:00
Johnny Lim
a6ccdbe19f Handle missing exceptions in WebMvcMetricsFilter
Prior to this commit, exceptions nested in
`NestedServletExceptions` would not be recorded by the
`WebMvcMetricsFilter`. This commit ensures that exceptions
happening downstream (e.g. happening while writing the response
body itself) are properly recorded.

See https://github.com/micrometer-metrics/micrometer/issues/1190
See gh-16014
2019-03-13 11:07:32 +01:00
Stephane Nicoll
50d0b4df46 Polish 2019-03-12 11:04:00 +01:00
Phillip Webb
9c3af103e0 Fix ScheduledTasksEndpointAutoConfigurationTests
Update the `CustomEndpointConfiguration` class in
`ScheduledTasksEndpointAutoConfigurationTests` to be package private
so that it can be enhanced by cglib.

Prior to merge commit 361437f4 the class was a lite configuration so
it didn't matter that it was a private class.
2019-03-11 22:12:36 -07:00
Phillip Webb
03beed603c Fix ScheduledTasksEndpointTests BaseConfiguration
Update the `BaseConfiguration` class in `ScheduledTasksEndpointTests`
to be package private so that it can be enhanced by cglib.

Prior to merge commit 361437f4 the class was a lite configuration so
it didn't matter that it was a private class.
2019-03-11 21:07:20 -07:00
Andy Wilkinson
c2eeeb032c Work around javac bug 2019-03-11 16:27:56 +00:00
Andy Wilkinson
361437f4e2 Merge branch '1.5.x' into 2.0.x 2019-03-11 15:53:34 +00:00
Andy Wilkinson
821ee0cf83 Ensure that @Bean methods are only declared on @Configuration classes
Closes gh-16190
2019-03-11 15:01:59 +00:00
Andy Wilkinson
fd8a2691a5 Upgrade Maven Wrapper and drop back to Maven 3.5.4
See gh-16167
2019-03-08 08:19:42 +00:00
Andy Wilkinson
affdbeef41 Polish 2019-03-07 10:08:39 +00:00
Andy Wilkinson
17a1b2822c Isolate LoggerContext state to each test
Closes gh-16162
2019-03-07 09:37:41 +00:00
Andy Wilkinson
83216c34e5 Merge branch '1.5.x' into 2.0.x 2019-03-07 09:25:17 +00:00
Andy Wilkinson
3fdf2818b3 Remove reliance on side-effects in LogbackLoggingSystemTests
Closes gh-16160
2019-03-07 09:22:42 +00:00
Andy Wilkinson
e56580ddc6 Merge branch '1.5.x' into 2.0.x 2019-03-06 15:10:25 +00:00
Andy Wilkinson
2916421188 Revert "Upgrade to Jetty 9.4.15.v20190215"
This reverts commit 53e7c5cde1.

See gh-16118
2019-03-06 15:09:21 +00:00
Andy Wilkinson
4cfc532890 Upgrade to Spring Ws 3.0.7.RELEASE
Closes gh-16127
2019-03-06 13:30:51 +00:00
Andy Wilkinson
51657e1ad0 Upgrade to Spring Integration 5.0.12.RELEASE
Closes gh-16126
2019-03-06 13:30:49 +00:00
Andy Wilkinson
ab05a07807 Upgrade to Neo4j Ogm 3.1.8
Closes gh-16125
2019-03-06 13:30:48 +00:00
Andy Wilkinson
7a26a092aa Upgrade to Hibernate Validator 6.0.15.Final
Closes gh-16124
2019-03-06 13:30:46 +00:00
Andy Wilkinson
31892a3488 Upgrade to Elasticsearch 5.6.15
Closes gh-16123
2019-03-06 13:30:45 +00:00