This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 34f0ad4080 Fixed: Product Image PNG - Black Background (OFBIZ-12750)
34f0ad4080 is described below

commit 34f0ad4080f9308ff09456b18bcf2ae8b772995e
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 4 14:29:55 2023 +0100

    Fixed: Product Image PNG - Black Background (OFBIZ-12750)
    
    Fixes previous commit* in relation with this change:
    
    jleroux: in 22.01 I also made the file the same than in trunk. There were no
    reasons it should no be (no functional change but for transparent 
background and
    Windows usage). This will also make future possible backports easier
    
    imaging:1.0-alpha3 was needed
    
    * https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c592382f57
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d0827e47e0..d10cce2109 100644
--- a/build.gradle
+++ b/build.gradle
@@ -223,7 +223,7 @@ dependencies {
     implementation 'org.apache.commons:commons-collections4:4.4'
     implementation 'org.apache.commons:commons-csv:1.9.0'
     implementation 'org.apache.commons:commons-dbcp2:2.9.0'
-    implementation 'org.apache.commons:commons-imaging:1.0-alpha2' // Alpha 
but OK, "Imaging was working and was used by a number of projects in production 
even before reaching its initial release as an Apache Commons component."
+    implementation 'org.apache.commons:commons-imaging:1.0-alpha3' // Alpha 
but OK, "Imaging was working and was used by a number of projects in production 
even before reaching its initial release as an Apache Commons component."
     implementation 'org.apache.commons:commons-text:1.10.0'
     implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5'
     implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'

Reply via email to