Spring Buildmaster
504d3e97ba
Next development version
10 years ago
Spring Buildmaster
8db59059a5
Next Development Version
10 years ago
Stephane Nicoll
bb736e255b
Fix SNAPSHOT version
10 years ago
Stephane Nicoll
f269383803
Polish contribution
...
Closes gh-4770
10 years ago
David Morley
288aa962c4
Rename method to clarify which connector is being created
...
See gh-4770
10 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
11 years ago
Andy Wilkinson
05b501ce41
Update Tomcat multi-connectors sample to configure SSL declaratively
...
The documentation recommends configuring the HTTP connector in code
and using application.properties to configure the HTTPS connector
as it's easier. This commit updates the sample to follow that
recommendation.
Closes gh-4342
11 years ago
Huang YunKun
1c5e445554
Update the samples to use @WebIntegrationTest and randomPort=true
...
Closes gh-4294
Closes gh-4271
11 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
11 years ago
Spring Buildmaster
2b38a861e3
Next Development Version
11 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
11 years ago
Spring Buildmaster
9409c49c10
Next development version
11 years ago
Phillip Webb
2615990ffb
Organize imports
11 years ago
Stephane Nicoll
7c0c953f81
Add value alias for SpringApplicationConfiguration
...
Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
11 years ago
Spring Buildmaster
7ce391db4f
Next development version
11 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
11 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Spring Buildmaster
5d81c87b43
Next Development Version
11 years ago
Andy Wilkinson
2085a5b0cf
Work around the behaviour change in latest Spring 4.2 snapshots
...
The changes made in spring-projects/spring-framework@e403aefe cause
SampleTomcatTwoConnectorsApplication to fail to launch. The port bean,
typed as an int, is coerced into an Integer when the bean’s created. The
port() method is then called, and the proxy’s bean method interceptor
complains as it’s expecting the port bean to be an int but it’s actually
an Integer. Changing the port() bean method’s return type to Integer
works around the problem.
11 years ago
Spring Buildmaster
e03c11dda8
Next development version
11 years ago
Spring Buildmaster
b8d2a55b30
Next development version
11 years ago
Phillip Webb
a57a88f5cf
Move master to 1.3.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
8f0ad02237
Next development version
11 years ago
Spring Buildmaster
aea68f0c32
Next development version
11 years ago
Spring Buildmaster
60725cd8bd
Next development version
11 years ago
Spring Buildmaster
63e6a25097
Next development version
11 years ago
Spring Buildmaster
1a788c1741
Next development version
11 years ago
Phillip Webb
a641f0c72a
Polish
12 years ago
Spring Buildmaster
46b7738334
Next development version
12 years ago
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
12 years ago
Spring Buildmaster
3e71a21b30
Next development version
12 years ago
Spring Buildmaster
edb4b7ed7d
Next development version
12 years ago
Spring Buildmaster
d63e4b4329
Next development version
12 years ago
Spring Buildmaster
74d0c5185a
Next development version
12 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
40327e1ae6
Next development version
12 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
12 years ago
Spring Buildmaster
981669b7c0
Next development version
12 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe .
12 years ago
Spring Buildmaster
67189477fe
Next development version
12 years ago
Spring Buildmaster
542f3cbda8
Next development version
12 years ago
Spring Buildmaster
4ca26a21dc
Next development version
12 years ago
Spring Buildmaster
05ed7b3bcd
Next development version
12 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
c650f2391e
Next development version
12 years ago
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
d3954a1703
Next development version
12 years ago
Phillip Webb
4119ef5cf4
Use random ports for tests
...
Update remaining tests to use random ports.
Fixes gh-337
12 years ago
Spring Buildmaster
a5864ebcd0
Next development version
12 years ago
Spring Buildmaster
15e9dbe98b
Next development version
12 years ago