From 098cb025f23d437575b1e8a013445005c5c0593a Mon Sep 17 00:00:00 2001 From: Edwin Betancourt Date: Mon, 14 Oct 2024 22:14:33 -0400 Subject: [PATCH 1/2] feat: Update `adempiere-kafka-connector` to `1.4.3`. Changelog: - feat: Overwrite display type on reference to Button fields. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/51 - feat: Add Role parameter to Export Dictionary Definition process. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/52 - feat: Add process to Export Role Accesses by client. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/53 - feat: Add process for Export Current Role Accesses of record. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/54 - fix: Disable Local Printing app registration as Message Queue type. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/49 - feat: Add Jasper Report flag. by @EdwinBetanc0urt in https://github.com/adempiere/adempiere-kafka-connector/pull/50 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75e399984..da222df09 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ dependencies { // Business Processors (To Task's and Schedulers) (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-business-processors) implementation "${baseGroupId}:adempiere-business-processors:1.1.6" // Engine as Queue (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-kafka-connector) - implementation "${baseGroupId}:adempiere-kafka-connector:1.4.1" + implementation "${baseGroupId}:adempiere-kafka-connector:1.4.3" // AWS3 Connector to use as File Storage (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector) implementation "${baseGroupId}:adempiere-s3-connector:1.0.4" // Third part access using JWT (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-jwt-token) From 020f564c04ac75f7c896edfc356b5b7a93e98e30 Mon Sep 17 00:00:00 2001 From: Edwin Betancourt Date: Mon, 14 Oct 2024 22:20:51 -0400 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da222df09..5ba79ab18 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation "${baseGroupId}:adempiere-pos-improvements:1.0.2" // Business Processors (To Task's and Schedulers) (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-business-processors) implementation "${baseGroupId}:adempiere-business-processors:1.1.6" - // Engine as Queue (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-kafka-connector) + // Engine as Queue (https://github.com/adempiere/adempiere/packages/2207725) (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-kafka-connector) implementation "${baseGroupId}:adempiere-kafka-connector:1.4.3" // AWS3 Connector to use as File Storage (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector) implementation "${baseGroupId}:adempiere-s3-connector:1.0.4"