You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried to use this w/ a springboot app and ran into a ton of pain. I finally realized it wouldn't boot because of a conflict between servlet-api versions. I was using 3.1 but this app today uses 2.4
Would you accept a PR to remove this hard coded dependency so others using springboot won't feel this pain?
Thank you for maintaining such a great OSS project !
The text was updated successfully, but these errors were encountered:
toranb
changed the title
Would you accept a pull request to remove the
Would you accept a pull request to remove the servlet-api dependency?
Dec 31, 2014
Hello, I am on it. I am also writing a jsondoc starter for spring boot which I'll push shortly. I'll release it and document how to use it soon. Anyway, glad to see that, apart from the servlet version, it's working with spring boot.
Today I tried to use this w/ a springboot app and ran into a ton of pain. I finally realized it wouldn't boot because of a conflict between servlet-api versions. I was using 3.1 but this app today uses 2.4
Would you accept a PR to remove this hard coded dependency so others using springboot won't feel this pain?
https://github.com/fabiomaffioletti/jsondoc/blob/master/pom.xml#L123
Thank you for maintaining such a great OSS project !
The text was updated successfully, but these errors were encountered: