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

chore: add maven repo that contains jpastebin #4844

Merged
merged 3 commits into from
Aug 15, 2021

Conversation

jdrueckert
Copy link
Member

@jdrueckert jdrueckert commented Aug 15, 2021

This change is required to allow the CrashReporter to import the org.jpastebin dependency which is required to fix the broken CrashReporter integration with PasteBin.

See issue #4699
See fix MovingBlocks/CrashReporter#44

@github-actions github-actions bot added the Type: Chore Request for or implementation of maintenance changes label Aug 15, 2021
@jdrueckert
Copy link
Member Author

Fix CrashReporter

Copy link
Member

@keturn keturn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm reluctant to add to random repositories, but after looking this one up, it seems to me like it would be okay. i.e. it is maintained by someone who is going to keep it online, probably trustworthy to not let random hacks get added to it, and it is intentionally public.

Suggestions:

  • add a comment that mentions this is needed for a crashreporter dependency
  • add the filter (as seen in the Maven Central repo) that makes sure we don't waste time looking for org.terasology dependencies in this repository.
    • copy/pasting that twice (maven & google) is maybe okay. Three gets to be noisy. It would be nice to figure out a better way to configure that.
    • alternately, it might be better in this case to filter for only org:jpastebin

@jdrueckert jdrueckert requested a review from keturn August 15, 2021 20:25
Copy link
Member

@keturn keturn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That content filter looks right. 👍

@keturn keturn merged commit ac1c547 into develop Aug 15, 2021
@keturn keturn deleted the chore/add-maven-repo-with-jpastebin branch August 15, 2021 20:31
@keturn keturn added this to the v5.2.0 milestone Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Chore Request for or implementation of maintenance changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants