Commit Graph

20980 Commits (ac0a22d603d23ba358c3bc16ff2c9f23b7a8ef34)
 

Author SHA1 Message Date
Steve Crow e0e871c77b Add Nexmo to list of third-party starters
Closes gh-16944
6 years ago
Phillip Webb e01bcbb4a5 Merge pull request #16946 from phillipuniverse
* pr/16946:
  Use a regex that captures numbers and qualifiers
6 years ago
Phillip Verheyden 2149ba4051 Use a regex that captures numbers and qualifiers
Fix the regular expression used in the devtools documentation to
include a version number pattern.

Closes gh-16946
6 years ago
Phillip Webb af1720aa2e Fix checkstyle issue 6 years ago
Phillip Webb a51996fc10 Merge pull request #16889 from vpavic
* pr/16889:
  Polish "Fix NoClassDefFound when missing Spring Security"
  Fix NoClassDefFound when missing Spring Security
6 years ago
Phillip Webb 6913ea24b0 Polish "Fix NoClassDefFound when missing Spring Security"
See gh-16889
6 years ago
Vedran Pavic e9bd11ee83 Fix NoClassDefFound when missing Spring Security
Update Spring Session auto-configuration to ensure that the
`DefaultCookieSerializer` doesn't break when Spring Security is not
present on the classpath.

Closes gh-16889
6 years ago
Phillip Webb 5fc67c545c Work around Framework regression in handling of null model values
See https://github.com/spring-projects/spring-framework/issues/23038.
6 years ago
Phillip Webb 8fe18303cc Merge pull request #16971 from nosan
* pr/16971:
  Polish "Fix Spring Data Cassandra auto-configure condition"
  Fix Spring Data Cassandra auto-configure condition
6 years ago
Phillip Webb 278a0866cd Polish "Fix Spring Data Cassandra auto-configure condition"
See gh-16971
6 years ago
Dmytro Nosan be435130e6 Fix Spring Data Cassandra auto-configure condition
Update `CassandraDataAutoConfiguration` do that it's only applied when
a `Cluster` bean is found.

Fixes gh-16971
6 years ago
Phillip Webb ef09ee5dea Add new line when rewriting git message
Update the forward merge script to add an additional new line when
rewiring the commit message. Prior this this commit, if an additional
line immediately followed the "Fixes ... in ..." pattern it would be
appended to the end of the rewritten fixes line.

Closes gh-16861
6 years ago
Phillip Webb 07ebfc036b Polish 6 years ago
Phillip Webb b1e90fdca9 Merge pull request #16974 from izeye
* pr/16974:
  Use actual resolvedType when checking Binder cache
6 years ago
Johnny Lim e2f69d040a Use actual resolvedType when checking Binder cache
Update `JavaBeanBinder` so that the `isOfDifferentType` method checks
both the actual type and the resolved type. Prior to this commit, it
was possible that when `canCallGetValue` is `true` the `resolvedType`
could be different from `type.resolve`.

Closes gh-16974
6 years ago
Stephane Nicoll 2c364ceb89 Fix wrong ApplicationContext import
Closes gh-16978
6 years ago
Andy Wilkinson 5a5b5a0d8b Merge pull request #16938 from Robeatoz
* gh-16938:
  Correct name and description of spring-boot-project module

Closes gh-16938
6 years ago
Robeatoz 9f248c6043 Correct name and description of spring-boot-project module
This commit corrects the Maven project name and description of spring-boot-project to
avoid the already used name "Spring Boot Build".

See gh-16938
6 years ago
Andy Wilkinson d964357bfa Start building against snapshots for Reactor Californium-SR9
See gh-16962
6 years ago
Andy Wilkinson 636113823c Start building against Spring Framework 5.1.8 snapshots
See gh-16961
6 years ago
Andy Wilkinson 60d60a8304 Use basedir as forked JVM's working directory in Maven plugin
Fixes gh-16811
6 years ago
Andy Wilkinson 32e1d68d2f Upgrade to Couchbase Client 2.7.6
Closes gh-16909
6 years ago
Andy Wilkinson 46ecf7a928 Only unwrap when DataSource is a wrapper for required type
Closes gh-16863
6 years ago
Andy Wilkinson da12ad0ca5 Make ReactiveSecurityAutoConfiguration back off without spring-webflux
Closes gh-16934
6 years ago
Andy Wilkinson 6c7a6a6c3d Revert "Upgrade to Jackson 2.9.9"
This reverts commit 66fba9387a.

See gh-16910
6 years ago
Andy Wilkinson ea7ac08109 Ignore infinispan-embedded and infinispan-remote during bom verification
Closes gh-16926
6 years ago
Andy Wilkinson 42a0f69120 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson eb9ffd5e7e Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 3cee783d7b Remove dependency management for jetty-infinispan
Closes gh-16925
6 years ago
Andy Wilkinson 29de005ca2 Prohibit upgrade to Couchbase java-client 2.7.5
See gh-16909
6 years ago
Andy Wilkinson c8a02ed90a Upgrade to Pooled Jms 1.0.5
Closes gh-16913
6 years ago
Andy Wilkinson 2ce650901f Upgrade to Tomcat 9.0.20
Closes gh-16912
6 years ago
Andy Wilkinson 1af5fc7d62 Upgrade to Javax Cache 1.1.1
Closes gh-16911
6 years ago
Andy Wilkinson 66fba9387a Upgrade to Jackson 2.9.9
Closes gh-16910
6 years ago
Spring Buildmaster 8e84d29e51 Next development version (v2.1.6.BUILD-SNAPSHOT) 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 ed998ef0d3 Update copyright header of changed files 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 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 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 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 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
Spring Buildmaster 67fa63d0e3 Next Development Version 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