File tree 16 files changed +16
-16
lines changed
main/java/com/iluwatar/eip/message/channel
test/java/com/iluwatar/eip/message/channel
java/com/iluwatar/eip/publish/subscribe
test/java/com/iluwatar/eip/publish/subscribe
16 files changed +16
-16
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : pattern
3
- title : Message Channel
4
- folder : message-channel
5
- permalink : /patterns/message-channel/
3
+ title : EIP Message Channel
4
+ folder : eip- message-channel
5
+ permalink : /patterns/eip- message-channel/
6
6
categories : Integration
7
7
tags :
8
8
- Java
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 32
32
<artifactId >java-design-patterns</artifactId >
33
33
<version >1.20.0-SNAPSHOT</version >
34
34
</parent >
35
- <artifactId >message-channel</artifactId >
35
+ <artifactId >eip- message-channel</artifactId >
36
36
<dependencies >
37
37
<dependency >
38
38
<groupId >org.apache.camel</groupId >
Original file line number Diff line number Diff line change 20
20
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
* THE SOFTWARE.
22
22
*/
23
- package com .iluwatar .message .channel ;
23
+ package com .iluwatar .eip . message .channel ;
24
24
25
25
import org .apache .camel .CamelContext ;
26
26
import org .apache .camel .builder .RouteBuilder ;
Original file line number Diff line number Diff line change 20
20
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
* THE SOFTWARE.
22
22
*/
23
- package com .iluwatar .publish . subscribe ;
23
+ package com .iluwatar .eip . message . channel ;
24
24
25
25
import org .junit .jupiter .api .Test ;
26
26
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : pattern
3
- title : Publish Subscribe
4
- folder : publish-subscribe
5
- permalink : /patterns/publish-subscribe/
3
+ title : EIP Publish Subscribe
4
+ folder : eip- publish-subscribe
5
+ permalink : /patterns/eip- publish-subscribe/
6
6
categories : Integration
7
7
tags :
8
8
- Java
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 30
30
<artifactId >java-design-patterns</artifactId >
31
31
<version >1.20.0-SNAPSHOT</version >
32
32
</parent >
33
- <artifactId >publish-subscribe</artifactId >
33
+ <artifactId >eip- publish-subscribe</artifactId >
34
34
<dependencies >
35
35
<dependency >
36
36
<groupId >org.apache.camel</groupId >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
</dependencies >
54
- </project >
54
+ </project >
Original file line number Diff line number Diff line change 20
20
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
* THE SOFTWARE.
22
22
*/
23
- package com .iluwatar .publish .subscribe ;
23
+ package com .iluwatar .eip . publish .subscribe ;
24
24
25
25
import org .apache .camel .CamelContext ;
26
26
import org .apache .camel .ProducerTemplate ;
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
* THE SOFTWARE.
22
22
*/
23
- package com .iluwatar .message . channel ;
23
+ package com .iluwatar .eip . publish . subscribe ;
24
24
25
25
import org .junit .jupiter .api .Test ;
26
26
Original file line number Diff line number Diff line change 117
117
<module >business-delegate</module >
118
118
<module >half-sync-half-async</module >
119
119
<module >layers</module >
120
- <module >message-channel</module >
120
+ <module >eip- message-channel</module >
121
121
<module >fluentinterface</module >
122
122
<module >reactor</module >
123
123
<module >caching</module >
124
- <module >publish-subscribe</module >
124
+ <module >eip- publish-subscribe</module >
125
125
<module >delegation</module >
126
126
<module >event-driven-architecture</module >
127
127
<module >api-gateway</module >
475
475
</plugins >
476
476
</reporting >
477
477
478
- </project >
478
+ </project >
You can’t perform that action at this time.
0 commit comments