Moritz Halbritter
f3d0bc7a99
Disable launch script integration tests on aarch64 linux and mac
...
See gh-35229
3 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
3 years ago
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
3 years ago
Stephane Nicoll
4f6c3ab2b0
Upgrade to JUnit Jupiter 5.9.0
...
Closes gh-32351
3 years ago
Phillip Webb
27ad0804f5
Update copyright year of changed files
4 years ago
Phillip Webb
7c16668bf3
Log Docker output to aid debugging
...
Add an SLF4J logger so that we can see real time output of the
Docker container.
See gh-29370
4 years ago
dreis2211
d8deee7cf6
Update to JDK 17 in launch script tests
...
See gh-29201
4 years ago
Scott Frederick
9f001efa29
Adjust fat jar central directory to account for launch script
...
An upgrade to Apache Commons Compress allows the build plugins to write
the launch script to the fat jar as a proper preamble, making the file
compatible with more jar and zip tooling.
Fixes gh-22336
5 years ago
Andy Wilkinson
ad67c3d50f
Avoid using yum (which requires http:// access) in launch script tests
...
Fixes gh-26240
5 years ago
Phillip Webb
b351288f48
Fix integration test app detection
...
See gh-18631
5 years ago
Stephane Nicoll
f64b7f8465
Use proper CentOS base image
...
See gh-24344
5 years ago
Stephane Nicoll
a5a8545801
Switch integration tests to CentOS 7
...
This commit upgrades the docker image for CentOS to Centos 7.9 as
CentOs 6 is EOL since November 30. Given that CentOS 7 does no longer
support SysVinit, this commit also updates the integration tests to not
test this OS anymore.
Closes gh-24344
5 years ago
Andy Wilkinson
1233288df0
Disable JarLaunchScriptIntegrationTests without Docker
...
See gh-21388
6 years ago
Andy Wilkinson
84ff233590
Polish "Test the launch script when executed directly"
...
See gh-21388
6 years ago
Alexey Vinogradov
02a6a84499
Test the launch script when executed directly
...
See gh-21388
6 years ago
Phillip Webb
fd792cedaf
Polish DisabledIfDockerUnavailable
...
Convert `DisabledIfDockerUnavailable` to be an annotation and make
it slightly less noisy.
6 years ago
Phillip Webb
862462b791
Update copyright year of changed files
6 years ago
Andy Wilkinson
b5ae8b0af5
Disable tests that use Docker when Docker is unavailable
...
Closes gh-19616
6 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
6 years ago
Andy Wilkinson
f75c73eb7a
Use Testcontainers in the launch script integration tests
...
Closes gh-19366
6 years ago
dreis2211
ded476b5ec
Reduce visibility of test methods
...
See gh-19294
See gh-19287
6 years ago
Andy Wilkinson
79b5fd9d73
Polish "Allow the user that runs the app to be specified via an env var"
...
See gh-16973
6 years ago
Wagner Macedo
b57f35893c
Allow the user that runs the app to be specified via an env var
...
See gh-16973
6 years ago
Phillip Webb
a66c4d3096
Unify method visibility of private classes
...
Apply checkstyle rule to ensure that private and package private
classes do not have unnecessary public methods. Test classes have
also been unified as much as possible to use default scoped
inner-classes.
Closes gh-7316
7 years ago
Andy Wilkinson
b18fffaf14
Move tests to JUnit 5 wherever possible
7 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
7 years ago
Spring Operator
c9c554b834
Update build and setup configuration to use HTTPS
...
See gh-16106
7 years ago
Andy Wilkinson
4a222cb4e5
Polish "Log a warning when using fallback for pid and log locations"
...
Closes gh-14519
7 years ago
Andy Wilkinson
9542f5182c
Move scripts for new launch script tests to correct location
...
See gh-11397
8 years ago
Johnny Lim
483d123d9b
Fix imports order for Checkstyle
...
Closes gh-11587
8 years ago
Madhura Bhave
32557e4987
Fix imports
8 years ago
Phillip Webb
b3ec2c9d1d
Polish
8 years ago
Andy Wilkinson
d439b73758
Use docker-java 3.0.x for launch script integration tests
8 years ago
Johnny Lim
0f0c6e0729
Polish
...
Closes gh-11536
8 years ago
Phillip Webb
748e0779b6
Update copyright year for changed files
8 years ago
Phillip Webb
89b0ba2c14
Relocate test projects under `spring-boot-tests`
...
Move integration and deployment tests under a single `spring-boot-tests`
module.
See gh-9316
8 years ago