Andy Wilkinson
6f864c6210
Fix up version numbers following release
9 years ago
Spring Buildmaster
17a5bb0be4
Next development version
9 years ago
Andy Wilkinson
39b4270b7e
Fix up version numbers following release
9 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
9 years ago
Stephane Nicoll
aa083996f9
Fixup version numbers following release
9 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
9 years ago
Stephane Nicoll
6b1d06cf09
Fixup version numbers following release
9 years ago
Spring Buildmaster
88e43c8421
Next Development Version
9 years ago
Stephane Nicoll
9327b58304
Fixup version numbers following release
9 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
9 years ago
Stephane Nicoll
7fbce192b4
Fixup version numbers following release
9 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
9 years ago
Andy Wilkinson
47c0c3c0ef
Update samples with Gradle configuration to align with new plugin
9 years ago
Stephane Nicoll
3cdc81c351
Fixup version numbers following release
9 years ago
Spring Buildmaster
d23fa24340
Next Development Version
9 years ago
Stephane Nicoll
dac3810bc1
Fixup version numbers following release
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Madhura Bhave
5dafa3ae9c
Fixup version numbers following release
9 years ago
Spring Buildmaster
5c12500366
Next Development Version
9 years ago
Andy Wilkinson
a9656145de
Fix up version numbers following release
9 years ago
Spring Buildmaster
a2696bf873
Next Development Version
9 years ago
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Phillip Webb
be3fe12cf0
Polish
9 years ago
Phillip Webb
c3edf9e341
Fixup version numbers following release
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Stephane Nicoll
e8d476dbca
Fix use of `forceCreation` flag in `maven-jar-plugin`
9 years ago
Stephane Nicoll
72e696bcbd
Fixup version numbers following release
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 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
9 years ago
Andy Wilkinson
77f1da871f
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
9 years ago
Stephane Nicoll
6643ec3713
Next development version
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Stephane Nicoll
97083300d7
Fixup version numbers following release
9 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
9 years ago
Stephane Nicoll
04a72fcb78
Fixup version numbers following release
9 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Phillip Webb
c7a23eae56
Fixup version numbers following release
10 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Stephane Nicoll
29cd3c42e1
Fixup version numbers following release
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Stephane Nicoll
eeb95693b3
Fixup version numbers following release
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Stephane Nicoll
8cbbb577a0
Fixup version numbers following release
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Stephane Nicoll
72c2454218
Fixup version numbers following release
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Phillip Webb
2f815a907a
Migrate existing tests from deprecated package
...
Update the existing tests to use the relocated `spring-boot-test`
classes. Restructuring was achieved using the following command:
find . -type f -name '*.java' -exec sed -i '' \
-e s/org.springframework.boot.test.ConfigFileApplicationContextInitializer/\
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer/g \
-e s/org.springframework.boot.test.EnvironmentTestUtils/\
org.springframework.boot.test.util.EnvironmentTestUtils/g \
-e s/org.springframework.boot.test.IntegrationTest/\
org.springframework.boot.test.context.IntegrationTest/g \
-e s/org.springframework.boot.test.IntegrationTestPropertiesListener/\
org.springframework.boot.test.context.IntegrationTestPropertiesListener/g \
-e s/org.springframework.boot.test.OutputCapture/\
org.springframework.boot.test.rule.OutputCapture/g \
-e s/org.springframework.boot.test.SpringApplicationConfiguration/\
org.springframework.boot.test.context.SpringApplicationConfiguration/g \
-e s/org.springframework.boot.test.SpringApplicationContextLoader/\
org.springframework.boot.test.context.SpringApplicationContextLoader/g \
-e s/org.springframework.boot.test.SpringBootMockServletContext/\
org.springframework.boot.test.mock.web.SpringBootMockServletContext/g \
-e s/org.springframework.boot.test.TestRestTemplate/\
org.springframework.boot.test.web.client.TestRestTemplate/g \
-e s/org.springframework.boot.test.WebIntegrationTest/\
org.springframework.boot.test.context.web.WebIntegrationTest/g {} \;
See gh-5293
10 years ago
Stephane Nicoll
5680ffdedb
Fixup version numbers following release
10 years ago
Spring Buildmaster
225d877ab9
Next Development Version
10 years ago