Commit Graph

41697 Commits (07a13199f8d6383942db1d06dc857b4e1b2c411b)
 

Author SHA1 Message Date
Moritz Halbritter c62fd37f82 Merge pull request #34063 from enimiste
* pr/34063:
  Remove inputStream.close() line to conform to the interface

Closes gh-34063
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 a108f84140 Merge branch '3.0.x'
Closes gh-34071
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 a92ed5e2c2 Merge branch '3.0.x'
Closes gh-34068
2 years ago
Moritz Halbritter 3af30b0a11 Don't use global ObjectMapper when creating JacksonJsonpMapper
See gh-33438
Closes gh-33426
2 years ago
Phillip Webb 9b6502300f Merge branch '3.0.x' 2 years ago
Phillip Webb cf60c1c8a2 Merge branch '2.7.x' into 3.0.x 2 years ago
Phillip Webb d71d885021 Update CI pipeline 2 years ago
Phillip Webb 5df63ca85f Merge branch '3.0.x'
Closes gh-34056
2 years ago
Phillip Webb 09b83c972a Merge branch '2.7.x' into 3.0.x
Closes gh-34055
2 years ago
Phillip Webb 86fc39261e Upgrade CI to springio/artifactory-resource 0.0.18
Closes gh-34054
2 years ago
Andy Wilkinson 26e39b26f5 Merge branch '3.0.x'
Closes gh-34045
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 2f2738e5ea Merge branch '3.0.x'
Closes gh-34042
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 636b70a77d Merge branch '3.0.x'
Closes gh-34040
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 0440e23233 Merge branch '3.0.x'
Closes gh-34038
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
Moritz Halbritter 1b634ea7c4 Merge pull request #32076 from Dieken
* pr/32076:
  Allow different log level for FILE and CONSOLE appender

Closes gh-32076
2 years ago
Yubao Liu 6ba5329a79 Allow different log level for FILE and CONSOLE appender
- java.util.logging isn't supported yet

See gh-32076
2 years ago
Moritz Halbritter e34d5812ba Merge pull request #32573 from mdeinum
* pr/32573:
  Allow JMX Registration Policy to be set

Closes gh-32573
2 years ago
Marten Deinum f2950f2d09 Allow JMX Registration Policy to be set
See gh-32573
2 years ago
Moritz Halbritter a5d1b672d3 Merge pull request #32880 from lukahartwig
* pr/32880:
  Add Nomad to cloud platforms

Closes gh-32880
2 years ago
Luka Hartwig 6d05cf3efb Add Nomad to cloud platforms
See gh-32880
2 years ago
Moritz Halbritter 3882656d1d Merge pull request #32951 from ThomasKasene
* pr/32951:
  Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory

Closes gh-32951
2 years ago
Thomas Kåsene d1a089ba71 Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory
See gh-32951
2 years ago
Moritz Halbritter 73d2bb5063 Merge pull request #33082 from frosiere
* pr/33082:
  Add configuration property to control auto-startup of listener container

Closes gh-33082
2 years ago
Francois Rosiere eaa7cdf910 Add configuration property to control auto-startup of listener container
See gh-33082
2 years ago
Moritz Halbritter cde0d5a625 Merge pull request #33288 from terminux
* pr/33288:
  Support setting more properties of KafkaAdmin

Closes gh-33288
2 years ago
Guirong Hu 6e064ed5e0 Support setting more properties of KafkaAdmin
See gh-33288
2 years ago
Moritz Halbritter db80fc1734 Merge pull request #33350 from StitzL
* pr/33350:
  Improve log message when repackaging by specifying the involved files

Closes gh-33350
2 years ago
lars-christian stitz a186055c51 Improve log message when repackaging by specifying the involved files
See gh-33350
2 years ago
Moritz Halbritter 93a4e303be Fix flaky SampleJettyApplicationTests
See gh-33553
2 years ago
Moritz Halbritter de699b4d11 Fix HazelcastAutoConfigurationServerTests
See gh-33687
2 years ago
Moritz Halbritter 64c2320ce1 Polish "Merge pull request #33553 from michaelweidmann"
See gh-33553
2 years ago
Michael Weidmann 93d46d11e9 Add max http response header size configuration for tomcat and jetty
See gh-33553
2 years ago
Andy Wilkinson ace31cd5b2 Merge branch '3.0.x'
Closes gh-34022
2 years ago
Andy Wilkinson fd1b596937 Remove MySQL module that is no longer published
Closes gh-34021
2 years ago
Moritz Halbritter 25e8f2d575 Merge pull request #33643 from libetl
* pr/33643:
  Allow JoranConfigurators to be passed ahead of time in logback

Closes gh-33643
2 years ago