issues Search Results · repo:fabiomaffioletti/jsondoc language:Java
Filter by
205 results
(74 ms)205 results
infabiomaffioletti/jsondoc (press backspace or delete to remove)When I run OWASP dependency check in Java project, the jsondoc-ui-webjar-1.2.22 dependency identified with known
vulnerabilities:
jsondoc-ui-webjar-1.2.22.jar: bootstrap.min.js (pkg:javascript/bootstrap@3.3.1) ...
fabfas
- Opened on May 22, 2020
- #257
With JSONDoc 1.2.2 there is a NoSuchMethodError coming from SpringQueryParamBuilder, as it uses RequestParam.name(),
method only introduced since Spring 4.2, according to the JavaDoc of the RequestParam.name() ...
evfool
- 1
- Opened on Jan 7, 2020
- #253
@ApiObject
public class Pojo {
@ApiObjectField
@NotNull
private String id;
}
Should result in the field documentation
| Fields | - |
| --- | --- |
| id | Type: string |
| - | Required: true |
| - ...
godart
- 1
- Opened on Oct 9, 2019
- #250
Hi, I want to access /jsondoc of different spring boot programs through a jsondoc-ui.html, but I find that
http://localhost:9014/jsondoc-ui.html can only accss http://localhost:9014/jsondoc, not http://localhost:9999/jsondoc. ...
lhzxxy
- Opened on Mar 6, 2019
- #247
I had extended @RestController class in @Component class. Jsondoc is not scanning the class with annotation @Component
which is also a controller based on the hierarchy
jobin6169
- Opened on Sep 11, 2018
- #246
GIVEN
- A @RequestMapping with negated values in the params: @RequestMapping(value = / , method = RequestMethod.GET, params
= { mrn , !familyName , !givenName })
WHEN
- Viewing this in the UI ...
larry-s
- 2
- Opened on Jun 5, 2018
- #245
I observed that ApiObjects are only detected in controllers whichs methods are annotated with @RequestMapping. They are
not detected in controllers which are using @GetMapping, PostMapping ... instead. ...
mschaffl
- 2
- Opened on Apr 27, 2018
- #244
Hello, I have multiple endpoints pointing to the same service .. because reasons.
@RequestMapping(value={ /report/workingday/rop , /home/workingday/rop },method = RequestMethod.GET)
And my configuration ...
amirxin
- Opened on Aug 7, 2017
- #241
Currently a correct spring mvc declaration, like below, will show a wrong path value in the jsondoc
/api/widgetframe instead of /api/widget/frame
@RestController
@RequestMapping(path = { /api/widget ...
herau
- Opened on Jul 20, 2017
- #240

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.