brightspot-cms icon indicating copy to clipboard operation
brightspot-cms copied to clipboard

Cannot confirm #1263 is fixed

Open Typografikon opened this issue 7 years ago • 1 comments

Hi to all,

I checked 3.2 - Patch Release #12 but unfortunately I cannot confirm that issue #1263 was fixed. I use

    ...
    <properties>
        <bsp.handlebars.version>1.2.101-12aba4</bsp.handlebars.version>
        <bsp.styleguide.version>1.1.350-86f868</bsp.styleguide.version>
        <cms.version>3.2.7178-2110f8</cms.version>
        <dari.version>3.2.2450-7be12b</dari.version>
        <slf4j.version>1.7.12</slf4j.version>
        <solr.version>4.8.1</solr.version>
        <mysql.port>4706</mysql.port>
        <tomcat.port>9480</tomcat.port>
        <styleguide.viewgenerator.skip>true</styleguide.viewgenerator.skip>
        <styleguide.viewgenerator.watch>false</styleguide.viewgenerator.watch>
    </properties>

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.psddev</groupId>
        <artifactId>dari-parent</artifactId>
        <version>3.2.2450-7be12b</version>
    </parent>
    ...

and still got big png from my JPG files. I used fresh empty database and storage dir and I created my test project from scratch with

mvn archetype:generate -B -DarchetypeRepository=https://artifactory.psdops.com/psddev -DarchetypeGroupId=com.psddev -DarchetypeArtifactId=cms-app-archetype -DarchetypeVersion=3.2.7178-2110f8 -DgroupId=cz.typografikon -DartifactId=test-brightspot -DmodelVersion=1.0-SNAPSHOT

Any idea how to deal with it?

Typografikon avatar May 27 '17 16:05 Typografikon