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

Use assembly to ensure all classes are there #238

Merged
merged 2 commits into from
Feb 7, 2022

Conversation

npepinpe
Copy link
Collaborator

@npepinpe npepinpe commented Feb 7, 2022

Description

Switches usage from the shade plugin to the simpler assembly plugin. The shade plugin was excluding unused classes, which caused issues such as #237. While this can be fixed via configuration, the assembly plugin is not only easier to configure, but it's also compatible with Java 17, which will be the language level for Zeebe 1.4.

Related issues

closes #237

Pull Request Checklist

  • All commit messages match our commit message guidelines
  • The submitting code follows our code style
  • If submitting code, please run mvn clean install -DskipTests locally before committing
  • Ensure all PR checks are green

@npepinpe npepinpe merged commit d6e9051 into master Feb 7, 2022
@npepinpe npepinpe deleted the np-fix-missing-classes branch February 7, 2022 10:18
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.

No LoginModule found for ScramLoginModule
1 participant