Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
8 months ago
Phillip Webb
9863d3da66
Add license header to kotlin files
...
See gh-46065
8 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
8 months ago
Stéphane Nicoll
af926e2aef
Restore behavior of TestImage with Elasticsearch
...
See gh-46052
8 months ago
Stéphane Nicoll
4aff06aa17
Polish "Upgrade to Elasticsearch 9.0.2"
...
CLoses gh-46052
8 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
9 months ago
Andy Wilkinson
f799fc4777
Remove implicit deployment of bom projects
9 months ago
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
9 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
9 months ago
Stéphane Nicoll
3e3aa5acbc
Add smoke test for Artemis
...
Closes gh-45598
9 months ago
Stéphane Nicoll
88c9050b21
Polish
9 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
10 months ago
Andy Wilkinson
0b12cebff4
Fix warnings reported in Eclipse
10 months ago
Phillip Webb
7b08c07e7e
Replace ClientHttpRequestFactorySettings.Redirects with HttpRedirects
...
Closes gh-45505
10 months ago
Phillip Webb
1308629ae4
Disable GraphQL tests until we have a compatible release
...
See gh-45494
10 months ago
Stéphane Nicoll
5ea0674bad
Migrate to new HttpHeaders API
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
10 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>
10 months ago
Phillip Webb
1f53f1db99
Drop spring-boot-smoke-test-junit-vintage
...
JUnit 4 is no longer supported by Spring Framework.
See gh-45487
10 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
10 months ago
Phillip Webb
f08d3a5ed0
Remove unused parameter
10 months ago
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
10 months ago
Phillip Webb
7dac8ca345
Polish 'Fail fast when base path and an endpoint mapping are set to '/''
...
See gh-45251
10 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>
10 months ago
Phillip Webb
5a17f2c7f1
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
11 months ago
Phillip Webb
284c78f737
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
11 months ago
Phillip Webb
5eee67b8da
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
11 months ago
Andy Wilkinson
15a3d08059
Adapt to deprecation of MvcRequestMatcher
...
See gh-45147
11 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
11 months ago
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
11 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
11 months ago
Tran Ngoc Nhan
106e9f54ab
Migrate from AntPathRequestMatcher to PathPatternRequestMatcher
...
See gh-45163
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
11 months ago
Phillip Webb
c263c85de8
Start building against Spring Security 6.5.0-RC1 snapshots
...
See gh-45147
11 months ago
Johnny Lim
0dc0240c06
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-45036
11 months ago
Andy Wilkinson
a8381e7cbd
Ensure that only spring-core's ReflectionUtils is used
...
Closes gh-44837
11 months ago
Moritz Halbritter
f573f19aa5
Fix race condition in SampleQuartzApplicationWebTests
11 months ago
Andy Wilkinson
b60194441e
Upgrade to JUnit Jupiter 5.12.1
...
Closes gh-44780
12 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
12 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
1 year ago
Phillip Webb
575655ca39
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
1 year ago
Moritz Halbritter
dae891f473
Add SSL service connection support for Kafka
...
See gh-41137
1 year ago
Moritz Halbritter
789d30deab
Add SSL service connection support for ElasticSearch
...
See gh-41137
1 year ago
Moritz Halbritter
7cf9cc74a2
Add SSL service connection support for Redis
...
See gh-41137
1 year ago
Moritz Halbritter
109fd6f97d
Add SSL service connection support for MongoDB
...
See gh-41137
1 year ago
Moritz Halbritter
0ccf1b81d8
Add SSL service connection support for Couchbase
...
See gh-41137
1 year ago
Moritz Halbritter
9c520d6af7
Add SSL service connection support for Cassandra
...
See gh-41137
1 year ago
Moritz Halbritter
e26ccbe028
Add SSL service connection support for AMQP
...
See gh-41137
1 year ago
Andy Wilkinson
30d7af4e38
Add CI with Java 24
...
Closes gh-44205
1 year ago
Andy Wilkinson
5c8d9d910a
Update LoaderIntegrationTests as Java 23 is no longer in early access
...
Closes gh-44208
1 year ago
Dmytro Nosan
fbeace397f
Add the ability to trigger a Quartz job through an Actuator endpoint
...
Add new methods to `QuartzEndpoint` and `QuartzEndpointWebExtension`
to allow a Quartz job to be triggered on demand.
See gh-43086
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Phillip Webb
2b72e1170a
Remove spring-boot-smoke-test-pulsar4
...
Closes gh-43535
1 year ago