Skip to content

Commit

Permalink
Update library-and-framework-list.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla authored and fniephaus committed Mar 3, 2025
1 parent 44b7a5b commit d6b2978
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,53 +32,6 @@
}
]
},
{
"artifact": "com.hexagontk:core",
"description": "Hexagon core utilities (dates, exceptions, logging, etc.).",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/hexagontk/hexagon/tree/main/core/main/META-INF/native-image/com.hexagontk/core"
],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/core/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk:handlers",
"description": "Handlers to be applied on events processing.",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/handlers/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk:helpers",
"description": "Hexagon helpers. Not used inside the toolkit but useful for applications.",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/helpers/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk.http:http",
"description": "HTTP classes. These classes are shared among the HTTP client and the HTTP server.",
Expand Down Expand Up @@ -289,6 +242,21 @@
}
]
},
{
"artifact": "com.hexagontk.http:web",
"description": "HTTP server extensions to ease the development of dynamic Web applications.",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/http/web/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk.serialization:serialization",
"description": "Hexagon serialization module.",
Expand Down Expand Up @@ -485,15 +453,47 @@
]
},
{
"artifact": "com.hexagontk.http:web",
"description": "HTTP server extensions to ease the development of dynamic Web applications.",
"artifact": "com.hexagontk:core",
"description": "Hexagon core utilities (dates, exceptions, logging, etc.).",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/hexagontk/hexagon/tree/main/core/main/META-INF/native-image/com.hexagontk/core"
],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/core/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk:handlers",
"description": "Handlers to be applied on events processing.",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/http/web/test",
"https://github.com/hexagontk/hexagon/tree/main/handlers/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
]
},
{
"artifact": "com.hexagontk:helpers",
"description": "Hexagon helpers. Not used inside the toolkit but useful for applications.",
"details": [
{
"minimum_version": "4.0.0",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/hexagontk/hexagon/tree/main/helpers/test",
"https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml"
]
}
Expand Down

0 comments on commit d6b2978

Please sign in to comment.