Skip to content

Commit

Permalink
Sync docs from master to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Oct 24, 2019
1 parent 80b58d6 commit 6f411c8
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 293 deletions.
26 changes: 21 additions & 5 deletions reference/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.7.1">
<meta name="generator" content="Asciidoctor 1.5.8">
<title>Preface</title>
<link rel="stylesheet" href="css/spring.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -229,7 +229,7 @@ <h4 id="spring-cloud-stream-preface-creating-sample-application"><a class="link"
</li>
</ol>
</div>
<div class="imageblock" style="text-align: center">
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/spring-initializr.png" alt="spring initializr">
</div>
Expand Down Expand Up @@ -384,7 +384,10 @@ <h2 id="_whats_new_in_3_0"><a class="link" href="#_whats_new_in_3_0">What&#8217;
<div class="sect2">
<h3 id="spring-cloud-stream-preface-new-features"><a class="link" href="#spring-cloud-stream-preface-new-features">New Features and Components</a></h3>
<div class="paragraph">
<p>TBD</p>
<p>TBD
- Routing Function [Details to follow]
- Multiple bindings with functions [Details to follow]
- Functions with multiple inputs/outputs</p>
</div>
</div>
<div class="sect2">
Expand All @@ -395,8 +398,21 @@ <h3 id="spring-cloud-stream-preface-notable-enhancements"><a class="link" href="
</div>
<div class="sect2">
<h3 id="spring-cloud-stream-preface-notable-deprecations"><a class="link" href="#spring-cloud-stream-preface-notable-deprecations">Notable Deprecations</a></h3>
<div class="paragraph">
<p>TBD</p>
<div class="ulist">
<ul>
<li>
<p>Reactive module in favor of native support via spring-cloud-function. [Details to follow]</p>
</li>
<li>
<p>Test support module with MessageCollector [Details to follow]</p>
</li>
<li>
<p>@StreamMessageConverter [Details to follow]</p>
</li>
<li>
<p>Original content type - removed</p>
</li>
</ul>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/html/binders.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.7.1">
<meta name="generator" content="Asciidoctor 1.5.8">
<title>Binder Implementations</title>
<link rel="stylesheet" href="css/spring.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down
2 changes: 1 addition & 1 deletion reference/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.7.1">
<meta name="generator" content="Asciidoctor 1.5.8">
<meta name="author" content="Sabby Anandan, Marius Bogoevici, Eric Bottard, Mark Fisher, Ilayaperumal Gopinathan, Gunnar Hillert, Mark Pollack, Patrick Peralta, Glenn Renfro, Thomas Risberg, Dave Syer, David Turanski, Janne Valkealahti, Benjamin Klein, Vinicius Carvalho, Gary Russell, Oleg Zhurakousky, Jay Bryant, Soby Chacko">
<title>Spring Cloud Stream Reference Documentation</title>
<link rel="stylesheet" href="css/spring.css">
Expand Down
26 changes: 21 additions & 5 deletions reference/html/preface.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.7.1">
<meta name="generator" content="Asciidoctor 1.5.8">
<title>A Brief History of Spring&#8217;s Data Integration Journey</title>
<link rel="stylesheet" href="css/spring.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -188,7 +188,7 @@ <h4 id="spring-cloud-stream-preface-creating-sample-application"><a class="link"
</li>
</ol>
</div>
<div class="imageblock" style="text-align: center">
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/spring-initializr.png" alt="spring initializr">
</div>
Expand Down Expand Up @@ -343,7 +343,10 @@ <h2 id="_whats_new_in_3_0"><a class="link" href="#_whats_new_in_3_0">What&#8217;
<div class="sect2">
<h3 id="spring-cloud-stream-preface-new-features"><a class="link" href="#spring-cloud-stream-preface-new-features">New Features and Components</a></h3>
<div class="paragraph">
<p>TBD</p>
<p>TBD
- Routing Function [Details to follow]
- Multiple bindings with functions [Details to follow]
- Functions with multiple inputs/outputs</p>
</div>
</div>
<div class="sect2">
Expand All @@ -354,8 +357,21 @@ <h3 id="spring-cloud-stream-preface-notable-enhancements"><a class="link" href="
</div>
<div class="sect2">
<h3 id="spring-cloud-stream-preface-notable-deprecations"><a class="link" href="#spring-cloud-stream-preface-notable-deprecations">Notable Deprecations</a></h3>
<div class="paragraph">
<p>TBD</p>
<div class="ulist">
<ul>
<li>
<p>Reactive module in favor of native support via spring-cloud-function. [Details to follow]</p>
</li>
<li>
<p>Test support module with MessageCollector [Details to follow]</p>
</li>
<li>
<p>@StreamMessageConverter [Details to follow]</p>
</li>
<li>
<p>Original content type - removed</p>
</li>
</ul>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/html/sagan-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.7.1">
<meta name="generator" content="Asciidoctor 1.5.8">
<title>Binder Implementations</title>
<link rel="stylesheet" href="css/spring.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down
Loading

0 comments on commit 6f411c8

Please sign in to comment.