Skip to content

Commit 8ef6c2e

Browse files
author
Raja Maragani
authored
Updated eiffel-remrem-protocol-interface version and REMReM Parent (#93)
version changes
1 parent fbabe20 commit 8ef6c2e

File tree

2 files changed

+319
-316
lines changed

2 files changed

+319
-316
lines changed

CHANGELOG.md

+112-109
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,112 @@
1-
## 0.4.9
2-
- Updated eiffel-remrem-protocol-interface version
3-
4-
## 0.4.8
5-
- Updated parent version
6-
7-
## 0.4.7
8-
- Updated parent version and added maven assembly plugin to make it fat jar
9-
10-
## 0.4.6
11-
- Migrated from gradle to maven
12-
13-
## 0.4.5
14-
- Implemented code changes which avoids the generation of duplicate class names.
15-
16-
## 0.4.4
17-
- Minor changes in mockito dependency availablity.
18-
19-
## 0.4.3
20-
- Updated dependencies versions
21-
22-
## 0.4.2
23-
- Removed serializer information from few event templates which are missed in the previous release
24-
25-
## 0.4.1
26-
- Removed unwanted dependencies
27-
28-
## 0.4.0
29-
- Removed extra fields from templates and updated version
30-
31-
## 0.3.9
32-
- Generated event epoch time is in UTC format only
33-
34-
- Generated eiffel events using Toulouse edition of eiffel and operations-extension schemas
35-
36-
## 0.3.8
37-
- added logback dependency
38-
39-
## 0.3.7
40-
- Updated templates to resolve json parsing issues
41-
42-
## 0.3.6
43-
- Updated semantics templates and removed unnecessary validation exception message to find out the issue quickly
44-
45-
## 0.3.5
46-
- Changed the way template files are read and parsed in getEventTemplate method.
47-
48-
## 0.3.4
49-
- Implemented method to get template from specified event type.
50-
51-
## 0.3.3
52-
- Implemented method to get supported event types.
53-
54-
## 0.3.2
55-
- Implemented functionality to support 2.0 eiffel-operations events
56-
57-
## 0.3.1
58-
- Implemented functionality to override input semantics gav with MANIFEST.MF file gav
59-
60-
## 0.3.0
61-
- Implemented routing key for eiffel messages in REMReM semantics.
62-
63-
## 0.2.9
64-
- Implemented functionality to accept case insensitive eventType while generating events
65-
66-
## 0.2.8
67-
- Event names in Eiffel2.0 check and update the eventtype if we haven't passed
68-
69-
## 0.2.7
70-
- Event names in Eiffel2.0 should adhere to documentation of eiffel in Github
71-
72-
## 0.2.6
73-
- Added links validation to events based on the Bordeaux edition of protocol
74-
75-
## 0.2.5
76-
- added copyright headers to the source code
77-
78-
## 0.2.4
79-
- Improved exception handling functionality for event type mismatch
80-
81-
## 0.2.3
82-
- Implemented event specific meta class generation functionality
83-
84-
## 0.2.2
85-
- Implemented family and type functionality for creating RoutingKey in REMREM Semantics.
86-
87-
## 0.2.1
88-
- Implemented build step process to clone eiffel repo,topic-drop4 branch schema's dynamically
89-
- Added functionality for adding properties JavaType and extendJavaType to the cloned schema's to generate pojo's
90-
91-
## 0.2.0
92-
- Implemented pojo's generation from json schemas using jsonSchema2pojo plugin
93-
we used Eiffel repo,topic-drop4 branch sha_id: 5bc648b4fb906db6c370e35fe45c941462ca18a8
94-
95-
96-
## 0.1.9
97-
- Implemented getServiceName and added remrem-protocol-interface
98-
99-
## 0.1.8
100-
- added getEventId functionality for get the event id from the json Object
101-
102-
## 0.1.7
103-
- update gradle.build to resolve right version of jackson-databind
104-
due to integration conflict of this library with newer versions
105-
of Spring framework
106-
107-
## 0.1.6
108-
- removed lombok dependecy
109-
- improved logging and error messages to caller
1+
## 0.5.0
2+
- Updated eiffel-remrem-protocol-interface version and REMReM Parent version
3+
4+
## 0.4.9
5+
- Updated eiffel-remrem-protocol-interface version
6+
7+
## 0.4.8
8+
- Updated parent version
9+
10+
## 0.4.7
11+
- Updated parent version and added maven assembly plugin to make it fat jar
12+
13+
## 0.4.6
14+
- Migrated from gradle to maven
15+
16+
## 0.4.5
17+
- Implemented code changes which avoids the generation of duplicate class names.
18+
19+
## 0.4.4
20+
- Minor changes in mockito dependency availablity.
21+
22+
## 0.4.3
23+
- Updated dependencies versions
24+
25+
## 0.4.2
26+
- Removed serializer information from few event templates which are missed in the previous release
27+
28+
## 0.4.1
29+
- Removed unwanted dependencies
30+
31+
## 0.4.0
32+
- Removed extra fields from templates and updated version
33+
34+
## 0.3.9
35+
- Generated event epoch time is in UTC format only
36+
37+
- Generated eiffel events using Toulouse edition of eiffel and operations-extension schemas
38+
39+
## 0.3.8
40+
- added logback dependency
41+
42+
## 0.3.7
43+
- Updated templates to resolve json parsing issues
44+
45+
## 0.3.6
46+
- Updated semantics templates and removed unnecessary validation exception message to find out the issue quickly
47+
48+
## 0.3.5
49+
- Changed the way template files are read and parsed in getEventTemplate method.
50+
51+
## 0.3.4
52+
- Implemented method to get template from specified event type.
53+
54+
## 0.3.3
55+
- Implemented method to get supported event types.
56+
57+
## 0.3.2
58+
- Implemented functionality to support 2.0 eiffel-operations events
59+
60+
## 0.3.1
61+
- Implemented functionality to override input semantics gav with MANIFEST.MF file gav
62+
63+
## 0.3.0
64+
- Implemented routing key for eiffel messages in REMReM semantics.
65+
66+
## 0.2.9
67+
- Implemented functionality to accept case insensitive eventType while generating events
68+
69+
## 0.2.8
70+
- Event names in Eiffel2.0 check and update the eventtype if we haven't passed
71+
72+
## 0.2.7
73+
- Event names in Eiffel2.0 should adhere to documentation of eiffel in Github
74+
75+
## 0.2.6
76+
- Added links validation to events based on the Bordeaux edition of protocol
77+
78+
## 0.2.5
79+
- added copyright headers to the source code
80+
81+
## 0.2.4
82+
- Improved exception handling functionality for event type mismatch
83+
84+
## 0.2.3
85+
- Implemented event specific meta class generation functionality
86+
87+
## 0.2.2
88+
- Implemented family and type functionality for creating RoutingKey in REMREM Semantics.
89+
90+
## 0.2.1
91+
- Implemented build step process to clone eiffel repo,topic-drop4 branch schema's dynamically
92+
- Added functionality for adding properties JavaType and extendJavaType to the cloned schema's to generate pojo's
93+
94+
## 0.2.0
95+
- Implemented pojo's generation from json schemas using jsonSchema2pojo plugin
96+
we used Eiffel repo,topic-drop4 branch sha_id: 5bc648b4fb906db6c370e35fe45c941462ca18a8
97+
98+
99+
## 0.1.9
100+
- Implemented getServiceName and added remrem-protocol-interface
101+
102+
## 0.1.8
103+
- added getEventId functionality for get the event id from the json Object
104+
105+
## 0.1.7
106+
- update gradle.build to resolve right version of jackson-databind
107+
due to integration conflict of this library with newer versions
108+
of Spring framework
109+
110+
## 0.1.6
111+
- removed lombok dependecy
112+
- improved logging and error messages to caller

0 commit comments

Comments
 (0)