forked from SAP/neonbee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
6761 lines (6761 loc) · 351 KB
/
Copy pathCHANGELOG.json
File metadata and controls
6761 lines (6761 loc) · 351 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"nextVersion" : {
"major" : 0,
"minor" : 9,
"patch" : 2,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"lastVersion" : {
"major" : 0,
"minor" : 9,
"patch" : 1,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"tags" : [ {
"version" : {
"major" : 0,
"minor" : 9,
"patch" : 1,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2022-02-17 16:33:00.000 +0100",
"sections" : [ {
"title" : "Bug Fixes",
"commits" : [ {
"hashFull" : "0a791364835c96364571c509a505bd7058bcf6b9",
"hash" : "0a791364835c963",
"hash7" : "0a79136",
"hash8" : "0a791364",
"commitTime" : "2022-02-17 16:33:00.000 +0100",
"commitTimeLong" : 1645111980,
"message" : "fix: NPE ImmutableJsonObject/Array for null values\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-02-17 16:00:52.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"committerIdent" : {
"when" : "2022-02-17 16:33:00.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/0a791364835c96364571c509a505bd7058bcf6b9",
"commitType" : "fix",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "NPE ImmutableJsonObject/Array for null values",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "fix",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "NPE ImmutableJsonObject/Array for null values",
"messageBody" : "",
"messageTitle" : "fix: NPE ImmutableJsonObject/Array for null values"
} ]
} ]
}, {
"version" : {
"major" : 0,
"minor" : 9,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2022-02-15 17:58:20.000 +0100",
"sections" : [ {
"title" : "Bug Fixes",
"commits" : [ {
"hashFull" : "0b06e92bd99f60e8e2f73bc2f38cff926ae2b61d",
"hash" : "0b06e92bd99f60e",
"hash7" : "0b06e92",
"hash8" : "0b06e92b",
"commitTime" : "2022-02-02 09:15:24.000 +0100",
"commitTimeLong" : 1643789724,
"message" : "fix: null values queried with contains\n\nThis fixes the problem that if an entity attribute can contain null\nvalues, it was not possible to query this attribute with a query like\ncontains(x,'y') or contains(x,'Y')\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-02-01 17:17:51.000 +0100",
"name" : "Michael Halberstadt",
"email" : "michael.halberstadt@sap.com"
},
"committerIdent" : {
"when" : "2022-02-02 09:15:24.000 +0100",
"name" : "halber",
"email" : "michael.halberstadt@gmail.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/0b06e92bd99f60e8e2f73bc2f38cff926ae2b61d",
"commitType" : "fix",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "null values queried with contains",
"commitBody" : "This fixes the problem that if an entity attribute can contain null\nvalues, it was not possible to query this attribute with a query like\ncontains(x,'y') or contains(x,'Y')",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "fix",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "null values queried with contains",
"messageBody" : "This fixes the problem that if an entity attribute can contain null\nvalues, it was not possible to query this attribute with a query like\ncontains(x,'y') or contains(x,'Y')",
"messageTitle" : "fix: null values queried with contains"
} ]
}, {
"title" : "Features",
"commits" : [ {
"hashFull" : "d5e57d9b61edc12a0fd0a996316d4b4a906ce940",
"hash" : "d5e57d9b61edc12",
"hash7" : "d5e57d9",
"hash8" : "d5e57d9b",
"commitTime" : "2022-02-15 15:53:15.000 +0100",
"commitTimeLong" : 1644936795,
"message" : "feat: made `EntityModelManager` a non-static class\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-02-14 14:18:42.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"committerIdent" : {
"when" : "2022-02-15 15:53:15.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/d5e57d9b61edc12a0fd0a996316d4b4a906ce940",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "made `EntityModelManager` a non-static class",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "made `EntityModelManager` a non-static class",
"messageBody" : "",
"messageTitle" : "feat: made `EntityModelManager` a non-static class"
}, {
"hashFull" : "b578bace738e82646da062b2723f61909da33b62",
"hash" : "b578bace738e826",
"hash7" : "b578bac",
"hash8" : "b578bace",
"commitTime" : "2022-02-15 15:53:15.000 +0100",
"commitTimeLong" : 1644936795,
"message" : "feat: improve `Launcher`, `Deployable`, `EntityModelManager` and more\n\nThis change is huge... I am sorry, but here is a video of me explaining why the change got so huge [1]. Sorry? Good news tough: All changes have been made interface and thus downwards compatible to the old NeonBee version, thus no adaptions to existing functionality should become necessary. Let me go into detail what changed and which quality of life / boy scout rule improvements have been made:\n\n- Many NeonBee methods had been introduced in a pre-Vert.x 4-era. Meaning they did not take advantage of the futurization process Vert.x went through. This change rewrites many methods and simplifies them by switching the futurized methods, instead of methods using handlers.\n\n- Improved the NeonBee bootstrap by making it more asynchronous, by changing the structure of method calls throughout the boot process and wrapping blocking code in `AsyncHelper.executeBlocking` calls.\n\n- Simplified implementation of the `Launcher` class. Instead of manually defining and parsing all options in the launcher to get to a `NeonBeeOption` instance, instead switching to Vert.x's annotation-based `CLIConfigurator` implementation. Annotations are now defined directly in the `NeonBeeOptions` and injected into the `NeonBeeOptions` instance by the `CLIConfigurator`. This makes it much simpler and less error prone to define options and makes it also clear: everything that is in `NeonBeeOptions` can be defined through the command-line or environment. For the latter a `EnvironmentAwareCommandLine` was introduced, that also considers the environment variables if no options are set as arguments, deprecating all \"helper methods\" that have been there for only this reason.\n\n- Added a new `development_conventions.md` document, that elaborates many \"hidden rules\" that we came up over the years, when it comes to coding conventions, such as: naming conventions for NeonBee variables, whether to use an instance to `NeonBee` or to `Vertx`, where to place `Context` variables in method signatures and how to properly correlate log messages. Then, in this change, a couple of old methods have been cleaned up to fit this new guiding document.\n\n- The old naming choice for the \"/verticles\" subfolder does no longer make sense, because not only verticles are deployed by the `DeployerVerticle`, but full \"modules\". Thus, introduced a new `getModulesDirectory` method to `NeonBeeOptions` and deprecated the old `getVerticlesDirectory`. Two `DeployerVerticle` will now take care to deploy the old and the new directory if necessary (present).\n\n- Introduced a new --module-jar-paths option to NeonBee options, that allows to define paths to module JARs, that will get deployed during the bootstrap phase of NeonBee into own self-first class-loaders. Previously the only option to deploy modules was through NeonBees `DeployerVerticle`, that was watching the `verticles` sub-directory for changes. The new option grants to also deploy modules that are not physically in that folder.\n\n- Split up `EntityModelManager` into its (previously embedded) sub-classes by introducing a package private `EntityModelLoader` class. Futurized many of its methods and improved the concept for registering \"external models\": Previously modules did register / unregister models to the `EntityModelManager` by using their module identifier as a unique key. The `EntityModelManager` kept a private map of these IDs (`BUFFERED_MODULE_MODELS`) mapping to a set of compiled `EntityModel` objects. Now the concept was changed by introducing a new `EntityModelDefinition` object, that can be used to influence compilation of models of the `EntityModelManager`. Whenever a `EntityModelDefinition` is added / removed from the `EntityModelManager` it will attempt to compile a new \"global\" set of models. This allows for inter-dependent models and sets up the `EntityModelManager` for an upcoming change to be completely remodeled in order to support versioned models going forward (see the roadmap). It also makes managing the \"external models\" more easy, because no longer we need to hold a map of identifiers, but only a `Set<EntityModelDefinition>` to be maintained by the `EntityModelManager`. This makes it useful not only to modules, but any object that needs to deal with model generation can now supply a `EntityModelDefinition`.\n\n- Removed `NeonBeeModule` in favor of a new `DeployableModule`. The `Deployable` interface was thought to become a generic object. Everything that can be deployed to NeonBee should inherit `Deployable`. `NeonBeeModule` violated this pattern and implemented much the same logic. Now the whole `io.neonbee.internal.deploy` package is consistent again, by introducing a `DeployableModels` (that can deploy `EntityModelDefinition` object), `DeployableModule` (that parses JAR files and splits them up into `DeployableModels` and `DeployableVerticles`) and a generic `Deployables` class, that handles deployments of multiple `Deployable` objects. This makes the whole deployment much cleaner, as for NeonBee everything is now a `Deployable` and the logic, whether it is a module, or a verticle, or a model that is being deployed, is now completely hidden away inside of the respective `Deployable` implementation. After deployment, everything results in the same `Deployment` instance, that can be undeployed again in the same fashion.\n\n- Quality of life improvements to `AsyncHelper` by introducing runnables, cosumers and suppliers that can throw an exception. This allowed to replace existing calls like `AsyncHelper.executeBlocking(vertx, () -> { try { ... } catch (e) { return failedFuture(e); } })` with `AsyncHelper.executeBlocking(vertx, () -> ...)`.\n\n- Simplified `ClassPathScanner` and introduced a new `CloseableClassPathScanner` that closes the underlying `URLClassLoader` to stop leaking resources.\n\n- Introduced a new `ThreadHelper` class, that can be used to retrieve the calling or own class, as well as the class-loader of the current thread.\n\n- Made `NeonBeeProfile` behave the same as for `moduleJarPaths` when getting parsed, meaning that you can define multiple profiles separated by comma.\n\n- Renamed CollectionsHelper to CollectionHelper, because it was the only helper with a plural name.\n\n- Improve many tests (esp. Deployable ones) mainly by mocking more and spying less.\n\n- Made `setEnvironment` and `withEnvironment` work on Windows, to be able to remove `@DisableOnOS` annotation for tests changing environment variables.\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-02-03 13:44:09.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"committerIdent" : {
"when" : "2022-02-15 15:53:15.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/b578bace738e82646da062b2723f61909da33b62",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "improve `Launcher`, `Deployable`, `EntityModelManager` and more",
"commitBody" : "This change is huge... I am sorry, but here is a video of me explaining why the change got so huge [1]. Sorry? Good news tough: All changes have been made interface and thus downwards compatible to the old NeonBee version, thus no adaptions to existing functionality should become necessary. Let me go into detail what changed and which quality of life / boy scout rule improvements have been made:\n\n- Many NeonBee methods had been introduced in a pre-Vert.x 4-era. Meaning they did not take advantage of the futurization process Vert.x went through. This change rewrites many methods and simplifies them by switching the futurized methods, instead of methods using handlers.\n\n- Improved the NeonBee bootstrap by making it more asynchronous, by changing the structure of method calls throughout the boot process and wrapping blocking code in `AsyncHelper.executeBlocking` calls.\n\n- Simplified implementation of the `Launcher` class. Instead of manually defining and parsing all options in the launcher to get to a `NeonBeeOption` instance, instead switching to Vert.x's annotation-based `CLIConfigurator` implementation. Annotations are now defined directly in the `NeonBeeOptions` and injected into the `NeonBeeOptions` instance by the `CLIConfigurator`. This makes it much simpler and less error prone to define options and makes it also clear: everything that is in `NeonBeeOptions` can be defined through the command-line or environment. For the latter a `EnvironmentAwareCommandLine` was introduced, that also considers the environment variables if no options are set as arguments, deprecating all \"helper methods\" that have been there for only this reason.\n\n- Added a new `development_conventions.md` document, that elaborates many \"hidden rules\" that we came up over the years, when it comes to coding conventions, such as: naming conventions for NeonBee variables, whether to use an instance to `NeonBee` or to `Vertx`, where to place `Context` variables in method signatures and how to properly correlate log messages. Then, in this change, a couple of old methods have been cleaned up to fit this new guiding document.\n\n- The old naming choice for the \"/verticles\" subfolder does no longer make sense, because not only verticles are deployed by the `DeployerVerticle`, but full \"modules\". Thus, introduced a new `getModulesDirectory` method to `NeonBeeOptions` and deprecated the old `getVerticlesDirectory`. Two `DeployerVerticle` will now take care to deploy the old and the new directory if necessary (present).\n\n- Introduced a new --module-jar-paths option to NeonBee options, that allows to define paths to module JARs, that will get deployed during the bootstrap phase of NeonBee into own self-first class-loaders. Previously the only option to deploy modules was through NeonBees `DeployerVerticle`, that was watching the `verticles` sub-directory for changes. The new option grants to also deploy modules that are not physically in that folder.\n\n- Split up `EntityModelManager` into its (previously embedded) sub-classes by introducing a package private `EntityModelLoader` class. Futurized many of its methods and improved the concept for registering \"external models\": Previously modules did register / unregister models to the `EntityModelManager` by using their module identifier as a unique key. The `EntityModelManager` kept a private map of these IDs (`BUFFERED_MODULE_MODELS`) mapping to a set of compiled `EntityModel` objects. Now the concept was changed by introducing a new `EntityModelDefinition` object, that can be used to influence compilation of models of the `EntityModelManager`. Whenever a `EntityModelDefinition` is added / removed from the `EntityModelManager` it will attempt to compile a new \"global\" set of models. This allows for inter-dependent models and sets up the `EntityModelManager` for an upcoming change to be completely remodeled in order to support versioned models going forward (see the roadmap). It also makes managing the \"external models\" more easy, because no longer we need to hold a map of identifiers, but only a `Set<EntityModelDefinition>` to be maintained by the `EntityModelManager`. This makes it useful not only to modules, but any object that needs to deal with model generation can now supply a `EntityModelDefinition`.\n\n- Removed `NeonBeeModule` in favor of a new `DeployableModule`. The `Deployable` interface was thought to become a generic object. Everything that can be deployed to NeonBee should inherit `Deployable`. `NeonBeeModule` violated this pattern and implemented much the same logic. Now the whole `io.neonbee.internal.deploy` package is consistent again, by introducing a `DeployableModels` (that can deploy `EntityModelDefinition` object), `DeployableModule` (that parses JAR files and splits them up into `DeployableModels` and `DeployableVerticles`) and a generic `Deployables` class, that handles deployments of multiple `Deployable` objects. This makes the whole deployment much cleaner, as for NeonBee everything is now a `Deployable` and the logic, whether it is a module, or a verticle, or a model that is being deployed, is now completely hidden away inside of the respective `Deployable` implementation. After deployment, everything results in the same `Deployment` instance, that can be undeployed again in the same fashion.\n\n- Quality of life improvements to `AsyncHelper` by introducing runnables, cosumers and suppliers that can throw an exception. This allowed to replace existing calls like `AsyncHelper.executeBlocking(vertx, () -> { try { ... } catch (e) { return failedFuture(e); } })` with `AsyncHelper.executeBlocking(vertx, () -> ...)`.\n\n- Simplified `ClassPathScanner` and introduced a new `CloseableClassPathScanner` that closes the underlying `URLClassLoader` to stop leaking resources.\n\n- Introduced a new `ThreadHelper` class, that can be used to retrieve the calling or own class, as well as the class-loader of the current thread.\n\n- Made `NeonBeeProfile` behave the same as for `moduleJarPaths` when getting parsed, meaning that you can define multiple profiles separated by comma.\n\n- Renamed CollectionsHelper to CollectionHelper, because it was the only helper with a plural name.\n\n- Improve many tests (esp. Deployable ones) mainly by mocking more and spying less.\n\n- Made `setEnvironment` and `withEnvironment` work on Windows, to be able to remove `@DisableOnOS` annotation for tests changing environment variables.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "improve `Launcher`, `Deployable`, `EntityModelManager` and more",
"messageBody" : "This change is huge... I am sorry, but here is a video of me explaining why the change got so huge [1]. Sorry? Good news tough: All changes have been made interface and thus downwards compatible to the old NeonBee version, thus no adaptions to existing functionality should become necessary. Let me go into detail what changed and which quality of life / boy scout rule improvements have been made:\n\n- Many NeonBee methods had been introduced in a pre-Vert.x 4-era. Meaning they did not take advantage of the futurization process Vert.x went through. This change rewrites many methods and simplifies them by switching the futurized methods, instead of methods using handlers.\n\n- Improved the NeonBee bootstrap by making it more asynchronous, by changing the structure of method calls throughout the boot process and wrapping blocking code in `AsyncHelper.executeBlocking` calls.\n\n- Simplified implementation of the `Launcher` class. Instead of manually defining and parsing all options in the launcher to get to a `NeonBeeOption` instance, instead switching to Vert.x's annotation-based `CLIConfigurator` implementation. Annotations are now defined directly in the `NeonBeeOptions` and injected into the `NeonBeeOptions` instance by the `CLIConfigurator`. This makes it much simpler and less error prone to define options and makes it also clear: everything that is in `NeonBeeOptions` can be defined through the command-line or environment. For the latter a `EnvironmentAwareCommandLine` was introduced, that also considers the environment variables if no options are set as arguments, deprecating all \"helper methods\" that have been there for only this reason.\n\n- Added a new `development_conventions.md` document, that elaborates many \"hidden rules\" that we came up over the years, when it comes to coding conventions, such as: naming conventions for NeonBee variables, whether to use an instance to `NeonBee` or to `Vertx`, where to place `Context` variables in method signatures and how to properly correlate log messages. Then, in this change, a couple of old methods have been cleaned up to fit this new guiding document.\n\n- The old naming choice for the \"/verticles\" subfolder does no longer make sense, because not only verticles are deployed by the `DeployerVerticle`, but full \"modules\". Thus, introduced a new `getModulesDirectory` method to `NeonBeeOptions` and deprecated the old `getVerticlesDirectory`. Two `DeployerVerticle` will now take care to deploy the old and the new directory if necessary (present).\n\n- Introduced a new --module-jar-paths option to NeonBee options, that allows to define paths to module JARs, that will get deployed during the bootstrap phase of NeonBee into own self-first class-loaders. Previously the only option to deploy modules was through NeonBees `DeployerVerticle`, that was watching the `verticles` sub-directory for changes. The new option grants to also deploy modules that are not physically in that folder.\n\n- Split up `EntityModelManager` into its (previously embedded) sub-classes by introducing a package private `EntityModelLoader` class. Futurized many of its methods and improved the concept for registering \"external models\": Previously modules did register / unregister models to the `EntityModelManager` by using their module identifier as a unique key. The `EntityModelManager` kept a private map of these IDs (`BUFFERED_MODULE_MODELS`) mapping to a set of compiled `EntityModel` objects. Now the concept was changed by introducing a new `EntityModelDefinition` object, that can be used to influence compilation of models of the `EntityModelManager`. Whenever a `EntityModelDefinition` is added / removed from the `EntityModelManager` it will attempt to compile a new \"global\" set of models. This allows for inter-dependent models and sets up the `EntityModelManager` for an upcoming change to be completely remodeled in order to support versioned models going forward (see the roadmap). It also makes managing the \"external models\" more easy, because no longer we need to hold a map of identifiers, but only a `Set<EntityModelDefinition>` to be maintained by the `EntityModelManager`. This makes it useful not only to modules, but any object that needs to deal with model generation can now supply a `EntityModelDefinition`.\n\n- Removed `NeonBeeModule` in favor of a new `DeployableModule`. The `Deployable` interface was thought to become a generic object. Everything that can be deployed to NeonBee should inherit `Deployable`. `NeonBeeModule` violated this pattern and implemented much the same logic. Now the whole `io.neonbee.internal.deploy` package is consistent again, by introducing a `DeployableModels` (that can deploy `EntityModelDefinition` object), `DeployableModule` (that parses JAR files and splits them up into `DeployableModels` and `DeployableVerticles`) and a generic `Deployables` class, that handles deployments of multiple `Deployable` objects. This makes the whole deployment much cleaner, as for NeonBee everything is now a `Deployable` and the logic, whether it is a module, or a verticle, or a model that is being deployed, is now completely hidden away inside of the respective `Deployable` implementation. After deployment, everything results in the same `Deployment` instance, that can be undeployed again in the same fashion.\n\n- Quality of life improvements to `AsyncHelper` by introducing runnables, cosumers and suppliers that can throw an exception. This allowed to replace existing calls like `AsyncHelper.executeBlocking(vertx, () -> { try { ... } catch (e) { return failedFuture(e); } })` with `AsyncHelper.executeBlocking(vertx, () -> ...)`.\n\n- Simplified `ClassPathScanner` and introduced a new `CloseableClassPathScanner` that closes the underlying `URLClassLoader` to stop leaking resources.\n\n- Introduced a new `ThreadHelper` class, that can be used to retrieve the calling or own class, as well as the class-loader of the current thread.\n\n- Made `NeonBeeProfile` behave the same as for `moduleJarPaths` when getting parsed, meaning that you can define multiple profiles separated by comma.\n\n- Renamed CollectionsHelper to CollectionHelper, because it was the only helper with a plural name.\n\n- Improve many tests (esp. Deployable ones) mainly by mocking more and spying less.\n\n- Made `setEnvironment` and `withEnvironment` work on Windows, to be able to remove `@DisableOnOS` annotation for tests changing environment variables.",
"messageTitle" : "feat: improve `Launcher`, `Deployable`, `EntityModelManager` and more"
} ]
} ]
}, {
"version" : {
"major" : 0,
"minor" : 8,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2022-01-27 11:41:02.000 +0100",
"sections" : [ {
"title" : "Features",
"commits" : [ {
"hashFull" : "6a11d795ae624b16e2a2bb09d2a30f1b3d17434a",
"hash" : "6a11d795ae624b1",
"hash7" : "6a11d79",
"hash8" : "6a11d795",
"commitTime" : "2022-01-27 08:43:43.000 +0100",
"commitTimeLong" : 1643269423,
"message" : "feat: add custom micrometer registries via NeonBeeConfig\n\nWith this change the config parameter micrometerRegistries is\nintroduced which allows the user to specify a list of (full qualified) class\nnames, which must implement the load() method of the functional interface\nMicrometerRegistryLoader. The load method must return a\nMeterRegistry, which will be added to the micrometer registries by\nNeonBee. The PrometheusMeterRegistry will be the default\nregistry, which is only available when the MetricsEndpoint is loaded.\n\nCo-authored-by: Michael Halberstadt <michael.halberstadt@sap.com>\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-20 15:31:43.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2022-01-27 08:43:43.000 +0100",
"name" : "halber",
"email" : "michael.halberstadt@gmail.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/6a11d795ae624b16e2a2bb09d2a30f1b3d17434a",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "add custom micrometer registries via NeonBeeConfig",
"commitBody" : "With this change the config parameter micrometerRegistries is\nintroduced which allows the user to specify a list of (full qualified) class\nnames, which must implement the load() method of the functional interface\nMicrometerRegistryLoader. The load method must return a\nMeterRegistry, which will be added to the micrometer registries by\nNeonBee. The PrometheusMeterRegistry will be the default\nregistry, which is only available when the MetricsEndpoint is loaded.\n\nCo-authored-by: Michael Halberstadt <michael.halberstadt@sap.com>",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "add custom micrometer registries via NeonBeeConfig",
"messageBody" : "With this change the config parameter micrometerRegistries is\nintroduced which allows the user to specify a list of (full qualified) class\nnames, which must implement the load() method of the functional interface\nMicrometerRegistryLoader. The load method must return a\nMeterRegistry, which will be added to the micrometer registries by\nNeonBee. The PrometheusMeterRegistry will be the default\nregistry, which is only available when the MetricsEndpoint is loaded.\n\nCo-authored-by: Michael Halberstadt <michael.halberstadt@sap.com>",
"messageTitle" : "feat: add custom micrometer registries via NeonBeeConfig"
} ]
}, {
"title" : "Documentation",
"commits" : [ {
"hashFull" : "974a7cf8a022351bdffa8b3902a00e2ed0a85e31",
"hash" : "974a7cf8a022351",
"hash7" : "974a7cf",
"hash8" : "974a7cf8",
"commitTime" : "2022-01-27 11:41:02.000 +0100",
"commitTimeLong" : 1643280062,
"message" : "docs: fix typo in github release guide\n",
"merge" : false,
"authorIdent" : {
"when" : "2022-01-27 10:16:12.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2022-01-27 11:41:02.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/974a7cf8a022351bdffa8b3902a00e2ed0a85e31",
"commitType" : "docs",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "fix typo in github release guide",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "docs",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "fix typo in github release guide",
"messageBody" : "",
"messageTitle" : "docs: fix typo in github release guide"
} ]
}, {
"title" : "Build System",
"commits" : [ {
"hashFull" : "ea7933067a0c81795932122062c3b72f4ae2bd4c",
"hash" : "ea7933067a0c817",
"hash7" : "ea79330",
"hash8" : "ea793306",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `vertx` to 4.2.3\n\nThis upgrade of Vert.x comes with an update of the Jackson library to\n2.13.1. Therefore, Jackson will also be pinned to this version in\nNeonBee.\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:23:19.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/ea7933067a0c81795932122062c3b72f4ae2bd4c",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `vertx` to 4.2.3",
"commitBody" : "This upgrade of Vert.x comes with an update of the Jackson library to\n2.13.1. Therefore, Jackson will also be pinned to this version in\nNeonBee.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `vertx` to 4.2.3",
"messageBody" : "This upgrade of Vert.x comes with an update of the Jackson library to\n2.13.1. Therefore, Jackson will also be pinned to this version in\nNeonBee.",
"messageTitle" : "build(deps): upgrade `vertx` to 4.2.3"
}, {
"hashFull" : "c1b4168c320e5db780ee5a7f521eddc8cbd63c90",
"hash" : "c1b4168c320e5db",
"hash7" : "c1b4168",
"hash8" : "c1b4168c",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `micrometer-registry-prometheus` to 1.8.1\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:33:24.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/c1b4168c320e5db780ee5a7f521eddc8cbd63c90",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `micrometer-registry-prometheus` to 1.8.1",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `micrometer-registry-prometheus` to 1.8.1",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `micrometer-registry-prometheus` to 1.8.1"
}, {
"hashFull" : "c1408cbd1fcd3b72f75fcfcb4d40aae67e51a4b8",
"hash" : "c1408cbd1fcd3b7",
"hash7" : "c1408cb",
"hash8" : "c1408cbd",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `cds4j-core` to 1.25.0\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:32:14.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/c1408cbd1fcd3b72f75fcfcb4d40aae67e51a4b8",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `cds4j-core` to 1.25.0",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `cds4j-core` to 1.25.0",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `cds4j-core` to 1.25.0"
}, {
"hashFull" : "b78c3448722553fa19e2c080d27a940b17663d76",
"hash" : "b78c3448722553f",
"hash7" : "b78c344",
"hash8" : "b78c3448",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `mockito` to 4.2.0\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:39:01.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/b78c3448722553fa19e2c080d27a940b17663d76",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `mockito` to 4.2.0",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `mockito` to 4.2.0",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `mockito` to 4.2.0"
}, {
"hashFull" : "ac8d9c366f1f7823f6bd27b34520d47ad6976c38",
"hash" : "ac8d9c366f1f782",
"hash7" : "ac8d9c3",
"hash8" : "ac8d9c36",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `junit` to 5.8.2\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:39:54.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/ac8d9c366f1f7823f6bd27b34520d47ad6976c38",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `junit` to 5.8.2",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `junit` to 5.8.2",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `junit` to 5.8.2"
}, {
"hashFull" : "9911f35654f68e1a689594e35a1b9046d8ad529b",
"hash" : "9911f35654f68e1",
"hash7" : "9911f35",
"hash8" : "9911f356",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `guava` to 31.0.1-jre\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:36:58.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/9911f35654f68e1a689594e35a1b9046d8ad529b",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `guava` to 31.0.1-jre",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `guava` to 31.0.1-jre",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `guava` to 31.0.1-jre"
}, {
"hashFull" : "7e7bdcec890f600ec1a96f920eac6fbfe6e30410",
"hash" : "7e7bdcec890f600",
"hash7" : "7e7bdce",
"hash8" : "7e7bdcec",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade gradle plugin dependencies\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:21:12.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/7e7bdcec890f600ec1a96f920eac6fbfe6e30410",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade gradle plugin dependencies",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade gradle plugin dependencies",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade gradle plugin dependencies"
}, {
"hashFull" : "67fff8318103dad71a00bdb0e597bcbdc772bea1",
"hash" : "67fff8318103dad",
"hash7" : "67fff83",
"hash8" : "67fff831",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `logback-classic` to 1.2.9\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:36:10.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/67fff8318103dad71a00bdb0e597bcbdc772bea1",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `logback-classic` to 1.2.9",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `logback-classic` to 1.2.9",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `logback-classic` to 1.2.9"
}, {
"hashFull" : "18feb6d7a43794d482473d63ca2df60ff98b84c3",
"hash" : "18feb6d7a43794d",
"hash7" : "18feb6d",
"hash8" : "18feb6d7",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `junit-platform` to 1.8.2\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:41:27.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/18feb6d7a43794d482473d63ca2df60ff98b84c3",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `junit-platform` to 1.8.2",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `junit-platform` to 1.8.2",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `junit-platform` to 1.8.2"
}, {
"hashFull" : "0953e4018e7d9d0fca60f83197c5180a8defc4bf",
"hash" : "0953e4018e7d9d0",
"hash7" : "0953e40",
"hash8" : "0953e401",
"commitTime" : "2021-12-22 10:01:04.000 +0100",
"commitTimeLong" : 1640163664,
"message" : "build(deps): upgrade `slf4j-api` to 1.7.32\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-21 17:35:01.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"committerIdent" : {
"when" : "2021-12-22 10:01:04.000 +0100",
"name" : "Sebastian Heid",
"email" : "sebastian.heid@sap.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/0953e4018e7d9d0fca60f83197c5180a8defc4bf",
"commitType" : "build",
"commitPackage" : null,
"commitScope" : "deps",
"commitSubject" : "upgrade `slf4j-api` to 1.7.32",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "build",
"rawCommitScope" : "deps",
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "upgrade `slf4j-api` to 1.7.32",
"messageBody" : "",
"messageTitle" : "build(deps): upgrade `slf4j-api` to 1.7.32"
} ]
}, {
"title" : "Continuous Integration",
"commits" : [ {
"hashFull" : "7803220ea87737ce13d87ad2cbe6ebb683586745",
"hash" : "7803220ea87737c",
"hash7" : "7803220",
"hash8" : "7803220e",
"commitTime" : "2021-12-20 10:10:39.000 +0100",
"commitTimeLong" : 1639991439,
"message" : "ci: update commitlint github action to `@v4`, fixes #91\n",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-20 10:03:02.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"committerIdent" : {
"when" : "2021-12-20 10:10:39.000 +0100",
"name" : "Kristian Kraljic",
"email" : "kris@kra.lc"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ {
"repo" : null,
"id" : 91,
"url" : "https://github.com/SAP/neonbee/issues/91",
"action" : null
} ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/7803220ea87737ce13d87ad2cbe6ebb683586745",
"commitType" : "ci",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "update commitlint github action to `@v4`, fixes #91",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : {
"repo" : null,
"id" : 91,
"url" : "https://github.com/SAP/neonbee/issues/91",
"action" : null
},
"localeMap" : null,
"rawCommitType" : "ci",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "update commitlint github action to `@v4`, fixes #91",
"messageBody" : "",
"messageTitle" : "ci: update commitlint github action to `@v4`, fixes #91"
} ]
} ]
}, {
"version" : {
"major" : 0,
"minor" : 7,
"patch" : 0,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"buildMetaData" : "",
"initialDevelopment" : true,
"stable" : true
},
"releaseDate" : "2021-12-15 15:08:44.000 +0100",
"sections" : [ {
"title" : "Features",
"commits" : [ {
"hashFull" : "6286fd1a8ba2da4f428f3a0146f5451c7a05aad3",
"hash" : "6286fd1a8ba2da4",
"hash7" : "6286fd1",
"hash8" : "6286fd1a",
"commitTime" : "2021-12-14 09:04:14.000 +0100",
"commitTimeLong" : 1639469054,
"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",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-13 17:38:00.000 +0100",
"name" : "Michael Halberstadt",
"email" : "michael.halberstadt@sap.com"
},
"committerIdent" : {
"when" : "2021-12-14 09:04:14.000 +0100",
"name" : "halber",
"email" : "michael.halberstadt@gmail.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/6286fd1a8ba2da4f428f3a0146f5451c7a05aad3",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "move MetricOptions to NeonBeeOptions",
"commitBody" : "By moving the MetricOptions to the NeonBeeOptions, we are able to change the MetricOptions in a LauncherPreProcessor.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "move MetricOptions to NeonBeeOptions",
"messageBody" : "By moving the MetricOptions to the NeonBeeOptions, we are able to change the MetricOptions in a LauncherPreProcessor.",
"messageTitle" : "feat: move MetricOptions to NeonBeeOptions"
}, {
"hashFull" : "56a160131e71bb87bda8ad2e948a0e4e57706767",
"hash" : "56a160131e71bb8",
"hash7" : "56a1601",
"hash8" : "56a16013",
"commitTime" : "2021-12-15 10:53:41.000 +0100",
"commitTimeLong" : 1639562021,
"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.",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-15 10:28:56.000 +0100",
"name" : "Pascal Krause",
"email" : "pascal.krause@sap.com"
},
"committerIdent" : {
"when" : "2021-12-15 10:53:41.000 +0100",
"name" : "Pascal",
"email" : "23715608+pk-work@users.noreply.github.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/56a160131e71bb87bda8ad2e948a0e4e57706767",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "make usage of createQualifiedName more resilient",
"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.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "make usage of createQualifiedName more resilient",
"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.",
"messageTitle" : "feat: make usage of createQualifiedName more resilient"
} ]
}, {
"title" : "Code Refactoring",
"commits" : [ {
"hashFull" : "48e17700a222aaedaffb6e4327e71bbb76c4bfad",
"hash" : "48e17700a222aae",
"hash7" : "48e1770",
"hash8" : "48e17700",
"commitTime" : "2021-12-04 17:34:27.000 +0100",
"commitTimeLong" : 1638635667,
"message" : "refactor: remove dependency to CompilingClassLoader of Vert.x",
"merge" : false,
"authorIdent" : {
"when" : "2021-12-04 14:03:39.000 +0100",
"name" : "Pascal Krause",
"email" : "pascal.krause@sap.com"
},
"committerIdent" : {
"when" : "2021-12-04 17:34:27.000 +0100",
"name" : "Pascal",
"email" : "23715608+pk-work@users.noreply.github.com"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/48e17700a222aaedaffb6e4327e71bbb76c4bfad",
"commitType" : "refactor",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "remove dependency to CompilingClassLoader of Vert.x",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "refactor",
"rawCommitScope" : null,
"firstLocaleCommitScope" : null,
"firstLocaleCommitType" : null,
"rawCommitSubject" : "remove dependency to CompilingClassLoader of Vert.x",
"messageBody" : "",
"messageTitle" : "refactor: remove dependency to CompilingClassLoader of Vert.x"
} ]
}, {
"title" : "Build System",
"commits" : [ {
"hashFull" : "c498f707f4d53d05b5c5daafcbe300d52f92d6a3",
"hash" : "c498f707f4d53d0",