Stephane Nicoll
3b0f00dc20
Document how to enable Hibernate 2nd level cache with JCache
...
Closes gh-14734
6 years ago
Andy Wilkinson
acba77ab6d
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
f2446f78df
Align Session Redis tests with changes in latest Apple snapshots
...
See gh-14732
6 years ago
Stephane Nicoll
a22d089cdc
Use a dedicated hook point to customize InfluxDB's HTTP client
...
This commit introduces a dedicated hook point for InfluxDB's http client
builder and retains backward compatibility, in a deprecated fashion, for
looking up a OkHttpClient.Builder bean.
Closes gh-14709
6 years ago
Andy Wilkinson
20e57de73f
Start building against Spring Session snapshots for Bean-RELEASE
...
See gh-14733
6 years ago
Andy Wilkinson
5c67bbd2b4
Start building against Spring Integration snapshots for 5.1.0.RC2
...
See gh-14731
6 years ago
Andy Wilkinson
6c4d2e140b
Start building against Spring Security 5.1.1 snapshots
...
See gh-14730
6 years ago
Andy Wilkinson
f1ae192dcb
Start building against Spring Data snapshots for Lovelace-SR1
...
See gh-14729
6 years ago
Andy Wilkinson
205a25c0d4
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
1b4a60e65c
Start building against Spring Session snapshots for Apple-SR6
...
See gh-14732
6 years ago
Andy Wilkinson
e2b589547c
Start building against Spring Data snapshots for Kay-SR11
...
See gh-14728
6 years ago
Andy Wilkinson
a99b5ab96e
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
d6f01951f4
Start building against Spring Data snapshots for Ingalls-SR16
...
See gh-14727
6 years ago
Stephane Nicoll
50e089076e
Merge pull request #14712 from dreis2211
...
* pr/14712:
Fix actuator endpoint tables in docs
6 years ago
dreis2211
6a66a333ae
Fix actuator endpoint tables in docs
...
Closes gh-14712
6 years ago
Andy Wilkinson
2ae58b66f0
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
508bfda9ad
Start building against Spring Framework 5.0.10 snapshots
...
See gh-14722
6 years ago
Andy Wilkinson
f5367a9e1f
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
c428eaa8c0
Start building against Spring Framework 4.3.20 snapshots
...
See gh-14721
6 years ago
Andy Wilkinson
04d69f10e0
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
07dd689c9c
Polish
6 years ago
Andy Wilkinson
d20dfa4f2f
Merge pull request #14720 from Christoph Dreis
...
* gh-14720:
Fix @Cacheable typo
6 years ago
dreis2211
e6313fd96f
Fix @Cacheable typo
...
Closes gh-14720
6 years ago
Andy Wilkinson
b413333abb
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
9afd6f53e5
Document need for -parameters compilation with @SpyBean and @Cacheable
...
Closes gh-13945
6 years ago
Andy Wilkinson
c4ba05f092
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
4f51a83ab3
Add a note recommending the use of containers' multipart upload
...
Closes gh-2958
6 years ago
Andy Wilkinson
2216b78f1e
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
d3b3c8c64e
Honour management.metrics.web.server.auto-time-requests with WebFlux
...
Closes gh-13895
6 years ago
Andy Wilkinson
3f1b3db25a
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
1f34da9025
Document application plugin's need for mainClassName to be set
...
Closes gh-14250
6 years ago
Andy Wilkinson
749fa96a8b
Polish
6 years ago
Andy Wilkinson
1e0f2b652e
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
5d3f30ee94
Honour SSL key and trust store providers when configuring Netty
...
Closes gh-14714
6 years ago
Andy Wilkinson
1afdfef83a
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
d6d59edb35
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
52361e6400
Honour SSL key and trust store providers when configuring Undertow
...
Closes gh-14713
6 years ago
Stephane Nicoll
7da3396555
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
8600489775
Merge pull request #14707 from dreis2211
...
* pr/14707:
Remove unused fields in tests
6 years ago
dreis2211
55ec016bac
Remove unused fields in tests
...
Closes gh-14707
6 years ago
Andy Wilkinson
5ef9b0f901
Increase the maximum heap size that is available to Maven
6 years ago
Andy Wilkinson
43c0d42dc2
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
bbdd6cc9cb
Merge branch '1.5.x'
6 years ago
Andy Wilkinson
2c7b74db00
Merge pull request #14708 from Johnny Lim
...
* gh-14708:
Fix broken Asciidoctor syntax
6 years ago
Johnny Lim
2ba3080508
Fix broken Asciidoctor syntax
...
Closes gh-14708
6 years ago
Andy Wilkinson
8259c6397e
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
ca329d3d03
Update Jersey indicator class to one that requires the Servlet API
...
Previously, if WebFlux and Jersey were on the classpath, but there was
no Servlet API (and no embedded container) on the classpath, the web
application type would be prevented from being reactive. The absence
of the Servlet API would then prevent the web application type from
being servlet so it would be none.
By contrast, if Spring MVC was on the classpath in place of Jersey
the absence of the Servlet API would allow the web application type to
be reactive. This happened because the Spring MVC indicator class is
DispatcherServlet which requires the Servlet API.
This commit updates the Jersey indicator class to be ServletContainer.
This class is both an HttpServlet and a Filter so it too requires the
Servlet API and, therefore, further aligns the deduction behaviour for
Jersey and Spring MVC.
Closes gh-14701
6 years ago
Madhura Bhave
670aaf7875
Make prometheus push gateway available to javadoc generation
...
See gh-14353
6 years ago
Phillip Webb
f4cc3ade88
Merge pull request #14353 from davidkarlsen
...
* pr/14353:
Polish "Add Prometheus push gateway support"
Add Prometheus push gateway support
6 years ago
Phillip Webb
20ecf73cd1
Polish "Add Prometheus push gateway support"
...
Rework Prometheus push gateway support so that the central class can
be used outside of auto-configuration. The shutdown flags have also
been replaced with a single "shutdown-operation" property since it's
unlikely that both "push" and "delete" will be required.
It's also possible now to supply a `TaskScheduler` to the manager.
See gh-14353
6 years ago