Commit Graph

11803 Commits

Author SHA1 Message Date
Phillip Webb
ff36074401 Update copyright header for changed files
Effectively all files have been touched this year due to the nohttp
work.
2019-07-24 11:37:23 +01:00
Phillip Webb
8843c11a28 Update copyright header of changed files 2019-07-17 21:44:01 +01:00
Andy Wilkinson
b7884b50f6 Merge pull request #16894 from gavvvr
* gh-16894:
  Fix persistent session property name in reference docs

Closes gh-16894
2019-07-01 15:54:43 +01:00
Kirill Gavrilov
c1bf04c66f Fix persistent session property name in reference docs
See gh-16894
2019-07-01 15:54:13 +01:00
Andy Wilkinson
bf271e415a Align print margin column with Java Format's line wrapping
Closes gh-17377
2019-07-01 14:08:14 +01:00
Andy Wilkinson
f9bd472192 Polish upgrade to spring-javaformat 0.0.15
See gh-17359
2019-06-29 20:27:47 +01:00
Phillip Webb
d91f27e11f Fix Javadoc @Since checkstle violations
Apply consistent `@Since` tags and retrofit the existing code using a
best guess from the git history.

Closes gh-17360
2019-06-28 22:41:15 -07:00
Phillip Webb
dc5c5702f8 Enforce stricter javadoc @Since rules
See gh-17360
2019-06-28 21:16:27 -07:00
Phillip Webb
9433ad2222 Ignore SpringMethodVisibility check
Ignore the new `SpringMethodVisibility` on released versions since
the required changes can introduce subtle bugs.

See gh-17359
2019-06-28 21:15:01 -07:00
Phillip Webb
b0fffbe42e Upgrade to spring-javaformat 0.0.15
Closes gh-17359
2019-06-28 21:14:00 -07:00
Phillip Webb
6d01bc915b Make intermediate classes of public classes public
Backport gh-12590 to 1.5.x and also pick up a few classes that were
missed. This commit also makes a few properties bound classes public.

Closes gh-17337
2019-06-28 12:18:07 -07:00
Andy Wilkinson
1ee8c53b90 Upgrade to spring-javaformat 0.0.14
Closes gh-17331
2019-06-27 11:10:13 +01:00
Andy Wilkinson
72f7985219 Drop back to Eclipse 2019-03 to avoid m2e regression
Closes gh-15200
2019-06-26 17:31:00 +01:00
Andy Wilkinson
0cfcfb104e Link to Apache Licence in Maven Plugin docs rather than inlining it
Closes gh-17317
2019-06-26 17:31:00 +01:00
Andy Wilkinson
1ee7b80162 Update the Oomph setup for Eclipse 2019-06
Closes gh-15200
2019-06-25 16:22:53 +01:00
Stephane Nicoll
29de792148 Merge pull request #17068 from ielatif
* pr/17068:
  Fix javadoc of management server port

Closes gh-17068
2019-06-19 15:19:34 +02:00
Issam El-atif
fca97ff86c Fix javadoc of management server port
See gh-17068
2019-06-19 15:15:04 +02:00
Andy Wilkinson
844873c18a Starting building against Spring Framework 4.3.25 snaphots
See gh-17221
2019-06-17 14:15:58 +01:00
Andy Wilkinson
9813889030 Merge pull request #16879 from lukaseder
* gh-16879:
  Fix jOOQ's trademark

