mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Merge branch 'main' into reintroduction
This commit is contained in:
commit
1d84b93bfa
@ -859,8 +859,28 @@ ignore = [
|
|||||||
[sr_LATN_RS]
|
[sr_LATN_RS]
|
||||||
ignore = [
|
ignore = [
|
||||||
'language.direction',
|
'language.direction',
|
||||||
'licenses.version',
|
'lang.div',
|
||||||
'poweredBy',
|
'lang.epo',
|
||||||
|
'lang.hin',
|
||||||
|
'lang.iku',
|
||||||
|
'lang.mar',
|
||||||
|
'lang.san',
|
||||||
|
'lang.snd',
|
||||||
|
'lang.tel',
|
||||||
|
'lang.tgl',
|
||||||
|
'lang.urd',
|
||||||
|
'font',
|
||||||
|
'info',
|
||||||
|
'pro',
|
||||||
|
'team.status',
|
||||||
|
'endpointStatistics.top10',
|
||||||
|
'endpointStatistics.top20',
|
||||||
|
'endpointStatistics.top',
|
||||||
|
'showJS.tags',
|
||||||
|
'validateSignature.status',
|
||||||
|
'audit.dashboard.status',
|
||||||
|
'audit.dashboard.table.id',
|
||||||
|
'audit.dashboard.modal.id',
|
||||||
]
|
]
|
||||||
|
|
||||||
[sv_SE]
|
[sv_SE]
|
||||||
|
@ -120,8 +120,8 @@ public class ApiDocService {
|
|||||||
ObjectMapper mapper = new ObjectMapper();
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
apiDocsJsonRootNode = mapper.readTree(apiDocsJson);
|
apiDocsJsonRootNode = mapper.readTree(apiDocsJson);
|
||||||
JsonNode paths = apiDocsJsonRootNode.path("paths");
|
JsonNode paths = apiDocsJsonRootNode.path("paths");
|
||||||
paths.fields()
|
paths.propertyStream()
|
||||||
.forEachRemaining(
|
.forEach(
|
||||||
entry -> {
|
entry -> {
|
||||||
String path = entry.getKey();
|
String path = entry.getKey();
|
||||||
JsonNode pathNode = entry.getValue();
|
JsonNode pathNode = entry.getValue();
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user