Commit Graph

17399 Commits (99dcdd7dbfa668d2aeeef5bccf4b6aadba1bc66f)
 

Author SHA1 Message Date
Stephane Nicoll 4bec3b7cd9 Polish
See gh-13123
7 years ago
Madhura Bhave 05cf8229d9 Fix tests 7 years ago
Madhura Bhave c937bb68a0 ServletEndpoints should take servletPath into account
Fixes gh-13106
7 years ago
Andy Wilkinson fbf974478a Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson c8b3cea200 Clarify that registration bean URL patterns use Servlet spec format
Closes gh-13080
7 years ago
Madhura Bhave 4ec87956f9 Fix EndpointRequest include/exclude for ServletEndpoints
Fixes gh-13089
7 years ago
Spring Buildmaster 81a4e5d58c Next development version (v2.0.3.BUILD-SNAPSHOT) 7 years ago
Andy Wilkinson 47138af538 Correct the CI badge and link for 2.0.x builds 7 years ago
Andy Wilkinson 989975bb67 Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson d2cef484cb Fix up version numbers following release 7 years ago
Spring Buildmaster 010b4fccbd Next development version 7 years ago
Andy Wilkinson e14a2e33ab Deprecate queue size property for StatsD metrics export
Closes gh-13108
7 years ago
Andy Wilkinson c826310fd1 Polish 7 years ago
Andy Wilkinson ba16f135a6 Merge pull request #13108 from Jon Schneider
* gh-13108:
  Upgrade to Micrometer 1.0.4
7 years ago
Jon Schneider c6860cb431 Upgrade to Micrometer 1.0.4
Closes gh-13108
7 years ago
Andy Wilkinson 33861b3608 Upgrade to Spring Integration 5.0.5.RELEASE
Closes gh-13016
7 years ago
Andy Wilkinson 2cb775a90c Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 7cfaf5e287 Upgrade to Spring Integration 4.3.16.RELEASE
Closes gh-13015
7 years ago
Andy Wilkinson e407ed5f92 Upgrade to Spring Session Apple-SR2
Closes gh-13103
7 years ago
Andy Wilkinson 8ce4110966 Allow Jersey-based Actuator to be used with separate management port
Previously, when the Jersey-based Actuator was configure with a
separate management port, the resulting child context would fail to
start due to their being no ResourceConfigCustomizer beans available.

This commit updates the configuration so that the customizer's are
injected using an ObjectProvider and an empty list is used in the
event of their being no customizer beans. This aligns the child
context configuration class with JerseyAutoConfiguration which
already used this approach.

Closes gh-12975
7 years ago
Andy Wilkinson e45384bdfa Upgrade to Spring Kafka 2.1.6.RELEASE
Closes gh-13018
7 years ago
Andy Wilkinson 3243ccd8b3 Merge pull request #13090 from ifigotin
* gh-13090:
  Polish "Clarify deployment of Spring Boot apps to App Engine Standard"
  Clarify deployment of Spring Boot apps to App Engine Standard
7 years ago
Andy Wilkinson 7a53623e1c Polish "Clarify deployment of Spring Boot apps to App Engine Standard"
See gh-13090
7 years ago
ifigotin 676b013998 Clarify deployment of Spring Boot apps to App Engine Standard
Closes gh-13090
7 years ago
Andy Wilkinson ce8e1527ca Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 6ce43df110 Upgrade to Spring Security OAuth 2.0.15
Closes gh-13098
7 years ago
Andy Wilkinson 82bf178880 Upgrade to Spring Security 4.2.6
Closes gh-13028
7 years ago
Andy Wilkinson 5168766ebb Upgrade to Spring Security 5.0.5.RELEASE
Closes gh-13029
7 years ago
Andy Wilkinson bca2756b46 Upgrade to Jaybird 3.0.4
Closes gh-13100
7 years ago
Andy Wilkinson 47c45539d9 Upgrade to Lettuce 5.0.4.RELEASE
Closes gh-13099
7 years ago
Stephane Nicoll f9134c9325 Upgrade to Spring Data Kay SR7
Closes gh-13017
7 years ago
Andy Wilkinson 7b6546c28c Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 2c865688f9 Upgrade to Spring Data Ingalls SR12
Closes gh-13014
7 years ago
Andy Wilkinson bc80e90b00 Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 2195ed1e8e Update Jetty war package test to expect new ASM transitive dependency
Closes gh-13097
7 years ago
Stephane Nicoll 6577513464 Upgrade to Spring Framework 5.0.6.RELEASE
Closes gh-13021
7 years ago
Andy Wilkinson 874650cb33 Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 8a5cefb547 Upgrade to Spring Framework 4.3.17.RELEASE
Closes gh-13013
7 years ago
Andy Wilkinson 63aff45438 Upgrade to Jetty 9.4.10.v20180503
Closes gh-13097
7 years ago
Andy Wilkinson 14520f6ca8 Include build pipeline name in Slack alerts 7 years ago
Stephane Nicoll 9dccf5b895 Polish
See gh-13078
7 years ago
Stephane Nicoll 6e428100d7 Merge pull request #13084 from dreis2211:mock-server-empty-enumeration
* pr/13084:
  Remove MockServletWebServer.emptyEnumeration()
7 years ago
dreis2211 15d67d6b12 Remove MockServletWebServer.emptyEnumeration()
Closes gh-13084
7 years ago
Stephane Nicoll 4a1bdc2c05 Merge pull request #13085 from dreis2211:remove-deprecation-yaml-loader
* pr/13085:
  Fix deprecation warning in OriginTrackedYamlLoader
7 years ago
dreis2211 e3862d9bdf Fix deprecation warning in OriginTrackedYamlLoader
Closes gh-13085
7 years ago
Brian Clozel 925269eacc Upgrade to Reactor Bismuth SR9
Closes gh-12848
7 years ago
Stephane Nicoll c22e9a5514 Make sure that JpaProperties does not have Hibernate imports
This commit removes Hibernate imports from JpaProperties so that it can
be used with another JPA provider.

This commit is a breaking change for an internal, yet public class used
to transmit customizations provided by the user. It does not change the
external functionality though: naming strategies defined as bean are
still taken into account and a customizer has a chance to override it
regardless.

Closes gh-13043
7 years ago
Phillip Webb 6556bb2e89 Fix checkstyle violations 7 years ago
Phillip Webb 975e986fef Polish 7 years ago
Phillip Webb f9750248ef Migrate KafkaProperties to use PropertyMapper 7 years ago