Andy Wilkinson
9baa9772c2
Revert "Upgrade to Jackson 2.8.11"
...
This reverts commit f91f8f7eec
.
See gh-11475
7 years ago
Brian Clozel
b96f862c9e
Merge pull request #11489 from Buzzardo:linking
...
* pr/11489:
Polish
Full editing pass plus linking
7 years ago
Brian Clozel
c6a1fc93bd
Polish
7 years ago
Jay Bryant
0e7dbd59b2
Full editing pass plus linking
...
I made a complete editing pass plus another pass to see where I could add more links, both within the document and to other parts of Spring. The result was a thorough edit (though I'm sure I missed things, purely due to the size of the thing).
7 years ago
Andy Wilkinson
0aedd3f11d
Exclude tomcat-annotations-api and use javax.annotations-api instead
...
Closes gh-10133
7 years ago
Andy Wilkinson
a7808388ad
Make github-tag property available when generating Gradle plugin docs
...
Closes gh-11490
7 years ago
Stephane Nicoll
03dd53f347
Fix broken merge
7 years ago
Stephane Nicoll
e3bfd797a3
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
d49b022ce3
Shade json in configuration processor
...
This commit shades the json API in the configuration processor so that
it doesn't bring `android-json` to the classpath anymore.
Closes gh-10307
7 years ago
Phillip Webb
bee5fa7fc6
Polish
7 years ago
Phillip Webb
6bac365a72
Polish micrometer cache metrics
...
Change `CacheMeterBinderProvider` to include a cache type
generic which helps to simplify implementations. Also move
and extract a few classes.
See gh-11221
7 years ago
Phillip Webb
37fe7bc8f6
Update validator background initializer
...
Update the validator background initializer to actually create
the validator.
Closes gh-11412
7 years ago
Madhura Bhave
732d9868e3
Increase session timeout to prevent CI failures
7 years ago
Madhura Bhave
716543828a
Refactor some tests to use ApplicationContextRunner
7 years ago
Brian Clozel
3ab32df242
Add support for HTTP/2 in Jetty with Conscrypt
...
This commit configures Jetty for HTTP/2 support as soon as the following
conditions are met:
* `server.http2.enabled=true`
* Both `org.eclipse.jetty:jetty-alpn-conscrypt-server` and
`org.eclipse.jetty.http2:http2-server` are on classpath
This will use the Conscrypt library for ALPN and TLS support using
native libraries shipped within the Conscrypt uber Jar. This does not
require a JVM agent or patching the JDK classes.
Closes gh-10902
7 years ago
Stephane Nicoll
ea70b2ed2e
Upgrade to Kotlin 1.2.10
...
See gh-11235
7 years ago
Andy Wilkinson
6d8676c268
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
0515ca0dd0
Auto configure micrometer cache metrics
...
Closes gh-11221
7 years ago
Andy Wilkinson
1f14b11be4
Upgrade to Spring Security Jwt 1.0.9.RELEASE
...
Closes gh-11483
7 years ago
Andy Wilkinson
fc3e4085cb
Upgrade to Spring Retry 1.2.2.RELEASE
...
Closes gh-11482
7 years ago
Andy Wilkinson
2ac5f7b464
Upgrade to Spring Integration 4.3.13.RELEASE
...
Closes gh-11481
7 years ago
Andy Wilkinson
40c8edc52e
Upgrade to Spring Amqp 1.7.5.RELEASE
...
Closes gh-11480
7 years ago
Andy Wilkinson
cc61bc05e6
Upgrade to Tomcat 8.5.24
...
Closes gh-11479
7 years ago
Andy Wilkinson
5552434660
Upgrade to Httpclient 4.5.4
...
Closes gh-11478
7 years ago
Andy Wilkinson
38f94cc683
Upgrade to Mysql 5.1.45
...
Closes gh-11477
7 years ago
Andy Wilkinson
e926c87e81
Upgrade to Appengine Sdk 1.9.60
...
Closes gh-11476
7 years ago
Andy Wilkinson
f91f8f7eec
Upgrade to Jackson 2.8.11
...
Closes gh-11475
7 years ago
Andy Wilkinson
38ac595615
Polish
7 years ago
Andy Wilkinson
bac21e2ee6
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
77edcaab86
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
451a4dfc7f
Make management web security back off without spring-security-web
...
Closes gh-11474
7 years ago
Andy Wilkinson
70e14edaf7
Work around incorrect layout of generated epub archive
...
Previously, the Docbook Maven plugin would generate an epub archive
with the majority of contents in OEBPS/, including content.opf, while
the META-INF/container.xml file reference to content.opf in the root
of the archive.
This commit overrides the epub.oebps.dir variable to move the content
into the root of the archive where it's expected to be. Implementing
this override highlighted that our customization stylesheet was not
being applied as the configuration property was incorrect (it was
epubCustomnization rather than the required epub3Customization). This
has been corrected along with a problem with missing images that
fixing it revealed.
Closes gh-11470
7 years ago
Brian Clozel
366d1122f0
Upgrade to Animal Sniffer 1.16
...
This version is compatible with JDK9 libraries; this is now required
since Jetty introduced a dependency on ASM 6.0 in gh-11469.
7 years ago
Brian Clozel
8286cbc9f3
Merge branch '1.5.x'
7 years ago
Brian Clozel
88b15baf20
Upgrade to Jetty 9.4.8.v20171121
...
Closes gh-11469
7 years ago
Stephane Nicoll
f0b210c751
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
e187aac93d
Mention that a custom starter must bring the core starter
...
Closes gh-11455
7 years ago
Stephane Nicoll
397d3e85e8
Fix Windows build
...
Closes gh-11459
7 years ago
Stephane Nicoll
6277d0ceb7
Update copyright header
7 years ago
Stephane Nicoll
87dfa07070
Merge pull request #11460 from dreis2211:fix-more-typos
...
* pr/11460:
Fix typos
7 years ago
dreis2211
eb1ae2dd79
Fix typos
...
Closes gh-11460
7 years ago
Andy Wilkinson
b545330d8e
Fix reusable archive creation with Gradle 4.1 and later
...
Closes gh-11468
7 years ago
Stephane Nicoll
a6c301edb4
Merge pull request #11451 from izeye:logging-pattern-dateformat
...
* pr/11451:
Polish
7 years ago
Johnny Lim
a462255383
Polish
...
Closes gh-11451
7 years ago
Stephane Nicoll
0b02415943
Merge pull request #11450 from dreis2211:fix-typos
...
* pr/11450:
Fix typos
7 years ago
dreis2211
67a84cd4f9
Fix typos
...
Closes gh-11450
7 years ago
Stephane Nicoll
edc43f75cb
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
abfee97843
Merge pull request #11456 from rajadilipkolli:patch-1
...
* pr/11456:
Update copyright header
7 years ago
Raja Kolli
e6eca2b2c9
Update copyright header
...
Closes gh-11456
7 years ago
Stephane Nicoll
7d34a58d10
Merge pull request #11448 from izeye:polish-20171230
...
* pr/11448:
Polish
7 years ago