Skip to content

Commit d6b2978

Browse files
jaguilillafniephaus
authored andcommitted
Update library-and-framework-list.json
1 parent 44b7a5b commit d6b2978

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

library-and-framework-list.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -32,53 +32,6 @@
3232
}
3333
]
3434
},
35-
{
36-
"artifact": "com.hexagontk:core",
37-
"description": "Hexagon core utilities (dates, exceptions, logging, etc.).",
38-
"details": [
39-
{
40-
"minimum_version": "4.0.0",
41-
"test_level": "fully-tested",
42-
"metadata_locations": [
43-
"https://github.com/hexagontk/hexagon/tree/main/core/main/META-INF/native-image/com.hexagontk/core"
44-
],
45-
"tests_locations": [
46-
"https://github.com/hexagontk/hexagon/tree/main/core/test",
47-
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
48-
]
49-
}
50-
]
51-
},
52-
{
53-
"artifact": "com.hexagontk:handlers",
54-
"description": "Handlers to be applied on events processing.",
55-
"details": [
56-
{
57-
"minimum_version": "4.0.0",
58-
"test_level": "fully-tested",
59-
"metadata_locations": [],
60-
"tests_locations": [
61-
"https://github.com/hexagontk/hexagon/tree/main/handlers/test",
62-
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
63-
]
64-
}
65-
]
66-
},
67-
{
68-
"artifact": "com.hexagontk:helpers",
69-
"description": "Hexagon helpers. Not used inside the toolkit but useful for applications.",
70-
"details": [
71-
{
72-
"minimum_version": "4.0.0",
73-
"test_level": "fully-tested",
74-
"metadata_locations": [],
75-
"tests_locations": [
76-
"https://github.com/hexagontk/hexagon/tree/main/helpers/test",
77-
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
78-
]
79-
}
80-
]
81-
},
8235
{
8336
"artifact": "com.hexagontk.http:http",
8437
"description": "HTTP classes. These classes are shared among the HTTP client and the HTTP server.",
@@ -289,6 +242,21 @@
289242
}
290243
]
291244
},
245+
{
246+
"artifact": "com.hexagontk.http:web",
247+
"description": "HTTP server extensions to ease the development of dynamic Web applications.",
248+
"details": [
249+
{
250+
"minimum_version": "4.0.0",
251+
"test_level": "fully-tested",
252+
"metadata_locations": [],
253+
"tests_locations": [
254+
"https://github.com/hexagontk/hexagon/tree/main/http/web/test",
255+
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
256+
]
257+
}
258+
]
259+
},
292260
{
293261
"artifact": "com.hexagontk.serialization:serialization",
294262
"description": "Hexagon serialization module.",
@@ -485,15 +453,47 @@
485453
]
486454
},
487455
{
488-
"artifact": "com.hexagontk.http:web",
489-
"description": "HTTP server extensions to ease the development of dynamic Web applications.",
456+
"artifact": "com.hexagontk:core",
457+
"description": "Hexagon core utilities (dates, exceptions, logging, etc.).",
458+
"details": [
459+
{
460+
"minimum_version": "4.0.0",
461+
"test_level": "fully-tested",
462+
"metadata_locations": [
463+
"https://github.com/hexagontk/hexagon/tree/main/core/main/META-INF/native-image/com.hexagontk/core"
464+
],
465+
"tests_locations": [
466+
"https://github.com/hexagontk/hexagon/tree/main/core/test",
467+
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
468+
]
469+
}
470+
]
471+
},
472+
{
473+
"artifact": "com.hexagontk:handlers",
474+
"description": "Handlers to be applied on events processing.",
490475
"details": [
491476
{
492477
"minimum_version": "4.0.0",
493478
"test_level": "fully-tested",
494479
"metadata_locations": [],
495480
"tests_locations": [
496-
"https://github.com/hexagontk/hexagon/tree/main/http/web/test",
481+
"https://github.com/hexagontk/hexagon/tree/main/handlers/test",
482+
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
483+
]
484+
}
485+
]
486+
},
487+
{
488+
"artifact": "com.hexagontk:helpers",
489+
"description": "Hexagon helpers. Not used inside the toolkit but useful for applications.",
490+
"details": [
491+
{
492+
"minimum_version": "4.0.0",
493+
"test_level": "fully-tested",
494+
"metadata_locations": [],
495+
"tests_locations": [
496+
"https://github.com/hexagontk/hexagon/tree/main/helpers/test",
497497
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
498498
]
499499
}

0 commit comments

Comments
 (0)