Marcin Grzejszczak
db6f51038a
Adds missing import for @EnableStubServer, related to gh-1389
2020-07-23 11:38:12 +02:00
Marcin Grzejszczak
51b6bbea4b
Upgraded jdk for docker images
2020-07-21 08:40:40 +02:00
Marcin Grzejszczak
ba6bad379e
Excluded Jaxb from Rest Assured
2020-07-15 11:55:19 +02:00
Marcin Grzejszczak
13c7d477fb
Excluded jaxb-osgi
2020-07-13 14:50:07 +02:00
Marcin Grzejszczak
e49a53f422
Polish
2020-07-13 10:37:47 +02:00
Javier Alejandro Miño
d6cc0fcd65
bug: handle xml with namespaces closes #1427 ( #1445 )
2020-07-13 08:50:58 +02:00
Budlee
adae31914e
Windows file path fix#1374 ( #1402 )
...
* Fix for file resolving for Windows
* #1374 Better way to fix issue with file format in FileStubDownloader
* #1374 Remove unused imports
* #1374 forgot to add tests for change
* Add more windows fixes
* Checkstyle fixes gh-1374
Checkstyle fixes gh-1374
* Checkstyle fixes gh-1374
* gh-1374 pr fix
* gh-1374 pr fixes
* gh-1374 checkstyle changes
* missed off return from statement
* missed off return from statement
* Remove the FileUtils
* Remove the FileUtils
2020-06-20 17:23:32 +02:00
Marcin Grzejszczak
35ecf47432
Added sybmolic links
2020-06-09 16:54:47 +02:00
Marcin Grzejszczak
e05463f5f5
Migrated to docs.spring.io & updated sc-build
2020-06-04 13:49:58 +02:00
Marcin Grzejszczak
adc9645990
Updated the missing conditional on missing class for sc-loadbalancer; fixes gh-1419
2020-06-02 10:46:49 +02:00
buildmaster
b3ffbb99d3
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
2020-05-28 22:22:17 +00:00
buildmaster
f0e7556400
Going back to snapshots
2020-05-28 22:22:16 +00:00
buildmaster
8dfb8d3017
Update SNAPSHOT to 2.2.3.RELEASE
2020-05-28 22:08:31 +00:00
spencergibb
b8934a69e4
Updates plugin-publish-plugin to 0.11.0
2020-05-28 17:44:46 -04:00
spencergibb
0a409369ea
Ignores .sdkmanrc
2020-05-28 17:15:08 -04:00
Marcin Grzejszczak
a6bf27ddb4
Updated configuration to include the stubbing of the new load balancer; fixes gh-1391
2020-05-21 15:08:05 +02:00
Marcin Grzejszczak
0d58b6e954
Reuses the defined content type instead of overriding it with the default; fixes gh-1388
2020-05-21 13:47:21 +02:00
Olga Maciaszek-Sharma
0b1625cac2
Upgrade gradle for docker builds. Upgrade kotlin.
2020-05-15 17:26:08 +02:00
Tim Ysewyn
174c3565dd
Enhanced messaging support for stubrunner ( #1389 )
...
Co-authored-by: Tim Ysewyn <tysewyn@pivotal.io >
2020-05-14 11:10:51 +02:00
Olga Maciaszek-Sharma
50b36c49c7
Upgrade gradle and groovy version in test projects.
2020-05-13 18:37:44 +02:00
Olga Maciaszek-Sharma
c6901dae81
Switch to Spring Cloud Build 2.3.0.BUILD-SNAPSHOT.
2020-05-13 18:36:04 +02:00
Olga Maciaszek-Sharma
9fcf5a3612
2.2.x gradle 6.4 ( #1405 )
...
* Upgrade gradle wrapper to 6.4. Fixes gh-1387.
* Document PublishStubsToScmTask API changes.
* Upgrade groovy to 2.5.10.
2020-05-13 14:47:33 +02:00
Olga Maciaszek-Sharma
ca90c521b3
Do not override default RestDocs snippets with RestAssured. Fixes gh-14.00.
2020-05-08 18:33:18 +02:00
Olga Maciaszek-Sharma
914c5a5257
Add missing author clause.
2020-05-08 18:29:39 +02:00
Olga Maciaszek-Sharma
67b8444631
Fix PACKAGE_PATTERN. Fixes gh-1398.
2020-05-08 17:49:52 +02:00
Olga Maciaszek-Sharma
0d66bd26a2
Update stream and function versions.
2020-05-05 17:08:17 +02:00
Olga Maciaszek-Sharma
08fd27d42f
File auto-formatting.
2020-04-27 18:27:54 +02:00
Olga Maciaszek-Sharma
eae3f449c3
Should allow regex in headers message matching. Fixes gh-1382.
2020-04-27 18:27:13 +02:00
Olga Maciaszek-Sharma
802e64ff53
Upgrade Java version in contract dockerfiles.
2020-04-27 15:06:00 +02:00
Olga Maciaszek-Sharma
90c4312b37
Update license comments.
2020-04-24 13:24:33 +02:00
Kyle Carter
265266e0fa
Fixed spelling error in howto ( #1381 )
2020-04-16 14:59:37 +02:00
Dariusz Mydlarz
3ba46219cc
Update title style. ( #1364 )
...
Fixes #1349
2020-03-31 12:06:50 +02:00
Marcin Grzejszczak
90aa477365
Merge branch 'fix-already-running-init' of https://github.com/wpanas/spring-cloud-contract into wpanas-fix-already-running-init
2020-03-25 14:49:25 +01:00
Marcin Grzejszczak
bd054e3220
Improved bean restarting and resetting
2020-03-25 14:48:26 +01:00
wpanas
6d963253b0
Fixing issues with duplicated init
2020-03-25 11:14:39 +01:00
Spencer Gibb
95ab9d3f2a
Bumps to build 2.3.0.BUILD-SNAPSHOT
2020-03-19 12:17:34 -04:00
Spencer Gibb
1723b07f8d
Bumps to build 2.2.4.BUILD-SNAPSHOT
2020-03-18 19:51:01 -04:00
Roman Tsypuk
1904a52363
Fixed issues with ignored() contract-DSL for Junit, JUnit5 and Spock. Added tests. (spring-cloud#1346) ( #1347 )
2020-03-16 08:25:29 +01:00
Spencer Gibb
ea090e1c68
Updates docs branches
2020-03-06 13:01:01 -05:00
buildmaster
ca4abc62e8
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 20:55:26 +00:00
buildmaster
9c1feef77c
Going back to snapshots
2020-03-04 20:55:25 +00:00
buildmaster
c510829c55
Update SNAPSHOT to 2.2.2.RELEASE
2020-03-04 20:39:33 +00:00
Marcin Grzejszczak
5c1088ca31
Fixing javadocs
2020-03-04 11:52:27 +01:00
Marcin Grzejszczak
bed143d597
Fixing javadocs
2020-03-04 11:39:27 +01:00
Marcin Grzejszczak
5fb8597c91
Fixing javadocs
2020-03-04 09:54:55 +01:00
Marcin Grzejszczak
60b1d19b46
Bumped WireMock to 2.26.2
...
fixes gh-1339
2020-03-03 18:22:32 +01:00
Marcin Grzejszczak
fbf9def4c1
Upgraded base image; fixes gh-1330
2020-02-21 08:28:50 +01:00
François Staudt
d71924307c
Fixed issues with ignoredFiles on Junit and Spock; Fixes gh-1326 ( #1328 )
2020-02-20 18:08:39 +01:00
Tim Ysewyn
f72cb335b1
Fixed issues with Pact conversion after upgrade ( #1323 )
2020-02-13 22:44:57 +01:00
Marcin Grzejszczak
9d7f64c9b5
IMproved latest version resolution; fixes gh-1305
2020-02-12 17:34:07 +01:00