Phillip Webb
8a49218e82
Fixup version numbers following release
2015-02-26 14:17:25 -08:00
Spring Buildmaster
aea68f0c32
Next development version
2015-02-26 13:01:31 -08:00
Phillip Webb
a6adeab319
Fixup version numbers following release
2014-12-10 19:50:05 -08:00
Spring Buildmaster
63e6a25097
Next development version
2014-12-10 18:06:30 -08:00
Andy Wilkinson
ccbc606dad
Use relative paths so index is unaffected by its context path
...
Previously, index.html used absolute paths to load its CSS and
JavaScript. This meant that it had to be deployed to /. This commit
updates the HTML to use relative paths for its CSS and JavaScript,
thereby ensuring that they can be loaded irrespective of the context
path to which the application is deployed.
Closes gh-1988
2014-11-24 10:55:37 +00:00
Phillip Webb
345ced1675
Fixup version numbers following release
2014-11-11 18:05:23 -08:00
Spring Buildmaster
46b7738334
Next development version
2014-11-11 17:12:24 -08:00
Phillip Webb
3228cfa9bd
Fixup version numbers following release
2014-10-10 15:53:54 -07:00
Spring Buildmaster
3e71a21b30
Next development version
2014-10-10 15:19:47 -07:00
Phillip Webb
4f9258a345
Fixup version numbers following release
2014-09-25 21:37:40 -07:00
Spring Buildmaster
edb4b7ed7d
Next development version
2014-09-25 21:02:37 -07:00
Phillip Webb
338288205b
Fixup version numbers following release
2014-09-04 15:40:55 -07:00
Spring Buildmaster
d63e4b4329
Next development version
2014-09-04 12:15:18 -07:00
Phillip Webb
cac3865ffa
Fixup version numbers following release
2014-08-07 13:11:16 -07:00
Spring Buildmaster
74d0c5185a
Next development version
2014-08-07 11:59:17 -07:00
Phillip Webb
3c7d825658
Fixup version numbers following release
2014-07-08 03:07:03 -07:00
Spring Buildmaster
40327e1ae6
Next development version
2014-07-08 02:33:36 -07:00
Phillip Webb
fa88c481a5
Remote trailing whitespace
2014-07-02 15:17:14 -07:00
Phillip Webb
cc61d92b88
Fixup build following release
2014-06-27 07:00:57 -07:00
Spring Buildmaster
981669b7c0
Next development version
2014-06-26 14:09:54 -07:00
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe
.
2014-06-26 11:03:09 -07:00
Spring Buildmaster
67189477fe
Next development version
2014-06-26 10:51:35 -07:00
Phillip Webb
91bbd20ca0
Fixup version numbers following release
2014-06-24 14:53:08 -07:00
Spring Buildmaster
542f3cbda8
Next development version
2014-06-24 13:53:56 -07:00
Phillip Webb
143e1918b7
Fixup versions following release
2014-06-11 12:16:08 -07:00
Spring Buildmaster
4ca26a21dc
Next development version
2014-06-11 10:46:27 -07:00
Phillip Webb
9e93719922
Fixup version numbers following release
2014-06-10 14:20:41 -07:00
Spring Buildmaster
05ed7b3bcd
Next development version
2014-06-10 12:40:35 -07:00
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
2014-06-10 09:00:08 -07:00
Phillip Webb
5adbf32c18
Fixup version numbers following release
2014-06-09 22:13:54 -07:00
Spring Buildmaster
c650f2391e
Next development version
2014-06-09 21:55:19 -07:00
Dave Syer
2c087d4787
Update Boot version in gradle samples
2014-04-30 17:51:13 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Phillip Webb
fad5ce45db
Polish
2014-04-23 12:35:33 +01:00
Dave Syer
559009b8cf
Support for random ports in @IntegrationTest
...
User can now set up default properties in the Environment using
@IntegrationTest("foo:bar", "x:y") etc. Using "server.port:0" you
can get Tomcat or Jetty to spin up on a random port. We also add
a test listener that populates "local.server.port" with the actual
port the server started on so you can @Value("${local.server.port}")
inject it into the test case.
See gh-607 (this should make the extension of that PR to samples
much easier)
2014-04-17 13:09:25 -07:00
Dave Syer
d613cc795e
SpringSource->spring-projects
2014-04-16 08:16:54 -07:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Spring Buildmaster
15e9dbe98b
Next development version
2014-04-01 03:05:51 -07:00
Phillip Webb
0af7f7e347
Add missing POM info
2014-04-01 02:07:42 -07:00
Phillip Webb
488b03387f
Polish POM formatting
2014-04-01 02:07:36 -07:00
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3
.
2014-04-01 00:38:48 -07:00
Spring Buildmaster
b67bb70ee3
Next development version
2014-03-31 22:38:42 -07:00
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb
.
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
2014-03-31 17:14:30 -07:00
Spring Buildmaster
1d0eea12eb
Next development version
2014-03-28 11:47:09 -07:00
Phillip Webb
aca67066bf
Rename RestTemplates to TestRestTemplate
...
Rename the RestTemplates to TestRestTemplate to help indicate that it's
primarily intended for testing. Also now extend RestTemplate to allow
direct use, rather than via factory methods.
Fixes gh-599
2014-03-27 11:22:03 -07:00
Phillip Webb
f70d6fb411
Declare all repositories in build samples
...
Update Gradle and Ant samples to consistently declare all repositories
(local, central, release, snapshot, milestone).
Fixes gh-426
2014-03-25 16:00:55 -07:00
Phillip Webb
632af6b1ab
Polish gradle examples
...
Spaces -> Tabs, version number, whitespace.
2014-03-19 16:50:55 -07:00
Andy Wilkinson
a20f8b4be0
Add missing JQuery and Bootstrap dependencies
...
Fixes #531
2014-03-19 11:42:01 +00:00
Phillip Webb
08b9592606
Polish spaces -> tabs
2014-03-18 10:23:54 -07:00