Phillip Webb
e0013454b5
Use parentheses when declaring dependencies
...
Update all dependencies declarations to use the form `scope(reference)`
rather than `scope reference`.
Prior to this commit we declared dependencies without parentheses unless
we were forced to add them due to an `exclude`.
5 years ago
Phillip Webb
0209cd3e4c
Polish quote form used in Gradle scripts
...
Replace Gradle single quote strings with the double quote form
whenever possible. The change helps to being consistency to the
dependencies section where mostly single quotes were used, but
occasionally double quotes were required due to `${}` references.
5 years ago
Phillip Webb
fd792cedaf
Polish DisabledIfDockerUnavailable
...
Convert `DisabledIfDockerUnavailable` to be an annotation and make
it slightly less noisy.
5 years ago
Phillip Webb
862462b791
Update copyright year of changed files
5 years ago
Andy Wilkinson
b5ae8b0af5
Disable tests that use Docker when Docker is unavailable
...
Closes gh-19616
5 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
5 years ago
Phillip Webb
de393aba8b
Upgrade deployment test to TomEE 8.0.0
...
Closes gh-18395
5 years ago
Phillip Webb
8bc780762a
Merge branch '2.1.x'
5 years ago
Phillip Webb
fb1dd8fe93
Merge branch '2.0.x' into 2.1.x
5 years ago
Phillip Webb
913e831f4e
Merge '1.5.x' into 2.0.x
5 years ago
Issam El-atif
35dc7982d2
Fix deployment tests JUnit 5 checkstyle issues
...
See gh-17106
6 years ago
Andy Wilkinson
b18fffaf14
Move tests to JUnit 5 wherever possible
6 years ago
Andy Wilkinson
36f56d034a
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
612a929c19
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
5c21c68146
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
db75347eb6
Merge branch '2.1.x'
6 years ago
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
7fc01971ed
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
36c1c051b8
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
e23f72c8b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
b828b398b5
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
a36aa67b52
Merge branch '2.0.x' into 2.1.x
6 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Andy Wilkinson
28cf63354a
Merge pull request #16106 from Spring Operator
...
* gh-16106:
Drop AnyEdit from Eclipse setup as it is not available over HTTPS
Update build and setup configuration to use HTTPS
Closes gh-16106
6 years ago
Spring Operator
c9c554b834
Update build and setup configuration to use HTTPS
...
See gh-16106
6 years ago
Andy Wilkinson
d6a869fa98
Switch to Jakarta EE API dependencies where possible
...
Closes gh-16113
Closes gh-16112
Closes gh-16111
Closes gh-15916
Closes gh-15689
6 years ago
Andy Wilkinson
eafee8be58
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
974f90cefe
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
13f08e4c89
Polish
6 years ago
Johnny Lim
6b0ce46491
Polish
...
Closes gh-13320
7 years ago
Andy Wilkinson
7a27882d62
Restrict Liberty deployment tests to Java 8
...
OpenLiberty does not yet support Java 9 or 10 and stopping the server
currently hangs when using Java 10.
Closes gh-13141
7 years ago
Andy Wilkinson
8b1a101cb6
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
aa27334671
Run deployment tests on JDK 9 and 10 where possible
...
Closes gh-10414
7 years ago
Andy Wilkinson
5cb38804b4
Polish "Update deployment tests to include Actuator"
...
Closes gh-11886
7 years ago
Vedran Pavic
fc9036a3d9
Update deployment tests to include Actuator
...
See gh-11886
7 years ago
Stephane Nicoll
9965221378
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
671bff2d6f
Polish
7 years ago
Phillip Webb
748e0779b6
Update copyright year for changed files
7 years ago
Phillip Webb
b51e93962a
Increase cargo timeout for deployment tests
7 years ago
Andy Wilkinson
503520bdc9
Correct the Java version for spring-boot-deployment-tests
7 years ago
Phillip Webb
80562247fe
Increase deployment test timeouts
...
Update deployment tests to allow more time for servers to start.
See gh-9316
7 years ago
Phillip Webb
87b2f68c0f
Update deployment tests POMs
...
Update the `spring-boot-deployment-tests` projects to use CI friendly
Maven files.
See gh-9316
7 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
7 years ago