Skip to content

Commit 30e6007

Browse files
committed
release: 0.7.0
1 parent db17790 commit 30e6007

File tree

3 files changed

+286
-24
lines changed

3 files changed

+286
-24
lines changed

CHANGELOG.json

Lines changed: 266 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,270 @@
11
{
22
"nextVersion" : {
33
"major" : 0,
4-
"minor" : 6,
5-
"patch" : 3,
4+
"minor" : 8,
5+
"patch" : 0,
66
"preReleaseParts" : [ ],
77
"buildMetaDataParts" : [ ],
88
"preRelease" : "",
99
"buildMetaData" : "",
10-
"initialDevelopment" : true,
11-
"stable" : true
10+
"stable" : true,
11+
"initialDevelopment" : true
1212
},
1313
"lastVersion" : {
1414
"major" : 0,
15-
"minor" : 6,
16-
"patch" : 2,
15+
"minor" : 7,
16+
"patch" : 0,
1717
"preReleaseParts" : [ ],
1818
"buildMetaDataParts" : [ ],
1919
"preRelease" : "",
2020
"buildMetaData" : "",
21-
"initialDevelopment" : true,
22-
"stable" : true
21+
"stable" : true,
22+
"initialDevelopment" : true
2323
},
2424
"tags" : [ {
25+
"version" : {
26+
"major" : 0,
27+
"minor" : 7,
28+
"patch" : 0,
29+
"preReleaseParts" : [ ],
30+
"buildMetaDataParts" : [ ],
31+
"preRelease" : "",
32+
"buildMetaData" : "",
33+
"stable" : true,
34+
"initialDevelopment" : true
35+
},
36+
"releaseDate" : "2021-12-15 11:08:43.000 +0100",
37+
"sections" : [ {
38+
"title" : "Features",
39+
"commits" : [ {
40+
"hashFull" : "6286fd1a8ba2da4f428f3a0146f5451c7a05aad3",
41+
"hash" : "6286fd1a8ba2da4",
42+
"hash7" : "6286fd1",
43+
"hash8" : "6286fd1a",
44+
"commitTime" : "2021-12-14 09:04:14.000 +0100",
45+
"commitTimeLong" : 1639469054,
46+
"message" : "feat: move MetricOptions to NeonBeeOptions\n\nBy moving the MetricOptions to the NeonBeeOptions, we are able to change the MetricOptions in a LauncherPreProcessor.\n",
47+
"merge" : false,
48+
"authorIdent" : {
49+
"when" : "2021-12-13 17:38:00.000 +0100",
50+
"name" : "Michael Halberstadt",
51+
"email" : "michael.halberstadt@sap.com"
52+
},
53+
"committerIdent" : {
54+
"when" : "2021-12-14 09:04:14.000 +0100",
55+
"name" : "halber",
56+
"email" : "michael.halberstadt@gmail.com"
57+
},
58+
"quickActions" : { },
59+
"closeIssues" : [ ],
60+
"subjectIssues" : [ ],
61+
"bodyIssues" : [ ],
62+
"mentions" : [ ],
63+
"locales" : [ ],
64+
"defaultLang" : "en",
65+
"commitUrl" : "https://github.com/SAP/neonbee/commit/6286fd1a8ba2da4f428f3a0146f5451c7a05aad3",
66+
"commitType" : "feat",
67+
"commitPackage" : null,
68+
"commitScope" : null,
69+
"commitSubject" : "move MetricOptions to NeonBeeOptions",
70+
"commitBody" : "By moving the MetricOptions to the NeonBeeOptions, we are able to change the MetricOptions in a LauncherPreProcessor.",
71+
"attention" : false,
72+
"breakingChange" : false,
73+
"deprecated" : false,
74+
"commitIssue" : null,
75+
"localeMap" : null,
76+
"firstLocaleCommitType" : null,
77+
"firstLocaleCommitScope" : null,
78+
"rawCommitType" : "feat",
79+
"rawCommitScope" : null,
80+
"rawCommitSubject" : "move MetricOptions to NeonBeeOptions",
81+
"messageTitle" : "feat: move MetricOptions to NeonBeeOptions",
82+
"messageBody" : "By moving the MetricOptions to the NeonBeeOptions, we are able to change the MetricOptions in a LauncherPreProcessor."
83+
}, {
84+
"hashFull" : "56a160131e71bb87bda8ad2e948a0e4e57706767",
85+
"hash" : "56a160131e71bb8",
86+
"hash7" : "56a1601",
87+
"hash8" : "56a16013",
88+
"commitTime" : "2021-12-15 10:53:41.000 +0100",
89+
"commitTimeLong" : 1639562021,
90+
"message" : "feat: make usage of createQualifiedName more resilient\n\nWhen defining a name space via annotation, it is automatically casted to\nlower case. Now createQualifiedName follows the same rules by casting\npassed name spaces automatically to lower case.",
91+
"merge" : false,
92+
"authorIdent" : {
93+
"when" : "2021-12-15 10:28:56.000 +0100",
94+
"name" : "Pascal Krause",
95+
"email" : "pascal.krause@sap.com"
96+
},
97+
"committerIdent" : {
98+
"when" : "2021-12-15 10:53:41.000 +0100",
99+
"name" : "Pascal",
100+
"email" : "23715608+pk-work@users.noreply.github.com"
101+
},
102+
"quickActions" : { },
103+
"closeIssues" : [ ],
104+
"subjectIssues" : [ ],
105+
"bodyIssues" : [ ],
106+
"mentions" : [ ],
107+
"locales" : [ ],
108+
"defaultLang" : "en",
109+
"commitUrl" : "https://github.com/SAP/neonbee/commit/56a160131e71bb87bda8ad2e948a0e4e57706767",
110+
"commitType" : "feat",
111+
"commitPackage" : null,
112+
"commitScope" : null,
113+
"commitSubject" : "make usage of createQualifiedName more resilient",
114+
"commitBody" : "When defining a name space via annotation, it is automatically casted to\nlower case. Now createQualifiedName follows the same rules by casting\npassed name spaces automatically to lower case.",
115+
"attention" : false,
116+
"breakingChange" : false,
117+
"deprecated" : false,
118+
"commitIssue" : null,
119+
"localeMap" : null,
120+
"firstLocaleCommitType" : null,
121+
"firstLocaleCommitScope" : null,
122+
"rawCommitType" : "feat",
123+
"rawCommitScope" : null,
124+
"rawCommitSubject" : "make usage of createQualifiedName more resilient",
125+
"messageTitle" : "feat: make usage of createQualifiedName more resilient",
126+
"messageBody" : "When defining a name space via annotation, it is automatically casted to\nlower case. Now createQualifiedName follows the same rules by casting\npassed name spaces automatically to lower case."
127+
} ]
128+
}, {
129+
"title" : "Code Refactoring",
130+
"commits" : [ {
131+
"hashFull" : "48e17700a222aaedaffb6e4327e71bbb76c4bfad",
132+
"hash" : "48e17700a222aae",
133+
"hash7" : "48e1770",
134+
"hash8" : "48e17700",
135+
"commitTime" : "2021-12-04 17:34:27.000 +0100",
136+
"commitTimeLong" : 1638635667,
137+
"message" : "refactor: remove dependency to CompilingClassLoader of Vert.x",
138+
"merge" : false,
139+
"authorIdent" : {
140+
"when" : "2021-12-04 14:03:39.000 +0100",
141+
"name" : "Pascal Krause",
142+
"email" : "pascal.krause@sap.com"
143+
},
144+
"committerIdent" : {
145+
"when" : "2021-12-04 17:34:27.000 +0100",
146+
"name" : "Pascal",
147+
"email" : "23715608+pk-work@users.noreply.github.com"
148+
},
149+
"quickActions" : { },
150+
"closeIssues" : [ ],
151+
"subjectIssues" : [ ],
152+
"bodyIssues" : [ ],
153+
"mentions" : [ ],
154+
"locales" : [ ],
155+
"defaultLang" : "en",
156+
"commitUrl" : "https://github.com/SAP/neonbee/commit/48e17700a222aaedaffb6e4327e71bbb76c4bfad",
157+
"commitType" : "refactor",
158+
"commitPackage" : null,
159+
"commitScope" : null,
160+
"commitSubject" : "remove dependency to CompilingClassLoader of Vert.x",
161+
"commitBody" : null,
162+
"attention" : false,
163+
"breakingChange" : false,
164+
"deprecated" : false,
165+
"commitIssue" : null,
166+
"localeMap" : null,
167+
"firstLocaleCommitType" : null,
168+
"firstLocaleCommitScope" : null,
169+
"rawCommitType" : "refactor",
170+
"rawCommitScope" : null,
171+
"rawCommitSubject" : "remove dependency to CompilingClassLoader of Vert.x",
172+
"messageTitle" : "refactor: remove dependency to CompilingClassLoader of Vert.x",
173+
"messageBody" : ""
174+
} ]
175+
}, {
176+
"title" : "Build System",
177+
"commits" : [ {
178+
"hashFull" : "c498f707f4d53d05b5c5daafcbe300d52f92d6a3",
179+
"hash" : "c498f707f4d53d0",
180+
"hash7" : "c498f70",
181+
"hash8" : "c498f707",
182+
"commitTime" : "2021-12-04 17:34:27.000 +0100",
183+
"commitTimeLong" : 1638635667,
184+
"message" : "build(deps): bump Vert.x from 4.1.0 to 4.2.1",
185+
"merge" : false,
186+
"authorIdent" : {
187+
"when" : "2021-11-17 15:04:39.000 +0100",
188+
"name" : "Pascal Krause",
189+
"email" : "pascal.krause@sap.com"
190+
},
191+
"committerIdent" : {
192+
"when" : "2021-12-04 17:34:27.000 +0100",
193+
"name" : "Pascal",
194+
"email" : "23715608+pk-work@users.noreply.github.com"
195+
},
196+
"quickActions" : { },
197+
"closeIssues" : [ ],
198+
"subjectIssues" : [ ],
199+
"bodyIssues" : [ ],
200+
"mentions" : [ ],
201+
"locales" : [ ],
202+
"defaultLang" : "en",
203+
"commitUrl" : "https://github.com/SAP/neonbee/commit/c498f707f4d53d05b5c5daafcbe300d52f92d6a3",
204+
"commitType" : "build",
205+
"commitPackage" : null,
206+
"commitScope" : "deps",
207+
"commitSubject" : "bump Vert.x from 4.1.0 to 4.2.1",
208+
"commitBody" : null,
209+
"attention" : false,
210+
"breakingChange" : false,
211+
"deprecated" : false,
212+
"commitIssue" : null,
213+
"localeMap" : null,
214+
"firstLocaleCommitType" : null,
215+
"firstLocaleCommitScope" : null,
216+
"rawCommitType" : "build",
217+
"rawCommitScope" : "deps",
218+
"rawCommitSubject" : "bump Vert.x from 4.1.0 to 4.2.1",
219+
"messageTitle" : "build(deps): bump Vert.x from 4.1.0 to 4.2.1",
220+
"messageBody" : ""
221+
}, {
222+
"hashFull" : "db17790568652b9b9dafb85dcefe2e6006b4bc8c",
223+
"hash" : "db17790568652b9",
224+
"hash7" : "db17790",
225+
"hash8" : "db177905",
226+
"commitTime" : "2021-12-15 11:08:43.000 +0100",
227+
"commitTimeLong" : 1639562923,
228+
"message" : "build(deps): bump Vert.x from 4.2.1 to 4.2.2",
229+
"merge" : false,
230+
"authorIdent" : {
231+
"when" : "2021-12-15 10:44:47.000 +0100",
232+
"name" : "Pascal Krause",
233+
"email" : "pascal.krause@sap.com"
234+
},
235+
"committerIdent" : {
236+
"when" : "2021-12-15 11:08:43.000 +0100",
237+
"name" : "Pascal",
238+
"email" : "23715608+pk-work@users.noreply.github.com"
239+
},
240+
"quickActions" : { },
241+
"closeIssues" : [ ],
242+
"subjectIssues" : [ ],
243+
"bodyIssues" : [ ],
244+
"mentions" : [ ],
245+
"locales" : [ ],
246+
"defaultLang" : "en",
247+
"commitUrl" : "https://github.com/SAP/neonbee/commit/db17790568652b9b9dafb85dcefe2e6006b4bc8c",
248+
"commitType" : "build",
249+
"commitPackage" : null,
250+
"commitScope" : "deps",
251+
"commitSubject" : "bump Vert.x from 4.2.1 to 4.2.2",
252+
"commitBody" : null,
253+
"attention" : false,
254+
"breakingChange" : false,
255+
"deprecated" : false,
256+
"commitIssue" : null,
257+
"localeMap" : null,
258+
"firstLocaleCommitType" : null,
259+
"firstLocaleCommitScope" : null,
260+
"rawCommitType" : "build",
261+
"rawCommitScope" : "deps",
262+
"rawCommitSubject" : "bump Vert.x from 4.2.1 to 4.2.2",
263+
"messageTitle" : "build(deps): bump Vert.x from 4.2.1 to 4.2.2",
264+
"messageBody" : ""
265+
} ]
266+
} ]
267+
}, {
25268
"version" : {
26269
"major" : 0,
27270
"minor" : 6,
@@ -30,10 +273,10 @@
30273
"buildMetaDataParts" : [ ],
31274
"preRelease" : "",
32275
"buildMetaData" : "",
33-
"initialDevelopment" : true,
34-
"stable" : true
276+
"stable" : true,
277+
"initialDevelopment" : true
35278
},
36-
"releaseDate" : "2021-11-23 12:05:23.000 +0100",
279+
"releaseDate" : "2021-11-23 12:25:14.000 +0100",
37280
"sections" : [ {
38281
"title" : "Bug Fixes",
39282
"commits" : [ {
@@ -138,8 +381,8 @@
138381
"buildMetaDataParts" : [ ],
139382
"preRelease" : "",
140383
"buildMetaData" : "",
141-
"initialDevelopment" : true,
142-
"stable" : true
384+
"stable" : true,
385+
"initialDevelopment" : true
143386
},
144387
"releaseDate" : "2021-10-05 13:44:34.000 +0200",
145388
"sections" : [ {
@@ -199,8 +442,8 @@
199442
"buildMetaDataParts" : [ ],
200443
"preRelease" : "",
201444
"buildMetaData" : "",
202-
"initialDevelopment" : true,
203-
"stable" : true
445+
"stable" : true,
446+
"initialDevelopment" : true
204447
},
205448
"releaseDate" : "2021-10-04 15:47:42.000 +0200",
206449
"sections" : [ {
@@ -1686,8 +1929,8 @@
16861929
"buildMetaDataParts" : [ ],
16871930
"preRelease" : "",
16881931
"buildMetaData" : "",
1689-
"initialDevelopment" : true,
1690-
"stable" : true
1932+
"stable" : true,
1933+
"initialDevelopment" : true
16911934
},
16921935
"releaseDate" : "2021-07-27 09:22:26.000 +0200",
16931936
"sections" : [ {
@@ -2020,8 +2263,8 @@
20202263
"buildMetaDataParts" : [ ],
20212264
"preRelease" : "",
20222265
"buildMetaData" : "",
2023-
"initialDevelopment" : true,
2024-
"stable" : true
2266+
"stable" : true,
2267+
"initialDevelopment" : true
20252268
},
20262269
"releaseDate" : "2021-06-07 07:52:14.000 +0200",
20272270
"sections" : [ {
@@ -3595,8 +3838,8 @@
35953838
"buildMetaDataParts" : [ ],
35963839
"preRelease" : "",
35973840
"buildMetaData" : "",
3598-
"initialDevelopment" : true,
3599-
"stable" : true
3841+
"stable" : true,
3842+
"initialDevelopment" : true
36003843
},
36013844
"releaseDate" : "2021-03-18 14:45:15.000 +0100",
36023845
"sections" : [ {
@@ -3979,8 +4222,8 @@
39794222
"buildMetaDataParts" : [ ],
39804223
"preRelease" : "",
39814224
"buildMetaData" : "",
3982-
"initialDevelopment" : true,
3983-
"stable" : true
4225+
"stable" : true,
4226+
"initialDevelopment" : true
39844227
},
39854228
"releaseDate" : "2021-03-10 16:24:12.000 +0100",
39864229
"sections" : [ {

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.7.0 (2021-12-15)
4+
5+
### Features
6+
7+
- move MetricOptions to NeonBeeOptions ([6286fd1a](https://github.com/SAP/neonbee/commit/6286fd1a8ba2da4f428f3a0146f5451c7a05aad3))
8+
- make usage of createQualifiedName more resilient ([56a16013](https://github.com/SAP/neonbee/commit/56a160131e71bb87bda8ad2e948a0e4e57706767))
9+
10+
11+
### Code Refactoring
12+
13+
- remove dependency to CompilingClassLoader of Vert.x ([48e17700](https://github.com/SAP/neonbee/commit/48e17700a222aaedaffb6e4327e71bbb76c4bfad))
14+
15+
16+
### Build System
17+
18+
- **deps**: bump Vert.x from 4.1.0 to 4.2.1 ([c498f707](https://github.com/SAP/neonbee/commit/c498f707f4d53d05b5c5daafcbe300d52f92d6a3))
19+
- **deps**: bump Vert.x from 4.2.1 to 4.2.2 ([db177905](https://github.com/SAP/neonbee/commit/db17790568652b9b9dafb85dcefe2e6006b4bc8c))
20+
21+
322
## 0.6.2 (2021-11-23)
423

524
### Bug Fixes

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = 'io.neonbee'
25-
version = '0.6.3-SNAPSHOT'
25+
version = '0.7.0'
2626
mainClassName = 'io.neonbee.Launcher'
2727
archivesBaseName = 'neonbee-core'
2828
sourceCompatibility = 11

0 commit comments

Comments
 (0)