Phillip Webb
0f1c0d97d1
Create spring-boot-liquibase module
...
See gh-46088
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
Andy Wilkinson
67cb03b8b4
Create spring-boot-tx module
...
See gh-46084
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
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
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
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
6 months ago
Phillip Webb
9863d3da66
Add license header to kotlin files
...
See gh-46065
6 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
6 months ago
Stéphane Nicoll
af926e2aef
Restore behavior of TestImage with Elasticsearch
...
See gh-46052
6 months ago
Stéphane Nicoll
4aff06aa17
Polish "Upgrade to Elasticsearch 9.0.2"
...
CLoses gh-46052
6 months ago
Phillip Webb
7613594b3a
Relax profile naming restrictions and allow opt-out
...
Rework profile name validation logic so that `.` and `+` and `@` can
be used in the names. Also provide an opt-out property that can be
set to restore earlier Spring Boot behavior.
The commit also include an update to the reference documentation.
Fixes gh-45947
6 months ago
Andy Wilkinson
f799fc4777
Remove implicit deployment of bom projects
7 months ago
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
7 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
7 months ago
Stéphane Nicoll
3e3aa5acbc
Add smoke test for Artemis
...
Closes gh-45598
7 months ago
Stéphane Nicoll
88c9050b21
Polish
7 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
7 months ago
Andy Wilkinson
0b12cebff4
Fix warnings reported in Eclipse
7 months ago
Phillip Webb
7b08c07e7e
Replace ClientHttpRequestFactorySettings.Redirects with HttpRedirects
...
Closes gh-45505
7 months ago
Phillip Webb
1308629ae4
Disable GraphQL tests until we have a compatible release
...
See gh-45494
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
Phillip Webb
1f53f1db99
Drop spring-boot-smoke-test-junit-vintage
...
JUnit 4 is no longer supported by Spring Framework.
See gh-45487
7 months ago
Stéphane Nicoll
3881a79383
Upgrade to Hibernate 7.0.0.Beta3 and Jakarta Persistence 3.2.0
...
Closes gh-45476
Closes gh-45477
7 months ago
Phillip Webb
f08d3a5ed0
Remove unused parameter
7 months ago
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
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
yongjunhong
8f535b266c
Fail fast when base path and an endpoint mapping are set to '/'
...
Throw an exception if actuator is running on the main server port and
the base path and an individual mapping are set to '/'.
See gh-45251
Signed-off-by: yongjunhong <dev.yongjunh@gmail.com>
8 months ago
Phillip Webb
5a17f2c7f1
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
8 months ago
Phillip Webb
284c78f737
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
8 months ago
Phillip Webb
5eee67b8da
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
8 months ago
Andy Wilkinson
15a3d08059
Adapt to deprecation of MvcRequestMatcher
...
See gh-45147
8 months ago
Phillip Webb
9b1b7e608c
Prevent 'not eligible for getting processed' warnings when using JMX
...
Update auto-configured `IntegrationMBeanExporter` to be created from
a static method since it's a post-processor. Relevant injection now
occurs by overriding the `afterSingletonsInstantiated()` method.
Closes gh-45186
8 months ago
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
8 months ago
Phillip Webb
5b165b35e3
Used nested format for ECS structure logging
...
Update `ElasticCommonSchemaStructuredLogFormatter` implementations so
that nested JSON is used for entries that previous has a '.' in the
name. This format follows the ECS specification and should be compatible
with more backends.
Fixes gh-45063
8 months ago
Tran Ngoc Nhan
106e9f54ab
Migrate from AntPathRequestMatcher to PathPatternRequestMatcher
...
See gh-45163
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
8 months ago
Phillip Webb
c263c85de8
Start building against Spring Security 6.5.0-RC1 snapshots
...
See gh-45147
8 months ago
Johnny Lim
0dc0240c06
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-45036
8 months ago
Andy Wilkinson
a8381e7cbd
Ensure that only spring-core's ReflectionUtils is used
...
Closes gh-44837
9 months ago
Moritz Halbritter
f573f19aa5
Fix race condition in SampleQuartzApplicationWebTests
9 months ago
Andy Wilkinson
b60194441e
Upgrade to JUnit Jupiter 5.12.1
...
Closes gh-44780
9 months ago
Moritz Halbritter
7fcf34eaeb
Add property 'server.tomcat.use-apr' to control Tomcat's APR
...
The property's default depends on the Java version. On Java < 24, it defaults
to WHEN_AVAILABLE, on Java >=24 it defaults to NEVER.
Closes gh-44033
9 months ago
Stéphane Nicoll
9b41bbdc5c
Polish Spring-WS smoke test
...
This commit polishes the smoke test for Spring Web Services, namely
clearing unused dependencies and clarify the necessary configuration:
1. No need to extend from `WsConfigurationAdapter` if no advanced
configuration is required
2. Spring Web Services creates a `XsdSchema` bean whose name matches
the name of the file. Added a `@Qualifier("hr")` to make that more
obvious as it would break if an additional schema was to be added.
Closes gh-44515
10 months ago
Phillip Webb
575655ca39
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
10 months ago
Moritz Halbritter
dae891f473
Add SSL service connection support for Kafka
...
See gh-41137
10 months ago