|
32 | 32 | } |
33 | 33 | ] |
34 | 34 | }, |
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 | | - }, |
82 | 35 | { |
83 | 36 | "artifact": "com.hexagontk.http:http", |
84 | 37 | "description": "HTTP classes. These classes are shared among the HTTP client and the HTTP server.", |
|
289 | 242 | } |
290 | 243 | ] |
291 | 244 | }, |
| 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 | + }, |
292 | 260 | { |
293 | 261 | "artifact": "com.hexagontk.serialization:serialization", |
294 | 262 | "description": "Hexagon serialization module.", |
|
485 | 453 | ] |
486 | 454 | }, |
487 | 455 | { |
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.", |
490 | 475 | "details": [ |
491 | 476 | { |
492 | 477 | "minimum_version": "4.0.0", |
493 | 478 | "test_level": "fully-tested", |
494 | 479 | "metadata_locations": [], |
495 | 480 | "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", |
497 | 497 | "https://github.com/hexagontk/hexagon/actions/workflows/nightly.yml" |
498 | 498 | ] |
499 | 499 | } |
|
0 commit comments