Phillip Webb
9c5f207e22
Fix merge error
7 years ago
Phillip Webb
d8157c94f3
Merge branch '2.0.x'
7 years ago
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
7 years ago
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
7 years ago
Phillip Webb
4853477081
Reformat code
7 years ago
Stephane Nicoll
75c10e615e
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
606eb9dda3
Merge pull request #13260 from torakiki:patch-1
...
* pr/13260:
Fix documentation error
7 years ago
Andrea Vacondio
aed118c410
Fix documentation error
...
Closes gh-13260
7 years ago
Madhura Bhave
940c3d1b75
Merge branch '2.0.x'
7 years ago
Madhura Bhave
552878c431
Fix javadoc
7 years ago
Stephane Nicoll
79967a482a
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
a5b53b263e
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
625f428aad
Upgrade to gson 2.8.5
...
Closes gh-13245
7 years ago
Stephane Nicoll
8997143f31
Fix checkstyle violations
7 years ago
Stephane Nicoll
4464a5f5bd
Remove code deprecated in 2.0
...
Closes gh-12962
7 years ago
Stephane Nicoll
1ea3e95ff6
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
585135a280
Polish
7 years ago
Stephane Nicoll
d5abd57a91
Remove deprecated use of spring.main.web-environment
...
Closes gh-13231
7 years ago
Stephane Nicoll
12bbb18844
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
a124379dd9
Remove use of deprecated `web` methods
...
Closes gh-13231
7 years ago
Stephane Nicoll
699b6ce6dc
Remove reference to Jersey 1
...
Closes gh-12582
7 years ago
Stephane Nicoll
65738e63fb
Polish
7 years ago
Phillip Webb
c5f63c19a4
Merge branch '2.0.x'
7 years ago
Phillip Webb
2dc4f1df00
Polish
7 years ago
Phillip Webb
e47e499af2
Merge branch '2.0.x'
7 years ago
Phillip Webb
f84014d7df
Add save_build_info param to maven sync job
...
Update CI pipeline so that the `sync-to-maven-central` job has access
to the artifactory build info.
Closes gh-13223
7 years ago
Phillip Webb
40e68a6427
Merge branch '2.0.x'
7 years ago
Phillip Webb
6d8b4710d7
Merge branch '1.5.x' into 2.0.x
7 years ago
Phillip Webb
9f4f229b83
Polish title case in CONTRIBUTING.md
7 years ago
Phillip Webb
2fa057a06c
Document how to raise security issues
...
Update contributing documentation and the issue template with
instructions on how to report security vulnerabilities.
Closes gh-12509
7 years ago
Phillip Webb
37646517cf
Polish
7 years ago
Stephane Nicoll
074bbaa579
Merge pull request #13139 from izeye:type-parameter
...
* pr/13139:
Use type parameter for Supplier in AggregateBinder.merge()
7 years ago
Johnny Lim
d72ba70cba
Use type parameter for Supplier in AggregateBinder.merge()
...
Closes gh-13139
7 years ago
Stephane Nicoll
243023f2ad
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
c1236ed81b
Merge pull request #13208 from mihhail-lapushkin:master
...
* pr/13208:
Polish contribution
Support custom UriTemplateHandler in LocalHostUriTemplateHandler
7 years ago
Stephane Nicoll
300f6bf4d7
Polish contribution
...
Closes gh-13208
7 years ago
Mihhail Lapushkin
d31dbac69e
Support custom UriTemplateHandler in LocalHostUriTemplateHandler
...
See gh-13208
7 years ago
Stephane Nicoll
27c60e3deb
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
48cf025093
Polish
7 years ago
Stephane Nicoll
d35d221b5c
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
6893be5479
Make sure that RabbitMQ metrics are configured early
...
The ConnectionFactory can be used early in user configuration to
configure an `Exchange`. Such connection may not hold the proper
MetricCollector and can be cached, leading to missed metrics
information.
This commit moves the configuration of RabbitMQ metrics to a
BeanPostProcessor so that the proper MetricCollector is configured
before any connection is created.
Closes gh-12855
7 years ago
Stephane Nicoll
8364d121b1
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
125b5974c0
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
d9029ef69e
Fix documentation of spring.kafka.producer.batch-size
...
Closes gh-13127
7 years ago
Stephane Nicoll
bd722f257d
Merge pull request #13197 from izeye:polish-20180517-2nd
...
* pr/13197:
Make ErrorProperties.whitelabel final
7 years ago
Johnny Lim
b7fe3a5332
Make ErrorProperties.whitelabel final
...
Closes gh-13197
7 years ago
Stephane Nicoll
afe6abb20d
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
64f43c373f
Merge pull request #13192 from izeye:polish-20180517
...
* pr/13192:
Polish
7 years ago
Johnny Lim
75639aa682
Polish
...
Closes gh-13192
7 years ago
Stephane Nicoll
b51b997b70
Run specific health check
...
This commit improves the `health` endpoint to run health check for a
particular component or, if that component is itself a composite, an
instance of that component.
Concretely, it is now possible to issue a `GET` on
`/actuator/health/{component}` and
`/actuator/health/{component}/instance` to retrieve the health of a
component or an instance of a composite component, respectively.
If details cannot be showed for the current user, any request leads to a
404 and does not invoke the health check at all.
Closes gh-8865
7 years ago