-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove no longer maintained dependency com.github.mifmif:generex #6052
Comments
See #6053 (comment)
Why is this?
The purpose of this method is really to process locally the templates as if they were being processed by the OpenShift cluster. It really doesn't matter if the string can't be tracked or if the random string is invalid (maybe because the provided expression is wrong). parameters:
- description: Password used for Redis authentication
from: '[A-Z0-9]{8}'
generate: expression
name: REDIS_PASSWORD What we want is to be able to support this. From the docs we can read the constraints for this expression:
It seems that a simple library or maybe even rolling our own utility method should suffice to handle this. |
Thanks for linking the detailed docs!
Looks easy enough, it's a fun distraction I take it 👍 |
Thanks 🙌 🙌 🙌 |
Is your enhancement related to a problem? Please describe
Auditing health and licenses for dependencies of Keycloak Operator this dependency was detected. The last release of the dependency was 2016-10-30, and can be considered abandoned by its maintainers as there has not been any activity. There's even a rather old open issue asking if the project is still alive, but no response in nearly 5 years.
generex also has a transitive dependency on automaton that is more than 10 years old, with an open request to update.
Describe the solution you'd like
Remove the use of the dependency that is no longer actively maintained.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: