Skip to content
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

fix for issue #3178 #3179

Merged
merged 2 commits into from
Jan 6, 2020
Merged

fix for issue #3178 #3179

merged 2 commits into from
Jan 6, 2020

Conversation

ogerardin
Copy link
Contributor

replace new FileInputStream(resource.getFile()) with resource.getInputStream()

Fixes #3178

replace  new FileInputStream(resource.getFile()) with springfox#3178
@codecov
Copy link

codecov bot commented Nov 11, 2019

Codecov Report

Merging #3179 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3179   +/-   ##
=========================================
  Coverage     92.91%   92.91%           
  Complexity     3512     3512           
=========================================
  Files           382      382           
  Lines          9330     9330           
  Branches        768      768           
=========================================
  Hits           8669     8669           
  Misses          472      472           
  Partials        189      189
Impacted Files Coverage Δ Complexity Δ
.../plugins/SpringRestDocsOperationBuilderPlugin.java 82.53% <100%> (ø) 16 <1> (ø) ⬇️

@dilipkrish dilipkrish added this to the 3.0 milestone Jan 6, 2020
@dilipkrish
Copy link
Member

Thanks for this PR @ogerardin

@dilipkrish dilipkrish merged commit 3c52ee4 into springfox:master Jan 6, 2020
@dilipkrish
Copy link
Member

closes #3178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SpringRestDocsOperationBuilderPlugin won't load resources from a jar
2 participants