Andy Wilkinson
d2cef484cb
Fix up version numbers following release
7 years ago
Spring Buildmaster
010b4fccbd
Next development version
7 years ago
Phillip Webb
370915f8f0
Fixup version numbers following release
7 years ago
Spring Buildmaster
c10aad165f
Next Development Version
7 years ago
Stephane Nicoll
3634a1d9d1
Fixup version numbers following release
7 years ago
Spring Buildmaster
ade4760842
Next Development Version
7 years ago
Stephane Nicoll
ade6d86b65
Polish "Use secure connection to repositories"
...
Closes gh-12629
7 years ago
Phillip Webb
09a64bc841
Fixup version numbers following release
7 years ago
Spring Buildmaster
6414b42335
Next Development Version
7 years ago
Stephane Nicoll
8efb608b7e
Fixup version numbers following release
7 years ago
Spring Buildmaster
df2ae7aa19
Next Development Version
7 years ago
Stephane Nicoll
00142dc70f
Fixup version numbers following release
7 years ago
Spring Buildmaster
c0f9f64776
Next Development Version
7 years ago
Brian Clozel
1669e4bad3
Fixup version numbers following release
7 years ago
Spring Buildmaster
30eb937a83
Next Development Version
7 years ago
Andy Wilkinson
6f864c6210
Fix up version numbers following release
7 years ago
Spring Buildmaster
17a5bb0be4
Next development version
7 years ago
Andy Wilkinson
39b4270b7e
Fix up version numbers following release
7 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
7 years ago
Stephane Nicoll
aa083996f9
Fixup version numbers following release
8 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
8 years ago
Stephane Nicoll
9327b58304
Fixup version numbers following release
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Stephane Nicoll
3cdc81c351
Fixup version numbers following release
8 years ago
Spring Buildmaster
d23fa24340
Next Development Version
8 years ago
Madhura Bhave
5dafa3ae9c
Fixup version numbers following release
8 years ago
Spring Buildmaster
5c12500366
Next Development Version
8 years ago
Andy Wilkinson
a9656145de
Fix up version numbers following release
8 years ago
Spring Buildmaster
a2696bf873
Next Development Version
8 years ago
Phillip Webb
be3fe12cf0
Polish
8 years ago
Andy Wilkinson
fe10ea73b0
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
ad3e5c04bb
Add a second, portal-compatible ID to the Gradle plugin
...
To be compatible with Gradle's plugin portal, plugins must have an
ID that uses a reverse domain name. This means that spring-boot is
not compatible.
This commit introduces a new ID, org.springframework.boot, and
deprecates the old ID.
Closes gh-6997
8 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
8 years ago
Stephane Nicoll
97083300d7
Fixup version numbers following release
8 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
8 years ago
Andy Wilkinson
07a50bb16c
Update the samples to make use of auto-configured TestRestTemplate
...
Closes gh-6730
8 years ago
Phillip Webb
c7a23eae56
Fixup version numbers following release
8 years ago
Spring Buildmaster
334baaeffd
Next development version
8 years ago
Andy Wilkinson
93307bbd5b
Merge branch '1.3.x'
9 years ago
Andy Wilkinson
17546628f5
Remove springloaded from samples
...
springloaded isn't required in any of the samples, yet some of them
make use of it without being a springloaded-specific sample. This
is creating the false impression that springloaded is necessary in
cases where it's not.
9 years ago
Stephane Nicoll
8cbbb577a0
Fixup version numbers following release
9 years ago
Spring Buildmaster
819a9574a6
Next Development Version
9 years ago
Andy Wilkinson
3348ed5bb3
Make use of new GetMapping and PostMapping annotations
...
Closes gh-5277
9 years ago
Stephane Nicoll
72c2454218
Fixup version numbers following release
9 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
9 years ago
Phillip Webb
a7cb689f95
Move @LocalServerPort annotation
...
Move the @LocalServerPort to org.springframework.boot.context.embedded
since it's only really useful when working with embedded servlet
containers.
See gh-5822
9 years ago
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader.
Fixes gh-5562
9 years ago
Andy Wilkinson
33f0ea3480
Rework SpringApplicationTest to support web modes
...
Rework the new testing support so that @SpringApplicationTest can be
used for standard integration tests, web integration tests with a
mock Servlet environment and web integration tests with an embedded
servlet container. This means that it a replacement for 1.3's
@IntegrationTest and @WebIntegrationTest and allows all
SpringApplication testing to be configured using a common annotation.
The old @IntegrationTest and @WebIntegrationTest along with their
supporting classes have been reinstated to their previous form (while
remaining deprecated). This should ensure that they continue to work
in 1.4 exactly as they did in 1.3 giving users a smooth path to
@SpringApplicationTest.
See gh-5477
9 years ago
Phillip Webb
0829a1bde8
Drop superfluous annotations
...
Update internal tests to drop annotations that can now
be inferred.
Fixes gh-5470
9 years ago
Phillip Webb
c28f552883
Migrate SpringJUnit4ClassRunner to SpringRunner
...
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.
Fixes gh-5292
9 years ago