Commit Graph

21584 Commits (4f4fe01444072e168bd3b3a2014eaa384bcd9daa)
 

Author SHA1 Message Date
Stephane Nicoll 4f4fe01444 Merge pull request #16831 from hekonsek
* pr/16831:
  Polish "Add support for AWS Redshift JDBC driver"
  Add support for AWS Redshift JDBC driver
6 years ago
Stephane Nicoll 9e31c764fc Polish "Add support for AWS Redshift JDBC driver"
Closes gh-16831
6 years ago
Henryk Konsek 146f35d2bd Add support for AWS Redshift JDBC driver
See gh-16831
6 years ago
Stephane Nicoll 26df55761d Merge enablement and exposure conditions for Actuator endpoints
This commit merges the conditions for determining if an endpoint is
available in a single condition, deprecating
`ConditionalOnEnabledEndpoint` in the process.

Closes gh-16169
6 years ago
Stephane Nicoll 275d794553 Make sure JdbcTemplateConfiguration is imported once
Closes gh-13806
6 years ago
Stephane Nicoll 2f244c8bd1 Merge pull request #16701 from jvwilge
* pr/16701:
  Polish "Make excludeDevtools available as a user property"
  Make excludeDevtools available as a user property
6 years ago
Stephane Nicoll 66dc728018 Polish "Make excludeDevtools available as a user property"
Closes gh-16701
6 years ago
jvwilge dcc09ffac2 Make excludeDevtools available as a user property
See gh-16701
6 years ago
Stephane Nicoll 6998b7c30c Merge pull request #16885 from izeye
* pr/16885:
  Restore HttpTraceAutoConfigurationTests.configuresServletFilter()
6 years ago
Johnny Lim 4900117c71 Restore HttpTraceAutoConfigurationTests.configuresServletFilter()
Closes gh-16885
6 years ago
Stephane Nicoll 75c42023c7 Merge pull request #16875 from izeye
* pr/16875:
  Polish
6 years ago
Johnny Lim 87874ffb70 Polish
Closes gh-16875
6 years ago
Phillip Webb cce8c45ae6 Merge branch '2.1.x' 6 years ago
Spring Buildmaster 8e84d29e51 Next development version (v2.1.6.BUILD-SNAPSHOT) 6 years ago
Phillip Webb 10e67f8977 Fix dashIgnoringElementEquals algorithm
Update `dashIgnoringElementEquals` so that trailing checks fail if
the last characters are not all `-`.

Fixes gh-16855
6 years ago
Phillip Webb 963a544fb1 Merge branch '2.1.x'
Closes gh-16860
6 years ago
Phillip Webb e0e9c4afad Merge pull request #16756 from ayudovin
* pr/16756:
  Polish 'Drop blocking RedisReactiveHealthIndicator calls'
  Drop blocking RedisReactiveHealthIndicator calls
6 years ago
Phillip Webb f790556f96 Polish 'Drop blocking RedisReactiveHealthIndicator calls'
See gh-16756
6 years ago
ayudovin de857372a5 Drop blocking RedisReactiveHealthIndicator calls
Update `RedisReactiveHealthIndicator` so that `getReactiveConnection`
is not called directly since it blocks.

Fixed gh-16756
6 years ago
Phillip Webb 3a9ca5fa30 Update copyright header of changed files 6 years ago
Phillip Webb 79e05c770f Merge branch '2.1.x' 6 years ago
Phillip Webb ed998ef0d3 Update copyright header of changed files 6 years ago
Phillip Webb c49b9bece5 Merge branch '2.1.x'
Closes gh-16859
6 years ago
Phillip Webb ab15b8e26d Support overloaded setters when binding beans
Update `JavaBeanBinder` so that overloaded setters can be used when
binding. Prior to this commit the setter picked would depend on the
order that the JVM returned the declared methods. We now consistently
prefer using the setter with a parameter type that matches the getter.

Closes gh-16206
6 years ago
Phillip Webb a82b5266ae Merge branch '2.1.x'
Closes gh-16858
6 years ago
Phillip Webb e2dc278cae Use default SslContextFactory for JettyClient
Update the auto-configured Jetty `HttpClient` so that a default
`SslContextFactory` is used.

Prior to this commit connecting to https URLs would cause a
`NullPointerException`.

Fixed gh-16810
6 years ago
Phillip Webb e03f3b8e9a Merge branch '2.1.x'
Closes gh-16857
6 years ago
Phillip Webb f665910cdb Use generic type for binder cache comparisons
Update `JavaBeanBinder` so that previously cached beans are compared
using full generic type information. Prior to this commit binding would
fail if a class with the same resolved type, but different generics was
in the cache.

Fixes gh-16821
6 years ago
Phillip Webb 544e81ccd5 Merge branch '2.1.x'
Closes gh-16856
6 years ago
Phillip Webb 7407b226f2 Update CI to skip artifact downloads when possible
Update the promote and sync jobs so that only the build-info.json
file is downloaded.

Closes gh-16448
6 years ago
Stephane Nicoll d48fbb12a4 Merge branch '2.1.x' 6 years ago
Stephane Nicoll ead3031c51 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 7d204d2354 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 6b3c15a858 Fixup version numbers following release 6 years ago
Stephane Nicoll 4d8df3cc47 Polish "Allow configuration of auto-timed metrics"
This commit makes sure the "auto-time-requests" property is still
available in a deprecated fashion.

See gh-15988
6 years ago
Spring Buildmaster 67fa63d0e3 Next Development Version 6 years ago
Stephane Nicoll 128b41d43a Configure JmsMessagingTemplate default destination
Closes gh-16227
6 years ago
Stephane Nicoll b7700ed094 Improve reliability of kafka sample integration test 6 years ago
Stephane Nicoll 91f7a2b7f8 Upgrade to Maven Jar Plugin 3.1.2
Closes gh-16846
6 years ago
Stephane Nicoll ede377ba35 Upgrade to Groovy 2.5.7
Closes gh-16845
6 years ago
Stephane Nicoll cd0d5e2e9c Upgrade to Aspectj 1.9.4
Closes gh-16844
6 years ago
Stephane Nicoll 6cd8c58e5a Upgrade to Joda Time 2.10.2
Closes gh-16843
6 years ago
Stephane Nicoll e01d86005b Merge branch '2.1.x' 6 years ago
Stephane Nicoll da96def966 Upgrade to Maven Jar Plugin 3.1.2
Closes gh-16842
6 years ago
Stephane Nicoll eb6a2496e8 Upgrade to Spring Session Bom Bean-SR5
Closes gh-16841
6 years ago
Stephane Nicoll 6b0f1de5c8 Upgrade to Groovy 2.5.7
Closes gh-16840
6 years ago
Stephane Nicoll 870d31836b Upgrade to Aspectj 1.9.4
Closes gh-16839
6 years ago
Stephane Nicoll c4ab264bdb Upgrade to Joda Time 2.10.2
Closes gh-16838
6 years ago
Stephane Nicoll c2e077d9c1 Upgrade to Hazelcast 3.11.4
Closes gh-16837
6 years ago
Stephane Nicoll 424a6d21d8 Upgrade to Spring Data Lovelace-SR8
Closes gh-16724
6 years ago