-
-
Notifications
You must be signed in to change notification settings - Fork 66
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] Support for native image (Spring Native/GraalVM) #201
Comments
Hey, |
@christian-draeger I'll try prepare something this week ;) |
Thank you 🙌 |
Okay. For now the most obvious thing to do is to remove |
Sounds like a good idea. I had same problem in spring projects that uses native image compilation and logback-spring.xml. |
@christian-draeger Just added PR with changes. It looks like it works like a charm 🎉 |
Thx a lot :) will merge it tomorrow |
Is your feature request related to a problem? Please describe.
I was wondering if it's bug report or feature request but it would be nice to have support for native image building e.g. Spring Native. Currently skrape.it added as dependency instantly fails build process. It might be connected to usage of logback.xml here.
I did small reproduction of this problem with logback and it turned out that it can fail build while having logback.xml in classpath
Describe the solution you'd like
Skrape.it supporting native image building.
Additional context
It might be related to spring-attic/spring-native#625
The text was updated successfully, but these errors were encountered: