Andy Wilkinson
f1e99649df
Upgrade to Spring Security 5.6.0-M1
...
Closes gh-27173
2021-07-19 17:47:43 +01:00
Andy Wilkinson
26bedd6527
Upgrade to Spring Data 2021.1.0-M1
...
See gh-27170
2021-07-19 15:43:37 +01:00
Andy Wilkinson
ed38ac6ff0
Polish "Add idle timeout property for Reactor Netty"
...
See gh-27371
2021-07-19 14:58:15 +01:00
Saraswathy Hariharakrishnan
cbcd7b939b
Add idle timeout property for Reactor Netty
...
See gh-27371
2021-07-19 14:49:08 +01:00
izeye
14d8c33125
Polish
...
See gh-27405
2021-07-19 14:45:47 +01:00
Andy Wilkinson
51fedd6528
Reinstate support for Hibernate < 5.5
...
See gh-27352
2021-07-19 13:52:40 +01:00
Andy Wilkinson
6d50e65572
Revert "Add support for InfluxDB 2.x"
...
This reverts commit 52fedb2bb4
.
See gh-25891
2021-07-19 13:28:08 +01:00
Andy Wilkinson
4d30eb453f
Adopt Hiberate's CamelCaseToUnderscoresNamingStrategy
...
Closes gh-27352
2021-07-19 13:19:49 +01:00
Andy Wilkinson
99ada4e386
Upgrade to Rabbit AMQP Client 5.13.0
...
Closes gh-27404
2021-07-19 12:45:53 +01:00
Andy Wilkinson
02c1ce0953
Upgrade to Netty 4.1.66.Final
...
Closes gh-27403
2021-07-19 12:45:51 +01:00
Andy Wilkinson
bae0a081fe
Upgrade to jOOQ 3.14.13
...
Closes gh-27402
2021-07-19 12:45:50 +01:00
Andy Wilkinson
3112d163ea
Upgrade to Jedis 3.6.2
...
Closes gh-27401
2021-07-19 12:45:49 +01:00
Andy Wilkinson
d37e79a7f2
Upgrade to Infinispan 12.1.7.Final
...
Closes gh-27400
2021-07-19 12:45:47 +01:00
Andy Wilkinson
5f537cca39
Upgrade to Hibernate 5.5.4.Final
...
Closes gh-27399
2021-07-19 12:45:45 +01:00
Andy Wilkinson
9082e16a25
Upgrade to Git Commit ID Plugin 4.9.9
...
Closes gh-27398
2021-07-19 12:45:43 +01:00
Andy Wilkinson
5bedfe414f
Upgrade to Flyway 7.11.2
...
Closes gh-27397
2021-07-19 12:45:42 +01:00
Andy Wilkinson
521155c48f
Upgrade to Dropwizard Metrics 4.2.3
...
Closes gh-27396
2021-07-19 12:45:40 +01:00
Andy Wilkinson
3409c13b0e
Upgrade to Byte Buddy 1.11.8
...
Closes gh-27395
2021-07-19 12:45:39 +01:00
Andy Wilkinson
e1623708bd
Upgrade to AppEngine SDK 1.9.90
...
Closes gh-27394
2021-07-19 12:45:37 +01:00
Andy Wilkinson
069074e490
Make ConnectionNameStrategy publicly settable
...
See gh-26982
2021-07-19 11:57:47 +01:00
Scott Frederick
a0b32251eb
Split gradle test support into a separate module
...
See gh-25824
2021-07-16 12:52:39 -05:00
Andy Wilkinson
d60191add2
Merge pull request #26258 from pirgeo
...
* gh-26258:
Polish "Refine documentation"
Refine documentation
Polish "Add properties for Dynatrace metrics API v2 ingest with Micrometer"
Add properties for Dynatrace metrics API v2 ingest with Micrometer
Closes gh-26258
2021-07-16 17:39:38 +01:00
Andy Wilkinson
21b3202ab2
Polish "Refine documentation"
...
See gh-26258
2021-07-16 17:17:57 +01:00
Georg Pirklbauer
d0cd3ab1d3
Refine documentation
...
See gh-26258
2021-07-16 17:05:19 +01:00
Andy Wilkinson
3d581847e6
Merge branch '2.5.x'
...
Closes gh-27370
2021-07-16 15:46:39 +01:00
Andy Wilkinson
96111514e1
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27369
2021-07-16 15:46:27 +01:00
Andy Wilkinson
06a3c40506
Use a 10s init query timeout in Cassandra tests
...
Closes gh-27368
2021-07-16 15:45:49 +01:00
Andy Wilkinson
25234219ce
Merge branch '2.5.x'
...
Closes gh-27365
2021-07-16 11:51:43 +01:00
dreis2211
be38ce3645
Disable Gradle plugin tests that fail on JDK 17
...
See gh-27328
2021-07-16 11:42:51 +01:00
Andy Wilkinson
43f1b98864
Polish "Add @WebServiceServerTest slice test support"
...
See gh-27091
2021-07-16 11:28:39 +01:00
Daniil Razorenov
c897b1e689
Add @WebServiceServerTest slice test support
...
Add `@WebServiceServerTest` and related test auto-configuration to
allow slice testing of Spring Web Service server applications.
See gh-27091
2021-07-16 10:11:06 +01:00
Andy Wilkinson
bc8ab6c755
Merge branch '2.5.x'
...
Closes gh-27362
2021-07-16 09:43:55 +01:00
Andy Wilkinson
1e09ef1db3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27361
2021-07-16 09:43:33 +01:00
Andy Wilkinson
fe081b1742
Add Gson converter immediately before default Jackson converter
...
Previously, when the preferred json mapper was set to Gson, the Gson
HTTP message converter was added before any other converters. This
changed the form of String responses that were already valid. When
Jackson is in use, a string converter is used as it appears earlier
in the list than the Jackson converter. When the mapper is switched
to Gson, the Gson converter is added first in the list of converters
and the Strong converter is no longer used. This results in the
String, that was already valid JSON, being converted again. This
changes its form as quotes are escaped, etc.
This commit updates HttpMessageConverters so that the Gson converter
is added to the list immediately before the default Jackson
converter. This is done by considering the Gson converter to be an
equivalent of the Jackson converter.
Fixes gh-27354
2021-07-16 09:04:46 +01:00
Madhura Bhave
cdd80e660a
Merge branch '2.5.x' into main
...
Closes gh-27358
2021-07-15 16:16:31 -07:00
anvithabs
e48efa158b
Fix reference to a configuration property in cloud.adoc
...
See gh-27357
2021-07-15 16:14:55 -07:00
Madhura Bhave
7bae960d78
Polish "Support comma-separated basePackage values in EntityScan"
...
See gh-27355
2021-07-15 15:42:42 -07:00
Saraswathy Hariharakrishnan
00b9a8811d
Support comma-separated basePackage values in EntityScan
...
See gh-27355
2021-07-15 15:41:50 -07:00
izeye
198e40c72e
Remove Flyway references from DependsOn BFPPs for Liquibase
...
See gh-27348
2021-07-15 20:18:27 +01:00
Andy Wilkinson
3e0baf1bfd
Merge branch '2.5.x'
...
Closes gh-27353
2021-07-15 19:45:32 +01:00
Andy Wilkinson
c8c784bd5c
Allow @SpyBean to be used to spy on a Spring Data repository
...
Fixes gh-7033
2021-07-15 19:44:52 +01:00
Andy Wilkinson
969ca71af3
Update version property for Prometheus to reflect its scope
...
Closes gh-27350
2021-07-15 19:31:49 +01:00
Andy Wilkinson
13fc16b29b
Merge branch '2.5.x'
...
Closes gh-27351
2021-07-15 19:27:05 +01:00
Andy Wilkinson
62695f76f7
Provide complete dependency management for Prometheus's Pushgateway
...
Fixes gh-27349
2021-07-15 19:26:25 +01:00
Andy Wilkinson
800957e5a3
Upgrade to Spring HATEOAS 1.4.0-M1
...
Closes gh-27185
2021-07-15 17:05:00 +01:00
Andy Wilkinson
1b130c572c
Remove dependency management for org.webjars:hal-browser
...
Closes gh-26192
2021-07-15 14:56:51 +01:00
Andy Wilkinson
84455f86fd
Polish "Add properties for Dynatrace metrics API v2 ingest with Micrometer"
2021-07-15 13:07:37 +01:00
Georg Pirklbauer
3161164912
Add properties for Dynatrace metrics API v2 ingest with Micrometer
2021-07-15 11:57:58 +01:00
Andy Wilkinson
6f0b23502e
Merge branch '2.5.x'
...
Closes gh-27347
2021-07-15 11:51:48 +01:00
Andy Wilkinson
d4159130a5
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27346
2021-07-15 11:50:51 +01:00