Commit Graph

13417 Commits (2fa6679f097c6c8147528166e9cf3f3f93924848)
 

Author SHA1 Message Date
Stephane Nicoll 518cafe1e3 Merge pull request #10198 from mkopylec:master
* pr/10198:
  Add ErroREST Spring Boot starter entry
7 years ago
Mariusz Kopylec 91decda19f Add ErroREST Spring Boot starter entry
Closes gh-10198
7 years ago
Andy Wilkinson fc0d842216 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 9f1d435b8d Upgrade to Spring Loaded 1.2.8.RELEASE
Closes gh-10197
7 years ago
Andy Wilkinson 7e2446b086 Upgrade to Neo4j Ogm 2.1.5
Closes gh-10196
7 years ago
Andy Wilkinson 7e84b726a5 Upgrade to Mongodb 3.4.3
Closes gh-10195
7 years ago
Andy Wilkinson fc532b508f Upgrade to Jooq 3.9.5
Closes gh-10194
7 years ago
Andy Wilkinson abe20d9e64 Upgrade to Elasticsearch 2.4.6
Closes gh-10193
7 years ago
Andy Wilkinson 27de78810b Upgrade to Ehcache3 3.2.3
Closes gh-10192
7 years ago
Andy Wilkinson d18cac9d42 Upgrade to Mysql 5.1.44
Closes gh-10191
7 years ago
Andy Wilkinson 0f112f8fef Upgrade to Undertow 1.4.20.Final
Closes gh-10190
7 years ago
Andy Wilkinson 7f98582963 Upgrade to Appengine Sdk 1.9.55
Closes gh-10189
7 years ago
Andy Wilkinson 0216295f3d Upgrade to Jackson 2.8.10
Closes gh-10188
7 years ago
Stephane Nicoll afc3fc50dc Merge branch '1.5.x' 7 years ago
Stephane Nicoll db18abc542 Fix Elasticsearch template condition if no client is defined
This commit makes sure to backoff if a Client bean is not available.

Closes gh-10143
7 years ago
Stephane Nicoll 5fc01880bc Polish 7 years ago
Stephane Nicoll 7b846e0412 Merge branch '1.5.x' 7 years ago
Stephane Nicoll c46d513a44 Merge pull request #10130 from apupier:10128-provideMorePreciseErrorMessage
* pr/10130:
  Polish "Improve exception message for invalid source"
  Improve exception message for invalid source
7 years ago
Stephane Nicoll af18110226 Polish "Improve exception message for invalid source"
Closes gh-10130
7 years ago
Aurélien Pupier 44b60c72e3 Improve exception message for invalid source
See gh-10130
7 years ago
Madhura Bhave c2fd1b84dc Merge branch '1.5.x' 7 years ago
Madhura Bhave 86cd7275a1 MVC endpoints bean methods are @ConditionalOnMissingBean
Fixes gh-10105
7 years ago
Stephane Nicoll 905e851219 Fix build failure 7 years ago
Stephane Nicoll 6e4d30f280 Merge pull request #10168 from izeye:polish-20170905
* pr/10168:
  Polish
7 years ago
Johnny Lim 30262e3bc1 Polish
Closes gh-10168
7 years ago
Stephane Nicoll 8b88c6e884 Polish 7 years ago
Stephane Nicoll e244d75bd2 Restore `endpoints.env.keys-to-sanitize` binding
Closes gh-10174
7 years ago
Brian Clozel 1cf7c32a1e Polish 7 years ago
Stephane Nicoll 7388b4b768 Fix build failure 7 years ago
Andy Wilkinson cc8a1fc3b9 Merge branch '1.5.x' 7 years ago
Andy Wilkinson beb257f452 Rework JettyEmbeddedErrorHandler to support Jetty 8
Closes gh-10175
7 years ago
Stephane Nicoll c2dd51792b Merge pull request #10170 from MarcGiffing:reference-bucket4j-starter
* pr/10170:
  Add reference to Bucket4j starter
7 years ago
MarcGiffing 78b55bbbc4 Add reference to Bucket4j starter
Closes gh-10170
7 years ago
Andy Wilkinson 90573193c0 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 301eedfbe6 Upgrade to Tomcat 8.5.20
Closes gh-10114
7 years ago
Andy Wilkinson 45e74543d2 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 92faf85dd5 Start building against Spring Data Ingalls snapshots for SR7
See gh-10165
7 years ago
Andy Wilkinson f1c5fc41b4 Polish 7 years ago
Andy Wilkinson ad4ce9cf57 Return objects from trace, audit event, and thread dump endpoints
Closes gh-7648
7 years ago
Andy Wilkinson a6b30a3aab Reflect context hierarchy in beans endpoint’s response structure
Closes gh-10156
7 years ago
Andy Wilkinson ab54801143 Improve structure of response from configprops endpoint
Closes gh-10162
7 years ago
Brian Clozel 27c1b5eb4c Add "onClass" condition on web server auto-configurations
This commit adds new Conditional annotations on auto-configurations
creating the Servlet/Reactive web servers. These conditions only depend
on request primitives used by the servers themselves and aren't
framework specific.

Closes gh-10163
7 years ago
Stephane Nicoll 5111b03aa3 Remove duplicated method
This commit removes the beanNamesForAnnotationIncludingAncestors
method as it is now part of Spring Framework's BeanFactoryUtils.

Closes gh-10150
7 years ago
Stephane Nicoll 2d79d63a9d Resume building against Spring Framework 5 snapshots
See gh-10123
Closes gh-9949
7 years ago
Stephane Nicoll 0e21af4082 Fix typo 7 years ago
Stephane Nicoll 67fc5ca433 Create a public API to bind a ConfigurationProperties object
Previously, the API used to bind a ConfigurationProperties annotated
object was private to the BeanPostProcessor implementation.

This commit moves most of the logic to ConfigurationPropertiesBinder. As
we want this object to have the same state regardless of how it is built,
a builder is now provided that detects the components that the binder
needs if not specified explicitly.

Closes gh-8344
7 years ago
Andy Wilkinson 9242def4c0 Improve structure and JSON serialization of beans endpoint's response
Closes gh-10156
7 years ago
Andy Wilkinson 9ffbfb0d80 Ensure that endpoints are created before their web extensions
Closes gh-10140
7 years ago
Stephane Nicoll ab82aed96a Improve configuration properties binding test coverage
See gh-8344
7 years ago
Stephane Nicoll ab43237c90 Polish 7 years ago