-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
no-janino conditions #757
Comments
I'd also be very happy to get this feature. Without it, running spring boot native images force you to remove if conditions from spring-logback file. More info here |
Hey @ceki, i'm reaching out to you because you initally recommended filing an issue for this feature in this comment. What do you think of the solution that guai proposed? Is this something that you would accept PRs for? |
This looks very promising, i'll try with one of our projects. Ty for the quick response! |
Feature request:
pls make possible to write conditions without janino.
it should allow to use conditions with native image for example.
I suggest something like a predicate-like interface that user would implement and use like so:
or it could be a static method
The text was updated successfully, but these errors were encountered: