-
Notifications
You must be signed in to change notification settings - Fork 35
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
NPE/ConcurrentModificationException in JibLayerFilterExtension when building in paralllel large multi-module project #170
Comments
Could someone elaborate whether I need to add any further details for this issue to be fixed or to have label for accepting contributions? |
possible fix could be changing field variables to local in JibLayerFilterExtension:
Issue is if it defined in root pom as part of pluginmanagement - apparently there is only one instance of JibLayerFilterExtension across all modules in such case. |
Hi,
(Created a PR anyway) |
Same bug reproduced on jib-maven-plugin:3.4.3 while biuld multimodule project. |
Using jib-maven-plugin 3.4.1 with jib-layer-filter-extension-maven 0.3.0 on large multi-module maven project (350 projects, ~50 of them have jib plugin to do jib:build as part of mvn deploy lifecycle). They all share same base image as same jib plugin configuration coming from root pom file.
Whenever I try to build projects in parallel (mvn deploy -T8) - I get these exceptions:
The text was updated successfully, but these errors were encountered: