Phillip Webb
0f1c0d97d1
Create spring-boot-liquibase module
...
See gh-46088
6 months ago
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
6 months ago
Stéphane Nicoll
80933d86b4
Create spring-boot-flyway module
...
See gh-46086
6 months ago
Andy Wilkinson
5addbc70e7
Create spring-boot-jdbc module
...
See gh-46085
6 months ago
Stéphane Nicoll
fd13ac80e8
Create spring-boot-activemq module
...
See gh-46082
6 months ago
Stéphane Nicoll
11d1825154
Create spring-boot-jms module
...
See gh-46081
6 months ago
Brian Clozel
7471d01a72
Create spring-boot-jsonb module
...
Closes gh-46080
6 months ago
Andy Wilkinson
6c89a6bcbe
Create spring-boot-jackson-module
...
Closes gh-46078
6 months ago
Andy Wilkinson
760b80818f
Create spring-boot-reactor-netty module
...
See gh-46076
6 months ago
Andy Wilkinson
b8df90ad20
Create spring-boot-jetty module
...
See gh-46075
6 months ago
Andy Wilkinson
04b0590162
Create spring-boot-undertow module
...
See gh-46074
6 months ago
Andy Wilkinson
a0b28610e5
Move Tomcat auto-configuration into spring-boot-tomcat
...
See gh-46073
6 months ago
Andy Wilkinson
693c27c6e3
Start splitting up spring-boot-autoconfigure
...
See gh-46071
6 months ago
Andy Wilkinson
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
6 months ago
Andy Wilkinson
71f74c7ee2
Start splitting up spring-boot
...
See gh-46071
6 months ago
Phillip Webb
5a1b6d2269
Reduce number of test dependencies
...
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
Closes gh-46072
6 months ago
Andy Wilkinson
4dff8ab081
Repackage web server classes
...
Closes gh-44286
Closes gh-44067
6 months ago
Dmytro Nosan
67f380c2bc
Add @EnabledOnLocale annotation for locale-based tests
...
Introduce @EnabledOnLocale annotation to enable or disable tests
based on the system's default locale.
See gh-46211
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
6 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
6 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
6 months ago
Moritz Halbritter
0f77dcb402
Use system properties to detect OpenJ9 JVMs when doing heapdumps
...
Closes gh-45973
6 months ago
Andy Wilkinson
a8cb6cf21a
Remove validity threshold from SslInfo
...
Closes gh-44650
7 months ago
Phillip Webb
644aeabf7b
Polish
7 months ago
Stéphane Nicoll
2fd29481da
Polish
7 months ago
Lari Hotari
a9f5a4194e
Make heapdump endpoint restricted by default
...
See gh-45624
Signed-off-by: Lari Hotari <lhotari@users.noreply.github.com>
7 months ago
Stéphane Nicoll
d04ddb1123
Upgrade to Elasticsearch 8.18.1
...
Closes gh-45495
7 months ago
Andy Wilkinson
0b12cebff4
Fix warnings reported in Eclipse
7 months ago
Andy Wilkinson
379b2ceb56
Fix Eclipse warnings caused by deprecation of Jackson 2 support
...
See gh-45535
7 months ago
Phillip Webb
02ee7fdb30
Suppress Jackson 2 warnings
...
See gh-45535
7 months ago
Phillip Webb
36fb1e9b4b
Replace Actuator @Nullable with @OptionalParameter
...
Closes gh-45389
7 months ago
Stéphane Nicoll
a0944b00d0
Migrate to updated native hints API and new reachability JSON
...
Replace hint API calls with updated version and fix tests that
relied on previous JSON files.
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
7 months ago
Stéphane Nicoll
5ea0674bad
Migrate to new HttpHeaders API
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
7 months ago
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
7 months ago
Stéphane Nicoll
05fb37d046
Adapt to Spring MVC API updates
...
See gh-45487
7 months ago
Phillip Webb
c15418b693
Update actuator support to ensure CORS properties always apply
...
Update `AbstractWebFluxEndpointHandlerMapping` and
`AbstractWebMvcEndpointHandlerMapping` to ensure cors
configuration is applied.
See gh-45487
7 months ago
Phillip Webb
3c9e4d69d8
Downgrade Elastic Client and Neo4J Driver for compatibility
7 months ago
Andy Wilkinson
fe6f0a5905
Stop leaking a cache in Cache2kCacheMeterBinderProviderTests
...
Closes gh-45469
7 months ago
Stéphane Nicoll
2eef86fc28
Upgrade to Elasticsearch 8.18.0
...
Closes gh-45447
8 months ago
Phillip Webb
7dac8ca345
Polish 'Fail fast when base path and an endpoint mapping are set to '/''
...
See gh-45251
8 months ago
Phillip Webb
2143d702f2
Polish boolean members that can use the default `false` value
8 months ago
geniuus
aaaa791cea
Validate that sslInfo is not null in SslHealthIndicator constructor
...
The SslHealthIndicator constructor previously did not validate if the
provided SslInfo instance was null. This could potentially lead to a
NullPointerException later when the doHealthCheck method is invoked
if the SslInfo bean was not properly configured or available.
This commit adds an Assert.notNull check for the sslInfo parameter
to ensure fail-fast behavior during application startup or bean
creation. This aligns with the common practice in other Spring Boot
components and health indicators where essential dependencies are
validated in the constructor.
See gh-45013
Signed-off-by: geniuus <cross_man@naver.com>
9 months ago
Stéphane Nicoll
08b2c560dd
Order dependencies
...
Closes gh-44757
9 months ago
Andy Wilkinson
67b0a26474
Improve structure of test resources in Actuator modules
...
Closes gh-44632
10 months ago
Andy Wilkinson
b2ba2a53fe
Polish "Add support for MVC router functions to mappings endpoint"
...
See gh-44163
10 months ago
puppy4c
a747bcf6d4
Add support for MVC router functions to mappings endpoint
...
See gh-44163
Signed-off-by: puppy4c <puppy4c@foxmail.com>
10 months ago
Dmytro Nosan
b9772cd6f1
Polish
...
See gh-44247
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
10 months ago
Phillip Webb
28495d7d13
Polish `SanitizingFunction`
...
See gh-39243
10 months ago
Phillip Webb
3eee1f1ad0
Add convenience methods to `SanitizingFunction`
...
Add a `sanitizeValue()` factory method and `if...` methods that can
be used to quickly build a `SanitizingFunction`.
Closes gh-39243
10 months ago
Johnny Lim
8c35bce668
Polish
...
See gh-44184
Signed-off-by: Johnny Lim <izeye@naver.com>
10 months ago
Dmytro Nosan
ed5100ecee
Upgrade to Elasticsearch Client 8.17.0
...
See gh-44100
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
11 months ago