-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathguide_tags.json
175 lines (175 loc) · 8.36 KB
/
guide_tags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"guide_tags": [
{
"name": "maven",
"guides": ["arquillian-managed", "getting-started", "maven-intro", "maven-multimodules"],
"visible": "true"
},
{
"name": "jakarta-ee",
"additional_search_terms": ["Java EE", "JEE"],
"guides": ["bean-validation", "cdi-intro", "jpa-intro", "microshed-testing", "rest-client-java", "rest-intro",
"security-intro", "microprofile-reactive-messaging", "microprofile-reactive-messaging-rest-integration", "reactive-messaging-sse",
"mongodb-intro", "jakarta-websocket", "jms-intro", "testcontainers"],
"visible": "true"
},
{
"name": "microprofile",
"additional_search_terms": ["Micro Profile", "MP"],
"guides": ["cdi-intro", "kubernetes-microprofile-config", "kubernetes-microprofile-health", "microprofile-config", "microprofile-config-profile",
"microprofile-fallback", "microprofile-health", "microprofile-istio-retry-fallback", "microprofile-jwt",
"microprofile-metrics", "microprofile-openapi", "microprofile-telemetry-jaeger", "microprofile-opentracing", "microprofile-opentracing-jaeger", "microprofile-rest-client",
"microprofile-rest-client-async", "microshed-testing", "rest-client-java", "rest-intro", "bulkhead",
"circuit-breaker", "microprofile-config-intro", "retry-timeout",
"microprofile-reactive-messaging", "reactive-service-testing", "microprofile-reactive-messaging-rest-integration", "microprofile-reactive-messaging-acknowledgment",
"reactive-messaging-sse", "mongodb-intro", "microprofile-graphql", "testcontainers"],
"visible": "true"
},
{
"name": "kubernetes",
"guides": ["cloud-aws", "cloud-azure", "cloud-ibm", "cloud-openshift", "istio-intro", "kubernetes-intro",
"kubernetes-microprofile-config", "kubernetes-microprofile-health", "microprofile-istio-retry-fallback",
"okd", "openshift-codeready-containers", "sessions", "cloud-google", "openliberty-operator-intro", "openliberty-operator-openshift"],
"visible": "true"
},
{
"name": "docker",
"guides": ["cloud-aws", "cloud-azure", "cloud-ibm", "cloud-openshift", "containerize", "docker",
"getting-started", "istio-intro", "kubernetes-intro", "kubernetes-microprofile-config",
"kubernetes-microprofile-health", "microprofile-istio-retry-fallback", "microshed-testing", "okd",
"openshift-codeready-containers", "sessions", "spring-boot", "cloud-google", "testcontainers"],
"visible": "true"
},
{
"name": "cloud",
"guides": ["cloud-aws", "cloud-azure", "cloud-ibm", "cloud-openshift", "okd", "cloud-openshift-operator", "openshift-codeready-containers",
"cloud-google", "openliberty-operator-openshift"],
"visible": "true"
},
{
"name": "reactive",
"guides": ["microprofile-reactive-messaging", "microprofile-reactive-messaging-rest-integration", "microprofile-reactive-messaging-acknowledgment", "reactive-service-testing", "microprofile-rest-client-async", "reactive-rest-client", "reactive-messaging-sse"],
"visible": "true"
},
{
"name": "getting-started",
"guides": ["getting-started", "gradle-intro", "maven-intro"]
},
{
"name": "microservices",
"guides": ["getting-started", "microprofile-telemetry-jaeger", "circuit-breaker", "microprofile-config-intro",
"bulkhead", "retry-timeout", "microprofile-reactive-messaging", "microprofile-reactive-messaging-rest-integration"]
},
{
"name": "gradle",
"guides": ["gradle-intro"]
},
{
"name": "security",
"guides": ["microprofile-jwt", "security-intro", "social-media-login"],
"visible": "true"
},
{
"name": "opentracing",
"guides": ["microprofile-opentracing", "microprofile-opentracing-jaeger"]
},
{
"name": "@traced",
"guides": ["microprofile-opentracing", "microprofile-opentracing-jaeger"]
},
{
"name": "telemetry",
"guides": ["microprofile-telemetry-jaeger"]
},
{
"name": "@withspan",
"guides": ["microprofile-telemetry-jaeger"]
},
{
"name": "testing",
"guides": ["microshed-testing", "testcontainers", "reactive-service-testing", "contract-testing"]
},
{
"name": "interactive",
"guides": ["bulkhead", "circuit-breaker", "microprofile-config-intro", "retry-timeout"]
},
{
"name": "@bulkhead",
"guides": ["bulkhead"]
},
{
"name": "@asynchronous",
"guides": ["bulkhead"]
},
{
"name": "@fallback",
"guides": ["bulkhead", "circuit-breaker", "microprofile-fallback", "microprofile-istio-retry-fallback"]
},
{
"name": "concurrent-requests",
"guides": ["bulkhead"]
},
{
"name": "circuit-breaker",
"guides": ["circuit-breaker"]
},
{
"name": "@circuitbreaker",
"guides": ["circuit-breaker"]
},
{
"name": "fault-tolerance",
"guides": ["circuit-breaker", "retry-timeout", "microprofile-fallback", "microprofile-istio-retry-fallback"]
},
{
"name": "config",
"guides": ["microprofile-config-intro", "microprofile-config", "microprofile-config-profile", "kubernetes-microprofile-config", "microprofile-config-profile"]
},
{
"name": "@inject",
"guides": ["microprofile-config-intro", "microprofile-config", "cdi-intro"]
},
{
"name": "@configproperty",
"guides": ["microprofile-config-intro", "microprofile-config"]
},
{
"name": "configsource",
"guides": ["microprofile-config-intro", "microprofile-config", "microprofile-config-profile"]
},
{
"name": "@retry",
"guides": ["retry-timeout"]
},
{
"name": "@timeout",
"guides": ["retry-timeout"]
},
{
"name": "run-in-cloud",
"guides": [
"rest-client-java", "getting-started", "microprofile-openapi", "rest-intro", "microprofile-rest-client-async",
"containerize", "microprofile-rest-client", "kubernetes-intro", "microprofile-health", "microprofile-jwt",
"cdi-intro", "microshed-testing", "docker",
"microprofile-config", "microprofile-fallback", "microprofile-metrics", "microprofile-opentracing", "microprofile-opentracing-jaeger",
"microprofile-reactive-messaging", "reactive-service-testing", "microprofile-reactive-messaging-acknowledgment", "microprofile-reactive-messaging-rest-integration",
"contract-testing", "kubernetes-microprofile-health", "kubernetes-microprofile-config", "reactive-messaging-sse", "reactive-rest-client",
"spring-boot", "arquillian-managed", "bean-validation", "cors", "jpa-intro",
"microprofile-graphql", "maven-intro", "rest-client-angular", "rest-client-angularjs", "rest-client-reactjs", "rest-hateoas", "maven-multimodules",
"openliberty-operator-intro", "openliberty-operator-openshift",
"security-intro", "mongodb-intro", "microprofile-telemetry-jaeger", "microprofile-config-profile", "testcontainers"
],
"visible": "true"
},
{
"name": "deprecated",
"guides": [ "microprofile-opentracing", "microprofile-opentracing-jaeger", "okd", "microshed-testing" ],
"alt_links": {
"microprofile-opentracing" : "microprofile-telemetry-jaeger",
"microprofile-opentracing-jaeger" : "microprofile-telemetry-jaeger",
"okd" : "openshift-codeready-containers",
"microshed-testing": "testcontainers"
}
}
]
}