-
Notifications
You must be signed in to change notification settings - Fork 4
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
apache.commons.io version collision with the one used by spring-boot-gradle-plugin #13
Comments
I trying to reproduce your's problem in https://gist.github.com/valery1707/65e14e9dcab89460859c339a4793db8d, but I can't to receive such message and successfully receiver original message. I think that repacking dependencies inside my maven plugin is not good idea. In next version I will refuse to use the problematic method. But will be good if I can reproduce problem in tests or local project to to make sure the problem is completely gone. |
I can reproduce this problem if downgrade |
Here are additional classpath dependencies (were defined in root project, forgot to add them)
Can you please try to reproduce with this config :
|
Not sure if the order is important :
|
No, problem is not reproduced with this dependencies. |
Version |
Doesn't work, with buggy |
Can you show full error? And run gradle with |
Because of issue kaitai-io/kaitai_struct#509, the process launcher |
After switch from showing raw error text to use machine-readable error log I will have to use |
The full stack trace :
Without
I would expect to see the real cause :
|
Thanks for the log. |
Please test with version |
Great, thanks a lot
|
Hi
Looks like
apache.commons.io
you are using contradicts with version that spring boot plugin uses.Here is my
gradle.build
;When I run kaitai task with buggy ksy I get this :
The text was updated successfully, but these errors were encountered: