-
Notifications
You must be signed in to change notification settings - Fork 62
FUNCTIONS_WORKER_JAVA_LOAD_APP_LIBS seems no effect on local run (works on functions) #425
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
Comments
Can you please share your core tools versions? And your java worker version. |
sure, here is what copied from the log output of "mvn azure-functions:run"
|
Thank your for your message, You need to upgrade to the newer core tools |
@anuchandy @amamounelsayed Thank you so much. Upgrading to newer core tools resolved the issue. |
Glad to hear, please let us know if you have any questions |
FUNCTIONS_WORKER_JAVA_LOAD_APP_LIBS works fine on functions but not for local development:
The following sample can be used to reproduce this issue:
hello-spring-function-azure.zip
run locally - "mvn azure-functions:run", and hit the endpoint, worker fails with dependency conflicts.
The text was updated successfully, but these errors were encountered: