cancel
Showing results for 
Search instead for 
Did you mean: 

Chemistry Opencmis 1.0.0-jakarta-X on maven repository

trebor
Champ in-the-making
Champ in-the-making

Dear,

Could you tell us if it's available somewhere what are the changes on your versions of Apache Chemistry on Mvn Repository?

I see there are versions until jakarta-4 here: https://mvnrepository.com/artifact/org.apache.chemistry.opencmis/chemistry-opencmis-client-impl?repo...

But I cannot find what are the changes, a release notes or similar.

And also I wonder why the last version is not used on the last version of Alfresco Community Edition.

Thank you

 

 

1 REPLY 1

AlfrescoZZZ
Star Collaborator
Star Collaborator

For alfresco community 23.X i use the version 1.0.0-jakarta-1

        <!-- FROM ALFRESCO -->
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-commons-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-commons-impl</artifactId>
            <scope>provided</scope>
        </dependency>	        
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-server-support</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-server-bindings</artifactId>
            <scope>provided</scope>
        </dependency>
        <!-- Additional for not alfresco purpose -->
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-client-api</artifactId>
            <scope>compile</scope>
        </dependency>	        	
	<dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-client-impl</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.chemistry.opencmis</groupId>
            <artifactId>chemistry-opencmis-client-bindings</artifactId>
            <scope>compile</scope>
        </dependency>

The difference is mainly related to the commercial and licensing strategy between Alfresco Community and Alfresco Enterprise.

In Enterprise, it has been integrated, but not in Community. You can try using the next CMIS version 1.1.0 by removing the default versions in Alfresco Community if you want. I tried it once and had no problems, although my advice is to stick with the default versions.