Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK 6 documentation issues #236

Open
Robert-Zak opened this issue May 17, 2024 · 0 comments
Open

SDK 6 documentation issues #236

Robert-Zak opened this issue May 17, 2024 · 0 comments

Comments

@Robert-Zak
Copy link

Regarding building SDK 6 based on documentation https://docs.alfresco.com/content-services/latest/develop/oop-sdk/#prereq
I found 2 issues which makes impossible to build the code.

  1. Pom tag 0.0.1-SNAPSHOT makes impossible to download referenced libs du to issue: [BUG] ALFRESCO SDK 5.2.0 bug with dependency - compilation error #223
    Workaround is put value the same as alfresco-java-event-api-spring-boot-starter, for example 6.0-M1

  2. Referenced libraries:
    import org.alfresco.event.sdk.model.v1.model.DataAttributes;
    import org.alfresco.event.sdk.model.v1.model.NodeResource;
    import org.alfresco.event.sdk.model.v1.model.RepoEvent;
    import org.alfresco.event.sdk.model.v1.model.Resource;

Are not present in alfresco-java-event-api-spring-boot-starter, version 6.2. The latest version is 6.0-M1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant