We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you build from head and deploy onto Alfresco 5, then on hitting something like http://localhost:8081/share/service/extras/oauth/auth2-return/alfresco?code=1&endpointId=1 it will fail with
java.lang.NoSuchMethodError - org.springframework.extensions.webscripts.connector.SimpleCredentialVault.<init>(Ljava/lang/String;)V org.sharextras.webscripts.connector.OAuth2CredentialVault.<init>(OAuth2CredentialVault.java:52)
If you change share-oauth/pom.xml to depend on:
share-oauth/pom.xml
<dependency> <groupId>org.alfresco</groupId> <artifactId>share</artifactId> <version>5.0.d</version> <classifier>classes</classifier> </dependency>
Then the module fails to compile. From a quick look, the connector.*Credential* classes seem to have changed quite a bit in 5
connector.*Credential*
The text was updated successfully, but these errors were encountered:
wabson
No branches or pull requests
If you build from head and deploy onto Alfresco 5, then on hitting something like http://localhost:8081/share/service/extras/oauth/auth2-return/alfresco?code=1&endpointId=1 it will fail with
If you change
share-oauth/pom.xml
to depend on:Then the module fails to compile. From a quick look, the
connector.*Credential*
classes seem to have changed quite a bit in 5The text was updated successfully, but these errors were encountered: