Andy Wilkinson
118f736260
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34044
2 years ago
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
2 years ago
Andy Wilkinson
0184548be1
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34041
2 years ago
Andy Wilkinson
4aa82a3dc0
Merge pull request #33965 from marcel-wollschlaeger
...
* gh-33965:
Polish "Add Redis application properties example"
Add Redis application properties example
Closes gh-33965
2 years ago
Andy Wilkinson
2bf780237a
Polish "Add Redis application properties example"
...
See gh-33965
2 years ago
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
2 years ago
Andy Wilkinson
f2361dd9b1
Merge pull request #33979 from ath0s
...
* gh-33979:
Polish "Configure jOOQ with TransactionProvider bean when available"
Configure jOOQ with TransactionProvider bean when available
Closes gh-33979
2 years ago
Andy Wilkinson
56a1551c2d
Polish "Configure jOOQ with TransactionProvider bean when available"
...
See gh-33979
2 years ago
ath0s
b2a8c8be1c
Configure jOOQ with TransactionProvider bean when available
...
See gh-33979
2 years ago
Moritz Halbritter
b28369d511
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34036
2 years ago
Moritz Halbritter
66e1905d17
Merge pull request #33855 from mhalbritter
...
* pr/33855:
Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
Closes gh-33855
2 years ago
Moritz Halbritter
2a843d1853
Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
...
See gh-33855
2 years ago
Andy Wilkinson
fd1b596937
Remove MySQL module that is no longer published
...
Closes gh-34021
2 years ago
Moritz Halbritter
48bc12da12
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34019
2 years ago
Moritz Halbritter
53f0840818
Merge pull request #33941 from sannanansari
...
* pr/33941:
Complete dependency management for Mongo's Java Driver
Closes gh-33941
2 years ago
Sanan
09d9d601e7
Complete dependency management for Mongo's Java Driver
...
See gh-33941
2 years ago
Moritz Halbritter
0a080736d8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34017
2 years ago
Moritz Halbritter
276027536c
Merge pull request #33966 from izeye
...
* pr/33966:
Polish
Closes gh-33966
2 years ago
Johnny Lim
5eeb429e44
Polish
...
See gh-33966
2 years ago
Moritz Halbritter
1a9f1cd2ed
Merge pull request #33967 from izeye
...
* pr/33967:
Replace Base64Utils with JDK's Base64
Closes gh-33967
2 years ago
Johnny Lim
bc7fc90550
Replace Base64Utils with JDK's Base64
...
See gh-33967
2 years ago
Moritz Halbritter
b62b88372f
Merge pull request #33976 from izeye
...
* pr/33976:
Remove EnabledForJreRange.min in PaketoBuilderTests
Closes gh-33976
2 years ago
Johnny Lim
359076e213
Remove EnabledForJreRange.min in PaketoBuilderTests
...
See gh-33976
2 years ago
Phillip Webb
3d20608c11
Merge pull request #33987 from krzyk
...
* pr/33987:
Drop unnecessary Collections.unmodifiableSet
Use Files.writeString
Use for loop rather than iterator
Use Comparator.comparing
Use try with close
Use instanceof patterns
Use text blocks
Use diamond operators
Closes gh-33987
2 years ago
Krzysztof Krason
94996664bc
Drop unnecessary Collections.unmodifiableSet
...
See gh-33987
2 years ago
Krzysztof Krason
1b5b1cd250
Use Files.writeString
...
See gh-33987
2 years ago
Krzysztof Krason
f4af93fb03
Use for loop rather than iterator
...
See gh-33987
2 years ago
Krzysztof Krason
55a50d565c
Use Comparator.comparing
...
See gh-33987
2 years ago
Krzysztof Krason
d3efd7e091
Use try with close
...
See gh-33987
2 years ago
Krzysztof Krason
0e68cae57f
Use instanceof patterns
...
See gh-33987
2 years ago
Krzysztof Krason
a9c547e767
Use text blocks
...
See gh-33987
2 years ago
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2 years ago
Phillip Webb
5120242996
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
b81d5900e6
Use newer language features
...
See gh-33987
2 years ago
Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2 years ago
Krzysztof Krason
888d4ac392
Use '==' rather than '.equals' with enum value
...
See gh-33987
2 years ago
Phillip Webb
058914f1cf
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33995
2 years ago
Phillip Webb
c7a8151313
Restore "Use Jedis Instead of Lettuce" how-to documentation
...
Closes gh-33994
2 years ago
Moritz Halbritter
dfda153da5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33963
2 years ago
Moritz Halbritter
9975ec8be3
Report deprecated Map properties
...
Closes gh-27854
2 years ago
Andy Wilkinson
1eb6de0b6d
Correct artifact ID of some Angus Mail modules
...
Closes gh-33947
2 years ago
Andy Wilkinson
8e7822d214
Create 3.0.x branch
2 years ago
Andy Wilkinson
ff630c4647
Correct link to Actuator's HTTP Exchange Recording support
...
Closes gh-33933
2 years ago
Phillip Webb
a995741ed4
Merge branch '2.7.x'
...
Closes gh-33933
2 years ago
Phillip Webb
b7ae9fbfdf
Restore actuator section in documentation overview
...
Closes gh-33932
2 years ago
Phillip Webb
ff35329a12
Merge branch '2.7.x'
...
Closes gh-33931
2 years ago
Phillip Webb
d84610c712
Remove legacy docker entrypoint from CI docker files
...
Closes gh-33930
2 years ago
Moritz Halbritter
e6351b57ca
Merge pull request #33918 from sannanansari
...
* pr/33918:
Updated from spring.io to maven central
Closes gh-33918
2 years ago
Sanan
26c178effa
Updated from spring.io to maven central
...
See gh-33918
2 years ago
Moritz Halbritter
f72f3579d0
Merge branch '2.7.x'
...
Closes gh-33919
2 years ago