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
description: 'This is work in progress. API or configuration properties might change as the extension matures. Give us your feedback :)'
22
-
},
23
-
{
24
-
name: 'experimental',
25
-
color: '#ff004a',
26
-
description: 'Early feedback is requested to mature the idea. There is no guarantee of stability nor long term presence in the platform until the solution matures.'
27
-
},
28
-
{
29
-
name: 'deprecated',
30
-
color: '#707070',
31
-
description: 'This extension has been deprecated. It is likely to be replaced or removed in a future version of Quarkus'
32
-
},
33
-
{
34
-
name: 'code',
35
-
color: '#be9100',
36
-
description: 'This extension provides starter code (may not be available in all languages).'
37
-
},
38
-
{
39
-
name: 'stable',
40
-
hide: true
41
-
},
42
18
{
43
19
name: 'status:preview',
44
-
color: '#4695eb',
20
+
background: '#1f6feb',
21
+
color: '#ffffff',
45
22
description: 'This is work in progress. API or configuration properties might change as the extension matures. Give us your feedback :)'
46
23
},
47
24
{
48
25
name: 'status:experimental',
49
-
color: '#ff004a',
26
+
background: '#d73a49',
27
+
color: '#ffffff',
50
28
description: 'Early feedback is requested to mature the idea. There is no guarantee of stability nor long term presence in the platform until the solution matures.'
51
29
},
52
30
{
53
31
name: 'status:deprecated',
54
-
color: '#707070',
32
+
background: '#6a737d',
33
+
color: '#ffffff',
55
34
description: 'This extension has been deprecated. It is likely to be replaced or removed in a future version of Quarkus'
56
35
},
57
36
{
58
37
name: 'with:starter-code',
59
-
color: '#be9100',
38
+
border: '#ffdd57',
60
39
description: 'This extension provides starter code (may not be available in all languages).'
0 commit comments