- 10 Feb, 2018 7 commits
-
-
Andy Wilkinson authored
Closes gh-11889
-
Henrich Kraemer authored
Previously, the host on Jetty's connector was configured using the host address of the InetSocketAddress. This could result in reverse name resolution that could cause Jetty to bind to a different IP address than was configured. This commit updates the configuration code to use the host string when specifically does not perform reverse name resolution. See gh-11889
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Update embedded launch script to no longer change ownership of files or folders that already exist. Fixes gh-11397
-
Jacques Stadler authored
Closes gh-11848
-
Phillip Webb authored
-
- 30 Jan, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-11845
-
Stephane Nicoll authored
Closes gh-11371
-
- 29 Jan, 2018 10 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11836
-
Andy Wilkinson authored
* gh-11790: Polish "Configure ErrorReportValve not to report stack traces" Configure ErrorReportValve not to report stack traces
-
Andy Wilkinson authored
Closes gh-11790
-
Alex Panchenko authored
See gh-11790
-
Andy Wilkinson authored
* gh-11835: Upgrade to Spring AMQP 1.7.6
-
Gary Russell authored
Closes gh-11835
-
Andy Wilkinson authored
Closes gh-11660
-
Andy Wilkinson authored
Closes gh-11717
-
Andy Wilkinson authored
Closes gh-11829
-
- 24 Jan, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-11673
-
- 23 Jan, 2018 2 commits
-
-
Andy Wilkinson authored
Closes gh-11746
-
Stephane Nicoll authored
Closes gh-11520
-
- 22 Jan, 2018 4 commits
-
-
Andy Wilkinson authored
See gh-11727
-
Andy Wilkinson authored
Closes gh-11727
-
Andy Wilkinson authored
Closes gh-11726
-
Andy Wilkinson authored
-
- 19 Jan, 2018 2 commits
-
-
Andy Wilkinson authored
Closes gh-11694
-
Phillip Webb authored
-
- 18 Jan, 2018 9 commits
-
-
Stephane Nicoll authored
Closes gh-11512
-
Johnny Lim authored
See gh-11674
-
Andy Wilkinson authored
See gh-11673
-
Andy Wilkinson authored
Closes gh-11672
-
Andy Wilkinson authored
Closes gh-11671
-
Andy Wilkinson authored
Closes gh-11670
-
Andy Wilkinson authored
Closes gh-11669
-
Andy Wilkinson authored
Closes gh-11668
-
Stephane Nicoll authored
The initial solution to gh-11512 was still using a plain `toString` that could potentially break with a JDK upgrade. Turns out that JDK9 actually uses the same type for AnnotatedType and ClassType so the trick of using a visitor doesn't work anymore. Retrospectively, it is quite easy to generate the full type once we have the DeclaredType as we already have some logic to get the qualified, that is raw, type and we have access to the type parameters. This commit still uses a `toString` to generate the representation of the type parameters but this looks much safer than trying to redo what such a simple `toString` should do. Also, the additional metadata that we could get on an ExecutableElement does not apply to them. Closes gh-11512
-
- 17 Jan, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that the `type` of a property is generated property if the getter of the property is annotated. Previously, a type implementation may expose the annotation information. Closes gh-11512
-
- 16 Jan, 2018 1 commit
-
-
Stephane Nicoll authored
-