Olga Maciaszek-Sharma
daf81fe82e
Upgrade gradle wrappers to 6.4. Fixes gh-1407.
2020-05-14 17:30:36 +02:00
Olga Maciaszek-Sharma
48c14b32da
Fix Spring Cloud Dependencies version in standalone samples.
2020-04-29 16:59:27 +02:00
Spencer Gibb
a7f80738a0
bumps versions
2020-04-09 17:12:50 -04:00
Marcin Grzejszczak
cce66fa97a
Set up Gradle 6.3
2020-04-02 08:24:15 +02:00
Marcin Grzejszczak
012a17871e
Merge branch '2.2.x'
2020-03-25 15:11:54 +01:00
Marcin Grzejszczak
bd054e3220
Improved bean restarting and resetting
2020-03-25 14:48:26 +01:00
Marcin Grzejszczak
766cc4b1dd
Bumped Gradle to 6.2.2
2020-03-18 17:36:40 +01:00
buildmaster
ca4abc62e8
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 20:55:26 +00:00
Marcin Grzejszczak
eeb2d87c14
made junit5 default test generation framework ( #1320 )
...
fixes #1249
2020-02-07 13:43:30 +01:00
Marcin Grzejszczak
21978af96c
Added support for the Spring Cloud Load Balancer module
...
fixes gh-1312
2020-01-28 20:46:29 +01:00
Marcin Grzejszczak
9e02b7c902
Updated Copyrights
2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
f946ad6704
Updates to Boot 2.3.0 and Ilford release train
...
Removes ribbon and updates for boot 2.3.0
2020-01-27 12:05:04 +01:00
Marcin Grzejszczak
ad00a39d17
Bumped versions
2020-01-20 11:22:18 +01:00
buildmaster
d451d5fd8e
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 14:31:45 +00:00
buildmaster
3fb03b2b80
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:08:31 +00:00
Marcin Grzejszczak
ed72a88229
Fixed gradle setup
2019-10-04 15:45:41 +02:00
Marcin Grzejszczak
5609450bf2
Fixed the broken build
2019-10-04 13:47:33 +02:00
Spencer Gibb
4987007586
removes snapshots from guides and samples
...
See gh-1239
2019-10-03 16:20:14 -04:00
Marcin Grzejszczak
cf9ea03df3
Merge branch '2.1.x'
2019-09-26 15:09:53 +02:00
buildmaster
de94a14a9a
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-09-10 18:47:36 +00:00
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
buildmaster
c9af98eccd
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-06-21 11:25:33 +00: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
3eca2df6f9
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 19:31:29 +01: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
9c7c896115
Assert size of collections on the request side; fixes gh-824
2018-12-20 14:53:38 +01:00
Marcin Grzejszczak
1973c28550
Merge branch '2.0.x'
2018-12-16 14:08:23 +01:00
Marcin Grzejszczak
51f7ef6f67
web dependency is optional, StubRunner listener conditional
...
without this change we always include `spring-boot-starter-web` to Stub Runner. With this change the dependency is optional. Thanks to this reactive applications will be able to work fine with contract on the classpath.
without this change we always run Stub Runner test execution listener, even if the test class is not annotated. With this change we run the listener only, if the test class was annotated with `@AutoConfigureStubRunner`.
Also we add information about the `java.net.SocketException: Unexpected end of file from server` exception to the docs and how to override that issue.
Fixes gh-798, gh-809, gh-799
2018-12-16 13:44:00 +01:00
Marcin Grzejszczak
928b32ecce
BUmped boot
2018-12-15 09:19:35 +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
buildmaster
15344a159c
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
2018-10-23 19:56:38 +00: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
Olga Maciaszek-Sharma
eaf244e892
Merge branch '1.2.x' into 2.0.x.
...
Upgrade boot version in samples.
# Conflicts:
# pom.xml
# spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/CamelStubMessages.java
# spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/ContractVerifierCamelMessageBuilder.java
2018-10-15 17:31:13 +02:00
Marcin Grzejszczak
27652ade37
Bumped Gradle and Boot
2018-10-03 14:48:09 +02:00
Marcin Grzejszczak
c3984f0c3a
Fixed YAML Dsl conversion issues
...
fixes gh-738
2018-09-28 10:22:51 -04:00
Marcin Grzejszczak
aa6a515922
Fixed YAML Dsl conversion issues
...
fixes gh-738
2018-09-28 09:30:14 -04:00