Skip to content

Commit 8dbf4c7

Browse files
committed
Automatic docs and changelog generation
1 parent 9e4eeca commit 8dbf4c7

File tree

2 files changed

+63
-4
lines changed

2 files changed

+63
-4
lines changed

CHANGELOG.md

+60-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

3+
## [1.0.0-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta2) (2020-12-05)
4+
5+
**Merged pull requests:**
6+
7+
- Feature unit tests [\#47](https://github.com/reactive-commons/reactive-commons-java/pull/47)
8+
39
## [1.0.0-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta1) (2020-10-28)
410

11+
**Merged pull requests:**
12+
13+
- Implement Query delegate [\#46](https://github.com/reactive-commons/reactive-commons-java/pull/46)
14+
515
## [0.6.2-Release](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-Release) (2020-09-24)
616

717
## [0.6.2](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2) (2020-09-24)
@@ -11,6 +21,10 @@
1121
- update to Gradle to 5.1.1 [\#16](https://github.com/reactive-commons/reactive-commons-java/issues/16)
1222
- Add application name to amqp connection [\#13](https://github.com/reactive-commons/reactive-commons-java/issues/13)
1323

24+
**Merged pull requests:**
25+
26+
- Asciidoc Documentation [\#45](https://github.com/reactive-commons/reactive-commons-java/pull/45)
27+
1428
## [0.6.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-beta) (2020-08-25)
1529

1630
## [v0.6.1-beta](https://github.com/reactive-commons/reactive-commons-java/tree/v0.6.1-beta) (2020-08-23)
@@ -20,11 +34,28 @@
2034
**Implemented enhancements:**
2135

2236
- Update to ReactorRabbit 1.1.0 [\#17](https://github.com/reactive-commons/reactive-commons-java/issues/17)
37+
- Separate messagelistenersconfig [\#41](https://github.com/reactive-commons/reactive-commons-java/pull/41)
38+
39+
**Closed issues:**
40+
41+
- separate ApplicationEventListener and ApplicationQueryListener [\#37](https://github.com/reactive-commons/reactive-commons-java/issues/37)
42+
- Upgrade to ReactorRabbit 1.2.0 [\#24](https://github.com/reactive-commons/reactive-commons-java/issues/24)
43+
- Listen event on all instances [\#22](https://github.com/reactive-commons/reactive-commons-java/issues/22)
44+
- Add parameter for maximum message retries [\#19](https://github.com/reactive-commons/reactive-commons-java/issues/19)
45+
46+
**Merged pull requests:**
47+
48+
- updates contiperf version, fixes performance test [\#43](https://github.com/reactive-commons/reactive-commons-java/pull/43)
49+
- Feature/listeners matching [\#42](https://github.com/reactive-commons/reactive-commons-java/pull/42)
2350

2451
## [0.5.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.2-beta) (2020-07-20)
2552

2653
## [0.5.0](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.0) (2020-06-08)
2754

55+
**Merged pull requests:**
56+
57+
- Adds event notification listener [\#39](https://github.com/reactive-commons/reactive-commons-java/pull/39)
58+
2859
## [0.4.7](https://github.com/reactive-commons/reactive-commons-java/tree/0.4.7) (2020-05-21)
2960

3061
## [v0.4.6](https://github.com/reactive-commons/reactive-commons-java/tree/v0.4.6) (2020-04-23)
@@ -45,6 +76,25 @@
4576

4677
## [v0.3.2-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/v0.3.2-beta1) (2020-03-30)
4778

79+
**Closed issues:**
80+
81+
- Reactor rabbit uses different channel for resource management [\#35](https://github.com/reactive-commons/reactive-commons-java/issues/35)
82+
- Async commons starter is not using the ObjectMapper instance configured by Spring [\#25](https://github.com/reactive-commons/reactive-commons-java/issues/25)
83+
- Serve resource handler dinamically [\#9](https://github.com/reactive-commons/reactive-commons-java/issues/9)
84+
85+
**Merged pull requests:**
86+
87+
- fix: set resourceManagementChannelMono from channelPool [\#36](https://github.com/reactive-commons/reactive-commons-java/pull/36)
88+
- CI CD Pipelines [\#34](https://github.com/reactive-commons/reactive-commons-java/pull/34)
89+
- License MIT attached [\#33](https://github.com/reactive-commons/reactive-commons-java/pull/33)
90+
- test: connection factory tests [\#32](https://github.com/reactive-commons/reactive-commons-java/pull/32)
91+
- fix: bump reactor-rabbitmq version and use sender for topology creator [\#31](https://github.com/reactive-commons/reactive-commons-java/pull/31)
92+
- modify connection name Rabbit [\#30](https://github.com/reactive-commons/reactive-commons-java/pull/30)
93+
- perf: use elastic scheduler in reactive message sender [\#29](https://github.com/reactive-commons/reactive-commons-java/pull/29)
94+
- fix: avoid publish blocking with channels pooling [\#27](https://github.com/reactive-commons/reactive-commons-java/pull/27)
95+
- fix\(jackson\): Spring compatible starter is not using the ObjectMapper instance configured by Spring [\#26](https://github.com/reactive-commons/reactive-commons-java/pull/26)
96+
- Unbind queue with topology creator [\#15](https://github.com/reactive-commons/reactive-commons-java/pull/15)
97+
4898
## [0.0.5-beta2](https://github.com/reactive-commons/reactive-commons-java/tree/0.0.5-beta2) (2019-01-02)
4999

50100
**Implemented enhancements:**
@@ -54,6 +104,15 @@
54104
- Integrate acceptance test with travis. [\#7](https://github.com/reactive-commons/reactive-commons-java/issues/7)
55105
- Query handler returning an empty publisher causes timeout on the receiver [\#1](https://github.com/reactive-commons/reactive-commons-java/issues/1)
56106

107+
**Closed issues:**
108+
109+
- Type inference not working for queries [\#5](https://github.com/reactive-commons/reactive-commons-java/issues/5)
110+
- ClassCastException when requested query has no handler [\#3](https://github.com/reactive-commons/reactive-commons-java/issues/3)
111+
112+
**Merged pull requests:**
113+
114+
- fix: command handler is not beign executed [\#4](https://github.com/reactive-commons/reactive-commons-java/pull/4)
115+
- Handle empty monos on served queries handlers [\#2](https://github.com/reactive-commons/reactive-commons-java/pull/2)
116+
57117

58118

59-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Reactive Commons Reference Guide</h1>
1616
<div class="details">
1717
<span id="author" class="author">Daniel Bustamante Ospina</span><br>
18-
<span id="revnumber">version 1.0.0-beta1</span>
18+
<span id="revnumber">version 1.0.0-beta2</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -869,8 +869,8 @@ <h5 id="_handlerregistry_servequery">HandlerRegistry - serveQuery</h5>
869869
</div>
870870
<div id="footer">
871871
<div id="footer-text">
872-
Version 1.0.0-beta1<br>
873-
Last updated 2020-10-28 19:53:29 UTC
872+
Version 1.0.0-beta2<br>
873+
Last updated 2020-12-05 23:53:33 UTC
874874
</div>
875875
</div>
876876
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">

0 commit comments

Comments
 (0)