Skip to content

Commit 007c3a6

Browse files
committed
add xml-message; add some refactoring
1 parent aa8ea75 commit 007c3a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1910
-227
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
spring-integration-5-example-RC1/
2-
out/
3-
.gradle
2+
node_modules/
3+
.gradle/
4+
target/
45
build/
6+
out/
57
.DS_Store
6-
*.log
7-
node_modules/
88
yarn.lock
99
package-lock.json
1010

@@ -21,6 +21,7 @@ package-lock.json
2121
*.iws
2222
*.iml
2323
*.ipr
24+
*.log*
2425

2526
### NetBeans ###
2627
nbproject/private/

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ before_install:
2020
script:
2121
# gitbook
2222
- bash gradlew clean gitbook
23-
- export ROOT=$PWD
24-
# xml-hello
25-
- cd $ROOT/xml-hello
23+
- export root=$(pwd)
24+
# xml-message
25+
- cd $root/xml-hello
2626
- bash ./mvnw
2727
- bash target/*.jar &
2828
- wait_for 8080
2929
- http :8080
30-
- http :8080 message=hello!
31-
- http :8080 ololo=trololo
30+
- http :8080 message=message\ builder\ hello
31+
- http :8080/generic message=generic\ message\ hello
3232
- stop_any 8080 8000 80
3333
# 01 e2e
34-
- cd $ROOT/spring-integration-5-example-01
34+
- cd $root/spring-integration-5-example-01
3535
- bash gradlew clean build
3636
- sudo mkdir -p /var/app
3737
- sudo mv -f ./build/libs/*.jar /var/app/01.jar
@@ -44,14 +44,14 @@ script:
4444
# others
4545
- >
4646
for path in \
47+
xml-hello \
4748
xml-starter \
4849
spring-integration-5-example-02 \
4950
; do
50-
export TARGET="$ROOT/$path"
51-
cd $TARGET
51+
cd $root/$path
5252
bash gradlew clean build
5353
done;
5454
cache:
5555
directories:
56-
- docs/
57-
- gitbook/node_modules/
56+
- node_modules
57+
- gitbook/node_modules

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
this repository is containing spring-integration 5 examples
44

5+
. link:xml-message[spring integration message component]
56
. link:xml-hello[simple xml example]
67
. link:spring-integration-5-example-01[sse]
78
. link:reactive-data-flow-systems/[reactive data-flow systems]

docs/404.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
data-chapter-title="Introduction"
5656
data-filepath="README.md"
5757
data-basepath="."
58-
data-revision="Tue Mar 06 2018 12:31:20 GMT+0200 (EET)"
58+
data-revision="Tue Mar 06 2018 21:27:00 GMT+0200 (EET)"
5959
data-innerlanguage="">
6060

6161

@@ -119,6 +119,36 @@
119119
</a>
120120

121121

122+
</li>
123+
124+
<li class="chapter " data-level="3" data-path="projects/xml-hello.html">
125+
126+
127+
<a href="./projects/xml-hello.html">
128+
129+
<i class="fa fa-check"></i>
130+
131+
<b>3.</b>
132+
133+
Spring Integration XML examples
134+
</a>
135+
136+
137+
</li>
138+
139+
<li class="chapter " data-level="4" data-path="projects/xml-message.html">
140+
141+
142+
<a href="./projects/xml-message.html">
143+
144+
<i class="fa fa-check"></i>
145+
146+
<b>4.</b>
147+
148+
Spring Integration message component
149+
</a>
150+
151+
122152
</li>
123153

124154

docs/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
data-chapter-title="Introduction"
5656
data-filepath="README.md"
5757
data-basepath="."
58-
data-revision="Tue Mar 06 2018 12:31:20 GMT+0200 (EET)"
58+
data-revision="Tue Mar 06 2018 21:27:00 GMT+0200 (EET)"
5959
data-innerlanguage="">
6060

6161

@@ -119,6 +119,36 @@
119119
</a>
120120

121121

122+
</li>
123+
124+
<li class="chapter " data-level="3" data-path="projects/xml-hello.html">
125+
126+
127+
<a href="./projects/xml-hello.html">
128+
129+
<i class="fa fa-check"></i>
130+
131+
<b>3.</b>
132+
133+
Spring Integration XML examples
134+
</a>
135+
136+
137+
</li>
138+
139+
<li class="chapter " data-level="4" data-path="projects/xml-message.html">
140+
141+
142+
<a href="./projects/xml-message.html">
143+
144+
<i class="fa fa-check"></i>
145+
146+
<b>4.</b>
147+
148+
Spring Integration message component
149+
</a>
150+
151+
122152
</li>
123153

124154

docs/projects/01.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
data-chapter-title="Spring Integration 5 example"
5858
data-filepath="projects/01.md"
5959
data-basepath=".."
60-
data-revision="Tue Mar 06 2018 12:31:20 GMT+0200 (EET)"
60+
data-revision="Tue Mar 06 2018 21:27:00 GMT+0200 (EET)"
6161
data-innerlanguage="">
6262

6363

@@ -121,6 +121,36 @@
121121
</a>
122122

123123

124+
</li>
125+
126+
<li class="chapter " data-level="3" data-path="projects/xml-hello.html">
127+
128+
129+
<a href="../projects/xml-hello.html">
130+
131+
<i class="fa fa-check"></i>
132+
133+
<b>3.</b>
134+
135+
Spring Integration XML examples
136+
</a>
137+
138+
139+
</li>
140+
141+
<li class="chapter " data-level="4" data-path="projects/xml-message.html">
142+
143+
144+
<a href="../projects/xml-message.html">
145+
146+
<i class="fa fa-check"></i>
147+
148+
<b>4.</b>
149+
150+
Spring Integration message component
151+
</a>
152+
153+
124154
</li>
125155

126156

docs/projects/02.html

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242

4343

44+
<link rel="next" href="../projects/xml-hello.html" />
45+
4446

4547
<link rel="prev" href="../projects/01.html" />
4648

@@ -55,7 +57,7 @@
5557
data-chapter-title="Spring Integration 5 example"
5658
data-filepath="projects/02.md"
5759
data-basepath=".."
58-
data-revision="Tue Mar 06 2018 12:31:20 GMT+0200 (EET)"
60+
data-revision="Tue Mar 06 2018 21:27:00 GMT+0200 (EET)"
5961
data-innerlanguage="">
6062

6163

@@ -119,6 +121,36 @@
119121
</a>
120122

121123

124+
</li>
125+
126+
<li class="chapter " data-level="3" data-path="projects/xml-hello.html">
127+
128+
129+
<a href="../projects/xml-hello.html">
130+
131+
<i class="fa fa-check"></i>
132+
133+
<b>3.</b>
134+
135+
Spring Integration XML examples
136+
</a>
137+
138+
139+
</li>
140+
141+
<li class="chapter " data-level="4" data-path="projects/xml-message.html">
142+
143+
144+
<a href="../projects/xml-message.html">
145+
146+
<i class="fa fa-check"></i>
147+
148+
<b>4.</b>
149+
150+
Spring Integration message component
151+
</a>
152+
153+
122154
</li>
123155

124156

@@ -182,8 +214,10 @@ <h4 id="build-run-test">build, run, test</h4>
182214
</div>
183215

184216

185-
<a href="../projects/01.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Spring Integration 5 example"><i class="fa fa-angle-left"></i></a>
217+
<a href="../projects/01.html" class="navigation navigation-prev " aria-label="Previous page: Spring Integration 5 example"><i class="fa fa-angle-left"></i></a>
218+
186219

220+
<a href="../projects/xml-hello.html" class="navigation navigation-next " aria-label="Next page: Spring Integration XML examples"><i class="fa fa-angle-right"></i></a>
187221

188222
</div>
189223
</div>

0 commit comments

Comments
 (0)