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

Add back lenses-based connectors #18

Merged
merged 5 commits into from
Nov 4, 2024
Merged

Add back lenses-based connectors #18

merged 5 commits into from
Nov 4, 2024

Conversation

dlg99
Copy link
Collaborator

@dlg99 dlg99 commented Oct 31, 2024

We had to remove 5 connectors because JitPack failed to provide old dependencies.
On requests to rebuild, jitpack "succeeds" for 3.0.1 (I tried on my fork) but still fails to provide the dependencies, no info to troubleshoot further.
Newer versions (that use sbt instead of gradle) just fail. They fail locally for my as well.

Upon investigation, I found that locally build for 3.0.1 fails because some of the artifact storages no longer available and some artifacts can't be easily obtained. This affected other OSS projects.
Some of the fixes in these projects were to exclude the dependencies but it's unclear what can fail as result.
I found repo clones that seemed to work, also added some transitive dependencies explicitly to fix the build.
The fix: https://github.com/dlg99/stream-reactor/tree/3.0.1-fix-build specifically dlg99/stream-reactor@faf4192

Jitpack built the release and this project build succeeded locally when I used that release.

@dlg99 dlg99 merged commit 1f08045 into master Nov 4, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant