Marcin Grzejszczak
a7b62bb073
Boot version to 2.2.0.BUILD-SNAPSHOT
2019-08-06 17:25:56 +02:00
Marcin Grzejszczak
ce4140a9ff
Bumped boot to 2.2.0.M4
2019-07-09 10:10:37 +02:00
Marcin Grzejszczak
783a7a67bf
Upgraded Gradle to 5.5; fixes gh-1124
2019-07-01 13:56:25 +02:00
Marcin Grzejszczak
07b78d2992
BUmped GRadle, aligned groovy with Gradle 4.10.3
2019-05-07 14:05:26 +02:00
Marcin Grzejszczak
42a2d1dfb1
Bumped Boot in gradle samples
2019-04-16 08:41:10 +04:00
Spring Operator
070c3b0268
URL Cleanup ( #944 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://foo.bar (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar ([https](https://foo.bar ) result UnknownHostException).
* http://link/to/your/nexus/or/artifactory/or/sth (UnknownHostException) with 1 occurrences migrated to:
https://link/to/your/nexus/or/artifactory/or/sth ([https](https://link/to/your/nexus/or/artifactory/or/sth ) result UnknownHostException).
* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/assembly-1.1.3.xsd with 3 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.3.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.3.xsd ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 82 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 164 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 with 6 occurrences
* http://www.springframework.org/schema/beans with 4 occurrences
* http://www.springframework.org/schema/integration with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 87 occurrences
2019-03-27 17:58:23 +01:00
Marcin Grzejszczak
a607ccf376
Fixed
2019-03-22 15:08:40 +01:00
Marcin Grzejszczak
39be0aef0e
Merge branch '2.1.x'
2019-03-22 11:42:28 +01:00
Marcin Grzejszczak
55a0ae86c5
Fixed https
2019-03-22 11:41:20 +01:00
Marcin Grzejszczak
fbea35edf4
Hoxton
2019-03-08 17:07:28 +01:00
Marcin Grzejszczak
4da781b214
HTTP to HTTPS
2019-03-07 13:50:15 +01:00
buildmaster
029312f814
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-03-05 20:30:55 +00:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
buildmaster
6597c6eec2
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 20:46:19 +00:00
Marcin Grzejszczak
281bd653ae
Bumped Boot to 2.1.2.RELEASE
2019-01-21 13:34:49 +01:00
Marcin Grzejszczak
4a127e7785
Removed unnecessary duplicated call to rest doc's document method; fixes gh-816
2019-01-15 17:36:25 +01:00
Marcin Grzejszczak
9c7c896115
Assert size of collections on the request side; fixes gh-824
2018-12-20 14:53:38 +01:00
Marcin Grzejszczak
928b32ecce
BUmped boot
2018-12-15 09:19:35 +01:00
Marcin Grzejszczak
708af5d746
Added missing this.
2018-11-18 14:39:51 +01:00
Marcin Grzejszczak
1b1d4049d4
Bumped
...
- cglib to 3.2.9
- commons-text to 1.6
- handlebars to 4.1.2
- jgit to 5.1.3.201810200350-r
- gmaven to 1.6.2
- boot to 2.1.0
- aether to 1.1.0
2018-11-06 17:06:43 +01:00
Marcin Grzejszczak
57bafa6f68
Set boot to RC1
2018-10-25 14:03:30 +02:00
Olga Maciaszek-Sharma
dbf1b660de
Add failIfNoTests to samples' build setup.
2018-10-19 13:50:05 +02:00
Marcin Grzejszczak
50d62b6ee8
Using boot snaps for samples
2018-10-16 14:55:24 +02:00
Marcin Grzejszczak
27652ade37
Bumped Gradle and Boot
2018-10-03 14:48:09 +02:00
Marcin Grzejszczak
aa6a515922
Fixed YAML Dsl conversion issues
...
fixes gh-738
2018-09-28 09:30:14 -04:00
Olga Maciaszek-Sharma
034b38f565
Upgrade boot to 2.1.0.M3.
2018-09-13 16:57:49 +02:00
Marcin Grzejszczak
096790e04d
Upgraded to Greenwhich
2018-08-29 14:04:28 +02:00
Marcin Grzejszczak
87c18a5625
Merge branch '2.0.x'
2018-08-08 21:58:13 +02:00
Marcin Grzejszczak
cb31ca7bf1
Removed DirtiesContext
2018-08-08 21:58:04 +02:00
Marcin Grzejszczak
f8b142ddea
Merge branch '2.0.x'
2018-08-08 18:03:18 +02:00
Marcin Grzejszczak
8bb61176ea
Removed dirties context on any tests
2018-08-08 18:00:58 +02:00
buildmaster
5375cf51ff
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2018-07-31 20:10:10 +00:00
Marcin Grzejszczak
fbee744992
Bump to Greenwich, 2.1.0
2018-07-19 15:00:13 +02:00
buildmaster
3be8122604
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-19 01:35:06 +00:00
Marcin Grzejszczak
85576b231f
BUmped all boot versions to 2.0.1.RELEASE
2018-04-07 08:55:45 +02:00
Marcin Grzejszczak
43d076f466
Bumped boot to 2.0.1.R
2018-04-06 15:54:10 +02:00
Marcin Grzejszczak
6402e14f3c
Added support for Stub Runner and Pact Broker
...
fixes gh-191
commit 533f1d3d0e8f6dcd37677bfef555fc2ea86bc1b1
Author: Tim Ysewyn <Tim.Ysewyn@me.com >
Date: Wed Mar 7 15:56:48 2018 +0100
Upgraded pact-jvm-model to 3.5.13
2018-04-02 22:50:40 +02:00
Marcin Grzejszczak
4c627f8e61
Revert "Bumped the Boot plugin to RC1"
...
This reverts commit e0bda0f8aa .
2018-02-11 22:29:53 +01:00
Marcin Grzejszczak
e0bda0f8aa
Bumped the Boot plugin to RC1
2018-02-10 08:54:23 +01:00
Dave Syer
8dd4796d07
Tidy up sample dependencies
2018-02-05 14:22:08 +00:00
Marcin Grzejszczak
d80f31b72a
Merge branch '1.2.x'
2018-01-25 12:50:49 +01:00
Dave Syer
ffd82662b7
Fix dependencies in Gradle for standalone tests
2018-01-23 16:51:16 +00:00
Marcin Grzejszczak
ade0b65720
Fixed some tests and broken dependencies
2018-01-20 00:28:32 +01:00
Marcin Grzejszczak
e0db3c058a
Going to Boot snapshots
2018-01-19 10:17:51 +01:00
Dave Syer
92848125b9
Draft support for WebTestClient ( #514 )
...
* Draft support for WebTestClient
* Share some common code between MockMvc and WebTestClient
* Fix co-ordinates of server stubs
* Fix project names in Gradle
2018-01-12 15:12:31 +01:00