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

[Feature] - Implement JarCheck for the config server #1513

Open
salim-1997 opened this issue Aug 29, 2022 · 0 comments
Open

[Feature] - Implement JarCheck for the config server #1513

salim-1997 opened this issue Aug 29, 2022 · 0 comments
Labels
area/config-server idea A rough idea for a feature or extension

Comments

@salim-1997
Copy link
Member

salim-1997 commented Aug 29, 2022

Is your feature request related to a problem? Please describe
The gradle plugin JarCheck is currently implemented in the core sub-project. In our project JarCheck assures that the jar files of the 3rd party libraries, that are used in our core sub-project, are using java 8.
We want to add JarCheck to the config server to avoid java compatibility problem while interacting with other compenents.

Describe the solution you'd like
Currently JarCheck is implemented locally as a seperate class inside the core sub-project. We want to either:

  1. Create a jarCheck class globally for the whole project and connect it with the gradle build files of the core and config server sub-projects. This might be possible by configuring the gradle settings in the project.
  2. Implement JarCheck as a plugin in a separate project and connect it to the build files of core and config server.
  3. Implement JarCheck as a remote plugin and connect it with core and config server.
@salim-1997 salim-1997 added area/config-server idea A rough idea for a feature or extension labels Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config-server idea A rough idea for a feature or extension
Projects
None yet
Development

No branches or pull requests

1 participant