From b44841fe9bed0cb06eb3964243879a1b87becd64 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 24 May 2023 06:00:15 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B0=D0=B3=D0=B0=20=D0=B2=20?= =?UTF-8?q?AnswerSaveAction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../godfather/quarkus/core/action/AnswerSaveAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-core/bot-core-quarkus/src/main/java/dev/struchkov/godfather/quarkus/core/action/AnswerSaveAction.java b/bot-core/bot-core-quarkus/src/main/java/dev/struchkov/godfather/quarkus/core/action/AnswerSaveAction.java index efcb154..191dffc 100644 --- a/bot-core/bot-core-quarkus/src/main/java/dev/struchkov/godfather/quarkus/core/action/AnswerSaveAction.java +++ b/bot-core/bot-core-quarkus/src/main/java/dev/struchkov/godfather/quarkus/core/action/AnswerSaveAction.java @@ -29,7 +29,7 @@ public class AnswerSaveAction implements ActionUnit, M return Uni.createFrom().voidItem() .onItem().transformToUni( v -> checkSave.check(message) - .onItem().ifNotNull().transformToUni( + .flatMap( unit -> { if (checkNotNull(unit)) { return Uni.createFrom().item(UnitRequest.of(unit, message)); From a74dfb185b58f3be2502eb58cf92d3afce85214a Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 24 May 2023 06:00:41 +0300 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v.0.0.69 --- bot-context/bot-context-main/pom.xml | 2 +- bot-context/bot-context-quarkus/pom.xml | 2 +- bot-context/bot-context-simple/pom.xml | 2 +- bot-context/pom.xml | 2 +- bot-core/bot-core-main/pom.xml | 2 +- bot-core/bot-core-quarkus/pom.xml | 2 +- bot-core/bot-core-simple/pom.xml | 2 +- bot-core/pom.xml | 2 +- bot-data/bot-data-main/pom.xml | 2 +- bot-data/bot-data-quarkus/pom.xml | 2 +- bot-data/bot-data-simple/pom.xml | 2 +- bot-data/pom.xml | 2 +- bot-domain/bot-domain-main/pom.xml | 2 +- bot-domain/bot-domain-quarkus/pom.xml | 2 +- bot-domain/bot-domain-simple/pom.xml | 2 +- bot-domain/pom.xml | 2 +- bot-exception/pom.xml | 2 +- pom.xml | 4 ++-- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bot-context/bot-context-main/pom.xml b/bot-context/bot-context-main/pom.xml index 11d8644..762042f 100644 --- a/bot-context/bot-context-main/pom.xml +++ b/bot-context/bot-context-main/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69-SNAPSHOT + 0.0.69 bot-context-main diff --git a/bot-context/bot-context-quarkus/pom.xml b/bot-context/bot-context-quarkus/pom.xml index be0c6d1..98f9159 100644 --- a/bot-context/bot-context-quarkus/pom.xml +++ b/bot-context/bot-context-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69-SNAPSHOT + 0.0.69 bot-context-quarkus diff --git a/bot-context/bot-context-simple/pom.xml b/bot-context/bot-context-simple/pom.xml index 9d4570d..e87e7e2 100644 --- a/bot-context/bot-context-simple/pom.xml +++ b/bot-context/bot-context-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69-SNAPSHOT + 0.0.69 bot-context-simple diff --git a/bot-context/pom.xml b/bot-context/pom.xml index e237a4e..c329995 100644 --- a/bot-context/pom.xml +++ b/bot-context/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69-SNAPSHOT + 0.0.69 bot-context diff --git a/bot-core/bot-core-main/pom.xml b/bot-core/bot-core-main/pom.xml index 1f287b0..2b9e140 100644 --- a/bot-core/bot-core-main/pom.xml +++ b/bot-core/bot-core-main/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-core - 0.0.69-SNAPSHOT + 0.0.69 bot-core-main diff --git a/bot-core/bot-core-quarkus/pom.xml b/bot-core/bot-core-quarkus/pom.xml index 883c56c..3b6db44 100644 --- a/bot-core/bot-core-quarkus/pom.xml +++ b/bot-core/bot-core-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-core - 0.0.69-SNAPSHOT + 0.0.69 bot-core-quarkus diff --git a/bot-core/bot-core-simple/pom.xml b/bot-core/bot-core-simple/pom.xml index 703baf0..a2bfc7e 100644 --- a/bot-core/bot-core-simple/pom.xml +++ b/bot-core/bot-core-simple/pom.xml @@ -4,7 +4,7 @@ bot-core dev.struchkov.godfather - 0.0.69-SNAPSHOT + 0.0.69 bot-core-simple diff --git a/bot-core/pom.xml b/bot-core/pom.xml index c54e899..66452c3 100644 --- a/bot-core/pom.xml +++ b/bot-core/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69-SNAPSHOT + 0.0.69 bot-core diff --git a/bot-data/bot-data-main/pom.xml b/bot-data/bot-data-main/pom.xml index 654aca9..e29ba2f 100644 --- a/bot-data/bot-data-main/pom.xml +++ b/bot-data/bot-data-main/pom.xml @@ -4,7 +4,7 @@ bot-data dev.struchkov.godfather - 0.0.69-SNAPSHOT + 0.0.69 bot-data-main diff --git a/bot-data/bot-data-quarkus/pom.xml b/bot-data/bot-data-quarkus/pom.xml index 64f3e2e..c7ac90b 100644 --- a/bot-data/bot-data-quarkus/pom.xml +++ b/bot-data/bot-data-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-data - 0.0.69-SNAPSHOT + 0.0.69 bot-data-quarkus diff --git a/bot-data/bot-data-simple/pom.xml b/bot-data/bot-data-simple/pom.xml index 8153a91..1e095be 100644 --- a/bot-data/bot-data-simple/pom.xml +++ b/bot-data/bot-data-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-data - 0.0.69-SNAPSHOT + 0.0.69 bot-data-simple diff --git a/bot-data/pom.xml b/bot-data/pom.xml index f653372..eddf963 100644 --- a/bot-data/pom.xml +++ b/bot-data/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69-SNAPSHOT + 0.0.69 bot-data diff --git a/bot-domain/bot-domain-main/pom.xml b/bot-domain/bot-domain-main/pom.xml index 739b015..d1ce1c2 100644 --- a/bot-domain/bot-domain-main/pom.xml +++ b/bot-domain/bot-domain-main/pom.xml @@ -4,7 +4,7 @@ bot-domain dev.struchkov.godfather - 0.0.69-SNAPSHOT + 0.0.69 bot-domain-main diff --git a/bot-domain/bot-domain-quarkus/pom.xml b/bot-domain/bot-domain-quarkus/pom.xml index c379969..b159662 100644 --- a/bot-domain/bot-domain-quarkus/pom.xml +++ b/bot-domain/bot-domain-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-domain - 0.0.69-SNAPSHOT + 0.0.69 bot-domain-quarkus diff --git a/bot-domain/bot-domain-simple/pom.xml b/bot-domain/bot-domain-simple/pom.xml index fd8cdab..0095f86 100644 --- a/bot-domain/bot-domain-simple/pom.xml +++ b/bot-domain/bot-domain-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-domain - 0.0.69-SNAPSHOT + 0.0.69 bot-domain-simple diff --git a/bot-domain/pom.xml b/bot-domain/pom.xml index f1620ea..ca6af54 100644 --- a/bot-domain/pom.xml +++ b/bot-domain/pom.xml @@ -3,7 +3,7 @@ godfather-bot dev.struchkov.godfather - 0.0.69-SNAPSHOT + 0.0.69 4.0.0 diff --git a/bot-exception/pom.xml b/bot-exception/pom.xml index 3d9dc99..d91d4fd 100644 --- a/bot-exception/pom.xml +++ b/bot-exception/pom.xml @@ -3,7 +3,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69-SNAPSHOT + 0.0.69 4.0.0 diff --git a/pom.xml b/pom.xml index f2dc6eb..14614aa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69-SNAPSHOT + 0.0.69 pom @@ -383,7 +383,7 @@ scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git https://git.struchkov.dev/Godfather-Bots/godfather scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git - v.0.0.33 + v.0.0.69 From a822facb6ae7caae1af0915bb3506d04558551b7 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 24 May 2023 06:00:42 +0300 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- bot-context/bot-context-main/pom.xml | 2 +- bot-context/bot-context-quarkus/pom.xml | 2 +- bot-context/bot-context-simple/pom.xml | 2 +- bot-context/pom.xml | 2 +- bot-core/bot-core-main/pom.xml | 2 +- bot-core/bot-core-quarkus/pom.xml | 2 +- bot-core/bot-core-simple/pom.xml | 2 +- bot-core/pom.xml | 2 +- bot-data/bot-data-main/pom.xml | 2 +- bot-data/bot-data-quarkus/pom.xml | 2 +- bot-data/bot-data-simple/pom.xml | 2 +- bot-data/pom.xml | 2 +- bot-domain/bot-domain-main/pom.xml | 2 +- bot-domain/bot-domain-quarkus/pom.xml | 2 +- bot-domain/bot-domain-simple/pom.xml | 2 +- bot-domain/pom.xml | 2 +- bot-exception/pom.xml | 2 +- pom.xml | 4 ++-- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bot-context/bot-context-main/pom.xml b/bot-context/bot-context-main/pom.xml index 762042f..b517cf2 100644 --- a/bot-context/bot-context-main/pom.xml +++ b/bot-context/bot-context-main/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69 + 0.0.70-SNAPSHOT bot-context-main diff --git a/bot-context/bot-context-quarkus/pom.xml b/bot-context/bot-context-quarkus/pom.xml index 98f9159..e60a1b2 100644 --- a/bot-context/bot-context-quarkus/pom.xml +++ b/bot-context/bot-context-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69 + 0.0.70-SNAPSHOT bot-context-quarkus diff --git a/bot-context/bot-context-simple/pom.xml b/bot-context/bot-context-simple/pom.xml index e87e7e2..0004f2f 100644 --- a/bot-context/bot-context-simple/pom.xml +++ b/bot-context/bot-context-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-context - 0.0.69 + 0.0.70-SNAPSHOT bot-context-simple diff --git a/bot-context/pom.xml b/bot-context/pom.xml index c329995..b4e3af9 100644 --- a/bot-context/pom.xml +++ b/bot-context/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69 + 0.0.70-SNAPSHOT bot-context diff --git a/bot-core/bot-core-main/pom.xml b/bot-core/bot-core-main/pom.xml index 2b9e140..1287967 100644 --- a/bot-core/bot-core-main/pom.xml +++ b/bot-core/bot-core-main/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-core - 0.0.69 + 0.0.70-SNAPSHOT bot-core-main diff --git a/bot-core/bot-core-quarkus/pom.xml b/bot-core/bot-core-quarkus/pom.xml index 3b6db44..e1c94a5 100644 --- a/bot-core/bot-core-quarkus/pom.xml +++ b/bot-core/bot-core-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-core - 0.0.69 + 0.0.70-SNAPSHOT bot-core-quarkus diff --git a/bot-core/bot-core-simple/pom.xml b/bot-core/bot-core-simple/pom.xml index a2bfc7e..9b08c7d 100644 --- a/bot-core/bot-core-simple/pom.xml +++ b/bot-core/bot-core-simple/pom.xml @@ -4,7 +4,7 @@ bot-core dev.struchkov.godfather - 0.0.69 + 0.0.70-SNAPSHOT bot-core-simple diff --git a/bot-core/pom.xml b/bot-core/pom.xml index 66452c3..7b9291b 100644 --- a/bot-core/pom.xml +++ b/bot-core/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69 + 0.0.70-SNAPSHOT bot-core diff --git a/bot-data/bot-data-main/pom.xml b/bot-data/bot-data-main/pom.xml index e29ba2f..7ef51db 100644 --- a/bot-data/bot-data-main/pom.xml +++ b/bot-data/bot-data-main/pom.xml @@ -4,7 +4,7 @@ bot-data dev.struchkov.godfather - 0.0.69 + 0.0.70-SNAPSHOT bot-data-main diff --git a/bot-data/bot-data-quarkus/pom.xml b/bot-data/bot-data-quarkus/pom.xml index c7ac90b..e09691d 100644 --- a/bot-data/bot-data-quarkus/pom.xml +++ b/bot-data/bot-data-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-data - 0.0.69 + 0.0.70-SNAPSHOT bot-data-quarkus diff --git a/bot-data/bot-data-simple/pom.xml b/bot-data/bot-data-simple/pom.xml index 1e095be..e46d993 100644 --- a/bot-data/bot-data-simple/pom.xml +++ b/bot-data/bot-data-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-data - 0.0.69 + 0.0.70-SNAPSHOT bot-data-simple diff --git a/bot-data/pom.xml b/bot-data/pom.xml index eddf963..0267608 100644 --- a/bot-data/pom.xml +++ b/bot-data/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69 + 0.0.70-SNAPSHOT bot-data diff --git a/bot-domain/bot-domain-main/pom.xml b/bot-domain/bot-domain-main/pom.xml index d1ce1c2..8e66b01 100644 --- a/bot-domain/bot-domain-main/pom.xml +++ b/bot-domain/bot-domain-main/pom.xml @@ -4,7 +4,7 @@ bot-domain dev.struchkov.godfather - 0.0.69 + 0.0.70-SNAPSHOT bot-domain-main diff --git a/bot-domain/bot-domain-quarkus/pom.xml b/bot-domain/bot-domain-quarkus/pom.xml index b159662..9ba8647 100644 --- a/bot-domain/bot-domain-quarkus/pom.xml +++ b/bot-domain/bot-domain-quarkus/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-domain - 0.0.69 + 0.0.70-SNAPSHOT bot-domain-quarkus diff --git a/bot-domain/bot-domain-simple/pom.xml b/bot-domain/bot-domain-simple/pom.xml index 0095f86..c2fa1bb 100644 --- a/bot-domain/bot-domain-simple/pom.xml +++ b/bot-domain/bot-domain-simple/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather bot-domain - 0.0.69 + 0.0.70-SNAPSHOT bot-domain-simple diff --git a/bot-domain/pom.xml b/bot-domain/pom.xml index ca6af54..91a84c2 100644 --- a/bot-domain/pom.xml +++ b/bot-domain/pom.xml @@ -3,7 +3,7 @@ godfather-bot dev.struchkov.godfather - 0.0.69 + 0.0.70-SNAPSHOT 4.0.0 diff --git a/bot-exception/pom.xml b/bot-exception/pom.xml index d91d4fd..e902966 100644 --- a/bot-exception/pom.xml +++ b/bot-exception/pom.xml @@ -3,7 +3,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69 + 0.0.70-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 14614aa..3d1541b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.godfather godfather-bot - 0.0.69 + 0.0.70-SNAPSHOT pom @@ -383,7 +383,7 @@ scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git https://git.struchkov.dev/Godfather-Bots/godfather scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git - v.0.0.69 + v.0.0.33