Commit Graph
38 Commits
Author SHA1 Message Date
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
Stephane Nicoll 1bf0d0fcde Allow for RestTemplate customization
This commit reuses the `RestTemplateBuilder` infrastructure wherever
a `RestTemplate` is required. This allows to customize the rest template
if necessary.

Closes gh-481
2017-08-14 11:26:34 +02:00
Adam Bennett 1afca35f0a Fix typo
Closes gh-482
2017-08-13 15:31:14 +02:00
Stephane Nicoll aa828b388f Fix spring cloud contract example
When `workOffline` is `false` a Maven repository must be provided to let
it download the stubs.

Closes gh-426
2017-05-08 14:35:20 +02:00
Stephane Nicoll 66dad39188 Fix spring cloud contract test to use a defined stub version
Rather than attempting to retrieve the latest version of the stubs, this
commit makes sure the test uses the same version as the one of the
project.

This fixes gh-422 in a different way
2017-05-08 12:42:32 +02:00
Stephane Nicoll 25a505ef9e Polish doc 2017-04-28 17:21:52 +02:00
Stephane Nicoll 4c9069357e Restore docbook for now
This commit restores docbook as we miss several features (anchors, etc).
2017-04-28 17:16:45 +02:00
Dave Syer 8bfa36c44f Polish 2017-04-28 17:16:45 +02:00
Dave Syer be901fec76 Add how-to for dependency group 2017-04-28 17:16:45 +02:00
Dave Syer 1e51c5bf01 Add how-tos for snapshot repo and starter flag 2017-04-28 17:16:45 +02:00
Dave Syer 31b123813b Add docs on version mapping and aliases 2017-04-28 17:16:45 +02:00
Dave Syer 7c669296c6 Add some stuff on version ranges 2017-04-28 17:16:45 +02:00
Dave Syer 1f5d7dc776 Add some material on BOMs 2017-04-28 17:16:45 +02:00
Dave Syer d18bee5057 Add screenshot to user-guide 2017-04-28 17:16:44 +02:00
Dave Syer bb53c49a85 Fix levels and include basic content for API and howto 2017-04-28 17:16:44 +02:00
Stephane Nicoll bbaf3d3b2f Initiate ref guide overhaul
See gh-392
2017-04-28 17:16:30 +02:00
Stephane Nicoll 53679aa860 Remove outdated references to Groovy 2017-02-25 09:31:03 +01:00
Spring Buildmaster e8bf50e662 Next development version 2017-02-03 13:55:17 +00:00
Stephane Nicoll f5fc9e488c Polish sample 2017-02-03 07:49:29 +01:00
Stephane Nicoll b356e233a2 Polish reference guide
See gh-295
2017-02-02 14:55:59 +01:00
Dave Syer 6242df5b6e Fix bug with stale state in http request factory
If we don't re-use an existing factory, the label doesn't change and
all the snippets get generated with the same identifier.

Remove explicit version from wiremock test

Add snippets attribute to build config

See gh-295
2017-02-02 10:21:38 +01:00
Stephane Nicoll c7953bf999 Polish contribution
Move documentation to a dedicated module (`initializr-docs`) with a test
that uses the stubs with the Spring Cloud Contract runner.

See gh-295
2017-02-02 10:21:38 +01:00