Apisero-Connectors / mule4-smb-connector-doc

4 stars 7 forks source link

Unable to download the 4.0.0 Version #15

Open tgkumarsfdc opened 2 months ago

tgkumarsfdc commented 2 months ago

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

piotrJaniuk commented 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

jawitzke-1996 commented 2 months ago

Same issue here as well. This is blocking migration to Java 17 for me.

AdriaanStevens1 commented 2 months ago

Same issue here also. can somebody please fix ?

juvydelarosa commented 2 months ago

Not able to download the version 4.0.0

rlfgs commented 2 months ago

new version is missing in exchange, please your help.

mmichaelFS commented 1 month ago

When will version 4.x of the connector be made available in Exchange?

poornima814-design commented 1 month ago

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.

davidsantana1103 commented 1 month ago

Same here, not able to download or see any reference of this version 4.0.0 in Exchange or any public maven repo.

tlharris32 commented 4 weeks ago

Same here, blocking our migration to Java 17

khaledsayyed commented 3 weeks ago

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.

mmichaelFS commented 3 weeks ago

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?

rajeshgowrineni commented 1 week ago

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

khaledsayyed commented 1 week ago

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.

rajeshgowrineni commented 1 week ago

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

khaledsayyed commented 1 week ago

@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.

rajeshgowrineni commented 6 days ago

@khaledsayyed , Thank you for helping me with the SMB connector. That worked for me.