Commit Graph

19764 Commits (84b88a9a06c55ce7a06f2440771a68872c580200)

Author SHA1 Message Date
Andy Wilkinson 7cccb52e1e Start building against Spring WS 4.0.2 snapshots
See gh-34156
2 years ago
Andy Wilkinson 8d61e707c7 Start building against Spring Security 6.0.2 snapshots
See gh-34155
2 years ago
Andy Wilkinson 971c6bc8bf Start building against Spring LDAP 3.0.1 snapshots
See gh-34154
2 years ago
Andy Wilkinson eda59f71b0 Start building against Spring Kafka 3.0.3 snapshots
See gh-34153
2 years ago
Andy Wilkinson cd43b4e805 Start building against Spring Integration 6.0.3 snapshots
See gh-34039
2 years ago
Andy Wilkinson 05ae5a7137 Start building against Spring Data Bom 2022.0.2 snapshots
See gh-34151
2 years ago
Andy Wilkinson 7acf08c12e Start building against Spring Batch 5.0.1 snapshots
See gh-34150
2 years ago
Andy Wilkinson 043c2c1f6a Start building against Reactor Bom 2022.0.3 snapshots
See gh-34149
2 years ago
Andy Wilkinson 2c2b85dd80 Start building against Micrometer 1.10.4 snapshots
See gh-34148
2 years ago
Andy Wilkinson 3551030e3f Add ObservationFilter beans to auto-configured ObservationRegistry
Fixes gh-33968
2 years ago
Andy Wilkinson 9378fc47a7 Set implementation name and version in Gradle-built archives
Closes gh-34059
2 years ago
Moritz Halbritter 18985d037a Merge pull request #34051 from izeye
* pr/34051:
  Update "Customizing Sanitization" documentation

Closes gh-34051
2 years ago
Johnny Lim 0bca966c19 Update "Customizing Sanitization" documentation
See gh-34051
2 years ago
Moritz Halbritter 2e61acb979 Merge branch '2.7.x' into 3.0.x
Closes gh-34072
2 years ago
Enimiste d6032c9d2c Remove inputStream.close() line to conform to the interface
The "ReproducibleResourceTransformer" interface says that "An input
  stream for the resource, the implementation should *not* close this
  stream".

See gh-34063
2 years ago
Moritz Halbritter 81c8574bca Merge branch '2.7.x' into 3.0.x
Closes gh-34070
2 years ago
Moritz Halbritter 33288493aa Remove exception field from Health class
Closes gh-34030
2 years ago
Moritz Halbritter 3af30b0a11 Don't use global ObjectMapper when creating JacksonJsonpMapper
See gh-33438
Closes gh-33426
2 years ago
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 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 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 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
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
Johnny Lim 5eeb429e44 Polish
See gh-33966
2 years ago
Johnny Lim bc7fc90550 Replace Base64Utils with JDK's Base64
See gh-33967
2 years ago
Krzysztof Krason 94996664bc Drop unnecessary Collections.unmodifiableSet
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
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 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