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

Cleanup & Prevent warning on Grails startup #77

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

darxriggs
Copy link
Contributor

@darxriggs darxriggs commented Jun 19, 2021

This change contains some cleanup.

The most relevant one is the removal of BootStrap.groovy which currently causes a warning on application startup when this plugin is used.

It also contains the i18n removal as in #75.

It does not even compile anymore. The required classes have been
removed in commit c1b5524.
- use single quotes where sufficient
- consistent indentation with spaces
- consistent order of dependencies
Otherwise when used in a Grails application the following warning is reported:
> o.g.plugins.AbstractGrailsPluginManager - Plugin cxf-client has an artefact BootStrap without a package name This could lead to artefacts being excluded from the application

In case BootStrap is required, it should be put into the plugin's package nowadays.
All matching artefacts have already been removed from the repository some time ago.
@darxriggs
Copy link
Contributor Author

@ctoestreich Can you have a look at this?

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