Stéphane Nicoll
8f8d406e56
Allow SNI integration tests to build against an enterprise release
...
Closes gh-46426
5 months ago
Piyal Ahmed
8fb3010942
Remove unnecessary semicolons from Gradle build scripts
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46252
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
Johnny Lim
08c67cc353
Replace deprecated Project.task()
...
See gh-45009
Signed-off-by: Johnny Lim <izeye@naver.com>
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
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
Andy Wilkinson
30d7af4e38
Add CI with Java 24
...
Closes gh-44205
10 months ago
Andy Wilkinson
5c8d9d910a
Update LoaderIntegrationTests as Java 23 is no longer in early access
...
Closes gh-44208
10 months ago
Stéphane Nicoll
049f8a0aab
Rely on standard NoOpResponseErrorHandler
11 months ago
Phillip Webb
3346ca7899
Deal with Spring Framework deprecation
...
See gh-43750
11 months ago
Johnny Lim
4d15ee5bf0
Polish
...
See gh-43498
1 year ago
Yanming Zhou
3f17e42b38
Polish formatting of log configuration file
...
1. Remove space before `/>` to keep consistency.
2. Capitalize `filters` for Log4j2.
3. Uppercase log level to keep consistency.
See gh-43322
1 year ago
Moritz Halbritter
ce106eb43c
Remove calls to deprecated Project.getBuildDir() in Gradle files
...
Closes gh-42739
1 year ago
Moritz Halbritter
a3060652f8
Call String.toLowerCase and .toUppercase with explicit locale
...
Closes gh-42719
1 year ago
Andy Wilkinson
2c982260df
Use platform dependencies instead of the dependency management plugin
...
Closes gh-42712
1 year ago
Phillip Webb
51ff8d411c
Fix Oracle JDK download URLs
...
Closes gh-42704
1 year ago
Phillip Webb
9836011ffd
Create extension to configure Spring maven repositories
...
Create a small Groovy script that can be used in `settings.gradle`
files to extend `repositories` to support the various maven
repositories required for our build.
See gh-42333
1 year ago
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
1 year ago
Andy Wilkinson
4b0b5c263d
Ensure that building test apps produces Java 17 bytecode
...
See gh-41980
1 year ago
Andy Wilkinson
4258953190
Ensure that building the SNI test apps produces Java 17 bytecode
...
See gh-41980
1 year ago
Stéphane Nicoll
68ce174980
Adapt LoaderIntegrationTests to Java 23
...
See gh-41698
1 year ago
Andy Wilkinson
654016af7f
Move Docker-related test support into a separate module
...
See gh-41228
1 year ago
Andy Wilkinson
7e4d60e07f
Update spring-boot-launch-script-tests to use docker-test plugin
...
See gh-41228
1 year ago
Andy Wilkinson
6564abb12a
Update spring-boot-loader-classic-tests to use docker-test plugin
...
See gh-41228
1 year ago
Andy Wilkinson
edc582800b
Update spring-boot-loader-tests to use docker-test plugin
...
See gh-41228
1 year ago
Phillip Webb
2a4582b084
Update copyright year of changed files
2 years ago
Andy Wilkinson
491f34d25c
Improve container test code
...
Replace `DockerImageNames` with a enum and relocate it from the
`testcontainers` to `container` package. The enum now also
becomes a common location that we can use to apply container
configuration such as timeouts.
Closes gh-41164
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2 years ago
Andy Wilkinson
4517c43cc7
Remove Concourse CI configuration
...
Closes gh-40569
2 years ago
Scott Frederick
e8df704ebb
Extend expiry of SNI integration test certificates
...
See gh-26022 and gh-40589
2 years ago
Moritz Halbritter
516d3b1294
Test ANSI disabled in logging tests instead of integration tests
...
See gh-40172
2 years ago
Moritz Halbritter
713f4f2292
Polish "Fix broken AnsiOutput.detectIfAnsiCapable on JDK22"
...
See gh-40172
2 years ago
facewise
1f9b62b122
Fix broken AnsiOutput.detectIfAnsiCapable on JDK22
...
See gh-40172
2 years ago
Andy Wilkinson
34e62bb4e2
Reinstate permissive alias check
...
Without the permissive check, unusually named static resources are
inaccessible. The need for this may be due to a Jetty bug. This change
restores the tests to their previous form for now.
See gh-40568
2 years ago
Andy Wilkinson
15913441c4
Remove Concourse CI configuration
...
Closes gh-40566
2 years ago
Moritz Halbritter
7b96941fb9
Update Java in SDKman and CI image to 17.0.11-librca
...
Closes gh-40414
2 years ago
Andy Wilkinson
ebf816f056
Make Tomcat and Undertow starters locally available to SNI test apps
...
See gh-26022
2 years ago
Andy Wilkinson
b705a63c8e
Make WebFlux starter locally available to SNI test apps
...
See gh-26022
2 years ago
Scott Frederick
bc5777d0cc
Upgrade CI images to ubuntu:jammy-20240405
...
Closes gh-40410
2 years ago
Andy Wilkinson
aefe6e8bc0
Make actuator starter locally available to SNI test apps
...
See gh-26022
2 years ago
Scott Frederick
ad79c373f8
Add SNI support to web server SSL auto-configuration
...
Properties under `server.ssl.server-name-bundles` and
`management.server.ssl.server-name-bundles` can be used to configure
mappings of host names to SSL bundles to support SNI in embedded web
servers.
Closes gh-26022
2 years ago
Scott Frederick
c83f7017c8
Upgrade CI images to ubuntu:jammy-20240227
...
Closes gh-39844
2 years ago
Andy Wilkinson
0f6b3514db
Update LoaderIntegrationTests to cover Java 22
...
See gh-39746
2 years ago
Scott Frederick
39304147a7
Upgrade CI images to ubuntu:jammy-20240212
...
Closes gh-39657
2 years ago
Moritz Halbritter
8ffcfc9b77
Harmonize style of igored exceptions across the codebase
2 years ago
Scott Frederick
d616568324
Upgrade CI images to ubuntu:jammy-20240125
...
Closes gh-39426
2 years ago
Phillip Webb
8f1a330dd5
Update copyright header of cleaned up code
...
See gh-39259
2 years ago
Tobias Lippert
def7523398
Inline redundant if statements
...
See gh-39259
2 years ago
Scott Frederick
302087176a
Upgrade to Java 17.0.10+13
...
Closes gh-39216
2 years ago