Oliver Drotbohm
281da55eac
GH-172 - Prepare next development iteration.
2023-03-24 10:24:47 +01:00
Oliver Drotbohm
d5bdff3f77
GH-172 - Release version 0.5.1.
2023-03-24 10:24:47 +01:00
Oliver Drotbohm
f0aaca2917
GH-164 - Prepare next development iteration.
2023-03-08 11:35:15 +01:00
Oliver Drotbohm
50dd8969fb
GH-164 - Release version 0.5.0.
2023-03-08 11:35:14 +01:00
Oliver Drotbohm
c51ac5c6fb
GH-147 - Prepare next development iteration.
2023-02-24 16:47:15 +01:00
Oliver Drotbohm
13c9f96448
GH-147 - Release version 0.4.1.
2023-02-24 16:47:14 +01:00
Oliver Drotbohm
64a5929367
GH-143 - Prepare next development iteration.
2023-02-23 23:26:25 +01:00
Oliver Drotbohm
3e705a162e
GH-143 - Release version 0.4.0.
2023-02-23 23:26:25 +01:00
Oliver Drotbohm
485c47fcab
GH-141 - Avoid package wrapper for component diagrams.
2023-02-23 22:31:08 +01:00
Oliver Drotbohm
7dda0e3c3a
GH-140 - Use system name as container title in generated documentation.
2023-02-23 22:29:26 +01:00
Oliver Drotbohm
8e637ecdf9
GH-126 - Upgrade to latest Structurizr.
2023-01-26 15:38:33 +01:00
Oliver Drotbohm
3c25958edc
GH-123 - Prepare next development iteration.
2023-01-20 10:16:34 +01:00
Oliver Drotbohm
43bea11041
GH-123 - Release version 0.3.0.
2023-01-20 10:16:34 +01:00
Oliver Drotbohm
58ad0a33e7
GH-120 - Use *.puml as default file extension for PlantUML files generated.
2023-01-19 16:12:34 +01:00
Oliver Drotbohm
5c34886907
GH-114 - Rename ….modulith.model to ….modulith.core.
2023-01-12 16:34:07 +01:00
Oliver Drotbohm
0d009f06c9
GH-111 - Package and publish Javadoc.
...
A lot of Javadoc polish. Not done yet.
2023-01-12 16:20:20 +01:00
Oliver Drotbohm
9ce6bf23ae
GH-14 - Remove Lombok from production sources.
...
Polished a lot of Javadoc.
2023-01-12 01:05:35 +01:00
Oliver Drotbohm
a7e033172b
GH-102 - ApplicationModules now allows traversing modules in topological order.
...
We now optionally integrate with the JGraphT library to calculate the topological order of modules based on their dependency structure. That order is then exposed in ApplicationModules' iteration and via ….getComparator().
Renamed FormattableJavaClass to FormattableType and allow it to be created from a plain Class as well.
2023-01-05 10:21:36 +01:00
Oliver Drotbohm
4e13fbf7f8
GH-99 - Extend license headers to 2023.
2023-01-02 18:12:29 +01:00
Oliver Drotbohm
2d933d07c5
GH-92 - Prepare next development iteration.
2022-12-23 17:32:38 +01:00
Oliver Drotbohm
888055cf7c
GH-92 - Release version 0.2.0.
2022-12-23 17:32:37 +01:00
Oliver Drotbohm
ac072805b8
GH-78 - Prepare next development iteration.
2022-11-24 23:30:15 +01:00
Oliver Drotbohm
7f1e22db63
GH-78 - Release version 0.1.0.
2022-11-24 23:30:15 +01:00
Oliver Drotbohm
22993f43d9
GH-74 - Bean references in Application Module Canvas now get de-duplicated.
2022-11-18 00:13:18 +01:00
Oliver Drotbohm
9d95d8715d
GH-71 - Prepare next development iteration.
2022-11-16 22:48:27 +01:00
Oliver Drotbohm
3ce2be3c55
GH-71 - Release version 0.1.0-RC1.
2022-11-16 22:48:27 +01:00
Oliver Drotbohm
55b16857f3
GH-69 - Switch to Stream.toList().
2022-11-11 18:49:03 +01:00
Oliver Drotbohm
d96263fe30
GH-11, GH-66, GH-67, GH-68 - Improve module canvas.
...
Overhauled the module canvas in various ways. By default, we now skip "empty" rows. In other words, if we do not find any published events for example, we skip the entire row. CanvasOptions.revealEmptyRows() can be used to keep those empty rows around. We now also expose all value types and Spring bean references.
Refactored the dependency lookup APIs on ApplicationModule. Both DependencyType and DependencyDepth are now top-level types. Also, ApplicationModuleDependency and ApplicationModuleDependencies were introduced as explicit types. In the course of that, ApplicationModule.getDependencies(…) has got its return type changed from List<ApplicationModule> to ApplicationModuleDependencies. The internal ModuleDependency type has been renamed to QualifiedDependency.
2022-11-11 18:33:03 +01:00
Oliver Drotbohm
dc065653e5
GH-61 - Prepare next development iteration.
2022-11-02 18:45:47 +01:00
Oliver Drotbohm
7a7b49809f
GH-61 - Release version 0.1.0-M2.
2022-11-02 18:45:47 +01:00
Oliver Drotbohm
f53ff168f1
GH-21 - Prepare next development iteration.
2022-10-21 11:41:36 +02:00
Oliver Drotbohm
48876e5800
GH-21 - Release version 0.1.0-M1.
2022-10-21 11:41:01 +02:00
Oliver Drotbohm
7c93b273d9
GH-43 - Improve consistency in Documenter API.
...
Consistent method overloads to avoid the need to create default instances of customization options. Renamed Options to DiagramOptions for consistency with CanvasOptions.
2022-10-13 17:24:44 +02:00
Oliver Drotbohm
e4841e5648
GH-41 - Upgrade to latest Structurizr libraries.
2022-09-20 17:12:43 +02:00
Oliver Drotbohm
5f6b82ef2d
GH-40 - Switch to C4 component diagrams by default.
...
We now render the module component diagrams in C4 style by default. Changed the implementation of ApplicationModuleInformation to fallback to the simple module name by default unless fully-qualified module names are enabled.
2022-09-20 17:08:35 +02:00
Oliver Drotbohm
bdb90e9298
GH-37 - Hide internal aggregates and components by default in module canvas.
...
We now only include exposed types in the module canvas rendered. This can be overridden by calling CanvasOptions.revealInternals().
2022-09-12 15:45:08 +02:00
Oliver Drotbohm
68c11ca214
GH-33 - Avoid throwing IOException from public Documenter API.
2022-07-28 19:37:13 +02:00
Oliver Drotbohm
13b83ef947
GH-28 - Consolidate sample and integration tests module.
2022-07-27 14:57:15 +02:00
Oliver Drotbohm
82c18fe509
GH-9 - Rename core, public abstractions from Module to ApplicationModule.
...
Remove obsolete @since tags and deprecations.
2022-07-19 15:34:44 +02:00
Oliver Drotbohm
8ba6c11e3d
GH-1 - Consistent license years and HTTPS URLs.
2022-07-19 15:04:52 +02:00
Oliver Drotbohm
48ea08ae59
GH-1 - Consistent author names.
2022-07-19 15:02:00 +02:00
Oliver Drotbohm
b2425d024a
GH-1 - Polishing.
...
Fix import order after package renames.
2022-07-08 09:35:55 +02:00
Björn Kieling
417e215993
GH-1 - Update Maven artifact coordinates, package and directory structure.
...
Original pull request: GH-7.
2022-07-07 20:41:59 +02:00