Johnny Lim
0bca966c19
Update "Customizing Sanitization" documentation
...
See gh-34051
2023-02-06 11:57:25 +01:00
Andy Wilkinson
118f736260
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34044
2023-02-01 17:32:39 +00:00
Andy Wilkinson
9940fcfe77
Reset mocks produced by FactoryBeans
...
An unwanted side-effect of the changes made in c6bdd136 to fix
gh-7271 is that a mock produced by a factory bean is not reset. To
allow such a mock to be reset without regressing the fix we now call
getBean(…) as we did before c6bdd136 , however the call is now
performed in a defensive manner falling back to getSingleton(…) when
it fails.
Closes gh-33830
2023-02-01 17:22:36 +00:00
Andy Wilkinson
0184548be1
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34041
2023-02-01 15:47:13 +00:00
Andy Wilkinson
2bf780237a
Polish "Add Redis application properties example"
...
See gh-33965
2023-02-01 15:44:42 +00:00
Marcel Wollschläger
b6f900dd98
Add Redis application properties example
...
For the `Connect to Redis` section in the documentation also mention how
to configure the Redis connection via application properties similar
to the other connectors (Mongodb, Elasticsearch, Neo4j, ...).
See gh-33965
2023-02-01 15:44:41 +00:00
Andy Wilkinson
56a1551c2d
Polish "Configure jOOQ with TransactionProvider bean when available"
...
See gh-33979
2023-02-01 15:19:16 +00:00
ath0s
b2a8c8be1c
Configure jOOQ with TransactionProvider bean when available
...
See gh-33979
2023-02-01 14:53:55 +00:00
Moritz Halbritter
b28369d511
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34036
2023-02-01 09:44:30 +01:00
Moritz Halbritter
2a843d1853
Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
...
See gh-33855
2023-02-01 09:31:41 +01:00
Andy Wilkinson
fd1b596937
Remove MySQL module that is no longer published
...
Closes gh-34021
2023-01-31 10:18:03 +00:00
Moritz Halbritter
48bc12da12
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34019
2023-01-31 11:11:30 +01:00
Sanan
09d9d601e7
Complete dependency management for Mongo's Java Driver
...
See gh-33941
2023-01-31 11:10:49 +01:00
Moritz Halbritter
0a080736d8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34017
2023-01-31 10:50:30 +01:00
Johnny Lim
5eeb429e44
Polish
...
See gh-33966
2023-01-31 10:48:30 +01:00
Johnny Lim
bc7fc90550
Replace Base64Utils with JDK's Base64
...
See gh-33967
2023-01-31 10:20:06 +01:00
Krzysztof Krason
94996664bc
Drop unnecessary Collections.unmodifiableSet
...
See gh-33987
2023-01-26 20:47:35 -08:00
Krzysztof Krason
f4af93fb03
Use for loop rather than iterator
...
See gh-33987
2023-01-26 20:47:35 -08:00
Krzysztof Krason
55a50d565c
Use Comparator.comparing
...
See gh-33987
2023-01-26 20:47:34 -08:00
Krzysztof Krason
d3efd7e091
Use try with close
...
See gh-33987
2023-01-26 20:36:38 -08:00
Krzysztof Krason
0e68cae57f
Use instanceof patterns
...
See gh-33987
2023-01-26 20:36:25 -08:00
Krzysztof Krason
a9c547e767
Use text blocks
...
See gh-33987
2023-01-26 20:36:01 -08:00
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2023-01-26 20:35:08 -08:00
Phillip Webb
5120242996
Merge branch '2.7.x' into 3.0.x
2023-01-26 19:41:42 -08:00
Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2023-01-26 19:34:22 -08:00
Krzysztof Krason
888d4ac392
Use '==' rather than '.equals' with enum value
...
See gh-33987
2023-01-26 19:33:37 -08:00
Phillip Webb
058914f1cf
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33995
2023-01-26 17:38:02 -08:00
Phillip Webb
c7a8151313
Restore "Use Jedis Instead of Lettuce" how-to documentation
...
Closes gh-33994
2023-01-26 17:37:01 -08:00
Moritz Halbritter
dfda153da5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33963
2023-01-24 10:09:01 +01:00
Moritz Halbritter
9975ec8be3
Report deprecated Map properties
...
Closes gh-27854
2023-01-24 10:07:54 +01:00
Andy Wilkinson
1eb6de0b6d
Correct artifact ID of some Angus Mail modules
...
Closes gh-33947
2023-01-23 14:56:44 +00:00
Andy Wilkinson
ff630c4647
Correct link to Actuator's HTTP Exchange Recording support
...
Closes gh-33933
2023-01-23 12:03:28 +00:00
Phillip Webb
a995741ed4
Merge branch '2.7.x'
...
Closes gh-33933
2023-01-21 11:37:25 -08:00
Phillip Webb
b7ae9fbfdf
Restore actuator section in documentation overview
...
Closes gh-33932
2023-01-21 11:35:54 -08:00
Moritz Halbritter
f72f3579d0
Merge branch '2.7.x'
...
Closes gh-33919
2023-01-20 09:37:54 +01:00
Johnny Lim
ebde850031
Add Javadoc since to OperationParameter.getAnnotation()
...
See gh-33914
2023-01-20 09:36:57 +01:00
Phillip Webb
e05b7e49c6
Polish 'Order SessionRepositoryCustomizer before other customizers'
...
See gh-33514
2023-01-19 12:48:49 -08:00
Michael Weidmann
19ce32dc34
Order SessionRepositoryCustomizer before other customizers
...
Update `JdbcSessionConfiguration` so the `SessionRepositoryCustomizer`
used to map properties is always applied before other customizers.
See gh-33514
2023-01-19 12:44:03 -08:00
Phillip Webb
0a50b83c75
Add DataSourceBuilderRuntimeHints
...
Add hints for DataSourceBuilderRuntime.
Closes gh-33692
2023-01-19 10:52:34 -08:00
Andy Wilkinson
1d4480f900
Upgrade to RxJava3 3.1.6
...
Closes gh-33908
2023-01-19 12:04:56 +00:00
Andy Wilkinson
7dc19a009e
Upgrade to Netty 4.1.87.Final
...
Closes gh-33907
2023-01-19 12:04:51 +00:00
Andy Wilkinson
1944374c6d
Upgrade to MySQL 8.0.32
...
Closes gh-33906
2023-01-19 12:04:46 +00:00
Andy Wilkinson
4211b8e716
Upgrade to MSSQL JDBC 11.2.3.jre17
...
Closes gh-33905
2023-01-19 12:04:40 +00:00
Andy Wilkinson
34d630fc68
Upgrade to MongoDB 4.8.2
...
Closes gh-33904
2023-01-19 12:04:35 +00:00
Andy Wilkinson
581c47dde9
Upgrade to Kafka 3.3.2
...
Closes gh-33903
2023-01-19 12:04:30 +00:00
Andy Wilkinson
24a97706d0
Upgrade to jOOQ 3.17.7
...
Closes gh-33902
2023-01-19 12:04:25 +00:00
Andy Wilkinson
73a8fb9a74
Upgrade to Infinispan 14.0.6.Final
...
Closes gh-33901
2023-01-19 12:04:19 +00:00
Andy Wilkinson
a9efde9fe3
Upgrade to FreeMarker 2.3.32
...
Closes gh-33900
2023-01-19 12:04:12 +00:00
Andy Wilkinson
600f41e288
Upgrade to Couchbase Client 3.4.2
...
Closes gh-33899
2023-01-19 12:04:06 +00:00
Andy Wilkinson
386ed39a9b
Upgrade to Byte Buddy 1.12.22
...
Closes gh-33898
2023-01-19 12:04:01 +00:00