Andy Wilkinson
8aabfc10d5
Fix initializr-docs' tests
...
See gh-926
2019-06-27 17:00:10 +01:00
Stephane Nicoll
2f50cf1c8f
Format source code
...
Closes gh-923
2019-06-12 14:46:53 +02:00
Madhura Bhave
bac79bbbfd
Polish
2019-05-20 16:03:36 -07:00
Stephane Nicoll
7900a09ce6
Fix doc sample to use HTTPS explicitly
2019-05-20 08:52:08 +02:00
Stephane Nicoll
e3c5d1eb53
Generate javadoc API
2019-04-11 08:21:10 +02:00
Stephane Nicoll
b636045057
Polish
2019-04-11 07:48:04 +02:00
Stephane Nicoll
83436ae2ef
Fix unresolved reference in generated documentation
2019-04-04 09:44:05 +02:00
Stephane Nicoll
910fddaaa7
Upgrade to spring-javaformat 0.0.9
...
Closes gh-882
2019-04-03 12:26:24 +02:00
Stephane Nicoll
357313c7bf
Upgrade to spring-javaformat 0.0.7
...
This commit upgrades to spring-javaformat 0.0.7 and checkstyle 8.18.
2019-03-20 17:34:50 +01:00
Stephane Nicoll
c3cb0da738
Adapt user guide doc to the new UI
2019-03-19 20:00:58 +00:00
Stephane Nicoll
9050056f24
Polish modules description
2019-03-17 11:34:04 +01:00
Stephane Nicoll
b80e3570d8
Switch initializr-generator-spring to test dependency where applicable
...
Closes gh-871
2019-03-17 11:26:29 +01:00
Stephane Nicoll
2746a3a6e7
Remove release repository
2019-02-19 14:32:00 +01:00
Stephane Nicoll
08c785b952
Use build tag to infer the build system
...
Stop using the type's prefix to infer the build system to use as the
build tag in the metadata is supposed to provide that information.
See gh-817
2019-02-11 14:37:35 +01:00
Stephane Nicoll
de15e826b8
Improve configuration guide
2019-02-11 12:31:27 +01:00
Stephane Nicoll
0ed3bdddaa
Add basic section about new generator API
2019-02-11 12:23:12 +01:00
Stephane Nicoll
4658162d7c
Polish
2019-02-11 11:22:45 +01:00
Stephane Nicoll
cbb60c45e1
Allow to filter available Spring Boot versions
...
This commit adds a new InitializrMetadataUpdateStrategy callback
interface that can be used to customize what should happen when the
metadata has to be refreshed.
Closes gh-816
2019-02-08 16:42:45 +01:00
Stephane Nicoll
d5580cd985
Remove unused ProjectResourceLocator
2019-02-08 11:03:47 +01:00
Stephane Nicoll
b6657211f6
Review TemplateRenderer abstraction
...
Closes gh-818
2019-02-08 10:53:49 +01:00
Stephane Nicoll
8c02e4093c
Polish
...
See gh-809
2019-02-06 09:39:48 +01:00
Madhura Bhave
79dc5956d5
Fix POMS for the updated release process
2019-01-30 08:24:06 -08:00
Stephane Nicoll
b60cbabb72
Polish
2019-01-29 15:25:34 +01:00
Stephane Nicoll
0f53acc6bd
Fix links
...
See gh-801
2019-01-29 15:17:56 +01:00
Stephane Nicoll
0a57353fd9
Harmonize doc to standard doc resources
...
Closes gh-801
2019-01-29 15:17:55 +01:00
wonwoo
a515a49a68
Update examples to mention Java 11
...
Closes gh-787
2019-01-01 11:00:57 +01:00
Stephane Nicoll
490778552a
Move initializr-service to a separate repository
...
This commit moves the configuration of the start.spring.io website to a
dedicated github repository.
See https://github.com/spring-io/start.spring.io
Closes gh-656
2018-11-08 17:27:43 +01:00
Paul Balogh
2d2ffe4013
Fix deprecated Gradle dependency configuration
...
See gh-730
2018-09-28 15:36:21 -04:00
Stephane Nicoll
fc20447b21
Allow to override BOM's groupId/artifactId
...
Closes gh-723
2018-08-14 11:12:25 +03:00
Stephane Nicoll
76b62a3243
Upgrade to Spring Cloud Contract 2.0.0.RELEASE
2018-07-31 13:52:09 +02:00
Stephane Nicoll
e208a9b1f1
Redirect browsers to https when forceSsl is set
...
This commit extends the forceSsl support to redirect any HTML content
to https. Practically speaking, this allows to redirect all browsers to
https when they land on the main page using https. Serving traffic via
http is still allowed as preventing this would break a lot of
existing clients.
To allow to easily run the app locally, forceSsl is false and must be
enabled for any production environment.
Closes gh-473
2018-07-27 16:56:30 +02:00
Spring Buildmaster
34b518d49f
Next Development Version
2018-07-10 12:29:54 +00:00
Stephane Nicoll
de83ab2d2b
Rework "Prevent build failure when tests are skipped"
...
This commit reworks e3d9c3c
to enable the docs profile by default again
as it breaks the release on Artifactory. This has the side effect of
not running the tests used by the doc unless the docs profile is active.
2018-07-10 14:21:07 +02:00
Phillip Webb
3f23096f27
Fix copyright header for files changed this year
2018-05-31 16:17:45 -07:00
Stephane Nicoll
492d227492
Make kotlin version mandatory only if Kotlin is enabled
...
Closes gh-617
2018-05-18 17:45:40 +02:00
Stephane Nicoll
8336ee6ef6
Use a fallback if no 'web' dependency is available
...
Closes gh-435
2018-05-18 17:24:56 +02:00
Stephane Nicoll
5b8c06dab1
Add a note about required repository definition
...
Closes gh-635
2018-05-18 16:49:34 +02:00
Stephane Nicoll
7802176faa
Remove Java 9 support
...
To align with Oracle's support policy, this commit only keeps Java 8 and
10. This effectively removes 1.7 as well.
Closes gh-662
2018-05-18 16:32:42 +02:00
Phillip Webb
923fb58ffc
Fix checkstyle violations
...
Fix checkstyle violations using a pre-release version of the
spring-javaformat rules.
2018-04-13 12:36:06 -07:00
Phillip Webb
eb5211960c
Migrate tests to AssertJ
...
Refactor all existing tests to use AssertJ assertions.
2018-04-13 12:36:06 -07:00
Phillip Webb
6493eae015
Apply automatic cleanup rules
...
Apply code cleanup rules from Eclipse for better consistency.
2018-04-13 12:36:06 -07:00
Phillip Webb
3d4efbf525
Reformat code
...
Format code using a pre-release version of the spring-javaformat plugin.
2018-04-13 12:36:06 -07:00
Phillip Webb
0c0556c585
Add Eclipse IDE support files
...
Add additional files to make development with Eclipse easier.
2018-04-13 12:31:11 -07:00
Phillip Webb
6309b33ee5
Format POM.xml files
...
Reformat POM.xml files for consistency.
2018-04-13 12:30:14 -07:00
Stephane Nicoll
c6951c45fb
Polish test logging
2018-03-08 11:55:11 +01:00
Spring Buildmaster
0f67d2e583
Next Development Version
2018-02-27 15:17:36 +00:00
Stephane Nicoll
e5a9b6063b
Upgrade to Spring Cloud Contract 1.2.0.RELEASE
...
Closes gh-508
2017-12-29 15:30:44 +01:00
Spring Buildmaster
7f4db38cee
Next Development Version
2017-09-18 16:00:41 +00:00
Stephane Nicoll
cf93d5ddef
Rework caching configuration
...
Closes gh-401
2017-09-15 13:29:45 +02:00
Stephane Nicoll
41a4b13af1
Improve doc on version range
...
Closes gh-487
2017-09-15 13:19:32 +02:00