|
1 | 1 | { |
2 | 2 | "nextVersion" : { |
3 | 3 | "major" : 0, |
4 | | - "minor" : 6, |
5 | | - "patch" : 3, |
| 4 | + "minor" : 8, |
| 5 | + "patch" : 0, |
6 | 6 | "preReleaseParts" : [ ], |
7 | 7 | "buildMetaDataParts" : [ ], |
8 | 8 | "preRelease" : "", |
9 | 9 | "buildMetaData" : "", |
10 | | - "initialDevelopment" : true, |
11 | | - "stable" : true |
| 10 | + "stable" : true, |
| 11 | + "initialDevelopment" : true |
12 | 12 | }, |
13 | 13 | "lastVersion" : { |
14 | 14 | "major" : 0, |
15 | | - "minor" : 6, |
16 | | - "patch" : 2, |
| 15 | + "minor" : 7, |
| 16 | + "patch" : 0, |
17 | 17 | "preReleaseParts" : [ ], |
18 | 18 | "buildMetaDataParts" : [ ], |
19 | 19 | "preRelease" : "", |
20 | 20 | "buildMetaData" : "", |
21 | | - "initialDevelopment" : true, |
22 | | - "stable" : true |
| 21 | + "stable" : true, |
| 22 | + "initialDevelopment" : true |
23 | 23 | }, |
24 | 24 | "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 | + }, { |
25 | 268 | "version" : { |
26 | 269 | "major" : 0, |
27 | 270 | "minor" : 6, |
|
30 | 273 | "buildMetaDataParts" : [ ], |
31 | 274 | "preRelease" : "", |
32 | 275 | "buildMetaData" : "", |
33 | | - "initialDevelopment" : true, |
34 | | - "stable" : true |
| 276 | + "stable" : true, |
| 277 | + "initialDevelopment" : true |
35 | 278 | }, |
36 | | - "releaseDate" : "2021-11-23 12:05:23.000 +0100", |
| 279 | + "releaseDate" : "2021-11-23 12:25:14.000 +0100", |
37 | 280 | "sections" : [ { |
38 | 281 | "title" : "Bug Fixes", |
39 | 282 | "commits" : [ { |
|
138 | 381 | "buildMetaDataParts" : [ ], |
139 | 382 | "preRelease" : "", |
140 | 383 | "buildMetaData" : "", |
141 | | - "initialDevelopment" : true, |
142 | | - "stable" : true |
| 384 | + "stable" : true, |
| 385 | + "initialDevelopment" : true |
143 | 386 | }, |
144 | 387 | "releaseDate" : "2021-10-05 13:44:34.000 +0200", |
145 | 388 | "sections" : [ { |
|
199 | 442 | "buildMetaDataParts" : [ ], |
200 | 443 | "preRelease" : "", |
201 | 444 | "buildMetaData" : "", |
202 | | - "initialDevelopment" : true, |
203 | | - "stable" : true |
| 445 | + "stable" : true, |
| 446 | + "initialDevelopment" : true |
204 | 447 | }, |
205 | 448 | "releaseDate" : "2021-10-04 15:47:42.000 +0200", |
206 | 449 | "sections" : [ { |
|
1686 | 1929 | "buildMetaDataParts" : [ ], |
1687 | 1930 | "preRelease" : "", |
1688 | 1931 | "buildMetaData" : "", |
1689 | | - "initialDevelopment" : true, |
1690 | | - "stable" : true |
| 1932 | + "stable" : true, |
| 1933 | + "initialDevelopment" : true |
1691 | 1934 | }, |
1692 | 1935 | "releaseDate" : "2021-07-27 09:22:26.000 +0200", |
1693 | 1936 | "sections" : [ { |
|
2020 | 2263 | "buildMetaDataParts" : [ ], |
2021 | 2264 | "preRelease" : "", |
2022 | 2265 | "buildMetaData" : "", |
2023 | | - "initialDevelopment" : true, |
2024 | | - "stable" : true |
| 2266 | + "stable" : true, |
| 2267 | + "initialDevelopment" : true |
2025 | 2268 | }, |
2026 | 2269 | "releaseDate" : "2021-06-07 07:52:14.000 +0200", |
2027 | 2270 | "sections" : [ { |
|
3595 | 3838 | "buildMetaDataParts" : [ ], |
3596 | 3839 | "preRelease" : "", |
3597 | 3840 | "buildMetaData" : "", |
3598 | | - "initialDevelopment" : true, |
3599 | | - "stable" : true |
| 3841 | + "stable" : true, |
| 3842 | + "initialDevelopment" : true |
3600 | 3843 | }, |
3601 | 3844 | "releaseDate" : "2021-03-18 14:45:15.000 +0100", |
3602 | 3845 | "sections" : [ { |
|
3979 | 4222 | "buildMetaDataParts" : [ ], |
3980 | 4223 | "preRelease" : "", |
3981 | 4224 | "buildMetaData" : "", |
3982 | | - "initialDevelopment" : true, |
3983 | | - "stable" : true |
| 4225 | + "stable" : true, |
| 4226 | + "initialDevelopment" : true |
3984 | 4227 | }, |
3985 | 4228 | "releaseDate" : "2021-03-10 16:24:12.000 +0100", |
3986 | 4229 | "sections" : [ { |
|
0 commit comments