Open tgkumarsfdc opened 2 months ago
Same problem, cannot download 4.0.0 version. https://www.mulesoft.com/exchange/com.mulesoft.connectors/mule-smb-connector/ -> it also looks like it is not pushed to the exchange
Same issue here as well. This is blocking migration to Java 17 for me.
Same issue here also. can somebody please fix ?
Not able to download the version 4.0.0
new version is missing in exchange, please your help.
When will version 4.x of the connector be made available in Exchange?
Team,
Pleass upgrade SMB connector compatible version for Java17,it became blocker to us now. Please consider the importance and Criticality of the issue and address the issue asap.
Same here, not able to download or see any reference of this version 4.0.0 in Exchange or any public maven repo.
Same here, blocking our migration to Java 17
It would be very helpful to have a timeline for publishing the new version. We’re currently blocked on the Java 17 migration, so any updates on the release would be appreciated.
Same blocked from going to Java 17 until the latest version is made available. Is there any word on when the update will be published to Exchange?
Failed to resolve module com.mulesoft.connectors:mule-smb-connector:4.0.0 . . . Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: com.mulesoft.connectors:mule-smb-connector:pom:4.0.0 was not found in https://maven.anypoint.mulesoft.com/api/v3/maven during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of anypoint-exchange-v3 has elapsed or updates are forced
I came across the SMB connector v4.0.0 on the Exchange. It was published on November 15, now supports Java 17, and I tested it in one of our projects, it works fine.
FYI: SMB connector v4.0.0 is now available on the Exchange. It supports Java 17.
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.mulesoft.connectors:mule-smb-connector:pom:4.0.0 (absent): com.mulesoft.connectors:mule-smb-connector:pom:4.0.0 was not found in https://maven.anypoint.mulesoft.com/api/v3/maven during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of anypoint-exchange-v3 has elapsed or updates are forced
@rajeshgowrineni It seems like Maven is resolving the artifact from your local repository or cache. If you tried to install the version before it was available, the failure from that attempt might have been cached and is now being reused.
You can try clearing the local Maven cache for the SMB connector. The cached files are usually saved in the following directory: ~/.m2/repository/com/mulesoft/connectors/mule-smb-connector
Delete this folder and run your Maven build again, it should reattempt to fetch the artifact.
BTW I’m not affiliated with Apisero or the SMB connector project, just sharing from personal experience.
@khaledsayyed , Thank you for helping me with the SMB connector. That worked for me.
Hi team,
We are unable to download the lates SMB connector which is compatible with Java 17. Please let us know what is the repository that we need to use in POM