Commit Graph

41236 Commits

Author SHA1 Message Date
Phillip Webb
cf60c1c8a2 Merge branch '2.7.x' into 3.0.x 2023-02-02 16:06:52 -08:00
Phillip Webb
d71d885021 Update CI pipeline 2023-02-02 16:04:34 -08:00
Phillip Webb
09b83c972a Merge branch '2.7.x' into 3.0.x
Closes gh-34055
2023-02-02 15:52:58 -08:00
Phillip Webb
86fc39261e Upgrade CI to springio/artifactory-resource 0.0.18
Closes gh-34054
2023-02-02 15:52:21 -08: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
4aa82a3dc0 Merge pull request #33965 from marcel-wollschlaeger
* gh-33965:
  Polish "Add Redis application properties example"
  Add Redis application properties example

Closes gh-33965
2023-02-01 15:44:57 +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
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
2023-02-01 15:19: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
66e1905d17 Merge pull request #33855 from mhalbritter
* pr/33855:
  Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools

Closes gh-33855
2023-02-01 09:34:39 +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
Moritz Halbritter
53f0840818 Merge pull request #33941 from sannanansari
* pr/33941:
  Complete dependency management for Mongo's Java Driver

Closes gh-33941
2023-01-31 11:11:22 +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
Moritz Halbritter
276027536c Merge pull request #33966 from izeye
* pr/33966:
  Polish

Closes gh-33966
2023-01-31 10:48:44 +01:00
Johnny Lim
5eeb429e44 Polish
See gh-33966
2023-01-31 10:48:30 +01:00
Moritz Halbritter
1a9f1cd2ed Merge pull request #33967 from izeye
* pr/33967:
  Replace Base64Utils with JDK's Base64

Closes gh-33967
2023-01-31 10:20:25 +01:00
Johnny Lim
bc7fc90550 Replace Base64Utils with JDK's Base64
See gh-33967
2023-01-31 10:20:06 +01:00
Moritz Halbritter
b62b88372f Merge pull request #33976 from izeye
* pr/33976:
  Remove EnabledForJreRange.min in PaketoBuilderTests

Closes gh-33976
2023-01-31 10:15:00 +01:00
Johnny Lim
359076e213 Remove EnabledForJreRange.min in PaketoBuilderTests
See gh-33976
2023-01-31 10:14:47 +01:00
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
2023-01-26 21:45:40 -08:00
Krzysztof Krason
94996664bc Drop unnecessary Collections.unmodifiableSet
See gh-33987
2023-01-26 20:47:35 -08:00
Krzysztof Krason
1b5b1cd250 Use Files.writeString
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
Phillip Webb
b81d5900e6 Use newer language features
See gh-33987
2023-01-26 19:35:03 -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
8e7822d214 Create 3.0.x branch 2023-01-23 12:04:16 +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
Phillip Webb
ff35329a12 Merge branch '2.7.x'
Closes gh-33931
2023-01-21 11:29:11 -08:00