From bcd61eefad76221a18f8870de2fcfcaab4b68bf4 Mon Sep 17 00:00:00 2001 From: Sebastian Heid Date: Wed, 10 Mar 2021 16:17:41 +0100 Subject: [PATCH] release: 0.3.0 --- CHANGELOG.json | 1748 ++++++++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 77 +++ build.gradle | 2 +- 3 files changed, 1826 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.json create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.json b/CHANGELOG.json new file mode 100644 index 00000000..f713143b --- /dev/null +++ b/CHANGELOG.json @@ -0,0 +1,1748 @@ +{ + "nextVersion" : { + "major" : 0, + "minor" : 4, + "patch" : 0, + "preReleaseParts" : [ ], + "buildMetaDataParts" : [ ], + "preRelease" : "", + "buildMetaData" : "", + "initialDevelopment" : true, + "stable" : true + }, + "lastVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0, + "preReleaseParts" : [ ], + "buildMetaDataParts" : [ ], + "preRelease" : "", + "buildMetaData" : "", + "initialDevelopment" : true, + "stable" : true + }, + "tags" : [ { + "version" : { + "major" : 0, + "minor" : 3, + "patch" : 0, + "preReleaseParts" : [ ], + "buildMetaDataParts" : [ ], + "preRelease" : "", + "buildMetaData" : "", + "initialDevelopment" : true, + "stable" : true + }, + "releaseDate" : "2021-03-10 16:15:49.000 +0100", + "sections" : [ { + "title" : "Bug Fixes", + "commits" : [ { + "hashFull" : "ff018e0411915a453cd5f870c3670497d98fc21e", + "hash" : "ff018e0411915a4", + "hash7" : "ff018e0", + "hash8" : "ff018e04", + "commitTime" : "2021-01-28 15:46:51.000 +0100", + "commitTimeLong" : 1611845211, + "message" : "fix: PubKey extraction for JWT Authhandler and other fixes\n\nWith Vert.x 4.0 the way of passing public keys to the JWT AuthHandler\nhas changed. There was also a typo in NeonBeeOptions class and the order\nof Logger parameters in Deployable class was wrong.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-01-28 15:46:51.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-01-28 15:46:51.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/ff018e0411915a453cd5f870c3670497d98fc21e", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "PubKey extraction for JWT Authhandler and other fixes", + "commitBody" : "With Vert.x 4.0 the way of passing public keys to the JWT AuthHandler\nhas changed. There was also a typo in NeonBeeOptions class and the order\nof Logger parameters in Deployable class was wrong.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "PubKey extraction for JWT Authhandler and other fixes", + "messageBody" : "With Vert.x 4.0 the way of passing public keys to the JWT AuthHandler\nhas changed. There was also a typo in NeonBeeOptions class and the order\nof Logger parameters in Deployable class was wrong.", + "messageTitle" : "fix: PubKey extraction for JWT Authhandler and other fixes" + }, { + "hashFull" : "e60a6a3b51862aeb37310420570e0688ea37f60d", + "hash" : "e60a6a3b51862ae", + "hash7" : "e60a6a3", + "hash8" : "e60a6a3b", + "commitTime" : "2021-01-28 16:01:27.000 +0100", + "commitTimeLong" : 1611846087, + "message" : "fix: prevent UnsupportedOperationException when deploying NeonBeeModules\n\nAll model maps are stored in an unmodifiable map to ensure immutability.\nWhen a NeonBeeModule is deployed at runtime, additional models are\nregistered in this map, which causes an UnsupportedOperationException.\nThe same occurs during deregistration of module undeployment.\n\nTo avoid this exception, the unmodifiable map will be copied, changed\nand converted back to an unmodifiable map.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-01-28 16:01:27.000 +0100", + "name" : "Dapeng Wang", + "email" : "dapeng.wang01@sap.com" + }, + "committerIdent" : { + "when" : "2021-01-28 16:01:27.000 +0100", + "name" : "Dapeng Wang", + "email" : "dapeng.wang01@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/e60a6a3b51862aeb37310420570e0688ea37f60d", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "prevent UnsupportedOperationException when deploying NeonBeeModules", + "commitBody" : "All model maps are stored in an unmodifiable map to ensure immutability.\nWhen a NeonBeeModule is deployed at runtime, additional models are\nregistered in this map, which causes an UnsupportedOperationException.\nThe same occurs during deregistration of module undeployment.\n\nTo avoid this exception, the unmodifiable map will be copied, changed\nand converted back to an unmodifiable map.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "prevent UnsupportedOperationException when deploying NeonBeeModules", + "messageBody" : "All model maps are stored in an unmodifiable map to ensure immutability.\nWhen a NeonBeeModule is deployed at runtime, additional models are\nregistered in this map, which causes an UnsupportedOperationException.\nThe same occurs during deregistration of module undeployment.\n\nTo avoid this exception, the unmodifiable map will be copied, changed\nand converted back to an unmodifiable map.", + "messageTitle" : "fix: prevent UnsupportedOperationException when deploying NeonBeeModules" + }, { + "hashFull" : "1ed24b9f5b09609a80ccd4f4178fb7230e1e67a7", + "hash" : "1ed24b9f5b09609", + "hash7" : "1ed24b9", + "hash8" : "1ed24b9f", + "commitTime" : "2021-01-29 10:24:49.000 +0100", + "commitTimeLong" : 1611912289, + "message" : "fix: wrong hazelcast configuration version\n\nThe hazelcast configuration file referred to the wrong version number.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-01-29 10:24:49.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-01-29 10:24:49.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/1ed24b9f5b09609a80ccd4f4178fb7230e1e67a7", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "wrong hazelcast configuration version", + "commitBody" : "The hazelcast configuration file referred to the wrong version number.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "wrong hazelcast configuration version", + "messageBody" : "The hazelcast configuration file referred to the wrong version number.", + "messageTitle" : "fix: wrong hazelcast configuration version" + }, { + "hashFull" : "ba0c0e98dc3ddf864a756670ac1d96c678424ee5", + "hash" : "ba0c0e98dc3ddf8", + "hash7" : "ba0c0e9", + "hash8" : "ba0c0e98", + "commitTime" : "2021-02-03 15:32:13.000 +0100", + "commitTimeLong" : 1612362733, + "message" : "fix: Usage of wrong verticles folder in WorkingDirectoryBuilder", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-01 12:09:48.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-03 15:32:13.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/ba0c0e98dc3ddf864a756670ac1d96c678424ee5", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Usage of wrong verticles folder in WorkingDirectoryBuilder", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "Usage of wrong verticles folder in WorkingDirectoryBuilder", + "messageBody" : "", + "messageTitle" : "fix: Usage of wrong verticles folder in WorkingDirectoryBuilder" + }, { + "hashFull" : "4808ea9a095a166d8685a32d74ff10e18497893e", + "hash" : "4808ea9a095a166", + "hash7" : "4808ea9", + "hash8" : "4808ea9a", + "commitTime" : "2021-02-28 10:40:16.000 +0100", + "commitTimeLong" : 1614505216, + "message" : "fix: Eclipse Formatter rules for VS Code\n\nAdapt the outdated settings URL in .vscode/settings.json causing\nwrong formatting in VS Code on save.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-06 21:56:01.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 10:40:16.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/4808ea9a095a166d8685a32d74ff10e18497893e", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Eclipse Formatter rules for VS Code", + "commitBody" : "Adapt the outdated settings URL in .vscode/settings.json causing\nwrong formatting in VS Code on save.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "Eclipse Formatter rules for VS Code", + "messageBody" : "Adapt the outdated settings URL in .vscode/settings.json causing\nwrong formatting in VS Code on save.", + "messageTitle" : "fix: Eclipse Formatter rules for VS Code" + }, { + "hashFull" : "eabd7742c59ee4b4688544d06eb430a5663e2c5e", + "hash" : "eabd7742c59ee4b", + "hash7" : "eabd774", + "hash8" : "eabd7742", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "fix: Broken HTTP status code propagation in ODataEndpointHandler\n\nIf the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-24 14:59:03.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/eabd7742c59ee4b4688544d06eb430a5663e2c5e", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Broken HTTP status code propagation in ODataEndpointHandler", + "commitBody" : "If the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "Broken HTTP status code propagation in ODataEndpointHandler", + "messageBody" : "If the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "messageTitle" : "fix: Broken HTTP status code propagation in ODataEndpointHandler" + }, { + "hashFull" : "b64bbe3ca033d0f28fbb783b024bd5856eb3b05c", + "hash" : "b64bbe3ca033d0f", + "hash7" : "b64bbe3", + "hash8" : "b64bbe3c", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "fix: match correct version pattern when releasing", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-28 11:01:03.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/b64bbe3ca033d0f28fbb783b024bd5856eb3b05c", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "match correct version pattern when releasing", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "match correct version pattern when releasing", + "messageBody" : "", + "messageTitle" : "fix: match correct version pattern when releasing" + }, { + "hashFull" : "9627ea732784955c1591ff9327899f2d2550ebea", + "hash" : "9627ea732784955", + "hash7" : "9627ea7", + "hash8" : "9627ea73", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "fix: Broken HTTP status code propagation to the client\n\nIf the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-19 09:17:00.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/9627ea732784955c1591ff9327899f2d2550ebea", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Broken HTTP status code propagation to the client", + "commitBody" : "If the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "Broken HTTP status code propagation to the client", + "messageBody" : "If the error code of an exception is in the range from 100 to 999, the\nErrorHandler is responsible for setting the HTTP status code. Setting\nthe status code to -1 signals the ErrorHandler that it must set a\nproper status code, based on the passed exception.\n\nThis logic was broken, because in Vert.x 4.0 the behavior of failing a\nrouting context has changed. The new default status code has changed\nfrom -1 to 500.", + "messageTitle" : "fix: Broken HTTP status code propagation to the client" + }, { + "hashFull" : "8aaf1654fd31ecb5a9690725eae1b471e338b507", + "hash" : "8aaf1654fd31ecb", + "hash7" : "8aaf165", + "hash8" : "8aaf1654", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "fix: All static code errors\n\nDue to an issue with the previous version of errorprone it was updated\nto the latest version. With that new static code check errors appeared.\nThus all static code check tools have been updated and all static code\nvilations have been resolved. For the rulesets deprecated rules have\nbeen removed or replaced by their suggested alternatives.\n\nWith this change the minimum severity of the violations plugin was\ndecreased to INFO level, thus requiring contributors to acknowlege or\nfix every violation found.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-08 22:11:47.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/8aaf1654fd31ecb5a9690725eae1b471e338b507", + "commitType" : "fix", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "All static code errors", + "commitBody" : "Due to an issue with the previous version of errorprone it was updated\nto the latest version. With that new static code check errors appeared.\nThus all static code check tools have been updated and all static code\nvilations have been resolved. For the rulesets deprecated rules have\nbeen removed or replaced by their suggested alternatives.\n\nWith this change the minimum severity of the violations plugin was\ndecreased to INFO level, thus requiring contributors to acknowlege or\nfix every violation found.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "fix", + "rawCommitScope" : null, + "rawCommitSubject" : "All static code errors", + "messageBody" : "Due to an issue with the previous version of errorprone it was updated\nto the latest version. With that new static code check errors appeared.\nThus all static code check tools have been updated and all static code\nvilations have been resolved. For the rulesets deprecated rules have\nbeen removed or replaced by their suggested alternatives.\n\nWith this change the minimum severity of the violations plugin was\ndecreased to INFO level, thus requiring contributors to acknowlege or\nfix every violation found.", + "messageTitle" : "fix: All static code errors" + } ] + }, { + "title" : "Code Refactoring", + "commits" : [ { + "hashFull" : "3a52e4797dcaeac35d80b2ec21435e39e143e779", + "hash" : "3a52e4797dcaeac", + "hash7" : "3a52e47", + "hash8" : "3a52e479", + "commitTime" : "2021-02-28 10:42:44.000 +0100", + "commitTimeLong" : 1614505364, + "message" : "refactor: Improve NeonBee ASCII art logo\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-07 12:08:40.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 10:42:44.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/3a52e4797dcaeac35d80b2ec21435e39e143e779", + "commitType" : "refactor", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Improve NeonBee ASCII art logo", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "refactor", + "rawCommitScope" : null, + "rawCommitSubject" : "Improve NeonBee ASCII art logo", + "messageBody" : "", + "messageTitle" : "refactor: Improve NeonBee ASCII art logo" + }, { + "hashFull" : "d183a2ab9177113a3a14a16f05f2653f2c5454a6", + "hash" : "d183a2ab9177113", + "hash7" : "d183a2a", + "hash8" : "d183a2ab", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "refactor: Remove broadcasting from DataRequest/simplify\nLoggerManagerVerticle\n\nSee NeonBee/architecture/#18. In a recent change a \"broadcasting\" option\nwas added to DataRequest and DataVerticle, mainly to publish messages to\nevery listening verticle on the eventbus. The reason this was added was\ndue to a newly introduced \"LoggerManagerVerticle\", a DataVerticle to\nmaintain the levels of loggers. In order to be able to change the log\nlevels of all loggers in a clustered NeonBee instance at once, the\nbroadcasting option could be used to set the log levels to all cluster\nnodes.\n\nThe introduction of the broadcasting option however, caused multiple\nbreaks in the concept of inter DataVerticle communication: With the\nbroadcasting parameter of DataRequest in place any interface methods\nexposed in DataSource and DataSink will, in an undocumented manner, not\nfunction as expected:\n\nFor DataSource any data returned by the called verticle will simply end\nup in void. The called verticle does NOT know about this and thus will\nnot be able to react accordingly. Even worse, even the calling verticle\nhas no information whether and which verticles received the boadcsting\nrequest, thus rendering the full interface useless in my opinion. For\nDataSink similarely, the broadcasting event can not be tracked by the\ncalling verticle and a success / failure cannot be reported by by the\ncalled verticle either.\n\nAs this option is rather limited in use and will cause side-effects\neasily, it was decided in issue #18 to remove the parameter, to maybe be\nreintroduced later with a better concept. This however requried to\nre-implement parts of the mentioned LoggerManagerVerticle:\n\nIt was decided, that instead of using the DataVerticle implementation of\nthe LoggerManagerVerticle to handle the distribution of the logger\nlevel, the LoggerManagerVerticle will be reduced to a pure JSON-based\nDataVerticle which will publish a EventBus message to all cluster nodes\napplying a LoggerConfiguration object.\n\nBefore this change LoggerConfiguration was much like a POJO with three\nvalues: the logger name, a configuration level and an effective level.\nThe effective level however, unlike the name suggests, was not the\neffective level of the underlying logger, but could have been \"null\" or\neven a different value than the \"real\" effective logger value. This was\nconfusing. To overcome this, LoggerConfiguration was changed to\nrepresent only the logger name and a configuration level. The change can\nthen be applied to the logger by calling a new \"applyConfiguredLevel\"\nmethod, which will set the effective level. Also calling the\nset/getEffectiveLevel methods will now really retrieve or set the level\nof the associated logger, instead of just storing another value. This\nagain simplified the LoggerManagerVerticle implementation.\n\nLast, it was decided to remove the LoggerConfigurations class, which was\npreviously used for inter-verticle communcation. Instead of using the\nLoggerConfigurations class a default List / JsonArray was used, which\nshould allow for the LoggerManagerVerticle to be more easily used in an\nupcoming admin UI implementation for NeonBee. This again reduced the\namount of testable code in NeonBee.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-07 22:36:07.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ { + "repo" : null, + "id" : 18, + "url" : "https://github.com/SAP/neonbee/issues/18", + "action" : null + }, { + "repo" : null, + "id" : 18, + "url" : "https://github.com/SAP/neonbee/issues/18", + "action" : null + } ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/d183a2ab9177113a3a14a16f05f2653f2c5454a6", + "commitType" : "refactor", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Remove broadcasting from DataRequest/simplify", + "commitBody" : "LoggerManagerVerticle\n\nSee NeonBee/architecture /#18. In a recent change a \"broadcasting\" option\nwas added to DataRequest and DataVerticle, mainly to publish messages to\nevery listening verticle on the eventbus. The reason this was added was\ndue to a newly introduced \"LoggerManagerVerticle\", a DataVerticle to\nmaintain the levels of loggers. In order to be able to change the log\nlevels of all loggers in a clustered NeonBee instance at once, the\nbroadcasting option could be used to set the log levels to all cluster\nnodes.\n\nThe introduction of the broadcasting option however, caused multiple\nbreaks in the concept of inter DataVerticle communication: With the\nbroadcasting parameter of DataRequest in place any interface methods\nexposed in DataSource and DataSink will, in an undocumented manner, not\nfunction as expected:\n\nFor DataSource any data returned by the called verticle will simply end\nup in void. The called verticle does NOT know about this and thus will\nnot be able to react accordingly. Even worse, even the calling verticle\nhas no information whether and which verticles received the boadcsting\nrequest, thus rendering the full interface useless in my opinion. For\nDataSink similarely, the broadcasting event can not be tracked by the\ncalling verticle and a success / failure cannot be reported by by the\ncalled verticle either.\n\nAs this option is rather limited in use and will cause side-effects\neasily, it was decided in issue #18 to remove the parameter, to maybe be\nreintroduced later with a better concept. This however requried to\nre-implement parts of the mentioned LoggerManagerVerticle:\n\nIt was decided, that instead of using the DataVerticle implementation of\nthe LoggerManagerVerticle to handle the distribution of the logger\nlevel, the LoggerManagerVerticle will be reduced to a pure JSON-based\nDataVerticle which will publish a EventBus message to all cluster nodes\napplying a LoggerConfiguration object.\n\nBefore this change LoggerConfiguration was much like a POJO with three\nvalues: the logger name, a configuration level and an effective level.\nThe effective level however, unlike the name suggests, was not the\neffective level of the underlying logger, but could have been \"null\" or\neven a different value than the \"real\" effective logger value. This was\nconfusing. To overcome this, LoggerConfiguration was changed to\nrepresent only the logger name and a configuration level. The change can\nthen be applied to the logger by calling a new \"applyConfiguredLevel\"\nmethod, which will set the effective level. Also calling the\nset/getEffectiveLevel methods will now really retrieve or set the level\nof the associated logger, instead of just storing another value. This\nagain simplified the LoggerManagerVerticle implementation.\n\nLast, it was decided to remove the LoggerConfigurations class, which was\npreviously used for inter-verticle communcation. Instead of using the\nLoggerConfigurations class a default List / JsonArray was used, which\nshould allow for the LoggerManagerVerticle to be more easily used in an\nupcoming admin UI implementation for NeonBee. This again reduced the\namount of testable code in NeonBee.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "refactor", + "rawCommitScope" : null, + "rawCommitSubject" : "Remove broadcasting from DataRequest/simplify", + "messageBody" : "LoggerManagerVerticle\n\nSee NeonBee/architecture/#18. In a recent change a \"broadcasting\" option\nwas added to DataRequest and DataVerticle, mainly to publish messages to\nevery listening verticle on the eventbus. The reason this was added was\ndue to a newly introduced \"LoggerManagerVerticle\", a DataVerticle to\nmaintain the levels of loggers. In order to be able to change the log\nlevels of all loggers in a clustered NeonBee instance at once, the\nbroadcasting option could be used to set the log levels to all cluster\nnodes.\n\nThe introduction of the broadcasting option however, caused multiple\nbreaks in the concept of inter DataVerticle communication: With the\nbroadcasting parameter of DataRequest in place any interface methods\nexposed in DataSource and DataSink will, in an undocumented manner, not\nfunction as expected:\n\nFor DataSource any data returned by the called verticle will simply end\nup in void. The called verticle does NOT know about this and thus will\nnot be able to react accordingly. Even worse, even the calling verticle\nhas no information whether and which verticles received the boadcsting\nrequest, thus rendering the full interface useless in my opinion. For\nDataSink similarely, the broadcasting event can not be tracked by the\ncalling verticle and a success / failure cannot be reported by by the\ncalled verticle either.\n\nAs this option is rather limited in use and will cause side-effects\neasily, it was decided in issue #18 to remove the parameter, to maybe be\nreintroduced later with a better concept. This however requried to\nre-implement parts of the mentioned LoggerManagerVerticle:\n\nIt was decided, that instead of using the DataVerticle implementation of\nthe LoggerManagerVerticle to handle the distribution of the logger\nlevel, the LoggerManagerVerticle will be reduced to a pure JSON-based\nDataVerticle which will publish a EventBus message to all cluster nodes\napplying a LoggerConfiguration object.\n\nBefore this change LoggerConfiguration was much like a POJO with three\nvalues: the logger name, a configuration level and an effective level.\nThe effective level however, unlike the name suggests, was not the\neffective level of the underlying logger, but could have been \"null\" or\neven a different value than the \"real\" effective logger value. This was\nconfusing. To overcome this, LoggerConfiguration was changed to\nrepresent only the logger name and a configuration level. The change can\nthen be applied to the logger by calling a new \"applyConfiguredLevel\"\nmethod, which will set the effective level. Also calling the\nset/getEffectiveLevel methods will now really retrieve or set the level\nof the associated logger, instead of just storing another value. This\nagain simplified the LoggerManagerVerticle implementation.\n\nLast, it was decided to remove the LoggerConfigurations class, which was\npreviously used for inter-verticle communcation. Instead of using the\nLoggerConfigurations class a default List / JsonArray was used, which\nshould allow for the LoggerManagerVerticle to be more easily used in an\nupcoming admin UI implementation for NeonBee. This again reduced the\namount of testable code in NeonBee.", + "messageTitle" : "refactor: Remove broadcasting from DataRequest/simplify" + }, { + "hashFull" : "02b1309f5e692cc135784788f944419267f94463", + "hash" : "02b1309f5e692cc", + "hash7" : "02b1309", + "hash8" : "02b1309f", + "commitTime" : "2021-03-09 11:50:07.000 +0100", + "commitTimeLong" : 1615287007, + "message" : "refactor: simplify the EntityCollectionProcessor\n\nThis patch ...\n\n- ... renames getEntities(...) to applyFilterQueryOption(...) because\ngetEntities(...) was misleading and inconsistent.\n\n- ... removes isDebugEnabled(), because nothing was computed inside.\n\n- ... changes all apply...QueryOption method signatures to throw an\nerror instead of failing the passed processPromise. This is required,\nbecause if the processPromise has been failed the processing of the\nrequest must be stopped.\n\n- ... removes the count logic from readEntityCollection(...), because it\nwill be processed in countEntityCollection(...).\n\n- ... removes applySelectQueryOption(...), because it only builds a\nselect list which should be done at a more central place. This change is\nalso a prerequisite for the expand query option, which also needs to\nmodify the select list.\n\n- ... simplifies the countEntityCollection(...) method dramatically.\n\n- ... rename EntityCollectionProcessor into\nCountEntityCollectionProcessor, because we implement the\nCountEntityCollectionProcessor interface.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-05 12:21:22.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-09 11:50:07.000 +0100", + "name" : "Danilo Pizzonia", + "email" : "31094041+SAPDaniloWork@users.noreply.github.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/02b1309f5e692cc135784788f944419267f94463", + "commitType" : "refactor", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "simplify the EntityCollectionProcessor", + "commitBody" : "This patch ...\n\n- ... renames getEntities(...) to applyFilterQueryOption(...) because\ngetEntities(...) was misleading and inconsistent.\n\n- ... removes isDebugEnabled(), because nothing was computed inside.\n\n- ... changes all apply...QueryOption method signatures to throw an\nerror instead of failing the passed processPromise. This is required,\nbecause if the processPromise has been failed the processing of the\nrequest must be stopped.\n\n- ... removes the count logic from readEntityCollection(...), because it\nwill be processed in countEntityCollection(...).\n\n- ... removes applySelectQueryOption(...), because it only builds a\nselect list which should be done at a more central place. This change is\nalso a prerequisite for the expand query option, which also needs to\nmodify the select list.\n\n- ... simplifies the countEntityCollection(...) method dramatically.\n\n- ... rename EntityCollectionProcessor into\nCountEntityCollectionProcessor, because we implement the\nCountEntityCollectionProcessor interface.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "refactor", + "rawCommitScope" : null, + "rawCommitSubject" : "simplify the EntityCollectionProcessor", + "messageBody" : "This patch ...\n\n- ... renames getEntities(...) to applyFilterQueryOption(...) because\ngetEntities(...) was misleading and inconsistent.\n\n- ... removes isDebugEnabled(), because nothing was computed inside.\n\n- ... changes all apply...QueryOption method signatures to throw an\nerror instead of failing the passed processPromise. This is required,\nbecause if the processPromise has been failed the processing of the\nrequest must be stopped.\n\n- ... removes the count logic from readEntityCollection(...), because it\nwill be processed in countEntityCollection(...).\n\n- ... removes applySelectQueryOption(...), because it only builds a\nselect list which should be done at a more central place. This change is\nalso a prerequisite for the expand query option, which also needs to\nmodify the select list.\n\n- ... simplifies the countEntityCollection(...) method dramatically.\n\n- ... rename EntityCollectionProcessor into\nCountEntityCollectionProcessor, because we implement the\nCountEntityCollectionProcessor interface.", + "messageTitle" : "refactor: simplify the EntityCollectionProcessor" + }, { + "hashFull" : "d299658b82c96a76a016ad56d398b1bff27696b1", + "hash" : "d299658b82c96a7", + "hash7" : "d299658", + "hash8" : "d299658b", + "commitTime" : "2021-03-10 09:53:37.000 +0100", + "commitTimeLong" : 1615366417, + "message" : "refactor: expose SLF4J Logger interface in LoggingFacade\n\nSimilar to other examples in NeonBee, NeonBee is trying to make the best\n/ state of the art choice, when it comes to be choosing certain\nunderlying frameworks. When it comes to a logging facade and backend,\nSLF4J / Logback was chosen by NeonBee. Previously NeonBee had its own\nimplementation for the LoggingFacade, possibly making wrong assumtions\nwhen converting arguments into an array before passing it down to the\nmasqueraded logger.\n\nThis change reduces the logging facade to be making as less as possible\nassumptions and clearly indicating that the underlying logger follows\nthe SLF4J rules, by exposing its interface. The JavaDoc was changed to\nindicate that masquarading the logger will loose its ability to deal\nwith markers, also indicated by a UnsupportedOperationExeption thrown\nwhen anyways trying.\n\nAs with the pre Vert.x 4 implementation the Vert.x logger did in fact\nreorder arguments before forwarding it to the underlying logger\nimplementation, the plain SLF4J logger and LoggingFacade is no longer\nreording arguments. Thus also NeonBee has to follow the SLF4J convention\n[1] of putting the throwable as a last parameter into the format list.\nThis change adapts all calls to any longer.\n\n[1] http://www.slf4j.org/faq.html#paramException\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-06 23:05:29.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-10 09:53:37.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/d299658b82c96a76a016ad56d398b1bff27696b1", + "commitType" : "refactor", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "expose SLF4J Logger interface in LoggingFacade", + "commitBody" : "Similar to other examples in NeonBee, NeonBee is trying to make the best\n/ state of the art choice, when it comes to be choosing certain\nunderlying frameworks. When it comes to a logging facade and backend,\nSLF4J / Logback was chosen by NeonBee. Previously NeonBee had its own\nimplementation for the LoggingFacade, possibly making wrong assumtions\nwhen converting arguments into an array before passing it down to the\nmasqueraded logger.\n\nThis change reduces the logging facade to be making as less as possible\nassumptions and clearly indicating that the underlying logger follows\nthe SLF4J rules, by exposing its interface. The JavaDoc was changed to\nindicate that masquarading the logger will loose its ability to deal\nwith markers, also indicated by a UnsupportedOperationExeption thrown\nwhen anyways trying.\n\nAs with the pre Vert.x 4 implementation the Vert.x logger did in fact\nreorder arguments before forwarding it to the underlying logger\nimplementation, the plain SLF4J logger and LoggingFacade is no longer\nreording arguments. Thus also NeonBee has to follow the SLF4J convention\n[1] of putting the throwable as a last parameter into the format list.\nThis change adapts all calls to any longer.\n\n[1] http://www.slf4j.org/faq.html#paramException", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "refactor", + "rawCommitScope" : null, + "rawCommitSubject" : "expose SLF4J Logger interface in LoggingFacade", + "messageBody" : "Similar to other examples in NeonBee, NeonBee is trying to make the best\n/ state of the art choice, when it comes to be choosing certain\nunderlying frameworks. When it comes to a logging facade and backend,\nSLF4J / Logback was chosen by NeonBee. Previously NeonBee had its own\nimplementation for the LoggingFacade, possibly making wrong assumtions\nwhen converting arguments into an array before passing it down to the\nmasqueraded logger.\n\nThis change reduces the logging facade to be making as less as possible\nassumptions and clearly indicating that the underlying logger follows\nthe SLF4J rules, by exposing its interface. The JavaDoc was changed to\nindicate that masquarading the logger will loose its ability to deal\nwith markers, also indicated by a UnsupportedOperationExeption thrown\nwhen anyways trying.\n\nAs with the pre Vert.x 4 implementation the Vert.x logger did in fact\nreorder arguments before forwarding it to the underlying logger\nimplementation, the plain SLF4J logger and LoggingFacade is no longer\nreording arguments. Thus also NeonBee has to follow the SLF4J convention\n[1] of putting the throwable as a last parameter into the format list.\nThis change adapts all calls to any longer.\n\n[1] http://www.slf4j.org/faq.html#paramException", + "messageTitle" : "refactor: expose SLF4J Logger interface in LoggingFacade" + } ] + }, { + "title" : "Features", + "commits" : [ { + "hashFull" : "4f4fdf58130b8c33c7163f59dd704157aa32493b", + "hash" : "4f4fdf58130b8c3", + "hash7" : "4f4fdf5", + "hash8" : "4f4fdf58", + "commitTime" : "2021-01-28 15:45:21.000 +0100", + "commitTimeLong" : 1611845121, + "message" : "feat: support forward basic HTTP exceptions\n\nThis changes allows to forward basic HTTP exceptions from a DataVerticle\nto the client. At the moment 400, 403 and 404 are supported.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-01-28 15:45:21.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-01-28 15:45:21.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/4f4fdf58130b8c33c7163f59dd704157aa32493b", + "commitType" : "feat", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "support forward basic HTTP exceptions", + "commitBody" : "This changes allows to forward basic HTTP exceptions from a DataVerticle\nto the client. At the moment 400, 403 and 404 are supported.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "feat", + "rawCommitScope" : null, + "rawCommitSubject" : "support forward basic HTTP exceptions", + "messageBody" : "This changes allows to forward basic HTTP exceptions from a DataVerticle\nto the client. At the moment 400, 403 and 404 are supported.", + "messageTitle" : "feat: support forward basic HTTP exceptions" + }, { + "hashFull" : "92dbcde7f196daac58b2acbe2d7f82a01702431b", + "hash" : "92dbcde7f196daa", + "hash7" : "92dbcde", + "hash8" : "92dbcde7", + "commitTime" : "2021-03-10 11:02:25.000 +0100", + "commitTimeLong" : 1615370545, + "message" : "feat: add $expand support for entity collections\n\nThis is a limited implementation of the $expand option. It has the\nfollowing limitations:\n- Only work for read requests\n- Only work for attributes of the requested entity\n- No support for filter options based on attributes of expanded entities\n\n[1] http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html#_Toc453752359", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-24 12:13:59.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-10 11:02:25.000 +0100", + "name" : "Danilo Pizzonia", + "email" : "31094041+SAPDaniloWork@users.noreply.github.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/92dbcde7f196daac58b2acbe2d7f82a01702431b", + "commitType" : "feat", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "add $expand support for entity collections", + "commitBody" : "This is a limited implementation of the $expand option. It has the\nfollowing limitations:\n- Only work for read requests\n- Only work for attributes of the requested entity\n- No support for filter options based on attributes of expanded entities\n\n[1] http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html#_Toc453752359", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "feat", + "rawCommitScope" : null, + "rawCommitSubject" : "add $expand support for entity collections", + "messageBody" : "This is a limited implementation of the $expand option. It has the\nfollowing limitations:\n- Only work for read requests\n- Only work for attributes of the requested entity\n- No support for filter options based on attributes of expanded entities\n\n[1] http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html#_Toc453752359", + "messageTitle" : "feat: add $expand support for entity collections" + } ] + }, { + "title" : "Documentation", + "commits" : [ { + "hashFull" : "14ff9121db41d39f99f6469ef92f85f6c0858b9d", + "hash" : "14ff9121db41d39", + "hash7" : "14ff912", + "hash8" : "14ff9121", + "commitTime" : "2021-02-28 10:47:58.000 +0100", + "commitTimeLong" : 1614505678, + "message" : "docs: Add CONTRIBUTING.md\n\nFollowing the convention of many other open source projects, including Vert.x a CONTRIBUTING.md describes the process contributing to our open source project. The guide should clarify how to interact with out project.\n\nAs a template the UI5 Tooling [1] CONTRIBUTING.md was taken as a reference. As another open source SAP library, they provided already some good recommendations how processes can be treated, like signing off contributions with the CLA assistant (which still needs to be set-up).\n\nRFCs for now are moved into the \"/docs\" folder. We may think of splitting this to a separate repository again in future.\n\n[1] https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-08 14:29:27.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 10:47:58.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/14ff9121db41d39f99f6469ef92f85f6c0858b9d", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Add CONTRIBUTING.md", + "commitBody" : "Following the convention of many other open source projects, including Vert.x a CONTRIBUTING.md describes the process contributing to our open source project. The guide should clarify how to interact with out project.\n\nAs a template the UI5 Tooling [1] CONTRIBUTING.md was taken as a reference. As another open source SAP library, they provided already some good recommendations how processes can be treated, like signing off contributions with the CLA assistant (which still needs to be set-up).\n\nRFCs for now are moved into the \"/docs\" folder. We may think of splitting this to a separate repository again in future.\n\n[1] https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "Add CONTRIBUTING.md", + "messageBody" : "Following the convention of many other open source projects, including Vert.x a CONTRIBUTING.md describes the process contributing to our open source project. The guide should clarify how to interact with out project.\n\nAs a template the UI5 Tooling [1] CONTRIBUTING.md was taken as a reference. As another open source SAP library, they provided already some good recommendations how processes can be treated, like signing off contributions with the CLA assistant (which still needs to be set-up).\n\nRFCs for now are moved into the \"/docs\" folder. We may think of splitting this to a separate repository again in future.\n\n[1] https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md", + "messageTitle" : "docs: Add CONTRIBUTING.md" + }, { + "hashFull" : "c14c4ecbafb215a49830d8cc831667486b1eead7", + "hash" : "c14c4ecbafb215a", + "hash7" : "c14c4ec", + "hash8" : "c14c4ecb", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "docs: Add high-level milestones to docs/roadmap.md\n\nAfter a brainstorming session with all contributors, ideas and features which have been previously often discussed and requested, have been collected. A new file structure under docs/roadmap.md and docs/milestones/*.md was introduced explaining future milestones in NeonBee and making future usage scnearios more predictable. Also contributors will more easily find a high level description of the feature added and the milestone structure can be used documenting and addressing further accepted ideas in future. This helps putting them on a timeline so others may account for when to expect these kinds of functionallity.\n\nIn contrast to RFCs the milestone structure is more focused on project management, features, timeline, etc. and not so much on the actual technical implementation details.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-14 16:49:45.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/c14c4ecbafb215a49830d8cc831667486b1eead7", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Add high-level milestones to docs/roadmap.md", + "commitBody" : "After a brainstorming session with all contributors, ideas and features which have been previously often discussed and requested, have been collected. A new file structure under docs/roadmap.md and docs/milestones/*.md was introduced explaining future milestones in NeonBee and making future usage scnearios more predictable. Also contributors will more easily find a high level description of the feature added and the milestone structure can be used documenting and addressing further accepted ideas in future. This helps putting them on a timeline so others may account for when to expect these kinds of functionallity.\n\nIn contrast to RFCs the milestone structure is more focused on project management, features, timeline, etc. and not so much on the actual technical implementation details.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "Add high-level milestones to docs/roadmap.md", + "messageBody" : "After a brainstorming session with all contributors, ideas and features which have been previously often discussed and requested, have been collected. A new file structure under docs/roadmap.md and docs/milestones/*.md was introduced explaining future milestones in NeonBee and making future usage scnearios more predictable. Also contributors will more easily find a high level description of the feature added and the milestone structure can be used documenting and addressing further accepted ideas in future. This helps putting them on a timeline so others may account for when to expect these kinds of functionallity.\n\nIn contrast to RFCs the milestone structure is more focused on project management, features, timeline, etc. and not so much on the actual technical implementation details.", + "messageTitle" : "docs: Add high-level milestones to docs/roadmap.md" + }, { + "hashFull" : "3e3d9a320d7ff17cc7129d6d6251ef680ef5f33c", + "hash" : "3e3d9a320d7ff17", + "hash7" : "3e3d9a3", + "hash8" : "3e3d9a32", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "docs: add licensing and contributing information\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-12 12:10:00.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/3e3d9a320d7ff17cc7129d6d6251ef680ef5f33c", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "add licensing and contributing information", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "add licensing and contributing information", + "messageBody" : "", + "messageTitle" : "docs: add licensing and contributing information" + }, { + "hashFull" : "2bd264e8e0c8b0e15fb774f3f5ad341a969c065e", + "hash" : "2bd264e8e0c8b0e", + "hash7" : "2bd264e", + "hash8" : "2bd264e8", + "commitTime" : "2021-03-02 16:29:47.000 +0100", + "commitTimeLong" : 1614698987, + "message" : "docs: change NeonBee description in README.md\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 16:13:32.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-02 16:29:47.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/2bd264e8e0c8b0e15fb774f3f5ad341a969c065e", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "change NeonBee description in README.md", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "change NeonBee description in README.md", + "messageBody" : "", + "messageTitle" : "docs: change NeonBee description in README.md" + }, { + "hashFull" : "209abcde09508b41bc71c79885450bdf16b00f5c", + "hash" : "209abcde09508b4", + "hash7" : "209abcd", + "hash8" : "209abcde", + "commitTime" : "2021-03-09 11:05:22.000 +0100", + "commitTimeLong" : 1615284322, + "message" : "docs: adapt more technical writing in README, add dataflow and roadmap items\n\nREADME.md was adapted to feature a more technical writing style, by reducing \"you\", \"your\", \"you'll\", removing ellipsis ..., remove unnecesarry words and senteces without meaning.\n\nThe section about data verticles was re-written and extended with an own document describing how dataflow is handled in NeonBee.\n\nTwo new roadmap items were added.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-03 21:08:02.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-09 11:05:22.000 +0100", + "name" : "Pascal", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/209abcde09508b41bc71c79885450bdf16b00f5c", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "adapt more technical writing in README, add dataflow and roadmap items", + "commitBody" : "README.md was adapted to feature a more technical writing style, by reducing \"you\", \"your\", \"you'll\", removing ellipsis ..., remove unnecesarry words and senteces without meaning.\n\nThe section about data verticles was re-written and extended with an own document describing how dataflow is handled in NeonBee.\n\nTwo new roadmap items were added.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "adapt more technical writing in README, add dataflow and roadmap items", + "messageBody" : "README.md was adapted to feature a more technical writing style, by reducing \"you\", \"your\", \"you'll\", removing ellipsis ..., remove unnecesarry words and senteces without meaning.\n\nThe section about data verticles was re-written and extended with an own document describing how dataflow is handled in NeonBee.\n\nTwo new roadmap items were added.", + "messageTitle" : "docs: adapt more technical writing in README, add dataflow and roadmap items" + }, { + "hashFull" : "d06c9ba969bf0ec7706edda5e42a97d4c9f8f308", + "hash" : "d06c9ba969bf0ec", + "hash7" : "d06c9ba", + "hash8" : "d06c9ba9", + "commitTime" : "2021-03-10 16:15:49.000 +0100", + "commitTimeLong" : 1615389349, + "message" : "docs: adapt docs for GitHub release workflow\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-10 15:40:07.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-10 16:15:49.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/d06c9ba969bf0ec7706edda5e42a97d4c9f8f308", + "commitType" : "docs", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "adapt docs for GitHub release workflow", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "docs", + "rawCommitScope" : null, + "rawCommitSubject" : "adapt docs for GitHub release workflow", + "messageBody" : "", + "messageTitle" : "docs: adapt docs for GitHub release workflow" + } ] + }, { + "title" : "Chores", + "commits" : [ { + "hashFull" : "c2a6d9f03875f0b2c71100b1cf55a8001a1830e4", + "hash" : "c2a6d9f03875f0b", + "hash7" : "c2a6d9f", + "hash8" : "c2a6d9f0", + "commitTime" : "2021-02-28 10:45:55.000 +0100", + "commitTimeLong" : 1614505555, + "message" : "chore: Rename repository to just \"neonbee\"\n\nSuggestion to rename the \"neonbee-core\" Git repository to just \"neonbee\"\nfor multiple reasons:\n\n- NeonBee Core can be considered not just a component, thus the root\nname fits better\n- Choosing neonbee instead of neonbee-core as the main repository name,\nallows people to find the main repository more easily\n- It is in compliance to Vert.x where the vertx-core repository is\nsimply called \"vert.x\"\n- The folder structure will be more clear in future as \"neonbee\" will be\non top of all it's components \"neonbee-xxx\".\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-07 12:17:57.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 10:45:55.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/c2a6d9f03875f0b2c71100b1cf55a8001a1830e4", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Rename repository to just \"neonbee\"", + "commitBody" : "Suggestion to rename the \"neonbee-core\" Git repository to just \"neonbee\"\nfor multiple reasons:\n\n- NeonBee Core can be considered not just a component, thus the root\nname fits better\n- Choosing neonbee instead of neonbee-core as the main repository name,\nallows people to find the main repository more easily\n- It is in compliance to Vert.x where the vertx-core repository is\nsimply called \"vert.x\"\n- The folder structure will be more clear in future as \"neonbee\" will be\non top of all it's components \"neonbee-xxx\".", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "Rename repository to just \"neonbee\"", + "messageBody" : "Suggestion to rename the \"neonbee-core\" Git repository to just \"neonbee\"\nfor multiple reasons:\n\n- NeonBee Core can be considered not just a component, thus the root\nname fits better\n- Choosing neonbee instead of neonbee-core as the main repository name,\nallows people to find the main repository more easily\n- It is in compliance to Vert.x where the vertx-core repository is\nsimply called \"vert.x\"\n- The folder structure will be more clear in future as \"neonbee\" will be\non top of all it's components \"neonbee-xxx\".", + "messageTitle" : "chore: Rename repository to just \"neonbee\"" + }, { + "hashFull" : "5b8aef2d6062f462c19327223863ccfe3f24f56c", + "hash" : "5b8aef2d6062f46", + "hash7" : "5b8aef2", + "hash8" : "5b8aef2d", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "chore: update issue templates\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-12 14:56:09.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/5b8aef2d6062f462c19327223863ccfe3f24f56c", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "update issue templates", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "update issue templates", + "messageBody" : "", + "messageTitle" : "chore: update issue templates" + }, { + "hashFull" : "e20fb48ce6663b3123ddcc3e2db54146aec01512", + "hash" : "e20fb48ce6663b3", + "hash7" : "e20fb48", + "hash8" : "e20fb48c", + "commitTime" : "2021-02-28 12:06:26.000 +0100", + "commitTimeLong" : 1614510386, + "message" : "chore: Adding missing license information\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-28 12:05:53.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 12:06:26.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/e20fb48ce6663b3123ddcc3e2db54146aec01512", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Adding missing license information", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "Adding missing license information", + "messageBody" : "", + "messageTitle" : "chore: Adding missing license information" + }, { + "hashFull" : "e41957b604daf26080366bd637653d766ac01c0d", + "hash" : "e41957b604daf26", + "hash7" : "e41957b", + "hash8" : "e41957b6", + "commitTime" : "2021-03-02 14:42:46.000 +0100", + "commitTimeLong" : 1614692566, + "message" : "chore: add codeowners\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 14:36:50.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-02 14:42:46.000 +0100", + "name" : "Pascal", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/e41957b604daf26080366bd637653d766ac01c0d", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "add codeowners", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "add codeowners", + "messageBody" : "", + "messageTitle" : "chore: add codeowners" + }, { + "hashFull" : "99b1b7c721fccf57b4376cc562fa1b6759af7ee1", + "hash" : "99b1b7c721fccf5", + "hash7" : "99b1b7c", + "hash8" : "99b1b7c7", + "commitTime" : "2021-03-02 15:21:22.000 +0100", + "commitTimeLong" : 1614694882, + "message" : "chore: Setup voter with github actions\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 15:17:36.000 +0100", + "name" : "Pascal", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-02 15:21:22.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/99b1b7c721fccf57b4376cc562fa1b6759af7ee1", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Setup voter with github actions", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "Setup voter with github actions", + "messageBody" : "", + "messageTitle" : "chore: Setup voter with github actions" + }, { + "hashFull" : "726dae053569e49633c9e258b3dbbf7f859c0389", + "hash" : "726dae053569e49", + "hash7" : "726dae0", + "hash8" : "726dae05", + "commitTime" : "2021-03-02 16:29:22.000 +0100", + "commitTimeLong" : 1614698962, + "message" : "chore: lint commit messages on push\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 15:31:51.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-02 16:29:22.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/726dae053569e49633c9e258b3dbbf7f859c0389", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "lint commit messages on push", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "lint commit messages on push", + "messageBody" : "", + "messageTitle" : "chore: lint commit messages on push" + }, { + "hashFull" : "de63afe15a3b0a6c12964c5c4daf4ce77f38f746", + "hash" : "de63afe15a3b0a6", + "hash7" : "de63afe", + "hash8" : "de63afe1", + "commitTime" : "2021-03-04 15:56:00.000 +0100", + "commitTimeLong" : 1614869760, + "message" : "chore: disable body-max-line-length for commitlint\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-04 14:22:28.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-04 15:56: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/de63afe15a3b0a6c12964c5c4daf4ce77f38f746", + "commitType" : "chore", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "disable body-max-line-length for commitlint", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "chore", + "rawCommitScope" : null, + "rawCommitSubject" : "disable body-max-line-length for commitlint", + "messageBody" : "", + "messageTitle" : "chore: disable body-max-line-length for commitlint" + } ] + }, { + "title" : "Tests", + "commits" : [ { + "hashFull" : "8ce4d7461c524c1c93b67da03eb668e8f9da2a72", + "hash" : "8ce4d7461c524c1", + "hash7" : "8ce4d74", + "hash8" : "8ce4d746", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "test: Fix all failing unit tests on Windows\n\nIroned out some platform specific unit test failures on Windows, namely:\n\n- Dates in windows come with a 6+ sub-nano second precission, regex was\nadjusted\n- The verifyHostIp test cannot change the env. variables on Windows and\nwas thus disabled\n- TrackingDataHandlingStrategy had side effects as it was defined as a\nfield in the test\n- Made the JobVerticleTest more forgiving, as on windows soemtimes\n(depending on the CPU utilization) it only managed to execute 18 times,\neven if 20 would have been possible given the time frame\n- A lot of fixes for file system operations by introducing short delays.\nIn Windows file handles are closed asynchronously. Which means even if\nVert.x reports the write / delete operation is done, a subsequent\noperation might fail, due to the file handles still beeing open.\nSimilarely for the WatchVerticle, an operation might be recorded with a\nslight delay, which messed up the tests.\n- Encoding issue with Gralde on Windows for EXPECTED_ENTITY_DATA_4\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-11 10:47:28.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/8ce4d7461c524c1c93b67da03eb668e8f9da2a72", + "commitType" : "test", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Fix all failing unit tests on Windows", + "commitBody" : "Ironed out some platform specific unit test failures on Windows, namely:\n\n- Dates in windows come with a 6+ sub-nano second precission, regex was\nadjusted\n- The verifyHostIp test cannot change the env. variables on Windows and\nwas thus disabled\n- TrackingDataHandlingStrategy had side effects as it was defined as a\nfield in the test\n- Made the JobVerticleTest more forgiving, as on windows soemtimes\n(depending on the CPU utilization) it only managed to execute 18 times,\neven if 20 would have been possible given the time frame\n- A lot of fixes for file system operations by introducing short delays.\nIn Windows file handles are closed asynchronously. Which means even if\nVert.x reports the write / delete operation is done, a subsequent\noperation might fail, due to the file handles still beeing open.\nSimilarely for the WatchVerticle, an operation might be recorded with a\nslight delay, which messed up the tests.\n- Encoding issue with Gralde on Windows for EXPECTED_ENTITY_DATA_4", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "test", + "rawCommitScope" : null, + "rawCommitSubject" : "Fix all failing unit tests on Windows", + "messageBody" : "Ironed out some platform specific unit test failures on Windows, namely:\n\n- Dates in windows come with a 6+ sub-nano second precission, regex was\nadjusted\n- The verifyHostIp test cannot change the env. variables on Windows and\nwas thus disabled\n- TrackingDataHandlingStrategy had side effects as it was defined as a\nfield in the test\n- Made the JobVerticleTest more forgiving, as on windows soemtimes\n(depending on the CPU utilization) it only managed to execute 18 times,\neven if 20 would have been possible given the time frame\n- A lot of fixes for file system operations by introducing short delays.\nIn Windows file handles are closed asynchronously. Which means even if\nVert.x reports the write / delete operation is done, a subsequent\noperation might fail, due to the file handles still beeing open.\nSimilarely for the WatchVerticle, an operation might be recorded with a\nslight delay, which messed up the tests.\n- Encoding issue with Gralde on Windows for EXPECTED_ENTITY_DATA_4", + "messageTitle" : "test: Fix all failing unit tests on Windows" + } ] + }, { + "title" : "Build System", + "commits" : [ { + "hashFull" : "06fd9a4b8449f92378208943d13e69bd4a03cd2a", + "hash" : "06fd9a4b8449f92", + "hash7" : "06fd9a4", + "hash8" : "06fd9a4b", + "commitTime" : "2021-01-14 15:20:26.000 +0100", + "commitTimeLong" : 1610634026, + "message" : "build(deps): downgrade `jackson` from 2.12.0 to 2.11.3\n\nAs Vert.x 4 seems to be compiled against jackson 2.11, the dependency\nmust be downgraded, because when using jackson 2.12 some methods cannot\nbe found and produce errors.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-01-14 15:06:02.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-01-14 15:20:26.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/06fd9a4b8449f92378208943d13e69bd4a03cd2a", + "commitType" : "build", + "commitPackage" : null, + "commitScope" : "deps", + "commitSubject" : "downgrade `jackson` from 2.12.0 to 2.11.3", + "commitBody" : "As Vert.x 4 seems to be compiled against jackson 2.11, the dependency\nmust be downgraded, because when using jackson 2.12 some methods cannot\nbe found and produce errors.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "build", + "rawCommitScope" : "deps", + "rawCommitSubject" : "downgrade `jackson` from 2.12.0 to 2.11.3", + "messageBody" : "As Vert.x 4 seems to be compiled against jackson 2.11, the dependency\nmust be downgraded, because when using jackson 2.12 some methods cannot\nbe found and produce errors.", + "messageTitle" : "build(deps): downgrade `jackson` from 2.12.0 to 2.11.3" + }, { + "hashFull" : "87b16311f17b231657c6c74bc68279f838c95a4f", + "hash" : "87b16311f17b231", + "hash7" : "87b1631", + "hash8" : "87b16311", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "build(gradle): disable errorprone checks for TypeParameterUnusedInFormals\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-24 12:59:36.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/87b16311f17b231657c6c74bc68279f838c95a4f", + "commitType" : "build", + "commitPackage" : null, + "commitScope" : "gradle", + "commitSubject" : "disable errorprone checks for TypeParameterUnusedInFormals", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "build", + "rawCommitScope" : "gradle", + "rawCommitSubject" : "disable errorprone checks for TypeParameterUnusedInFormals", + "messageBody" : "", + "messageTitle" : "build(gradle): disable errorprone checks for TypeParameterUnusedInFormals" + }, { + "hashFull" : "2dec63a933c0e85593f3c2926fc833e6055d4793", + "hash" : "2dec63a933c0e85", + "hash7" : "2dec63a", + "hash8" : "2dec63a9", + "commitTime" : "2021-02-28 11:05:10.000 +0100", + "commitTimeLong" : 1614506710, + "message" : "build: Move most .gradle files to /gradle and restructure\ndependencies.gradle\n\nTo have a more clean root folder structure moving all .gradle plugin\nfiles (except settings and build.gradle) to /gradle.\n\nAlso merged the dependencies.gralde into the build.gralde file, as this\nis where most people would expect the dependencies definition. With that\nalso introduced a small change to the structure of our dependencies\ndefinition:\n\nPreviously there was a big list of variables defining the versions of\nthe dependencies at the top of the dependencies definition. This made it\nvery hard to determine which specific dependency was meant, because the\nvariables where for instance named \"jsonassert_version\", for the\norg.skyscreamer.jsonassert dependency. This made it very hard to follow,\nwhich dependencies are being referenced. In order to simplify that, the\nvariables have been moved into the blocks where the dependencies are\ndefined and also only variables are used, if multiple dependencies\nshould always be referenced in the same version. For single dependencies\nthe version is now directly defined in the respective dependency\nstatement.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-06 22:03:36.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:10.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/2dec63a933c0e85593f3c2926fc833e6055d4793", + "commitType" : "build", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Move most .gradle files to /gradle and restructure", + "commitBody" : "dependencies.gradle\n\nTo have a more clean root folder structure moving all .gradle plugin\nfiles (except settings and build.gradle) to /gradle.\n\nAlso merged the dependencies.gralde into the build.gralde file, as this\nis where most people would expect the dependencies definition. With that\nalso introduced a small change to the structure of our dependencies\ndefinition:\n\nPreviously there was a big list of variables defining the versions of\nthe dependencies at the top of the dependencies definition. This made it\nvery hard to determine which specific dependency was meant, because the\nvariables where for instance named \"jsonassert_version\", for the\norg.skyscreamer.jsonassert dependency. This made it very hard to follow,\nwhich dependencies are being referenced. In order to simplify that, the\nvariables have been moved into the blocks where the dependencies are\ndefined and also only variables are used, if multiple dependencies\nshould always be referenced in the same version. For single dependencies\nthe version is now directly defined in the respective dependency\nstatement.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "build", + "rawCommitScope" : null, + "rawCommitSubject" : "Move most .gradle files to /gradle and restructure", + "messageBody" : "dependencies.gradle\n\nTo have a more clean root folder structure moving all .gradle plugin\nfiles (except settings and build.gradle) to /gradle.\n\nAlso merged the dependencies.gralde into the build.gralde file, as this\nis where most people would expect the dependencies definition. With that\nalso introduced a small change to the structure of our dependencies\ndefinition:\n\nPreviously there was a big list of variables defining the versions of\nthe dependencies at the top of the dependencies definition. This made it\nvery hard to determine which specific dependency was meant, because the\nvariables where for instance named \"jsonassert_version\", for the\norg.skyscreamer.jsonassert dependency. This made it very hard to follow,\nwhich dependencies are being referenced. In order to simplify that, the\nvariables have been moved into the blocks where the dependencies are\ndefined and also only variables are used, if multiple dependencies\nshould always be referenced in the same version. For single dependencies\nthe version is now directly defined in the respective dependency\nstatement.", + "messageTitle" : "build: Move most .gradle files to /gradle and restructure" + }, { + "hashFull" : "8226af83a66178e73b0105cfeabe271a80ba8345", + "hash" : "8226af83a66178e", + "hash7" : "8226af8", + "hash8" : "8226af83", + "commitTime" : "2021-03-10 09:53:37.000 +0100", + "commitTimeLong" : 1615366417, + "message" : "build: remove unnecessary repositories from Gradle files and bump Gradle\n\nRemoving mavenLocal and gradlePluginPortal from repositories declaration\nand removing pluginManagement / repositories block in settings.gradle\nentirely.\n\nRemoving mavenLocal reduces the risk of local-only failure, due to some\nleftover / old / locally built build depenencies for Vert.x or any other\nof the used dependencies. Often times it would be next to impossible to\nlocate issues with a contributors failing local build, if mavenLocal\nstays in the configuration. If local references are required for\ntesting, contributors should be inclined adding mavenLocal to the\nrepositories block themselfs.\n\nHaving gradlePluginPortal in the repositories block makes no sense, as\nplugins are anyways loaded via the pluginManagement directive. After\nremoving mavenLocal from the pluginManagement / repositories section,\nthe leftover gradlePluginPortal section there is considered the default\nsetting in Gradle and thus the whole block could be removed.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-06 23:00:19.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "committerIdent" : { + "when" : "2021-03-10 09:53:37.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kris@kra.lc" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/8226af83a66178e73b0105cfeabe271a80ba8345", + "commitType" : "build", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "remove unnecessary repositories from Gradle files and bump Gradle", + "commitBody" : "Removing mavenLocal and gradlePluginPortal from repositories declaration\nand removing pluginManagement / repositories block in settings.gradle\nentirely.\n\nRemoving mavenLocal reduces the risk of local-only failure, due to some\nleftover / old / locally built build depenencies for Vert.x or any other\nof the used dependencies. Often times it would be next to impossible to\nlocate issues with a contributors failing local build, if mavenLocal\nstays in the configuration. If local references are required for\ntesting, contributors should be inclined adding mavenLocal to the\nrepositories block themselfs.\n\nHaving gradlePluginPortal in the repositories block makes no sense, as\nplugins are anyways loaded via the pluginManagement directive. After\nremoving mavenLocal from the pluginManagement / repositories section,\nthe leftover gradlePluginPortal section there is considered the default\nsetting in Gradle and thus the whole block could be removed.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "build", + "rawCommitScope" : null, + "rawCommitSubject" : "remove unnecessary repositories from Gradle files and bump Gradle", + "messageBody" : "Removing mavenLocal and gradlePluginPortal from repositories declaration\nand removing pluginManagement / repositories block in settings.gradle\nentirely.\n\nRemoving mavenLocal reduces the risk of local-only failure, due to some\nleftover / old / locally built build depenencies for Vert.x or any other\nof the used dependencies. Often times it would be next to impossible to\nlocate issues with a contributors failing local build, if mavenLocal\nstays in the configuration. If local references are required for\ntesting, contributors should be inclined adding mavenLocal to the\nrepositories block themselfs.\n\nHaving gradlePluginPortal in the repositories block makes no sense, as\nplugins are anyways loaded via the pluginManagement directive. After\nremoving mavenLocal from the pluginManagement / repositories section,\nthe leftover gradlePluginPortal section there is considered the default\nsetting in Gradle and thus the whole block could be removed.", + "messageTitle" : "build: remove unnecessary repositories from Gradle files and bump Gradle" + }, { + "hashFull" : "9cc50e4b927c4ae408c94cf7b7475c2edbba5b40", + "hash" : "9cc50e4b927c4ae", + "hash7" : "9cc50e4", + "hash8" : "9cc50e4b", + "commitTime" : "2021-03-10 13:53:31.000 +0100", + "commitTimeLong" : 1615380811, + "message" : "build: add required configuration for publishing to maven central\n\nThis patch ...\n\n* ... adds meta information for license, scm or developers to the\npom.xml which is required by maven central.\n\n* adds a task to create a test Javadoc artifact, which is required by\nmaven central.\n\n* adds fixes for violations in the test Javadoc\n\n* adds the script 'publishToMaven.sh' which can be used to add required\ncredentials when publishing to maven central.", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 22:23:48.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-10 13:53:31.000 +0100", + "name" : "Pascal", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/9cc50e4b927c4ae408c94cf7b7475c2edbba5b40", + "commitType" : "build", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "add required configuration for publishing to maven central", + "commitBody" : "This patch ...\n\n* ... adds meta information for license, scm or developers to the\npom.xml which is required by maven central.\n\n* adds a task to create a test Javadoc artifact, which is required by\nmaven central.\n\n* adds fixes for violations in the test Javadoc\n\n* adds the script 'publishToMaven.sh' which can be used to add required\ncredentials when publishing to maven central.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "build", + "rawCommitScope" : null, + "rawCommitSubject" : "add required configuration for publishing to maven central", + "messageBody" : "This patch ...\n\n* ... adds meta information for license, scm or developers to the\npom.xml which is required by maven central.\n\n* adds a task to create a test Javadoc artifact, which is required by\nmaven central.\n\n* adds fixes for violations in the test Javadoc\n\n* adds the script 'publishToMaven.sh' which can be used to add required\ncredentials when publishing to maven central.", + "messageTitle" : "build: add required configuration for publishing to maven central" + } ] + }, { + "title" : "Continuous Integration", + "commits" : [ { + "hashFull" : "7867a2f6121e031ed5f062b6bdad569b0e099310", + "hash" : "7867a2f6121e031", + "hash7" : "7867a2f", + "hash8" : "7867a2f6", + "commitTime" : "2021-03-02 17:33:36.000 +0100", + "commitTimeLong" : 1614702816, + "message" : "ci(actions): add reuse compliance workflow\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-02 16:01:34.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-02 17:33:36.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/7867a2f6121e031ed5f062b6bdad569b0e099310", + "commitType" : "ci", + "commitPackage" : null, + "commitScope" : "actions", + "commitSubject" : "add reuse compliance workflow", + "commitBody" : null, + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "ci", + "rawCommitScope" : "actions", + "rawCommitSubject" : "add reuse compliance workflow", + "messageBody" : "", + "messageTitle" : "ci(actions): add reuse compliance workflow" + }, { + "hashFull" : "8ee0bdb6a6e1e8653f5e2afd7c05179e288056a6", + "hash" : "8ee0bdb6a6e1e86", + "hash7" : "8ee0bdb", + "hash8" : "8ee0bdb6", + "commitTime" : "2021-02-28 11:05:11.000 +0100", + "commitTimeLong" : 1614506711, + "message" : "ci: Add commitlint GitHub workflow\n\ncommitlint [1] will validate the commit message when a pull request is created. A GitHub action was added to the repository, see [2].\n\n[1] https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional\n[2] https://github.com/wagoid/commitlint-github-action\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-08 09:39:24.000 +0100", + "name" : "Kristian Kraljic", + "email" : "kristian.kraljic@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-28 11:05:11.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "quickActions" : { }, + "closeIssues" : [ ], + "subjectIssues" : [ ], + "bodyIssues" : [ ], + "mentions" : [ ], + "locales" : [ ], + "defaultLang" : "en", + "commitUrl" : "https://github.com/SAP/neonbee/commit/8ee0bdb6a6e1e8653f5e2afd7c05179e288056a6", + "commitType" : "ci", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "Add commitlint GitHub workflow", + "commitBody" : "commitlint [1] will validate the commit message when a pull request is created. A GitHub action was added to the repository, see [2].\n\n[1] https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional\n[2] https://github.com/wagoid/commitlint-github-action", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "ci", + "rawCommitScope" : null, + "rawCommitSubject" : "Add commitlint GitHub workflow", + "messageBody" : "commitlint [1] will validate the commit message when a pull request is created. A GitHub action was added to the repository, see [2].\n\n[1] https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional\n[2] https://github.com/wagoid/commitlint-github-action", + "messageTitle" : "ci: Add commitlint GitHub workflow" + }, { + "hashFull" : "12e5b4fc9d8cd5109837db257fe600a660972145", + "hash" : "12e5b4fc9d8cd51", + "hash7" : "12e5b4f", + "hash8" : "12e5b4fc", + "commitTime" : "2021-03-10 16:15:49.000 +0100", + "commitTimeLong" : 1615389349, + "message" : "ci: add publishing workflow\n\nThis change adds a GitHub Actions workflow which automates the\npublishing of releases to maven central and the creation of GitHub\nreleases.\n", + "merge" : false, + "authorIdent" : { + "when" : "2021-03-09 12:17:43.000 +0100", + "name" : "Sebastian Heid", + "email" : "sebastian.heid@sap.com" + }, + "committerIdent" : { + "when" : "2021-03-10 16:15:49.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/12e5b4fc9d8cd5109837db257fe600a660972145", + "commitType" : "ci", + "commitPackage" : null, + "commitScope" : null, + "commitSubject" : "add publishing workflow", + "commitBody" : "This change adds a GitHub Actions workflow which automates the\npublishing of releases to maven central and the creation of GitHub\nreleases.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "ci", + "rawCommitScope" : null, + "rawCommitSubject" : "add publishing workflow", + "messageBody" : "This change adds a GitHub Actions workflow which automates the\npublishing of releases to maven central and the creation of GitHub\nreleases.", + "messageTitle" : "ci: add publishing workflow" + } ] + }, { + "title" : "Others", + "commits" : [ { + "hashFull" : "736f880f1ee04dd2015ea2d15182d0c23ee3d8e5", + "hash" : "736f880f1ee04dd", + "hash7" : "736f880", + "hash8" : "736f880f", + "commitTime" : "2021-02-03 15:32:20.000 +0100", + "commitTimeLong" : 1612362740, + "message" : "bump(deps): Mockito to 3.7.7\n\nWith Mockito 3.7.7 it is possible to also mock static methods.", + "merge" : false, + "authorIdent" : { + "when" : "2021-02-01 12:12:55.000 +0100", + "name" : "Pascal Krause", + "email" : "pascal.krause@sap.com" + }, + "committerIdent" : { + "when" : "2021-02-03 15:32:20.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/736f880f1ee04dd2015ea2d15182d0c23ee3d8e5", + "commitType" : "bump", + "commitPackage" : null, + "commitScope" : "deps", + "commitSubject" : "Mockito to 3.7.7", + "commitBody" : "With Mockito 3.7.7 it is possible to also mock static methods.", + "attention" : false, + "breakingChange" : false, + "deprecated" : false, + "commitIssue" : null, + "localeMap" : null, + "firstLocaleCommitType" : null, + "firstLocaleCommitScope" : null, + "rawCommitType" : "bump", + "rawCommitScope" : "deps", + "rawCommitSubject" : "Mockito to 3.7.7", + "messageBody" : "With Mockito 3.7.7 it is possible to also mock static methods.", + "messageTitle" : "bump(deps): Mockito to 3.7.7" + } ] + } ] + } ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0cf3dd90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,77 @@ +# Changelog + +## 0.3.0 (2021-03-10) + +### Bug Fixes + +- PubKey extraction for JWT Authhandler and other fixes ([ff018e04](https://github.com/SAP/neonbee/commit/ff018e0411915a453cd5f870c3670497d98fc21e)) +- prevent UnsupportedOperationException when deploying NeonBeeModules ([e60a6a3b](https://github.com/SAP/neonbee/commit/e60a6a3b51862aeb37310420570e0688ea37f60d)) +- wrong hazelcast configuration version ([1ed24b9f](https://github.com/SAP/neonbee/commit/1ed24b9f5b09609a80ccd4f4178fb7230e1e67a7)) +- Usage of wrong verticles folder in WorkingDirectoryBuilder ([ba0c0e98](https://github.com/SAP/neonbee/commit/ba0c0e98dc3ddf864a756670ac1d96c678424ee5)) +- Eclipse Formatter rules for VS Code ([4808ea9a](https://github.com/SAP/neonbee/commit/4808ea9a095a166d8685a32d74ff10e18497893e)) +- Broken HTTP status code propagation in ODataEndpointHandler ([eabd7742](https://github.com/SAP/neonbee/commit/eabd7742c59ee4b4688544d06eb430a5663e2c5e)) +- match correct version pattern when releasing ([b64bbe3c](https://github.com/SAP/neonbee/commit/b64bbe3ca033d0f28fbb783b024bd5856eb3b05c)) +- Broken HTTP status code propagation to the client ([9627ea73](https://github.com/SAP/neonbee/commit/9627ea732784955c1591ff9327899f2d2550ebea)) +- All static code errors ([8aaf1654](https://github.com/SAP/neonbee/commit/8aaf1654fd31ecb5a9690725eae1b471e338b507)) + + +### Code Refactoring + +- Improve NeonBee ASCII art logo ([3a52e479](https://github.com/SAP/neonbee/commit/3a52e4797dcaeac35d80b2ec21435e39e143e779)) +- Remove broadcasting from DataRequest/simplify ([d183a2ab](https://github.com/SAP/neonbee/commit/d183a2ab9177113a3a14a16f05f2653f2c5454a6)) +- simplify the EntityCollectionProcessor ([02b1309f](https://github.com/SAP/neonbee/commit/02b1309f5e692cc135784788f944419267f94463)) +- expose SLF4J Logger interface in LoggingFacade ([d299658b](https://github.com/SAP/neonbee/commit/d299658b82c96a76a016ad56d398b1bff27696b1)) + + +### Features + +- support forward basic HTTP exceptions ([4f4fdf58](https://github.com/SAP/neonbee/commit/4f4fdf58130b8c33c7163f59dd704157aa32493b)) +- add $expand support for entity collections ([92dbcde7](https://github.com/SAP/neonbee/commit/92dbcde7f196daac58b2acbe2d7f82a01702431b)) + + +### Documentation + +- Add CONTRIBUTING.md ([14ff9121](https://github.com/SAP/neonbee/commit/14ff9121db41d39f99f6469ef92f85f6c0858b9d)) +- Add high-level milestones to docs/roadmap.md ([c14c4ecb](https://github.com/SAP/neonbee/commit/c14c4ecbafb215a49830d8cc831667486b1eead7)) +- add licensing and contributing information ([3e3d9a32](https://github.com/SAP/neonbee/commit/3e3d9a320d7ff17cc7129d6d6251ef680ef5f33c)) +- change NeonBee description in README.md ([2bd264e8](https://github.com/SAP/neonbee/commit/2bd264e8e0c8b0e15fb774f3f5ad341a969c065e)) +- adapt more technical writing in README, add dataflow and roadmap items ([209abcde](https://github.com/SAP/neonbee/commit/209abcde09508b41bc71c79885450bdf16b00f5c)) +- adapt docs for GitHub release workflow ([d06c9ba9](https://github.com/SAP/neonbee/commit/d06c9ba969bf0ec7706edda5e42a97d4c9f8f308)) + + +### Chores + +- Rename repository to just "neonbee" ([c2a6d9f0](https://github.com/SAP/neonbee/commit/c2a6d9f03875f0b2c71100b1cf55a8001a1830e4)) +- update issue templates ([5b8aef2d](https://github.com/SAP/neonbee/commit/5b8aef2d6062f462c19327223863ccfe3f24f56c)) +- Adding missing license information ([e20fb48c](https://github.com/SAP/neonbee/commit/e20fb48ce6663b3123ddcc3e2db54146aec01512)) +- add codeowners ([e41957b6](https://github.com/SAP/neonbee/commit/e41957b604daf26080366bd637653d766ac01c0d)) +- Setup voter with github actions ([99b1b7c7](https://github.com/SAP/neonbee/commit/99b1b7c721fccf57b4376cc562fa1b6759af7ee1)) +- lint commit messages on push ([726dae05](https://github.com/SAP/neonbee/commit/726dae053569e49633c9e258b3dbbf7f859c0389)) +- disable body-max-line-length for commitlint ([de63afe1](https://github.com/SAP/neonbee/commit/de63afe15a3b0a6c12964c5c4daf4ce77f38f746)) + + +### Tests + +- Fix all failing unit tests on Windows ([8ce4d746](https://github.com/SAP/neonbee/commit/8ce4d7461c524c1c93b67da03eb668e8f9da2a72)) + + +### Build System + +- **deps**: downgrade `jackson` from 2.12.0 to 2.11.3 ([06fd9a4b](https://github.com/SAP/neonbee/commit/06fd9a4b8449f92378208943d13e69bd4a03cd2a)) +- **gradle**: disable errorprone checks for TypeParameterUnusedInFormals ([87b16311](https://github.com/SAP/neonbee/commit/87b16311f17b231657c6c74bc68279f838c95a4f)) +- Move most .gradle files to /gradle and restructure ([2dec63a9](https://github.com/SAP/neonbee/commit/2dec63a933c0e85593f3c2926fc833e6055d4793)) +- remove unnecessary repositories from Gradle files and bump Gradle ([8226af83](https://github.com/SAP/neonbee/commit/8226af83a66178e73b0105cfeabe271a80ba8345)) +- add required configuration for publishing to maven central ([9cc50e4b](https://github.com/SAP/neonbee/commit/9cc50e4b927c4ae408c94cf7b7475c2edbba5b40)) + + +### Continuous Integration + +- **actions**: add reuse compliance workflow ([7867a2f6](https://github.com/SAP/neonbee/commit/7867a2f6121e031ed5f062b6bdad569b0e099310)) +- Add commitlint GitHub workflow ([8ee0bdb6](https://github.com/SAP/neonbee/commit/8ee0bdb6a6e1e8653f5e2afd7c05179e288056a6)) +- add publishing workflow ([12e5b4fc](https://github.com/SAP/neonbee/commit/12e5b4fc9d8cd5109837db257fe600a660972145)) + + +### Others + +- **deps**: Mockito to 3.7.7 ([736f880f](https://github.com/SAP/neonbee/commit/736f880f1ee04dd2015ea2d15182d0c23ee3d8e5)) + diff --git a/build.gradle b/build.gradle index 97791f28..4a435dd5 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { } group = 'io.neonbee' -version = '0.2.3-SNAPSHOT' +version = '0.3.0' mainClassName = 'io.neonbee.Launcher' archivesBaseName = 'neonbee-core' sourceCompatibility = 11