Phillip Webb
017efda6ec
Add @EndpointServlet and migrate Jolokia
...
Add first class support for Servlet based endpoints and rework the
Jolokia endpoint to use it.
Fixes gh-10264
7 years ago
Phillip Webb
f8cdc01474
Merge pull request #11759 from dreis2211
...
* pr/11759:
Remove usage of Vector collection
7 years ago
dreis2211
542c3b7c1e
Remove usage of Vector collection
...
Closes gh-11759
7 years ago
Phillip Webb
3bd940baaa
Polish "Add more WebEndpointAutoConfiguration tests"
...
Closes gh-11754
7 years ago
Yunkun Huang
d8527a9708
Add tests for WebEndpointAutoConfiguration
...
Closes gh-11754
See gh-11684
7 years ago
igor-suhorukov
093ca0a687
Use EnumMap whenever possible
...
Replace regular Map instances with EnumMap to reduce memory consumption.
Closes gh-11760
7 years ago
Phillip Webb
ab6ad6aa4b
Polish
7 years ago
Phillip Webb
e53bef737f
Rename property migrator classes
...
Rename packages and classes to match the new module name.
See gh-11301
7 years ago
Andy Wilkinson
1a1a62b744
Protect tests against Cassandra startup failures
...
On CI, Cassandra running inside the Docker container sometimes fails
to start or the start times out. This has nothing to do with Boot so
we attempt to protect our tests from the flakiness of the container
by allowing 3 startup attempts.
7 years ago
Andy Wilkinson
292025936e
Omit null properties from actuator endpoint API response examples
...
Closes gh-11757
7 years ago
Stephane Nicoll
41bfe07964
Upgrade to Spring Data Kay SR3
...
Closes gh-11666
7 years ago
Stephane Nicoll
de193826ec
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
474a391763
Upgrade to Spring Data Ingalls SR10
...
Closes gh-11673
7 years ago
Stephane Nicoll
b1525f4f2e
Rename spring-boot-deprecated-properties-support
...
Rename `spring-boot-deprecated-properties-support` to
`spring-boot-properties-migrator`.
See gh-11301
7 years ago
Stephane Nicoll
952e766e51
Merge pull request #11744 from eddumelendez:gh-11722
...
* pr/11744:
Polish "Add support for anonymousReadOnly in LdapProperties"
Add support for anonymousReadOnly in LdapProperties
Move tests to use ApplicationContextRunner
7 years ago
Stephane Nicoll
960989cfe6
Polish "Add support for anonymousReadOnly in LdapProperties"
...
Closes gh-11744
7 years ago
Stephane Nicoll
af0bdc893b
Add support for anonymousReadOnly in LdapProperties
...
See gh-11744
7 years ago
Eddú Meléndez
633aefa844
Move tests to use ApplicationContextRunner
7 years ago
Brian Clozel
145d46e093
Polish
7 years ago
Stephane Nicoll
1f4a32f0ad
Add a way to signal that an endpoint request is invalid
...
This commit adds InvalidEndpointRequestException as a technology
agnostic way to signal that an endpoint request is invalid. When such
exception is thrown, the web layer translates that to a 400.
Rather than overriding the reason, this commit makes sure to reuse the
error infrastructure.
Closes gh-10618
7 years ago
Madhura Bhave
55c8ceb440
Polish
7 years ago
Brian Clozel
be7c0a15f7
Move reactive ErrorAttributes into spring-boot
...
Closes gh-11714
7 years ago
Stephane Nicoll
674be06874
Upgrade to Spring Framework 5.0.3.RELEASE
...
Closes gh-11503
7 years ago
Andy Wilkinson
e928a4a19d
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
1d58e7a7c2
Upgrade to GemFire 8.2.8
...
Closes gh-11746
7 years ago
Stephane Nicoll
29cfa4878d
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
64b0633a41
Upgrade to Spring Framework 4.3.14.RELEASE
...
Closes gh-11520
7 years ago
Stephane Nicoll
81b275fa2a
Upgrade to Reactor Bismuth-SR5
...
Closes gh-11572
7 years ago
Phillip Webb
96f1fa296b
Merge pull request #11680 from andrey916
...
* pr/11680:
Replace string arguments with char
7 years ago
andrey.onufreyko
b19dcb13e2
Replace string arguments with char
...
Optimize method calls by replacing single character String arguments
with char.
Closes gh-11680
7 years ago
Phillip Webb
2735f57b0d
Merge pull request #11720 from izeye
...
* pr/11720:
Polish
7 years ago
Johnny Lim
768e7c07e6
Polish
...
Closes gh-11720
7 years ago
Phillip Webb
55f44dc510
Merge pull request #11743 from dreis2211
...
* pr/11743:
Narrow scope of some variables
7 years ago
dreis2211
5f66c09844
Narrow scope of some variables
...
Closes gh-11743
7 years ago
Phillip Webb
8903f04990
Merge pull request #11724 from dreis2211
...
* pr/11724:
Polish
7 years ago
dreis2211
b7e663e820
Polish
...
Closes gh-11724
7 years ago
Phillip Webb
66d5c03c39
Add checkstyle to prevent reactor Assert import
7 years ago
Phillip Webb
d0ca1a3eea
Rename configuration-analyzer
...
Rename `spring-boot-configuration-analyzer` to
`spring-boot-deprecated-properties-support`.
Also renamed classes to match and polished some of the code.
See gh-11301
7 years ago
Phillip Webb
66f8279f65
Polish
7 years ago
Andy Wilkinson
77596fa8e6
Polish
7 years ago
Andy Wilkinson
a41e28eea2
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
b6576fbe9c
Test compression defaults against 8.5.24 as they changed in 8.5.27
...
See gh-11727
7 years ago
Andy Wilkinson
f5a8c2a705
Upgrade to Postgresql 42.2.0
...
Closes gh-11741
7 years ago
Andy Wilkinson
26ea4037a3
Upgrade to Neo4j Ogm 3.0.3
...
Closes gh-11740
7 years ago
Andy Wilkinson
d5b58a60e0
Upgrade to Jetty El 8.5.24.1
...
Closes gh-11739
7 years ago
Andy Wilkinson
89953f0d46
Upgrade to Jooq 3.10.4
...
Closes gh-11738
7 years ago
Andy Wilkinson
3b760d3620
Upgrade to Kotlin 1.2.20
...
Closes gh-11737
7 years ago
Andy Wilkinson
0ebff9aa80
Upgrade to Flyway 5.0.6
...
Closes gh-11736
7 years ago
Andy Wilkinson
37d3416627
Upgrade to Elasticsearch 5.6.6
...
Closes gh-11735
7 years ago
Andy Wilkinson
c825167ec7
Upgrade to Netty 4.1.20.Final
...
Closes gh-11734
7 years ago