Closes gh-16879
2019-06-14 15:46:22 +01:00
Lukas Eder
6d967d9bf1 Fix jOOQ's trademark
See gh-16879
2019-06-14 15:46:09 +01:00
Andy Wilkinson
41a796010f Polish 2019-06-14 14:12:04 +01:00
Andy Wilkinson
d8a4fff3a5 Switch away from https://maven.restlet.org as it redirects to http 2019-06-14 13:42:58 +01:00
Andy Wilkinson
9d71be8945 Use HTTPS for embedded MongoDB downloads by default
Closes gh-17191
2019-06-14 12:48:27 +01:00
Andy Wilkinson
be077d7f69 Upgrade to Dependency Management Plugin 1.0.8.RELEASE
Closes gh-17149
2019-06-14 11:58:31 +01:00
Andy Wilkinson
fb24b5a684 Separate nottp checkstyle configuration
See gh-16682
2019-06-07 11:39:32 -07:00
Andy Wilkinson
ede197fa55 Polish formatting
Fix formatting issues, primarily around header comments.
2019-06-07 11:33:42 -07:00
Andy Wilkinson
5a22ae6340 Suppress NoHTTP checks on Shade-generated reduced dependency pom
Closes gh-17080
2019-06-07 14:55:55 +01:00
Andy Wilkinson
1e863c082a Fix suppression for .jar, .git, .ico, .p12, .svg, and .png files
Closes gh-17082
2019-06-07 14:48:09 +01:00
Andy Wilkinson
0c74b3cd14 Format deployment integration test source code
Closes gh-17077
2019-06-07 12:18:54 +01:00
Andy Wilkinson
8f1be4cded Upgrade to spring-javaformat 0.0.11 2019-06-07 09:44:58 +01:00
Phillip Webb
d548c5ed31 Fix checkstyle violations 2019-06-04 12:45:23 -07:00
Phillip Webb
e161c6f826 Broaden files covered by checkstyle
Closes gh-16682
2019-06-04 12:45:23 -07:00
Phillip Webb
80d8a5cfa2 Add nohttp checkstyle rule
Closes gh-16682
2019-06-04 00:52:45 -07:00
Phillip Webb
72268a266b Switch livereload links to https 2019-06-04 00:52:45 -07:00
Phillip Webb
cd537155a9 Use https for Thymeleaf xmlns:layout 2019-06-04 00:52:45 -07:00
Phillip Webb
a99131f727 Polish resource files to all end with a new line 2019-06-04 00:52:45 -07:00
Andy Wilkinson
3cee783d7b Remove dependency management for jetty-infinispan
Closes gh-16925
2019-05-21 10:56:43 +01:00
Stephane Nicoll
6b3c15a858 Fixup version numbers following release 2019-05-14 15:43:47 +02:00
Spring Buildmaster
67fa63d0e3 Next Development Version 2019-05-14 08:21:02 +00:00
Stephane Nicoll
8d8d4d891a Upgrade to Groovy 2.4.17
Closes gh-16836
2019-05-14 08:04:04 +02:00
Stephane Nicoll
fc3fd6476b Upgrade to Spring Data Ingalls-SR22
Closes gh-16748
2019-05-14 08:03:00 +02:00
Stephane Nicoll
b07267b185 Upgrade to Spring Data Ingalls-SR21
Closes gh-16748
2019-05-10 16:52:56 +02:00
Stephane Nicoll
9ff7d26796 Upgrade to Spring Framework 4.3.24
Closes gh-16759
2019-05-09 18:12:00 +02:00
Stephane Nicoll
e68db7764e Upgrade to Jetty 9.4.18.v20190429
Closes gh-16761
2019-05-09 09:26:06 +02:00
Stephane Nicoll
0ad8e3298a Upgrade to Jaybird 2.2.15
Closes gh-16762
2019-05-09 08:47:04 +02:00
Stephane Nicoll
dabc73c7ac Upgrade to Jetty 9.4.16.v20190411
Closes gh-16761
2019-05-09 08:47:04 +02:00
Stephane Nicoll
dcb5c78124 Upgrade to Appengine Sdk 1.9.74
Closes gh-16760
2019-05-09 08:47:02 +02:00
Stephane Nicoll
c3ea39ce63 Upgrade to Tomcat 8.5.40
Closes gh-16504
2019-05-09 08:45:59 +02:00
Stephane Nicoll
e6deac1fd2 Start building against Spring Framework 4.3.x snapshots
See gh-16759
2019-05-09 08:41:10 +02:00
Stephane Nicoll
0552113c98 Merge pull request #16666 from Tetsuya3850
* pr/16666:
  Fix broken link
2019-04-26 11:44:51 +03:00