Andy Wilkinson
73704c84e1
Use latest Docker Java and a compatible version of Jersey
...
Closes gh-16625
7 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
7 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
7 years ago
Andy Wilkinson
bbf0932f0f
Exclude jcl-over-slf4j in favour of spring-jcl
...
Closes gh-15392
7 years ago
Andy Wilkinson
d439b73758
Use docker-java 3.0.x for launch script integration tests
8 years ago
Phillip Webb
4ff65d58a4
Fix integration test POMs
...
Update integration test POMs to use CI friendly version numbers.
See gh-9316
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
Spring Buildmaster
30eb937a83
Next Development Version
8 years ago
Spring Buildmaster
17a5bb0be4
Next development version
9 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
9 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
9 years ago
Spring Buildmaster
88e43c8421
Next Development Version
9 years ago
Andy Wilkinson
d5184724b0
Downgrade Jersey to version that plays nicely with Docker's Java client
9 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
9 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
9 years ago
Spring Buildmaster
d23fa24340
Next Development Version
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Spring Buildmaster
5c12500366
Next Development Version
9 years ago
Spring Buildmaster
a2696bf873
Next Development Version
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 years ago
Stephane Nicoll
6643ec3713
Next development version
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
9 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Andy Wilkinson
d46c9a28d5
Roll back to docker-java 2.x
...
This reverts 2ecb33f7 and largely reverts 2c619f8d .
docker-java 3.0 was causing a variety of problems and it appears that
we can get things working with Docker Java 2.2.x and Jackson 2.6.
10 years ago
Andy Wilkinson
2c619f8d93
Make launch script integration tests compatible with Spring Framework 4.3
...
Previously, the launch script integration tests used Jackson 2.1 to
align with the requirements of docker-java 2.x. This stopped working
when we upgraded to Spring Framework 4.3 which requires Jackson 2.6+.
This commit updates the launch script integration tests to use
docker-java 3.0.0-RC1 which is compatible with Jackson 2.6.x. An added
benefit is that 3.0 also adds support for copying an archive to a
container, allowing the custom command that performs this function to
be removed.
Closes gh-5278
10 years ago
Spring Buildmaster
225d877ab9
Next Development Version
10 years ago
Phillip Webb
2baad56108
Fix spring-boot-launch-script-tests dependency
...
Remove the reference to the spring-boot:test jar since it's not
published.
See gh-5184
10 years ago
Phillip Webb
89b7704977
Extract spring-boot-test.jar
...
Relocate the `org.springframework.boot.test` package from the
`spring-boot.jar` to `spring-boot-test.jar`.
Fixes gh-5184
10 years ago
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
10 years ago
Spring Buildmaster
504d3e97ba
Next development version
10 years ago
Andy Wilkinson
d1b47c8a8f
Add integration tests for default launch script
...
This commit adds a suit of integration tests for the launch script. See
the accompanying README.adoc for further details.
Closes gh-4872
10 years ago