Andy Wilkinson
a148983e7f
Polish "Fix EndpointRequest links matching for separate management port"
...
See gh-49591
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
3 weeks ago
Stéphane Nicoll
c9145e69d9
Refresh JDK versions used in integration tests
...
Closes gh-49412
1 month ago
Stéphane Nicoll
559106f8a9
Add Log4j2 smoke test
...
This commit adds a smoke test that exercises the SpringProfile extension
just like the Logback equivalent.
Closes gh-48492
4 months ago
Phillip Webb
7837583484
Add credentials to ivy settings to support commercial builds
...
Closes gh-46824
5 months ago
Stéphane Nicoll
9e656c1554
Remove unnecessary field initialization
...
Closes gh-45168
Co-authored-by: CatiaCorreia catia.correia97@gmail.com
5 months ago
Stéphane Nicoll
01ff8f8095
Adapt assertions to recent changes in Spring Security
...
See https://github.com/spring-projects/spring-authorization-server/issues/2219
6 months ago
Stéphane Nicoll
50f890bff2
Use Java 25 in loader integration tests
...
See gh-47609
6 months ago
Florian Lemaire
d1971dc879
Add configuration property for OAuth2 Authorization Server PAR endpoint
...
See gh-46641
Signed-off-by: Florian Lemaire <florian@jetdev.fr>
8 months ago
Stéphane Nicoll
8f8d406e56
Allow SNI integration tests to build against an enterprise release
...
Closes gh-46426
9 months ago
Piyal Ahmed
8fb3010942
Remove unnecessary semicolons from Gradle build scripts
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46252
9 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
10 months ago
Phillip Webb
9863d3da66
Add license header to kotlin files
...
See gh-46065
10 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
10 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
10 months ago
Andy Wilkinson
f799fc4777
Remove implicit deployment of bom projects
11 months ago
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
11 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
11 months ago
Stéphane Nicoll
3e3aa5acbc
Add smoke test for Artemis
...
Closes gh-45598
11 months ago
Stéphane Nicoll
88c9050b21
Polish
11 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
11 months ago
Phillip Webb
f08d3a5ed0
Remove unused parameter
11 months ago
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
12 months ago
Phillip Webb
7dac8ca345
Polish 'Fail fast when base path and an endpoint mapping are set to '/''
...
See gh-45251
12 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>
12 months ago
Phillip Webb
5a17f2c7f1
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
12 months ago
Phillip Webb
284c78f737
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
12 months ago
Phillip Webb
5eee67b8da
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
12 months ago
Andy Wilkinson
15a3d08059
Adapt to deprecation of MvcRequestMatcher
...
See gh-45147
12 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
12 months ago
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
12 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
12 months ago
Tran Ngoc Nhan
106e9f54ab
Migrate from AntPathRequestMatcher to PathPatternRequestMatcher
...
See gh-45163
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Phillip Webb
c263c85de8
Start building against Spring Security 6.5.0-RC1 snapshots
...
See gh-45147
1 year ago
Johnny Lim
0dc0240c06
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-45036
1 year ago
Andy Wilkinson
a8381e7cbd
Ensure that only spring-core's ReflectionUtils is used
...
Closes gh-44837
1 year ago
Moritz Halbritter
f573f19aa5
Fix race condition in SampleQuartzApplicationWebTests
1 year ago
Andy Wilkinson
b60194441e
Upgrade to JUnit Jupiter 5.12.1
...
Closes gh-44780
1 year 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
1 year 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