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

[Suggestion] Replace plugin dependencies by dynamically downloading dependencies #84

Open
2 tasks
bivashy opened this issue Oct 11, 2023 · 0 comments
Open
2 tasks
Labels
priority: low Issue or PR review is not priority type: enhancement New feature or request

Comments

@bivashy
Copy link
Owner

bivashy commented Oct 11, 2023

At present, all plugin dependencies are bundled directly into the jar or through other plugins like TelegramBotAPI. This approach has several drawbacks:

  • Increases the build size.
  • Requires direct dependency on other plugins.
  • Necessitates downloading these plugins.

Proposed Solution:
Usage of the libby library, which downloads jars during runtime. This will help in reducing the build size and eliminating the need for direct dependencies.

Tasks:

  • Replace existing plugin dependencies with dynamic dependencies. This change should remain backward compatible. However, backward compatibilty will be deprecated in the future.
  • Replace bundle dependencies with dynamic dependencies.
@bivashy bivashy added type: enhancement New feature or request priority: low Issue or PR review is not priority labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Issue or PR review is not priority type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant