Commit Graph

19998 Commits (b70aed58068ef30b15cfe3d1fdcab0292c2af39f)

Author SHA1 Message Date
Andy Wilkinson f5277430d6 Upgrade to Groovy 3.0.15
Closes gh-34243
2 years ago
Andy Wilkinson a9eb2a5501 Upgrade to Glassfish JAXB 2.3.8
Closes gh-34242
2 years ago
Andy Wilkinson 8e710b7231 Upgrade to Elasticsearch 7.17.9
Closes gh-34241
2 years ago
Andy Wilkinson 2558866040 Upgrade to Dropwizard Metrics 4.2.16
Closes gh-34240
2 years ago
Andy Wilkinson d47a706d9c Upgrade to Byte Buddy 1.12.23
Closes gh-34239
2 years ago
Andy Wilkinson d2432d609e Upgrade to ActiveMQ 5.16.6
Closes gh-34238
2 years ago
Brian Clozel ea6ed4b486 Merge branch '3.0.x'
Closes gh-34235
2 years ago
Brian Clozel 4da42c09a6 Configure automatic context propagation for Reactor
This commit adds a new configuration property,
`spring.reactor.context-propagation` that configures the context
propagation mode for Reactor operators. By default the value is set to
"AUTO" for reinstating automatically context values as ThreadLocals
within Reactor operators. The "LIMITED" mode restricts this feature ot
the "tap" and "handle" operators but has a slightly lower footprint.

Closes gh-34201
2 years ago
Brian Clozel bf15797014 Upgrade to Spring LDAP 3.0.1
Closes gh-34154
2 years ago
Brian Clozel ed5bec10d4 Switch to Spring for GraphQL 1.1.2-SNAPSHOT
See gh-34227
2 years ago
Brian Clozel 8f6ded0ea4 Upgrade to Spring Framework 6.0.5
Closes gh-34152
2 years ago
Brian Clozel 71f6d9b080 Upgrade to Spring Data Bom 2022.0.2
Closes gh-34151
2 years ago
Brian Clozel 25d219f38e Upgrade to Reactor Bom 2022.0.3
Closes gh-34149
2 years ago
Brian Clozel 57f152ec4d Upgrade to Micrometer 1.10.4
Closes gh-34148
2 years ago
Andy Wilkinson e617d362d5 Merge branch '3.0.x'
Closes gh-34208
2 years ago
Andy Wilkinson efbeab74ee Merge branch '2.7.x' into 3.0.x
Closes gh-34207
2 years ago
Mirko Sobeck ff04f009c0 Add missing Micrometer PropertiesConfigAdapterTests
Closes gh-33743
2 years ago
Andy Wilkinson f387dce5f1 Merge branch '3.0.x'
Closes gh-34204
2 years ago
Andy Wilkinson 9031b52d70 Merge branch '2.7.x' into 3.0.x
Closes gh-34203
2 years ago
Jerome Prinet cfd589c8ce Do not cache :spring-boot-project:spring-boot-docs:asciidoctor* tasks
See gh-34199
2 years ago
Andy Wilkinson 5cef7632ee Start building against Spring Framework 6.0.5 snapshots
This commit adapts to the changes made for
spring-projects/spring-framework#29885.

Closes gh-34152
2 years ago
Andy Wilkinson b9aae4c808 Merge branch '3.0.x'
Closes gh-34193
2 years ago
Andy Wilkinson 3e618fe70b Merge branch '2.7.x' into 3.0.x
Closes gh-34192
2 years ago
Andy Wilkinson 710559297e Polish "Fix bean name by adding sample class with prefix"
See gh-34029
2 years ago
Raina Banerjee 0a3007133b Fix bean name by adding sample class with prefix
See gh-34029
2 years ago
Andy Wilkinson 02560ded8d Merge branch '3.0.x'
Closes gh-34191
2 years ago
Andy Wilkinson 864dfe32a5 Merge branch '2.7.x' into 3.0.x
Closes gh-34190
2 years ago
Andy Wilkinson fe944ca5cd Polish "Document addition config for throw-exception-if-no-handler-found"
See gh-31660
2 years ago
Michal Domagala 2cad4a7174 Document addition config for throw-exception-if-no-handler-found
See gh-31660
2 years ago
Andy Wilkinson 537e5e920f Merge branch '3.0.x'
Closes gh-34185
2 years ago
Andy Wilkinson 68f97f5361 Merge branch '2.7.x' into 3.0.x
Closes gh-34184
2 years ago
Johnny Lim 70d561a929 Polish "Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools"
See gh-34140
2 years ago
Andy Wilkinson 6e9d94edb1 Merge branch '3.0.x'
Closes gh-34183
2 years ago
Johnny Lim d368115128 Fix name for Implementation-Title in Spring Boot Gradle plugin
See gh-34177
2 years ago
Johnny Lim f9da3696ff Add metadata for default for spring.jmx.registration-policy
See gh-34122
2 years ago
Andy Wilkinson 035e6eb9d8 Merge branch '3.0.x'
Closes gh-34182
2 years ago
abilan dbbc0de25b Remove hints for Spring Integration Graph
Related to spring-projects/spring-integration#3994

Spring Integration's `IntegrationGraphServer` can be used without
actuator or even Spring Boot at all. It is more natural to have
respective reflection hints exposed by Spring Integration itself.
See related GH issue and its fix which just does a migration of the
remove code from `IntegrationGraphEndpoint`.

See gh-33924
2 years ago
Andy Wilkinson d1da3f55fb Upgrade to Micrometer Tracing 1.0.2
Closes gh-34160
2 years ago
Andy Wilkinson 0e67fbc855 Merge branch '3.0.x'
Closes gh-34174
2 years ago
Andy Wilkinson a0de59c209 Fix property binding to Kotlin data class in a native image
Fixes gh-34157
2 years ago
Scott Frederick 12537c7170 Merge branch '3.0.x'
Closes gh-34162
2 years ago
Scott Frederick cbac3c81d6 Merge branch '2.7.x' into 3.0.x
Closes gh-34161
2 years ago
Scott Frederick 33aef7fe27 Update CLI installation docs to download releases from Maven Central
Closes gh-33962
2 years ago
Andy Wilkinson 8f68a10da8 Start building against Micrometer Tracing 1.0.2 snapshots
See gh-34160
2 years ago
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 63c53cb803 Start building against Spring Security 5.7.7 snapshots
See gh-34145
2 years ago
Andy Wilkinson d7f2571375 Start building against Spring Data Bom 2021.2.8 snapshots
See gh-34144
2 years ago
Andy Wilkinson 5b2971cf2c Start building against Spring Batch 4.3.8 snapshots
See gh-34143
2 years ago
Andy Wilkinson 0a23cca018 Start building against Reactor Bom 2020.0.28 snapshots
See gh-34142
2 years ago
Andy Wilkinson 3e43c664c9 Start building against Micrometer 1.9.8 snapshots
See gh-34141
2 years ago
Andy Wilkinson 07fcb67540 Use repo.maven.apache.org consistently
Maven Central has two canonical URLs [1]:

- https://repo1.maven.org
- https://repo.maven.apache.org

This commit updates the codebase to only use repo.maven.apache.org.

Closes gh-33938

[1] https://central.sonatype.org/news/20190715_http_deprecation_update/#canonical-urls
2 years ago
Andy Wilkinson 1c9e22c845 Merge branch '3.0.x'
Closes gh-34121
2 years ago
Andy Wilkinson 3551030e3f Add ObservationFilter beans to auto-configured ObservationRegistry
Fixes gh-33968
2 years ago
Andy Wilkinson bbe526df70 Merge branch '3.0.x'
Closes gh-34120
2 years ago
Andy Wilkinson 9378fc47a7 Set implementation name and version in Gradle-built archives
Closes gh-34059
2 years ago
Andy Wilkinson 205018ec8f Fix HazelcastAutoConfigurationServerTests on Windows
See gh-33687
2 years ago
Andy Wilkinson 5a95fd0d2b Make httpcore5-h2 classes available to Gradle tests
httpclient5 now requires classes in httpcore5-h2 in addition to those
in httpcore5.

See gh-34086
2 years ago
Andy Wilkinson 304a1bac97 Revert "Upgrade to Elasticsearch Client 8.6.1"
This reverts commit 5dc6592b12.

See gh-34079
2 years ago
Andy Wilkinson f064616845 Upgrade to Versions Maven Plugin 2.14.2
Closes gh-34113
2 years ago
Andy Wilkinson 840348c39d Upgrade to Thymeleaf Layout Dialect 3.2.0
Closes gh-34112
2 years ago
Andy Wilkinson da0b1cecce Upgrade to SQLite JDBC 3.40.1.0
Closes gh-34111
2 years ago
Andy Wilkinson bf4d8a5a57 Upgrade to Spring Security 6.1.0-M1
Closes gh-34110
2 years ago
Andy Wilkinson f30d6ae753 Upgrade to Selenium HtmlUnit 4.8.0
Closes gh-34109
2 years ago
Andy Wilkinson dcc2d4dc3d Upgrade to Selenium 4.8.0
Closes gh-34108
2 years ago
Andy Wilkinson 2b60e6b014 Upgrade to REST Assured 5.3.0
Closes gh-34107
2 years ago
Andy Wilkinson 7c09fde8b2 Upgrade to Rabbit Stream Client 0.9.0
Closes gh-34106
2 years ago
Andy Wilkinson 8840224cdd Upgrade to R2DBC Proxy 1.1.0.RELEASE
Closes gh-34105
2 years ago
Andy Wilkinson 851d5e18d6 Upgrade to Postgresql 42.5.3
Closes gh-34104
2 years ago
Andy Wilkinson 4f112e568d Upgrade to Pooled JMS 3.1.0
Closes gh-34103
2 years ago
Andy Wilkinson 89a15d39d2 Upgrade to Oracle R2DBC 1.1.0
Closes gh-34102
2 years ago
Andy Wilkinson e80c3dbdb2 Upgrade to Oracle Database 21.8.0.0
Closes gh-34101
2 years ago
Andy Wilkinson 9cba05da90 Upgrade to Neo4j Java Driver 5.4.0
Closes gh-34099
2 years ago
Andy Wilkinson 6d5c624d0a Upgrade to Mockito 4.11.0
Closes gh-34098
2 years ago
Andy Wilkinson 8011232b83 Upgrade to Maven Invoker Plugin 3.4.0
Closes gh-34097
2 years ago
Andy Wilkinson 9be9834736 Upgrade to Maven Install Plugin 3.1.0
Closes gh-34096
2 years ago
Andy Wilkinson 598fdb3324 Upgrade to Maven Enforcer Plugin 3.2.1
Closes gh-34095
2 years ago
Andy Wilkinson 36aee5ac3d Upgrade to Maven Dependency Plugin 3.5.0
Closes gh-34094
2 years ago
Andy Wilkinson b0c376546d Upgrade to MariaDB 3.1.2
Closes gh-34093
2 years ago
Andy Wilkinson bdabc94914 Upgrade to Lombok 1.18.26
Closes gh-34092
2 years ago
Andy Wilkinson 93798f1cc7 Upgrade to Liquibase 4.19.0
Closes gh-34091
2 years ago
Andy Wilkinson 32afb73078 Upgrade to Jersey 3.1.1
Closes gh-34090
2 years ago
Andy Wilkinson 0fbdd74a3e Upgrade to Jaybird 4.0.9.java11
Closes gh-34089
2 years ago
Andy Wilkinson d481a6632a Upgrade to Jackson Bom 2.14.2
Closes gh-34088
2 years ago
Andy Wilkinson 8ba6e85e20 Upgrade to HttpCore5 5.2.1
Closes gh-34087
2 years ago
Andy Wilkinson f595b46bd3 Upgrade to HttpClient5 5.2.1
Closes gh-34086
2 years ago
Andy Wilkinson 850d239b5c Upgrade to HtmlUnit 2.70.0
Closes gh-34085
2 years ago
Andy Wilkinson f2eddddcdb Upgrade to Hazelcast 5.2.1
Closes gh-34084
2 years ago
Andy Wilkinson a1c67fb7d3 Upgrade to Gson 2.10.1
Closes gh-34083
2 years ago
Andy Wilkinson 22801f252d Upgrade to Groovy 4.0.8
Closes gh-34082
2 years ago
Andy Wilkinson 197181c54f Upgrade to GraphQL Java 19.3
Closes gh-34081
2 years ago
Andy Wilkinson 238b85fabc Upgrade to Flyway 9.14.1
Closes gh-34080
2 years ago
Andy Wilkinson 5dc6592b12 Upgrade to Elasticsearch Client 8.6.1
Closes gh-34079
2 years ago
Andy Wilkinson 205a644e81 Upgrade to Byte Buddy 1.12.23
Closes gh-34078
2 years ago
Andy Wilkinson ae591c7396 Upgrade to Brave 5.15.0
Closes gh-34077
2 years ago
Andy Wilkinson b7701fb025 Upgrade to Artemis 2.28.0
Closes gh-34076
2 years ago
Guirong Hu b514ea776e Auto-configure Spring Kafka ContainerCustomizer
See gh-34033
2 years ago
Moritz Halbritter 5fb8484f29 Merge branch '3.0.x'
Closes gh-34074
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 e0d8d528b7 Merge branch '3.0.x'
Closes gh-34073
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 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
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 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 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 2a843d1853 Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
See gh-33855
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
Marten Deinum f2950f2d09 Allow JMX Registration Policy to be set
See gh-32573
2 years ago
Luka Hartwig 6d05cf3efb Add Nomad to cloud platforms
See gh-32880
2 years ago
Thomas Kåsene d1a089ba71 Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory
See gh-32951
2 years ago
Francois Rosiere eaa7cdf910 Add configuration property to control auto-startup of listener container
See gh-33082
2 years ago
Guirong Hu 6e064ed5e0 Support setting more properties of KafkaAdmin
See gh-33288
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 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
lionel benychou 4f17a9cc9d Allow JoranConfigurators to be passed ahead of time in logback
See gh-33643
2 years ago
Moritz Halbritter e5bc9a2fcb Merge branch '3.0.x'
Closes gh-34020
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 e955fb5cb6 Polish "Merge pull request #33687 from luben93"
See gh-33687
2 years ago
lucas persson 275f15b8d3 Use hazelcast's Config.loadFromStream()
To allow the private function Config.applyEnvAndSystemVariableOverrides()
to override with environment variables

See gh-33687
2 years ago
Moritz Halbritter 48db5ff35c Merge branch '3.0.x'
Closes gh-34018
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
Moritz Halbritter 23f1c896c9 Merge branch '3.0.x'
Closes gh-34015
2 years ago